.container .section-header{
    margin: 0; /* Remove all margins */
    padding: 0; /* Remove any padding */
    text-align: center;
    
    
}

/* Full-bleed utility */
.full-bleed {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Your pricing section skin */
.pricing-section {
  background-color: #C6C4F3; /* or your gradient */
  padding: 20px 0;           /* space above/below cards */
  color: #1f1f1f;               /* optional text contrast */
}

.section-header{
  
    text-align: center;
    
    
}

.section-header h2{
    margin-bottom: 1rem; /* 15px */
    color: var(--color-green);
    font-size: 2.25rem; /* 36px */
}

.section-header h3{
    margin-top: 1rem; /* 15px */
    margin-bottom: .5rem; /* 15px */
    color: var(--color-orange);
    font-size: 2rem; /* 36px */
}

.section-header p{
    font-size: 1.3rem;
   
}

.price-plan-row{
    width: 100%;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1rem 1.2rem; /* 20px 25px */
    padding: 0rem 0.5rem; /* 8px */
    margin: 0rem auto;
}

.price-card{
    display: flex;
    flex-direction: column; /* Align children vertically */
    justify-content: space-between; /* Push the button to the bottom */
    position: relative;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.4s;
}

.price-card:hover{
    transform: scale(1.04);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}

.price-card .price-card-header{
    width: 100%;
    height: 8rem;
    position: relative;
    border-radius: 20px 20px 0px 0px;
    background-color: var(--color-green);
}

.price-card-header .title{
    font-size:1.5rem;
    color: var(--color-bg);
    letter-spacing: 1px;
    position: relative;
    top: 1rem;
}

.price-card-header .ieltstitle{
    font-size:1.2rem;
    color: var(--color-bg);
    letter-spacing: 1px;
    position: relative;
    top: 1rem;
}

.price-card-header .circle{
    width: 7.5rem;
    height: 7.5rem;
    background-color: var(--color-bg);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: .3rem solid var(--color-green);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.price-card-header .circle .price{
    font-size: 1.75rem;
    font-weight: bold;
    color: var(--color-text);
}
.price-card-header .circle .price i{
    font-size: 1.1rem;
    font-style: normal;

}

.price-card-header .circle .desc{
    font-size: .7rem;
    font-weight: bold;
    color: var(--color-text);
}

.price-card-body{
    padding: 1.5rem 0 1.7rem;
    background-color: #f9f9f9;
    flex-grow: 1; /* Allows the body to fill available space */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align list items at the top */
}

.price-card-body ul {
    margin-top: 3.75rem; /* Adjust this value if needed */
    padding: 0;
    list-style: none; /* Remove default list styling */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1; /* Ensures list items take up available space */

}

.price-card-body ul li {
    position: relative; /* Positioning context for the line */
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: .9rem;
    color: var(--color-text);
}

.section-bottom {
    text-align: left; /* Aligns text and list items to the left */
}

.section-bottom li {
    font-size: 1.2rem;
    margin-left: 5rem; /* Optional: ensure there's no unintended left margin */
}


.price-card-body ul li:not(:last-child){
margin-bottom: 1.2rem;
}


.price-card-body ul li i {
    display: none; /* Hide the check icon */
}



.price-card-body ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px; /* Thickness of the line */
    background-color: #ddd; /* Color of the line */
}

.price-card-body .buy-btn{
    display: inline-block;
    margin-top: auto;
    padding: .7rem 1.1rem;
    color: var(--color-green);
    background-color: var(--color-bg);
    font-size: .9rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--color-green);
    border-radius: 1.5rem;
    outline: none;
    cursor: pointer;
    transition: 0.4s;
    align-self: center; /* Ensure button doesn't stretch, stays centered */

}

.price-card-body .buy-btn:hover{
    color: var(--color-bg);
    background-color: var(--color-green);
}


.price-card:nth-child(3) .tag-box{
    position: absolute;
    width: 12.5rem;
    padding: .6rem;
    background-color: var(--color-bg);
    transform: rotate(-45deg);
    left: -3.9rem;
    top: 1.1rem;
}

.price-card:nth-child(3) .tag-box .tag{ 
 font-size: 1rem;
 font-weight: bold;
 color: #232323;
}

.price-card:nth-child(2) .tag-box{
    position: absolute;
    width: 12.5rem;
    padding: .6rem;
    background-color: var(--color-bg);
    transform: rotate(-45deg);
    left: -3.9rem;
    top: 1.1rem;
}

.price-card:nth-child(2) .tag-box .tag{ 
 font-size: 1rem;
 font-weight: bold;
 color: #232323;
}

.price-card:nth-child(1) .tag-box{
    position: absolute;
    width: 12.5rem;
    padding: .6rem;
    background-color: var(--color-bg);
    transform: rotate(-45deg);
    left: -3.9rem;
    top: 1.1rem;
}

.price-card:nth-child(1) .tag-box .tag{ 
 font-size: 1rem;
 font-weight: bold;
 color: #232323;
}

/* Desktop: 2 cards centered */
.pricing-section--ielts .price-plan-row {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  max-width: 800px;
  padding: 0 0.5rem;
  margin: 0 auto;
}

.pricing-section--ielts .price-plan-row .price-card {
  flex: 1 1 320px;
  max-width: 360px;
}

/*===================For Tablets================*/
@media screen and (max-width:1024px) {
    .price-plan-row{
        grid-template-columns: repeat(2,1fr);}
        

}

@media screen and (max-width: 600px) {

    .price-plan-row{
        grid-template-columns: 1fr;
    }
 

   .pricing-section--ielts .price-plan-row {
    display: grid;              /* override flex */
    grid-template-columns: 1fr; /* one card per row */
    gap: 1rem;
    max-width: 100%;
    padding: 0 1rem;
  }

  .pricing-section--ielts .price-plan-row .price-card {
    max-width: 100%;
    width: 100%;
  }
 

    
}

