@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Archivo:ital,wght@0,100..900;1,100..900&family=Imprima&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Orelega+One&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'WorkSans';
    src: url('../fonts/WorkSans-VariableFont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter.woff2') format('truetype');
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'WorkSans'!important;
}
.fast-track-label,.highlight,.text-yellow{
        font-family: 'WorkSans'!important;
}

.mobile-slider-heading {
        font-family: 'WorkSans'!important;

}
p,.attention-bar{
    font-family: "Inter" !important;
}
a{
    text-decoration: none;
}


/*IELTS DESIGN CSS START*/
.offer-strip-wrapper {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #007BFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.offer-strip-wrapper.hide {
    transform: translateY(-100%);
}

.offer-strip {
    margin: 0;
    padding: 12px 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.offer-strip span {
    color: #FFD700;
}
/*  */

.banner-ilets-southwards {
  background-color: #e31937;
}

.attention-bar {
  background-color: #000;
  border-radius: 50px;
  max-width: 100%;
  justify-content: center;
}
.attention-bar span{
    font-size: 1.3rem;
  font-weight: bold;
}
.glow-dot {
  width: 20px;
  height:20px;
  background: #E31837;
  border-radius: 50%;
  flex-shrink: 0;
}
/* Mobile adjustments */
@media (max-width: 768px) {
  .attention-bar span {
    font-size: 12px; /* Slightly smaller text for readability */
    padding:10px 10px; /* Padding to keep it balanced */
    border-radius: 30px; /* Slightly smaller radius for smaller screens */
  }

  .glow-dot {
      width: 28px;
        height: 28px;
        position: relative;
        left: 12px;
        bottom: 3px;
  }
  .offer-strip {
    padding: 12px 3px;
    font-size: 12px;
}
.attention-bar {
  max-width: 88%;
}

}

.head {
  font-size:62px;
  font-weight: bolder;
  white-space: nowrap;
}
/* Mobile adjustments */
@media (max-width: 768px) {
  .head {
    font-size: 25px; /* reduce to fit smaller screens */
    white-space: normal; /* allow wrapping on smaller screens */
  }
}
/* CSS */
.program-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 0px 5px 40px;
  transform: rotate(-2deg); /* slight tilt like your image */
}

.word {
  font-size: 50px;
  font-weight: 900;
  color: white;
  line-height: 1;
}
.word-2 {
  font-size: 40px;
  font-weight: 900;
  color: white;
  line-height: 1;
}
.word-center {
  transform: rotate(2deg); /* counteracts parent tilt */
}

.highlight {
  background: #e9f700;
  padding: 10px 25px;
  color: #000;
  font-weight: bolder;
  border-radius: 10px;
  display: inline-block;
  transform: rotate(-2deg); /* slight internal tilt */
}

.word-left,
.word-right {
  transform: rotate(0deg); /* keep in line with FAST-TRACK visually */
}
.sub-text-head{
    font-size: 30px;
    line-height: 45px;
    transform: rotate(-2deg); /* slight internal tilt */
}
/* Mobile adjustments */
@media (max-width: 768px) {
    .word-2 {
    font-size: 24px;
    text-align: center;
}
    
  .program-banner {
    flex-direction: column;
    align-items: center;
    gap:5px;
    padding: 10px 15px 20px;
  }

  .word {
            font-size: 22px;
        line-height: 30px;
        text-align: center;
  }

  .sub-text-head {
    font-size: 15px;
    line-height: 28px;
    position: relative;
    top: 13px;
    z-index: 1;
  }

  .highlight {
   padding: 10px 19px;
   font-size: 20px;
  }
}
/*  */
.teach-ielts-southwards {
  background-color: #e71534;
  color: white;
  overflow: hidden;
}

.girl-wrap {
  position: relative;
  width: 660px;
}

.circle-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 94%;
  z-index: 0;
}

.girl-img {
  position: relative;
  width: 100%;
  left: 16%;
  z-index: 1;
}

.text-wrap {
  position: relative;
  max-width: 550px;
}

/* "No boring lectures." floating image */
.lecture-img {
  position: absolute;
  top: -164px;
   left: -80px;
    z-index: 6;
    width: 315px;
    transform: rotate(359deg);
}

/* Arrow + Grammar Section */
.grammar-section {
  margin-top: 0px;
  margin-left: 0px;
  position: relative;
}

.arrow-img {
position: absolute;
    top: -20px;
    left: 185px;
    z-index: 1;
    width: 65px;
    transform: rotate(6deg);
}

.grammar-box {
    background-color: #d7f205;
    padding: 35px;
    border-radius: 12px;
    font-size: 44px;
    position: relative;
    top: 13px;
    left: -12px;
    color: black;
    transform: rotate(15deg);
    display: inline-block;
    line-height: 44px;
}

/* Paragraph text */
.description-text {
  font-size: 30px;
  margin-left: 60px;
  margin-top: 30px;
  max-width: 380px;
  line-height: 40px;
  position: relative;
    top: 65px;
    left: -28px;
}

.text-yellow {
  color: #fff;
  font-weight: bolder;
  font-size: 30px;
}

.text-green {
  color: #D2F801;
}
.py-6{
    padding-top: 5.5rem;
}
/* Mobile styles */
@media (max-width: 768px) {
  .girl-wrap {
    width: 100%;
  }
.girl-img {
    position: relative;
    width: 100%;
    left: 0%;
    top: 145px;
    z-index: 1;
}
.py-6 {
    padding-top: 1.5rem;
}
  .lecture-img {
top: -105%;
        left: 25%;
        width: 200px;
  }

  .arrow-img {
    top: -10px;
    left: 120px;
    width: 40px;
  }

  .grammar-box {
          padding: 17px;
        font-size: 28px;
        top: -251px;
        left: 200px;
        line-height: 27px;
  }

  .description-text {
font-size: 32px;
        line-height: 33px;
        margin-left: 20px;
        margin-top: 20px;
        max-width: 100%;
        top: 20px;
        left: 0;
        padding-bottom: 20px;
  }

  .text-yellow {
    font-size: 32px;
  }
  .circle-bg {
    display:none;
    position: absolute;
    top: -20%;
    left: -39%;
    width: 140%;
    z-index: 0;
}
}
/*  */
.promo-banner {
  background-color: white;
}

.join-btn {
  background-color: #ed1b2f;
  font-size: 33px;
  max-width: 785px;
  border-radius: 15px;
  box-shadow: 0 10px 0 #FFD1D8;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

/* Active (pressed) state */
.join-btn:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #b30000, 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Shiny overlay effect */
.join-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 0; /* Ensures overlay appears behind text */
  transition: left 0.6s ease;
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
}

/* Hover state */
.join-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

/* Move overlay to right on hover */
.join-btn:hover::before {
  left: 100%;
}
@media (max-width: 768px) {
  .join-btn {
    font-size: 22px;
    text-align: center;
    padding: 8px 16px;
    max-width: 100%;
    line-height: 28px;
  }
  .promo-banner p{
      font-size:13px;
  }
}

.small-text {
  font-size: 0.95rem;
  font-weight: 400;
}

.seat-loader .seat {
  border-radius: 3px;
}
.price-strike {
  position: relative;
  color: #000; /* text color black */
  display: inline-block;
}

.price-strike::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: translateY(-50%);
}
/*  */
.sw-ielts-banner {
  background: url('../images/shadow-bg.png') no-repeat top center, #fff;
  text-align: center;
  padding: 40px 165px 0px;
  background-color: #fff;
}

    .sw-ielts-banner h6 {
      font-size: 18px;
      font-weight: 700;
      color: #000;
      margin-bottom: 20px;
    }
    .sw-ielts-banner h2 {
      color: #e60039;
      font-size: 4rem;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 30px;
    }
    .sw-ielts-students {
      position: relative;
      display: inline-block;
    }
    .sw-ielts-students img.main-image {
      width: 100%;
      max-width: 720px;
    }
    .sw-badge {
    position: absolute;
    background: #d5f716;
    font-weight: bolder;
    text-transform: uppercase;
    border-radius: 50%;
    padding: 20px 20px;
    line-height: 17px;
    font-size: 15px;
   font-family: "Amaranth", sans-serif;
    }
    .arrow-img {
      position: absolute;
      width: 60px;
    }
    /* Positioning each badge */
    .badge-1 {     top: 31%;
    left: -7%;
     transform: translate(-50%, -50%); 
    }
    .badge-1 span{
        font-size: 22px;
    }
    .badge-2 {     top: 15%;
    left: 64%;
         transform: translate(-50%, -50%); 
        }
      .badge-2 span{
        font-size: 22px;
    }
    .badge-3 { top: 26%;
    right: -3%; 
        transform: translate(50%, -50%); 
    }
  .badge-3 span{
        font-size: 22px;
    }
    /* Arrows */
    .arrow-1 { top: 30%;
    left: 0%;
    transform: rotate(-358deg); }
    .arrow-2 { top: 25%;
    left: 59%;
    transform: rotate(358deg); 
}
    .arrow-3 {     top: 38%;
    left: 96%; transform: rotate(342deg); }

    .money-back {
     position: absolute;
    right: 1%;
    bottom: -2%;
    width: 120px;
    }

    .sw-ielts-bottom-text {
      margin-top: 40px;
      font-weight: bold;
      font-size: 16px;
    }

/* Mobile responsiveness */
@media (max-width: 768px) {
  .sw-ielts-banner {
    padding: 40px 5px 0px;
  }

  .sw-ielts-banner h2 {
font-size: 2.8rem;
        line-height: 41px;  }

  .sw-badge {
    padding: 10px 10px;
    font-size: 12px;
    display: none;
  }

  .badge-1 span,
  .badge-2 span,
  .badge-3 span {
    font-size: 16px;
  }

  .arrow-img {
    width: 40px;
    display: none;
  }

  .money-back {
    width: 80px;
    bottom: -35px;
  }

  .sw-ielts-bottom-text {
    font-size: 14px;
  }
}
    /*  */
        .border-content {
      position: relative;
      display: inline-block;
      text-align: center;
    }

    .border-content img.border-frame {
      width: 100%;
      max-width: 750px;
      display: block;
    }

    .border-content .text-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: bold;
      color: #000;
      width: 75%;
      font-size: 20px;
      /* padding: 0 20px; */
      line-height: 1.5;
    }

    .border-content img.arrow-img {
      position: absolute;
    top: 68%;
    left: 85%;
    width: 45px;
    }

@media (max-width: 768px) {
  .border-content{
    display: none;
  }
  .border-content .text-overlay {
    width: 90%;
    font-size: 16px;
  }

  .border-content img.arrow-img {
    width: 30px;
    top: 72%;
    left: 80%;
  }
     .border-content img.border-frame {
      width: 100%;
      max-width: 750px;
      display: none;
    }
}
/* Hide on desktop by default */
.mobile-only {
  display: none;
}

/* Show only on screens up to 767px (adjust if needed) */
@media (max-width: 767px) {
  .mobile-only {
    display: block;
    text-align: center; /* center the container */
  }
  .mobile-only img {
    width: 100%;
    max-width: 300px; /* Adjust size as needed */
    height: auto;
    display: block;
    margin: 0 auto;
  }
}


}

    /* */
 .testimonial-section {
      padding: 60px 0;
    }

    .swiper {
      width: 90%;
      max-width: 1300px;
      margin: auto;
    }

    .swiper-slide {
      background-color: #fff4dc;
      border-radius: 20px;
      padding: 60px 30px 30px;
      position: relative;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
      height: 420px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .swiper-slide .quote-icon {
      position: absolute;
      top: -25px;
      left: 25px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      overflow: hidden;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .swiper-slide .quote-icon img {
      width: 50px;
      height: 50px;
      object-fit: contain;
    }

    .testimonial-text {
      font-size: 15px;
      line-height: 1.6;
      margin-top: 10px;
      color: #333;
    }

    .testimonial-footer {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 20px;
    }

    .testimonial-footer img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }

    .testimonial-name {
      font-weight: bold;
      font-size: 20px;
    line-height: 5px;
      color: #333;
    }

    .star-rating {
      color: #ffc107;
      font-size: 16px;
    }

    .swiper-slide-active {
      transform: scale(1.1);
      z-index: 5;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }
/*  */
  .testimonial-wrapper {
      padding: 3rem 1rem;
      display: flex;
      justify-content: center;
      gap: 2rem;
      flex-wrap: wrap;
    }

    .testimonial-card {
      position: relative;
      background-color: #fff2d5;
      border-radius: 16px;
      padding: 2rem 1.5rem;
      max-width: 360px;
      flex: 1 1 300px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .testimonial-card.center {
      transform: scale(1.07);
      z-index: 1;
    }

    .quote-circle {
      position: absolute;
      top: -20px;
      left: 20px;
      width: 50px;
      height: 50px;
      background: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .testimonial-title {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 0.8rem;
    }

    .testimonial-text {
      font-size: 0.94rem;
      color: #222;
    }

    .testimonial-footer {
      display: flex;
      align-items: self-end;
      margin-top: 1.2rem;
      gap: 0.8rem;
    }

    .testimonial-footer img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }

    .testimonial-name {
      font-weight: bold;
      margin-bottom: 4px;
    }

    .stars {
      color: #f5b800;
      font-size: 20px;
    }
  .stars-new {
      color: #f5b800;
      font-size: 1rem;
    }
    @media (max-width: 768px) {
      .testimonial-card.center {
        transform: none;
      }
      .stars {
    color: #f5b800;
    font-size: 23px;
    position: relative;
    top: 0px;
    left: -1px;
}
.stars-new {
    color: #f5b800;
    font-size: 23px;
    position: relative;
    top: 2px;
    left: -1px;
}
    }
    /*  */
         .ielts-background-wrapper {
      background: url('../images/green-bg.webp') no-repeat top left;
      background-size: 105%;
background-position-y: 185px;
      font-family: "Amaranth", sans-serif;
    }


.yes-badge-image {
  position: relative;
  top: -20px;
  right: -99%;
  background: url('../images/star-bg.png') no-repeat center center;
  background-size: contain;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 0.85rem;
  line-height: 1.2;
  z-index: 3;
}
.yes-badge-image span{
font-size: 15px;
position: relative;
padding: 15px;
}
.highlight-2{
    color: red;
}
    .ielts-southwards-cards {
      padding: 60px 15px;
      text-align: center;
      color: #000;
    }
    .ielts-southwards-cards h2 {
      font-size: 4rem;
      font-weight: 800;
    }
    .ielts-southwards-cards .highlight {
      color: #f72c49;
    }
    .ielts-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      overflow: hidden;
      margin: 15px 0;
    }
    .ielts-card-header {
      background: url('../images/heading-bg.png');
      background-repeat: no-repeat;
      background-size: cover;
      padding: 30px 20px 30px;
      font-weight: bolder;
      font-size: 4rem;
          font-family: 'WorkSans'!important;

    }
    .ielts-card-body {
      padding: 16px;
      text-align: left;
    }
       .ielts-card-body-2 {
      padding: 18px;
      text-align: left;
      padding-bottom: 65px;
    }
    .ielts-card-body small{
        font-size: 13px;
    }
    .ielts-card-body h5 {
      font-weight: 700;
    }
      .ielts-card-body-2 h5 {
      font-weight: 700;
    }
    .ielts-card-body p {
      margin-bottom: 10px;
        font-size: 13px;
    font-weight: 600;
    }
        .ielts-card-body-2 p {
      margin-bottom: 10px;
        font-size: 13px;
    font-weight: 600;
    }
    .ielts-card-body .icon-text {
      display: flex;
      align-items: flex-start;
      gap: 10px;
          font-family: 'WorkSans'!important;
      margin-bottom: 10px;
    }
    .ielts-card-body-2 .icon-text {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'WorkSans' !important;
    margin-bottom: 10px;
}
       .icon-img-1{
        margin-top: 7px;
    }
       .icon-img-2{
        margin-top: 6px;
    }
    .icon-img{
        margin-top: 10px;
    }
    .ielts-card-footer {
      background: #f72c49;
      color: white;
      padding: 20px;
      text-align: left;
      font-size: 0.95rem;
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px;
    }
    .ielts-card-footer .icon-text {
      margin-bottom: 10px;
      display: flex;
    align-items: flex-start;
    gap: 10px;
        font-family: 'WorkSans'!important;

    }
    @media (max-width: 767px) {

  .ielts-background-wrapper {
         background-size: 292%;
        background-position-y: 199px;
  }
      .ielts-card-body h5 {
          font-size:18px;
}

  .yes-badge-image {
    width: 80px;
    height: 80px;
    top: -10px;
    right: -80%;
  }

  .yes-badge-image span {
    font-size: 12px;
    padding: 8px;
  }

  .ielts-southwards-cards {
    padding: 30px 10px;
  }

  .ielts-southwards-cards h2 {
    font-size: 34px;
  }

  .ielts-card {
    margin: 10px 0;
  }

  .ielts-card-header {
    padding: 20px 15px;
    font-size: 2.5rem;
  }

  .ielts-card-body,
  .ielts-card-body-2 {
    padding: 15px;
  }

  .ielts-card-body p,
  .ielts-card-body-2 p {
    font-size: 12px;
  }

  .ielts-card-footer {
    font-size: 0.85rem;
    padding: 15px;
  }

  .ielts-card-body .icon-text,
  .ielts-card-body-2 .icon-text,
  .ielts-card-footer .icon-text {
    font-size: 12px;
    gap: 8px;
  }

  .icon-img,
  .icon-img-1,
  .icon-img-2 {
    margin-top: 5px;
    width: 20px; /* Adjust icon sizes */
    height: auto;
  }
}

    /*  */
    .bg-ielts-southwards{
        background:#F7F7F5 ;
        padding-bottom: 50px;
    }
.ielts-banner-section {
  background: #F7F7F5;
  padding: 190px 20px 0px;
  text-align: center;
  position: relative;
}

.ielts-banner-wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  background: url('images/shadow-bg.png') no-repeat center bottom;
  background-size: contain;
  padding-top: 120px;
}

.ielts-banner-image {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.ielts-banner-image img {
  max-width: 100%;
  height: auto;
}

.ielts-banner-text {
  padding-top: 40px;
  background: url('../images/shadow-bg.png') no-repeat center top;
  background-size: contain;
}

.ielts-banner-text h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 20px;
}

.ielts-highlight {
  color: #f72c49;
}

.ielts-subtext {
  font-size: 1.05rem;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.6;
}

.ielts-bold-text {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {

  .bg-ielts-southwards {
    padding-bottom: 30px;
  }

  .ielts-banner-section {
    padding: 120px 0px 0px;
  }

  .ielts-banner-wrapper {
    max-width: 100%;
    padding-top: 15px;
    background-size: cover;
  }

  .ielts-banner-image {
    top: -80px;
    width: 180px;
  }

  .ielts-banner-image img {
    width: 100%;
  }

  .ielts-banner-text {
    padding: 10px;
    background-size: cover;
  }

  .ielts-banner-text h2 {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .ielts-subtext {
    font-size: 0.95rem;
  }

  .ielts-bold-text {
    font-size: 1rem;
  }
}

/*  */
.white-box-content {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  max-width: 700px;
  margin: 40px auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  color: #111;
}

.white-box-inner p {
  margin: 0 0 15px;
  font-size: 1rem;
  line-height: 1.6;
}

.white-box-location {
  margin: 10px 0;
  font-size: 0.95rem;
  color: #444;
}

.white-box-text strong {
  font-weight: 600;
}

.white-box-content hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .white-box-content {
    padding: 20px;
    margin: 20px 10px;
  }

  .white-box-inner p {
    font-size: 0.95rem;
  }

  .white-box-location {
    font-size: 0.9rem;
  }
}

/*  */
.ielts-checklist-section {
  background-color: #f7f7f5;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.ielts-checklist-box {
  background-color: #e5093f;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
}

.ielts-checklist-box h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.ielts-checklist-subheading {
  font-size: 1.05rem;
  text-align: center;
  margin-bottom: 30px;
}

.ielts-checklist-item {
  margin-bottom: 30px;
}

.ielts-checklist-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.ielts-checklist-item ul {
  padding-left: 20px;
  margin: 0;
}

.ielts-checklist-item li {
  font-size: 0.98rem;
  margin-bottom: 8px;
  list-style: disc;
}
@media (max-width: 767px) {
  .ielts-checklist-section {
    padding: 40px 15px;
  }

  .ielts-checklist-box {
    padding: 25px;
    border-radius: 15px;
  }

  .ielts-checklist-box h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .ielts-checklist-subheading {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .ielts-checklist-item {
    margin-bottom: 20px;
  }

  .ielts-checklist-title {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .ielts-checklist-item li {
    font-size: 0.9rem;
  }
}

/*  */
.video-testimonial-ielts h2{
font-size: 4rem;
color: #000;
}
.randam {
  background: #f72c49;
  text-align: center;
  padding: 60px 20px 40px;
  position: relative;
  color: white;
}

.randam-heading {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 65px;
}

.randam-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Arrows */
.arrow-top {
  position: absolute;
 right: 25%;
    top: 229px;
    width: 112px;
  height: auto;
}

.arrow-bottom {
  position: absolute;
left: 18%;
    bottom: -70px;
    width: 113px;
  height: auto;
}
@media (max-width: 767px) {
  .video-testimonial-ielts h2{
font-size: 2.8rem;
color: #000;
}
  .randam {
    padding: 40px 15px 30px;
  }

  .randam-heading {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .arrow-top {
  width: 63px;
        top: 280px;
        right: 2%;
  }

  .arrow-bottom {
    width: 69px;
        bottom: -48px;
        left: 10%;
  }
}

/*  */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6) url('../images/play.png') center center no-repeat;
  background-size: 40px 40px;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
/*  */
/* External CSS for the money-back guarantee section */
.ielts-money-back-guarantee {
  background: #F7F7F5;
  padding: 0px 0 50px;
}

.badge-img {
  max-width: 120px;
}

.guarantee-heading {
  font-size: 4rem;
  color: black;
  font-weight: bolder;
  text-align: left;
}

.rating-bar {
  max-width: 750px;
  margin: 0 auto;
  background:#000;
}

.user-images {
  margin-left: -10px;
}

.user-img {
  width: 40px;
  margin-left: -10px;
}

.body-promise {
  max-width: 500px;
}

.support-email {
  text-decoration: underline;
  font-weight: bold;
  color: black;
}

.support-email:hover {
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .ielts-money-back-guarantee {
    padding: 30px 15px;
  }

  .guarantee-heading {
    font-size: 35px;
    text-align: center;
  }

  .badge-img {
    max-width: 145px;
    display: block;
    margin: 0 auto 15px;
  }
  .body-promise {
    max-width: 100%;
    text-align: center;
  }

  .user-images {
    justify-content: center;
    margin-left: 0;
  }

  .user-img {
    width: 30px;
    margin-left: -5px;
  }
}

/*  */
/* Fast Track Program Section */
.ielts-fast-track-program {
  position: relative;
  font-family: sans-serif;
}

/* Top badge (money back guarantee) */
.ielts-fast-track-program .money-back-badge {
  position: absolute;
  top: 250px;
  right: 0px;
  max-width: 140px;
}

/* Heading styling */
.ielts-fast-track-program h2 {
  font-size: 4rem;
  color: black;
}

.ielts-fast-track-program p.text-warning {
  font-size: 0.9rem;
}

/* Main Image Styling */
.ielts-fast-track-program .main-image img {
  max-width: 100%;
  border-radius: 10px;
  margin-top: 2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ielts-fast-track-program h2 {
    font-size: 1.5rem;
  }

  .ielts-fast-track-program .money-back-badge {
    max-width: 70px;
  }
}
/*  */
/* IELTS Boost Headline Section */
.ielts-boost-headline {
  font-family: sans-serif;
  color: #000;
}

.ielts-boost-headline .intro-text {
  font-size: 0.9rem;
  color: #000;
  font-weight: 600;
}

.ielts-boost-headline .main-headline {
  font-size: 4rem;
  color: #000;
  line-height: 60px;
}

.ielts-boost-headline .main-headline .highlight-text {
  color: #e30613; /* Dramatically in red */
  text-transform: uppercase;
}

.ielts-boost-headline .support-text {
  font-size: 0.9rem;
  margin-top: 1rem;
  color: #000;
}

.ielts-boost-headline .quote-text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

.ielts-boost-headline .quote-text .text-primary {
  color: #000 !important; /* Bootstrap primary color or custom primary */
  text-decoration: underline;
  font-weight: 500;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .ielts-boost-headline .main-headline {
    font-size: 2.5rem;
        line-height: 38px;
  }

  .ielts-boost-headline .intro-text,
  .ielts-boost-headline .support-text,
  .ielts-boost-headline .quote-text {
    font-size: 0.85rem;
  }

  .ielts-boost-headline {
    text-align: center;
  }
}

/*  */
/* Section styling */
.student-review-ielts {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
}

/* Heading with arrow */
.review-heading {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

.review-heading .arrow {
  display: inline-block;
    width: 110px;
    height: 99px;
    background: url(../images/student-review-arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 50px;
    top: 205%;
  transform: translateY(-50%);
}

/* Card styling */
.review-card {
  background: #fff4cc;
  border-radius: 10px;
  padding: 3rem 5rem 3rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.review-top {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 0.8rem;
  object-fit: cover;
}

.reviewer-info h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.review-rating {
  font-size: 0.85rem;
  color: #ffac33;
}

.review-rating .stars {
  margin-right: 0.3rem;
}

.review-rating .date {
  color: #444;
  font-size: 0.8rem;
}

.review-text {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .review-heading {
    font-size: 1.1rem;
  }
  .review-avatar {
          width: 50px;
        height: 50px;
  }
  .review-text {
    font-size: 0.9rem;
  }
  .review-card{
    padding: 3rem 2rem 3rem;
  }
}

/*  */
 .trust-section {
    background: #fff;
    border-radius: 16px;
    padding: 20px 20px;
    max-width: 950px;
    margin: 40px auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }

  .trust-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .trust-image {
    flex: 1 1 300px;
    text-align: center;
    position: relative;
  }

  .trust-image img {
    width: 315px;
    border-radius: 12px;
  }

  .trust-image .name-tag {
    background: #555;
color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    margin-top: -30px;
  }

  .trust-image .title-tag {
       font-size: 15px;
    color: #d6d6d6;
    font-weight: 400;
    position: relative;
    top: -10px;
  }

  .trust-content {
    flex: 1 1 500px;
    margin-top: 20px;
    padding-left: 20px;
  }

  .trust-content h2 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .trust-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .trust-content li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .trust-content li img {
    width: 20px;
    margin-right: 12px;
    margin-top: 4px;
  }

  .trust-content li strong {
    font-weight: 700;
  }

  .trust-content li span {
    display: block;
    line-height: 1.5;
  }

  

  @media (max-width: 768px) {
 .trust-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse; /* Reverses the column order */
}
.trust-content h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}
    .trust-content {
      padding-left: 0;
    }
    #mob-load-new{
        display:none;
    }
  }
  
  /*  */


  .faq-section {
    max-width: 850px;
    margin: auto;
    padding: 0 15px 80px;
  }

  .faq-header {
    text-align: center;
    margin-bottom: 30px;
  }

  .faq-header h2 {
    font-weight: bold;
    font-size: 4rem;
    margin: 0;
  }

  /* Remove default arrow */
  .accordion-button::after {
    display: none;
  }

  /* Custom icon */
  .accordion-button {
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    box-shadow: none;
  }
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}
  .accordion-button:focus {
    box-shadow: none;
  }

.accordion-button::before {
  content: "";
  position: absolute;
  right: 1rem;
  width: 14px;
  height: 14px;
  background-image: url('../images/arrow-down-faq.png'); /* Update to your image path */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::before {
  transform: rotate(178deg); /* Rotate when expanded */
}

  .accordion-body {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .accordion-item {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
  }

  .accordion-button:not(.collapsed){
    color: #000 !important;
    background: #fff !important;
  }

  /*  */
  .footer {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
}

.footer-container {
  max-width: 800px;
  margin: 0 auto;
}

.footer-logo {
  width: 100px; /* adjust as needed */
  height: auto;
  margin-bottom: 10px;
}

.footer p {
  font-size: 14px;
  margin: 10px 0;
  color: #333;
}

.footer-links {
  margin-top: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #333;
  margin: 0 5px;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}
/*  */
/* Optional custom styles */
.secure-seat-section p {
  font-size: 1rem;
  line-height: 1.4;
}

.security-icon {
  width: 15px;
  height: auto;
}

/* Responsive tweak */
@media (max-width: 576px) {
  .secure-seat-section p {
    font-size: 13px;
  }

  .security-icon {
    width: 16px;
        position: relative;
        top: -9px;
        left: 8px;
  }
}
/*  */
.seat-loader .loading-icon {
  width: 50%;
    height: auto;
    position: relative;
    top: -25px;
}

@media (max-width: 576px) {
  .seat-loader .loading-icon {
    width: 350px;
  }
}
/*  */
/* Popup Modal Overlay */
.popup-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  align-items: center;
  justify-content: center;
}

/* Modal Content */
.popup-content {
  background-color: #ed1b2f;
  border: 3px solid #ffca28;
  border-radius: 15px;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  margin: auto;
  position: relative;
  text-align: center;
}
.popup-content h2{
    font-family: 'Inter', sans-serif !important;
    color: white;
 font-size: 22px;
     text-transform: uppercase;
    margin-top: 5px;
}
.popup-content h3{
    font-family: 'Inter', sans-serif !important;
    color: white;
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
}
.popup-content p{
    font-family: 'Inter', sans-serif !important;
    color: white;
    font-size: 13px;
    margin-top: 20px;
}
.promo-highlight {
    color: yellow;
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(255, 255, 0, 0.244);
}
/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 28px;
  cursor: pointer;
}

/* Inputs & Button */
.popup-form input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 5px;
  border: none;
  font-size: 16px;
}

.register-btn {
  width: 100%;
  padding: 15px;
 background-color: #ffff11;
  box-shadow: 0 8px 0 #4b4b4b, 0 15px 25px rgba(0, 0, 0, 0.3);  color: #fff;
  font-size: 18px;
  color:#000;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative; /* needed for ::before positioning */
  overflow: hidden;   /* hide the ::before animation overflow */
}

/* Additional styling for the hover background highlight effect */
.register-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 0; /* behind the text */
  transition: left 0.6s ease;
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
}

.register-btn:hover::before {
  left: 100%;
}

.register-btn:hover {
  background-color: #000; /* stays black on hover */
  color: #ffffff;
}

/* Style for the .live-info span inside the button */
.register-btn .live-info {
  display: block;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  margin-top: 5px;
  color: #000;
  font-weight: 300;
  text-transform: none;
  position: relative;
  z-index: 1; /* ensure it's above the ::before highlight */
}


/**/
    /* Bottom buffer to prevent last section from getting hidden */
      .page-end-buffer {
        height: 170px;
      }
      @media (max-width: 768px) {
       
        .page-end-buffer {
            height: 155px !important;
          }
          .register-btn {
  width: 100%;
  padding: 15px;
  background-color: #ffff11;
  box-shadow: 0 8px 0 #4b4b4b, 0 15px 25px rgba(0, 0, 0, 0.3);
  color: #000;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
      }
 .bottom-style-counter {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        padding: 20px;
        box-shadow: 0 8px 20px rgba(255, 255, 255, 0.5);
        color: white;
        transform: translateY(100%);
        transition: transform 0.4s ease-in-out;
        z-index: 9999;
      }
      
      .bottom-style-counter.show {
        transform: translateY(0%);
      }
      
      .bottom-style-counter p {
        margin: 0;
        font-size: 1.1rem;
        text-transform: capitalize;
      }
      
      .join-now-btn {
        font-family: 'inter' !important;
        position: relative;
        background-color: #FE0000 !important;
        color: white !important;
        border: none;
        text-transform: uppercase;
        padding: 12px 30px 12px !important;
        font-size: 20px;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
        border-radius: 5px;
        overflow: hidden;
        z-index: 2;
        transition: background-color 0.3s ease, transform 0.2s ease;
        display: block;
        margin: 0 auto;
    
        /* 3D Look */
        box-shadow: 0 8px 0 #b30000, 0 15px 25px rgba(0, 0, 0, 0.3);
        text-align: center;
    }
    
    .join-now-btn .live-info {
        display: block;
        font-size: 13px;
        font-family: 'inter';
        margin-top: 5px;
        color: white;
        font-weight: 300;
        text-transform: none;
    }
    
    .join-now-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -45%;
        width: 45%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: -1;
        transition: left 0.6s ease;
        clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
    }
    
    .join-now-btn:hover {
        background-color: #000000;
        color: #ffffff;
    }
    
    .join-now-btn:hover::before {
        left: 100%;
    }
      
/* Responsive Styling */
@media (max-width: 600px) {
    .bottom-style-counter {
        padding: 15px 10px;
    }

    .bottom-style-counter p {
        display: none;
        font-size: 1rem;
        padding: 0 10px;
    }

    .join-now-btn {
        font-size: 14px;
        padding: 10px 12px !important;
        width: 100%;
    }

    .join-now-btn .live-info {
        font-size: 11px;
        font-weight: 300;
        font-family: 'Inter';
        }
}
.bottom-style-counter p {
    margin: 0;
        font-family: 'Inter';
    font-size: 1.1rem;
    text-transform: capitalize;
}

 .slider {
        display: flex;
        width: 100%;
        overflow: hidden;
       padding: 0px 0 70px;
        position: relative;
        white-space: nowrap;
    }
    
    .item {
        display: inline-block;
    }
    
    .item img {
        width: 970px;
        padding: 0 30px;
    }
    
    .slider-track {
        display: flex;
        animation: scroll 70s linear infinite;
    }
    
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
/**/
.google-reviews-container {
  padding-top: 1rem;
  text-align: center;
}

.google-reviews-img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/**/
    /* Wistia fallback while loading */
    wistia-player[media-id='bp0sq37u12']:not(:defined) {
      background: center / cover no-repeat url('https://fast.wistia.com/embed/medias/bp0sq37u12/swatch');
      filter: blur(5px);
      display: block;
      padding-top: 56.25%;
      width: 100%;
    }