@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 !important;
}

.no-text {
  font-size: 20px;
}

.mt-8 {
  margin-top: 85px;
}

.pb-4 {
  padding-bottom: 8.5rem !important;
}

.speech-banner-coach-bg h2,
.speech-banner-coach-bg-new h2 {
  font-family: 'OrelegaOne-Regular' !important;
}

.bg-black {
  background: #000;
}

/* Banner */


/*  */
.text-danger-new {
  color: #FE0000;
  font-size: 28px;
}

.urgent-text-new {
  font-weight: bold;
  color: yellow;
  font-size: 28px;
}

#new-text {
  text-align: center;
  color: #fff;
  font-size: 28px;
}

.offer-strip-wrapper span {
  color: #fff;
}

.review-client {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .review-coach-button {
    font-size: 20px !important;
    padding: 10px 13px !important;
    top: -5%;
  }

  .text-danger-new,
  .urgent-text-new,
  #new-text {
    font-size: 14px;
  }

  .review-client {
    font-size: 20px;
  }

  .review-client p {
    margin-bottom: 0px;
    text-algin: center;
  }

  .offer-strip {
    font-size: 10px !important;
    padding: 5px !important;
  }
}



/*  */
.video-speech-people {
  background-image: url('../images/see-people-bg.png');
  background-size: cover;
  background-position: center;
  padding: 50px 0 0px;
}

.video-speech-people h2 {
  font-size: 64px;
  color: white;
  text-align: left;
  margin-left: 60px;
  /* Adjust as needed */
}

.event-image {
  max-width: 80%;
  /* Reducing the image size */
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .video-speech-people {
    padding: 30px 10px;
    background-size: cover;
  }

  .video-speech-people h2 {
    font-size: 35px;
    text-align: center;
    margin-left: 0;
  }

  .event-image {
    max-width: 80%;
    display: none;
  }

  #mob-star-new {
    width: 40%;
  }
}

/*  */
.see-people-video-review {
  margin-top: 0px;
  text-align: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  background: #007FA3;
  cursor: pointer;
}

.desktop-grid {
  display: block;
}

.mobile-slider {
  display: none;
}

@media (max-width: 768px) {
  .desktop-grid {
    display: none;
  }

  .mobile-slider {
    display: block;
  }
}


/*  */
.biggest-mistake {
  background-color: #000;
  padding-top: 80px;
}

.highlight {
  color: #FFD700;
  /* Gold Color */
  font-weight: bold;
}

.mistake-box {
  /* background: linear-gradient(90deg, #8E0E00 0%, #1F1C18 100%); */
  background: linear-gradient(180deg, rgba(254, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  backdrop-filter: blur(200px);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.mistake-icon {
  width: 80px;
  height: 80px;
}

.mistake-title {
  color: #FF4C4C;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}

.mistake-desc {
  color: #ccc;
  font-size: 16px;
  text-align: left;
}

.fw-bold {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700 !important;
}

.fw-text {
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}

.speech-banner-coach-bg-new {
  background-color: #000;
  display: flex;
  /* Use Flexbox */
  flex-direction: column;
  /* Stack items vertically */
  align-items: center;
  /* Center items horizontally */
  justify-content: center;
  /* Center items vertically */
  height: 30vh;
  /* Optional: Set a height for the section */
}

.speech-banner-coach-bg-new h2 {
  margin: 0;
  color: #fff;
  font-size: 62px;
}

@media (max-width: 768px) {
  .biggest-mistake {
    padding-top: 40px;
  }

  .fw-bold {
    font-size: 30px;
  }

  .fw-text {
    font-size: 18px;
    padding: 0 10px 15px;
  }

  .mistake-box {
    /* flex-direction: column; */
    align-items: flex-start !important;
    padding: 15px;
    background: #3c3a3a;
    gap: 10px;
  }

  .mistake-icon {
    width: 35px;
    height: 35px;
  }

  .mistake-title {
    font-size: 16px;
    color: #fff;
  }

  .mistake-desc {
    font-size: 13px;
  }

  .speech-banner-coach-bg-new {
    height: auto;
    padding: 20px;
    text-align: center;
  }

  .speech-banner-coach-bg-new h2 {
    font-size: 48px;
  }
}

/*  */
.faster-blueprint-coach {
  background: url('../images/see-people-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
  text-align: center;
  /* Center align all content */
}

.checklist-item {
  gap: 15px;
  margin-bottom: 15px;
  justify-content: center;
  /* Centers the checklist items */
  align-items: center;
  margin-left: 80px;
}

.check-icon {
  width: 40px;
  height: 40px;
}

.checklist-item p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-align: left;
}

.coach-image {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
  /* Center the image */
}

.cta-button {
  background: red;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  transition: 0.3s;
  display: block;
  margin: 20px auto;
  /* Centers the button */
}

.cta-button:hover {
  background: darkred;
}

.seats-info {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.hurry {
  color: red;
  font-weight: bold;
}

.highlight {
  color: yellow;
  font-weight: bold;
}

@media (max-width: 768px) {
  .faster-blueprint-coach {
    padding: 30px 15px;
    background-size: contain;
  }

  .checklist-item {
    /* flex-direction: column; */
    align-items: flex-start;
    margin-left: 20px;
    text-align: left;
  }

  .check-icon {
    width: 45px !important;
    height: 35px !important;
  }

  .checklist-item p {
    font-size: 16px;
  }

  .coach-image {
    max-width: 300px;
  }

  .cta-button {
    font-size: 20px;
    padding: 12px 25px;
  }

  .seats-info {
    font-size: 14px;
  }
}

/*  */
.worried-speech {
  background-color: #000;
  /* Black background */
  padding: 50px 20px;
}

.worried-heading {
  font-size: 64px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.fire-icon {
  font-size: 36px;
  /* Adjust the fire emoji size */
}

.highlight {
  color: yellow;
  font-weight: bold;
  text-shadow: 2px 2px 10px rgb(255 255 0 / 24%);
  /* Glowing yellow effect */
}

.content-box-bg {
  background: url('../images/worried-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.content-box {
  color: #fff;
  text-align: center;
  max-width: 900px;
  font-size: 18px;
  margin: 0 auto;
  /* Center align */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  line-height: 1.6;
}

.content-box p {
  margin: 0;
}

@media (max-width: 768px) {
  .content-box-bg {
    background-size: contain;
  }

  .worried-speech {
    padding: 0px 15px !important;
  }

  .worried-heading {
    font-size: 36px;
  }

  .fire-icon {
    font-size: 28px;
  }

  .content-box {
    max-width: 100%;
    font-size: 16px;
    padding: 0px;
  }
}

/*  */
.boost-your-thoughts {
  background: url('../images/rBG.png') no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  padding: 150px 75px 100px;
  /* Adjusted padding to push content downward */
  display: flex;
  align-items: flex-end;
  /* Pushes content down */
  min-height: 600px;
  /* Increased height for better spacing */
  position: relative;
}

.content-box-new {
  max-width: 55%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Moves content further down */
}

.boost-heading {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.boost-subtext {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.checklist-item-new {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
  margin-bottom: 15px;
}

.check-icon {
  width: 50px;
  height: 50px;
}

.checklist-item-new p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

@media (max-width: 768px) {
  .boost-your-thoughts {
    display: none !important;
    padding: 30px 5%;
    align-items: center;
    /* Center content for smaller screens */
    text-align: center;
  }

  .content-box-new {
    max-width: 100%;
    align-items: center;
  }

  .boost-heading {
    font-size: 28px;
  }
}



.boost-your-thoughts-mob {
  display: none;
  /* Hidden by default (desktop) */
}

@media (max-width: 768px) {
  .boost-your-thoughts-mob {
    display: block;
    /* Show only on mobile */
    background: red;
    padding: 30px 5% 0px;
  }

  .rocket-col-mob {
    order: 1;
    text-align: center;
    margin-bottom: 20px;
  }

  .rocket-img-mob {
    max-width: 180px;
    width: 100%;
  }

  .content-box-new-mob {
    order: 2;
    text-align: center;
    align-items: center;
  }

  .boost-heading-mob {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
  }

  .boost-subtext-mob {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
  }

  .checklist-item-new-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
  }

  .check-icon-mob {
    width: 40px;
    height: 40px;
  }

  .checklist-item-new-mob p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    text-align: left;
  }
}



/*  */
.lowest-hanging {
  background: linear-gradient(to bottom, #111, #000);
  padding: 30px 0;
}

.lowest-heading {
  font-size: 62px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.highlight {
  color: yellow;
}

.lowest-subtext {
  font-size: 24px;
  color: #ccc;
  margin-bottom: 30px;
  text-align: center;
}

.feature-card {
  background: linear-gradient(82deg, rgb(254 0 0 / 21%) 0%, rgb(255 255 255 / 5%) 100%);
  backdrop-filter: blur(200px);
  border-radius: 15px;
  padding: 35px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 80%;
  height: 130px;
  /* Increased height for more space */
  position: relative;
  justify-content: flex-start;
  margin-left: 30px;
  /* Added space for alignment */
}

.icon-circle {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -40px;
  /* Ensures the icon slightly overlaps */
  top: 50%;
  transform: translateY(-50%);
}

.icon-circle img {
  width: 100px;
  /* Updated icon size */
}

.feature-text {
  padding-left: 25px;
  /* Added spacing after icon */
  width: 100%;
}

.feature-text p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 768px) {
  .lowest-heading {
    font-size: 35px;
  }

  .lowest-subtext {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .feature-card {
    flex-direction: row;
    height: auto;
    width: 100%;
    gap: 6px;
    padding: 13px;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .icon-circle {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin-bottom: 10px;
  }

  .icon-circle img {
    width: 60px;
    margin-top: 10px;
  }

  .feature-text {
    padding-left: 0;
  }

  .feature-text p {
    font-size: 15px;
  }
}

/*  */
.exact-system {
  background: #000;
  padding: 20px 0;
}

.system-box {
  background: url('../images/lock-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.lock-icon img {
  width: 50px;
}

.system-text p {
  font-size: 32px;
  color: #fff;
  margin: 0;
}

@media (max-width: 768px) {
  .system-box {
    flex-direction: column;
    text-align: center;
    padding: 15px;
    gap: 10px;
  }

  .lock-icon img {
    width: 40px;
    /* Slightly smaller for mobile */
  }

  .system-text p {
    font-size: 19px;
  }
}

/*  */
.review-coach-button {
  font-family: 'WorkSans' !important;
  position: relative;
  background-color: #FE0000;
  color: white;
  border: none;
  text-transform: uppercase;
  padding: 15px 55px 15px;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  top: -14%;
  z-index: 2;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: block;
  margin: 0 auto;
  text-align: center;

  /* 3D Shadow Effect */
  box-shadow: 0 8px 0 #b30000, 0 15px 25px rgba(0, 0, 0, 0.3);
}

.review-coach-button .live-info {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #ffffff;
  font-family: 'inter';
  font-weight: 300;
  text-transform: none;
  line-height: 1.2;
}

@media screen and (max-width:768px) {
  .review-coach-button .live-info {
    font-size: 12px !important;
    font-weight: 300;
    font-family: 'inter';
  }
}

.review-coach-button:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #b30000, 0 10px 20px rgba(0, 0, 0, 0.2);
}

.review-coach-button::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%);
}

.review-coach-button:hover {
  background-color: #000000;
  color: #ffffff;
}

.review-coach-button:hover::before {
  left: 100%;
}

/*  */

.text-danger-done {
  color: #FE0000;
  font-size: 20px;
}

.urgent-text-done {
  font-weight: bold;
  color: yellow;
  font-size: 20px;
}

#done-text {
  text-align: center;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 768px) {
  .review-coach-button-new {
    padding: 15px 50px !important;
    /* Reduce horizontal padding */
    font-size: 20px;
    /* Adjust font size */
  }

  #done-text {
    font-size: 14px;
  }

  .urgent-text-done {
    font-size: 14px;
  }
}

/*  */
.trust-process-sec {
  background: url('../images/trust-bg.png') no-repeat center center;
  background-size: cover;
  padding: 20px 0 0px;
  /* Increased top padding to create space for overlay */
  position: relative;
}

/* Overlay Wrapper */
.trust-overlay {
  position: absolute;
  top: -78%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding-top: 40px;
  /* Adjusts the overlay position */
}

/* Profile Image */
.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Heading */
.trust-heading-box {
  text-align: left;
  padding: 10px 20px;
  border-radius: 10px;
}

.trust-heading {
  font-size: 24px;
  margin-bottom: 5px;
  color: #fff;
}

.trust-bold {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

/* Content Box */
.trust-content {
  /* background: linear-gradient(90deg, #222, #000); */
  border-radius: 20px;
  padding: 40px;
  max-width: 800px;
  margin-top: 100px;
  /* Extra margin to push content below overlay */
}

/* Items Alignment */
.trust-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  justify-content: center;
}

.trust-icon {
  width: 40px;
  height: 40px;
}

.trust-item p {
  font-size: 18px;
  margin: 0;
  color: #fff;
  text-align: left;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .trust-item p {
    font-size: 15px;
  }

  .trust-content {
    padding: 45px 20px 0px;
  }

  .trust-overlay {
    flex-direction: column;
    text-align: center;
    top: -249px;
  }

  .trust-process-sec {
    padding: 20px 0 0px;
    /* Increased top padding to create space for overlay */

  }

  .trust-heading-box {
    text-align: center;
    background: transparent;
  }

  .trust-item {
    /* flex-direction: column; */
    text-align: center;
    padding-top: 30px;
    text-align: center;
  }

  .trust-icon {
    margin-bottom: 10px;
  }
}

/*  */
.class-pass-win {
  display: flex;
  justify-content: center;
  align-items: normal;
  gap: 20px;
  flex-wrap: wrap;
  padding: 50px 0;
  position: relative;
}

.pricing-card {
  border-radius: 15px;
  padding: 70px 30px 30px 30px;
  width: 350px;
  text-align: center;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.silver-pass {
  background-image: url('../images/sliver-pass-bg.png');
}

.gold-pass {
  background-image: url('../images/gold-pass-bg.png');
  margin-top: -30px;
}

.diamond-pass {
  background-image: url('../images/diamod-bg.png');
  margin-bottom: 0px !important;
}

.best-seller {
  position: absolute;
  top: -40px;
  left: 20%;
  transform: translateX(-50%);
  width: 80px;
}

.pricing-title {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}

.pricing-price {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.original-price {
  font-size: 25px;
  color: white;
  /* Text Color */
  text-decoration: line-through;
  text-decoration-color: red;
  /* Red strike-through */
  text-decoration-thickness: 3px;
  /* Increase line thickness */
}


.feature-list {
  text-align: left;
  margin-top: 20px;
}

.feature-list p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}

.feature-list img {
  width: 20px;
  height: 20px;
}

.btn-custom-1 {
  font-family: 'WorkSans' !important;
  position: relative;
  background: linear-gradient(110.4deg, #454545 -8.13%, #2d2d2d 98.33%);
  color: white !important;
  border: none;
  text-transform: uppercase;
  padding: 10px 50px !important;
  font-size: 28px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: block;
  margin: 22px auto;
  box-shadow: 0 8px 0 #a6a6a6, 0 15px 25px rgba(0, 0, 0, 0.3);
}

.btn-custom-1::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%);
}

.btn-custom-1:hover {
  background: rgb(0, 0, 0) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 0 #ffffff, 0 15px 25px rgba(255, 179, 0, 0.3) !important;
}

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

.btn-custom-2 {
  font-family: 'WorkSans' !important;
  position: relative;
  background: linear-gradient(110.4deg, #FFC107 -8.13%, #FF6400 98.33%);
  color: white !important;
  border: none;
  text-transform: uppercase;
  padding: 10px 50px !important;
  font-size: 28px;
  text-align: center;
  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: 22px auto;
  box-shadow: 0 8px 0 #ffd700, 0 15px 25px rgba(255, 179, 0, 0.3);
}

.btn-custom-2::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%);
}

.btn-custom-2:hover {
  background: red !important;
  color: #ffffff !important;
  box-shadow: 0 8px 0 #ffffff, 0 15px 25px rgba(255, 179, 0, 0.3);
}

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

.btn-custom-3 {
  font-family: 'WorkSans' !important;
  position: relative;
  background: linear-gradient(110.4deg, #454545 -8.13%, #2d2d2d 98.33%);
  color: white !important;
  border: none;
  text-transform: uppercase;
  padding: 10px 50px !important;
  font-size: 28px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: block;
  margin: 22px auto;
  box-shadow: 0 8px 0 #a6a6a6, 0 15px 25px rgba(0, 0, 0, 0.3);
}

.btn-custom-3::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%);
}

.btn-custom-3:hover {
  background: rgb(0, 0, 0) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 0 #ffffff, 0 15px 25px rgba(255, 179, 0, 0.3) !important;
}

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

.arrow-overlay {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100px;
  z-index: 10;
  animation: focusPulse 2.5s ease-in-out infinite;
  transform: rotate(-15deg);
  /* Fixed rotation for pointing */
  transform-origin: center;
}

@keyframes focusPulse {

  0%,
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 1;
  }

  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
}


@media (max-width: 768px) {
  .class-pass-win {
    flex-direction: column;
    align-items: center;
  }

  .silver-pass {
    background-image: url('../images/sliver-mob-bg.png');
    /* Replace with actual image */
  }

  .gold-pass {
    background-image: url('../images/gold-mob-bg.png');
    /* Replace with actual image */
    margin-top: -30px;
    /* Elevate Gold Pass */
  }

  .diamond-pass {
    background-image: url('../images/diamond-mob-bg.png');
    /* Replace with actual image */
  }

  .pricing-card {
    width: 90%;
    /* Allow cards to take more width */
    padding: 56px 20px 20px;
    margin-bottom: 70px;
  }

  .pricing-title {
    font-size: 28px;
  }

  .pricing-price {
    font-size: 26px;
  }

  .btn-custom-1 {
    font-size: 24px;
    padding: 12px 24px;
  }

  #mob-tech {
    font-size: 14px;
  }
}

/*  */
.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%);
  }
}

/*  */


/* 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: 16px;
    padding: 10px 0px !important;
    width: 100%;
  }

  .join-now-btn .live-info {
    font-size: 10px;
    font-weight: 300;
    font-family: 'Inter';
  }
}

/* Bottom buffer to prevent last section from getting hidden */
.page-end-buffer {
  height: 170px;
}

/* ✅ Mobile Responsiveness */
@media (max-width: 768px) {
  #countdown-timer {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .bottom-style-counter {
    padding: 15px;
  }

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

  .page-end-buffer {
    height: 150px !important;
  }

  hr {
    display: none;
  }

  .arrow-down-sec {
    display: none;
  }
}


.arrow-wrapper {
  position: relative;
}

.arrow-down-sec {
  width: 300px;
  position: absolute;
  top: -45px;
  left: -93px;
}


/*  */
.image-wrapper-new {
  display: flex;
  align-items: flex-start;
  /* aligns children to the top */
  justify-content: flex-start;
  /* aligns children to the left */
}

.image-wrapper-new-mob {
  display: none;
}

.image-wrapper-new img {
  align-self: flex-start;
  /* ensures the image follows flex-start */
  padding-left: 50px;
  width: 25%;
}

@media screen and (max-width:768px) {
  .image-wrapper-new img {
    display: none;
  }

  .image-wrapper-new-mob img {
    width: 50%;
  }

  .image-wrapper-new-mob {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*  */
.suresh-three-card {
  padding: 2rem 0;
}

.suresh-three-card .card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.suresh-three-card .card-2 {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.suresh-three-card .card-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  /* Place it above the card bg but below content if needed */
  transition: left 0.6s ease;
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
  pointer-events: none;
}

.suresh-three-card .card-2:hover {
  transform: translateY(-5px);
  cursor: pointer !important;
}

.suresh-three-card .card-2:hover::before {
  left: 100%;
}

.suresh-three-card img {
  width: 100%;
  height: auto;
}

/* limitted seates */
.overlay-time-seats {
  background: linear-gradient(to right, #f5dca2 70%, #ffc107 30%);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  position: relative;
  bottom: -15px;
  z-index: 1;
}

.overlay-time-seats .label-text {
  padding-left: 10px;
  padding-right: 12px;
  color: #000;
  font-family: 'inter';
}

.overlay-time-seats .count-text {
  background-color: transparent;
  /* since it's already yellow from the gradient */
  padding-left: 12px;
  padding-right: 12px;
  color: #000;
}


@media screen and (max-width:768px) {

  html,
  body {
    overflow-x: hidden;
  }

  .overlay-time-seats {
    bottom: -58px;
  }

  .loc-img img {
    width: 100% !important;

  }
}

.loc-img img {
  width: 85%;
  margin-top: 15px;
}

/*  */
.mobile-only-slider {
  background-color: #000;
  padding: 20px;
  text-align: center;
  display: block;
  position: relative;
}

.mobile-slider-heading {
  font-size: 35px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}

.mobile-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.mobile-slide {
  display: none;
  transition: opacity 0.5s ease;
}

.mobile-slide.active {
  display: block;
}

.mobile-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Arrow Styles */
.mobile-arrow {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  font-size: 13px;
  padding: 16px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.mobile-left-arrow {
  left: 15px;
}

.mobile-right-arrow {
  right: 15px;
}

.mobile-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Hide this slider on large screens */
@media (min-width: 768px) {
  .mobile-only-slider {
    display: none;
  }
}

/*IELTS DESIGN CSS START*/
.offer-strip-wrapper {
  position: static;
  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;
  }
}

.head {
  font-size: 134px;
  font-weight: bolder;
  white-space: nowrap;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .head {
    font-size: 34px;
    /* reduce to fit smaller screens */
    white-space: normal;
    /* allow wrapping on smaller screens */
  }
}

/* CSS */
.program-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0px 20px 40px;
  transform: rotate(-2deg);
  /* slight tilt like your image */
}

.word {
  font-size: 60px;
  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: 35px;
  line-height: 45px;
  transform: rotate(-2deg);
  /* slight internal tilt */
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .program-banner {
    flex-direction: column;
    align-items: center;
    padding: 0px 15px 20px;
  }

  .word {
    font-size: 55px;
    line-height: 30px;
  }

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

  .highlight {
    padding: 19px 17px;
    font-size: 48px;
  }
}

/*  */
.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: 330px;
  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: -29%;
    top: 157px;
    z-index: 1;
  }

  .lecture-img {
    top: -127%;
    left: 11%;
    width: 308px;
  }

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

  .grammar-box {
    padding: 20px;
    font-size: 33px;
    top: -275px;
    left: 78px;
    line-height: 32px;
  }

  .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 {
    position: absolute;
    top: -20%;
    left: -39%;
    width: 140%;
    z-index: 0;
  }
}

/*  */
.promo-banner {
  /* background-color: #f6f9fc; */

  margin-bottom: -31px !important;
}

.promo-banner p {
  font-size: 20px;
}

.promo-banner h2 {
  font-size: 25px;
  padding-top:20px;
}

.join-btn {
  background-color: #D2F801;
  font-size: 32px;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0 7px 0 #637957;
  color: #fff;

  /* 👉 Improved spacing */
  padding: 10px 36px;   /* top-bottom | left-right */

  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: #000;
  color: #fff !important;
}

/* Move overlay to right on hover */
.join-btn:hover::before {
  left: 100%;
}

@media (max-width: 768px) {
  .join-btn {
    font-size: 17px;
    padding: 8px 16px;
    max-width: 100%;
    line-height: 28px;
  }

  .promo-banner {
    background-color: white;
    margin-top: 0px;
  }
}
/*  */
.join-btn-3 {
  background-color: #D2F801;
  font-size: 35px;
  max-width: 800px;
  /* display: inline-block; */
  border-radius: 60px;
  box-shadow: 0 7px 0 #637957;
  color: #fff;

  /* 👉 Improved spacing */
  padding: 10px 36px; /* top-bottom | left-right */

  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

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

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

/* Hover state */
.join-btn-3:hover {
  background-color: #000;
  color: #fff !important;
}

/* Move overlay to right on hover */
.join-btn-3:hover::before {
  left: 100%;
}

@media (max-width: 768px) {
  .join-btn-3 {
    font-size: 17px;
    padding: 8px 16px;
    max-width: 100%;
    line-height: 28px;
  }
}

/*  */
.promo-banner-2 {
  background-color: #007fa3;
}

.promo-banner-2 p {
  font-size: 20px;
}

.promo-banner-2 h2 {
  font-size: 25px;
  color: #D2F801;
}

.price-strike-2 {
  position: relative;
  color: #D2F801;
  display: inline-block;
}

.price-strike-2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: translateY(-50%);
}

.join-btn-2 {
  background-color: #D2F801;
  font-size: 32px;
  font-family: 'WorkSans' !important;
  /* max-width: 915px; */
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0 10px 0 #DCFFC7;
  color: #000;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

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

/* Shiny overlay effect */
.join-btn-2::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-2:hover {
  background-color: #000000;
  color: #fff !important;
}

/* Move overlay to right on hover */
.join-btn-2:hover::before {
  left: 100%;
}

@media (max-width: 768px) {
  .join-btn-2 {
    font-size: 15px;
    padding: 8px 16px;
    max-width: 100%;
    line-height: 21px;
  }
}

/*  */
.small-text {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Inter';
}

.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 20px 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;
  }

  .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: 16px;
  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: center;
  margin-top: 1.2rem;
  gap: 0.8rem;
}

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

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

.stars {
  color: #f5b800;
  font-size: 1rem;
}

.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: -4px;
    left: -1px;
  }

  .stars-new {
    color: #f5b800;
    font-size: 23px;
    position: relative;
    top: 2px;
    left: -1px;
  }
}

/*  */
.ielts-background-wrapper {
  /* background: url('../images/green-bg.png') no-repeat top left;
background-size: 105%;
background-position-y: 185px; */
  background: #007FA3;
  font-family: "Amaranth", sans-serif;
}

.highlight-2 {
  color: red;
}

.ielts-southwards-cards {
  padding: 60px 15px 0px;
  text-align: center;
  color: #000;
}

.ielts-southwards-cards h2 {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
}

.ielts-southwards-cards p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.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: 18px;
  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;
  font-size: 18px;
}

.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: 6px;
}

.ielts-card-footer {
  background: #005F7A;
  color: white;
  padding: 20px;
  text-align: left;
  font-size: 13px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ielts-card-footer-2 {
  background: #005F7A;
  color: white;
  padding: 20px 20px 42px 20px;
  text-align: left;
  font-size: 13px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ielts-card-footer-2 .icon-text-2 {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'WorkSans' !important;

}

.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;
  }

  .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: 35px;
  }

  .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: 14px;
    gap: 8px;
  }

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

  .promo-banner-2 p {
    font-size: 13px;
    margin-top: 0px;
  }
}

/*  */
.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 15px 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-top: 20px;
    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: 50px 0 50px;
}

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

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

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

.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: 0px 15px;
  }

  .ielts-money-back-guarantee p {
    text-align: left;
  }

  .guarantee-heading {
    font-size: 32px;
    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;
  }

  .trust-section {
    padding: 20px 10px;

  }
  .hey{
    font-size: 13px;
  }
}

/*  */


.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: 75px;
  /* 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: 15px;
  line-height: 1.4;
}

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

.secure-seat-section-2 p {
  font-size: 15px;
  line-height: 1.4;
}

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

/* Responsive tweak */
@media (max-width: 576px) {
  .faq-section{
    padding: 0 15px 40px;
  }
  .secure-seat-section p {
    font-size: 0.9rem;
  }

  .security-icon {
    width: 16px;
    position: relative;
    top: -9px;
    left: 8px;
  }

  .secure-seat-section-2 p {
    font-size: 13px;
  }

  .security-icon-2 {
    width: 16px;
    position: relative;
    top: -9px;
    left: 8px;
  }

  .promo-banner p {
    font-size: 13px;
  }
}

/*  */
.seat-loader .loading-icon {
  width: 36%;
  /* adjust size as needed */
  height: auto;
  position: relative;
  top: -34px;
}

@media (max-width: 576px) {
  .seat-loader .loading-icon {
    width: 250px;
    position: relative;
    top: -25px;
  }
}

/*  */
/* 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: #007FA3;
  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 */
}

/* PTE Starts */
.pte-strip {
  background-color: #d9ff00;
  color: black;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  font-size: 0.95rem;
}

.pte-top-bar {
  display: flex;
  background: #007FA3;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 40px 10px;
  flex-wrap: wrap;
}

.pte-logo {
  height: 80px;
}

.attention-pill {
  background-color: black;
  color: white;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  max-width: 100%;
}

.attention-pill .dot {
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
}

.pte-banner {
  padding: 20px 148px 30px;
  background: #007FA3;
}

.pte-title-small {
  font-size: 58px;
  line-height:60px;
  color: #fff;
  position: relative;
  top: 27px;
  font-family: 'WorkSans' !important;
  font-weight: 900;
}

.pte-title-big {
  font-size: 41px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 5px;
}

.pte-score {
  background-color: #d9ff00;
  font-family: 'WorkSans' !important;
  color: black;
  font-size: 50px;
  font-weight: 900;
  padding: 0px;
  margin-top:10px;
  display: inline-block;
  transform: rotate(-2deg);
  border-radius: 5px;
}

.pte-subheading {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  color: #fff;
  margin-top: 15px;
}

.pte-desc {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.pte-desc .highlight {
  color: #d9ff00;
  font-weight: bold;
}

.girl-img {
  max-width: 100%;
  width: 510px;
  max-height: 550px;
  position: relative;
  top: 30px;
  display: block;
  /* default shown on desktop */
}

.girl-img-mob {
  width: 100%;
  max-width: 300px;
  position: relative;
  top: 5px;
  left: 28px;
  display: none;
  /* hidden by default */
}

@media (max-width: 768px) {
  .pte-banner {
    padding: 5px 8px;
    margin-top: -1px;
    flex-direction: column;
    text-align: center;
  }

.pte-desc{
    font-size:17px;
}

  .pte-result-list {
    display: flex;
    justify-content: center;
    gap: 0px !important;
    padding: 0;
    margin-top: 20px;
    list-style: none;
    flex-wrap: wrap;
  }

  .pte-title-small {
    font-size: 33px;
        line-height: 38px;
        top: 18px;
  }

  .pte-title-big {
    font-size: 28px;
  }

  .video-wrapper {
    padding: 5px;
  }

  .pte-subheading {
    font-size: 23px;
    line-height: 35px;
  }

  .pte-score {
    font-size: 28px;
    padding: 5px;
  }

  .fin {
    font-size: 9px !important;
  }

  .girl-img {
    display: none;
  }

  .girl-img-mob {
    display: block;
  }

  .attention-pill {
    font-size: 13px;
    padding: 10px 14px;
    gap: 20px;
  }

  .attention-pill .dot {
    width: 42px;
    height: 23px;
    position: relative;
    left: 8px;
    top: 1px;
  }

  .pte-top-bar {
    padding: 20px 10px 10px;
  }

  .pte-logo {
    height: 90px;
    margin-bottom: 20px;
  }
}

/*  */
.whyfail-pte-block {
  background: url(../images/shadow-bg.png) no-repeat top center, #fff;
  padding: 40px 165px 0px;
  background-color: #fff;
}

.whyfail-pte-block h2 {
  font-weight: 800;
  line-height: 1.3;
  font-size: 3rem;
}

.whyfail-pte-block p.lead-text {
  color: #666;
  font-size: 1.1rem;
  max-width: 800px;
}

.whyfail-pte-box {
  background-color: #00AEEF;
  color: #fff;
  border-radius: 14px;
  padding: 20px 30px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.whyfail-pte-box .text-part {
  flex: 1;
}

.whyfail-pte-box .text-part small {
  display: block;
  font-size: 0.95rem;
  opacity: 0.9;
}

.whyfail-pte-box .text-part strong {
  display: block;
  margin-top: 5px;
  font-size: 1.05rem;
  font-weight: 700;
}

.whyfail-pte-box .arrow-img-2 {
  width: 55px;
  height: auto;
  margin-left: 20px;
}

.whyfail-pte-footer {
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  max-width: 800px;
  text-transform: uppercase;
  margin: 40px auto 0;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .whyfail-pte-block {
    padding: 30px 10px 0;
    background-position: top center;
  }

  .whyfail-pte-block h2 {
    font-size: 30px;
    text-align: center;
    line-height: 33px;
  }

  .whyfail-pte-block p.lead-text {
    font-size: 16px;
    text-align: center;
  }

  .small-text {
    font-size: 8px;
    font-weight: 500;
  }

  .whyfail-pte-box {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 20px;
  }

  .whyfail-pte-box .arrow-img-2 {
    margin: 15px 0 0;
    margin-left: 0;
    width: 40px;
    display: none;
  }

  .whyfail-pte-footer {
    font-size: 15px;
    padding: 15px 10px;
  }
}

/*  */
.pte-success-section {
  background: #f9f9f9;
  padding: 60px 20px 0px;
  text-align: center;
}

.pte-success-section h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 58px;
  color: #111;
}

.pte-success-section .subheadline {
  color: #555;
  font-size: 1.1rem;
  max-width: 750px;
  margin: 20px auto 0;
}

.pte-success-section .subheadline strong {
  color: #000;
  font-weight: 700;
}

.pte-success-section .student-image {
  margin-top: 40px;
  max-width: 70%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .pte-success-section h2 {
    font-size: 37px;
    line-height: 35px;
  }

  .pte-success-section .subheadline {
    font-size: 1rem;
  }

  .pte-success-section .student-image {
    max-width: 100%;
  }

  .pte-success-section .student-image {
    margin-top: 40px;
    max-width: 100%;
    height: 40vh;
    border-radius: 8px;
  }

}

/*  */
.student-review-wrap-v1 {
  background-color: #fdfdfd;
  padding: 25px 20px;
}

.student-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Force 2 columns */
  gap: 30px;
  max-width: 1250px;
  margin: auto;
}

.student-review-card {
  background-color: #fff3c8;
  padding: 25px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.quote-icon {
  width: 50px;
  position: absolute;
  top: -13px;
  left: 20px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
}

.student-review-card p {
  margin-top: 30px;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

.student-review-card strong {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}

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

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

.stars {
  font-size: 18px;
  color: #ffbe00;
  line-height: 1;
}

.name {
  font-weight: 600;
  font-size: 15px;
}

/* Responsive fallback for mobile */
@media (max-width: 768px) {
  .student-review-grid {
    grid-template-columns: 1fr;
  }
}

/*  */

.right-side-image-desktop,
.right-side-image-mobile {
  position: absolute;
  z-index: 3;
}

.right-side-image-desktop {
  top: 0;
  right: 0;
  max-width: 265px;
  display: block;
}

.right-side-image-mobile {
  display: none;
  max-width: 150px;
  margin: 0 auto;
  padding-top: 20px;
}

.right-side-image-desktop img,
.right-side-image-mobile img {
  width: 100%;
  height: auto;
  display: block;
}

.course-offer-blaster {
  background: #f8fafa;
  padding: 60px 20px;
  font-family: 'Arial', sans-serif;
}

.offer-content {
  max-width: 735px;
  margin: auto;
  text-align: center;
  position: relative;
}

.offer-image {
  max-width: 440px;
  margin: 0 auto -55px auto;
  display: block;
  z-index: 2;
  position: relative;
}

.offer-box {
  background: #ffffff;
  border: 1px solid #e0edf0;
  border-radius: 16px;
  padding: 57px 25px;
  /*box-shadow: 0 10px 30px rgba(0,0,0,0.08);*/
  z-index: 1;
  position: relative;
}

.offer-box h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 40px;
}

.subtext {
  color: #555;
  font-size: 18px;
  margin-bottom: 16px;
}

.strike-price {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.strike-price span {
  text-decoration: line-through;
  color: #111;
}

.offer-button {
  position: relative;
  overflow: hidden;
  background-color: #0085a5;
  box-shadow: 0 10px 0 #d9d9d9;
  color: #fff;
  border: none;
  padding: 14px 30px;
  font-size: 30px;
  border-radius: 60px;
  font-weight: 800;
  cursor: pointer;
  margin-bottom: 25px;
  font-family: 'WorkSans' !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.offer-button small {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: white;
  font-weight: 300;
  text-transform: none;
}

.offer-button::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%);
}

.offer-button:hover {
  background-color: #000000;
  color: #ffffff;
}

.offer-button:hover::before {
  left: 100%;
}


.offer-bullets {
  font-size: 14px;
  color: #444;
  padding: 0px 35px 0;
}

.offer-bullets p {
  font-weight: 600;
  font-size: 20px;
  color: #222;
  margin: 0 0 10px;
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
  text-align: left;
}

.offer-bullets .tick-icon {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
  line-height: 1.4;
}

.offer-bullets ul {
  list-style: disc;
  padding-left: 18px;
  text-align: left;
  margin: 0;
}

.offer-bullets li {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .right-side-image-desktop {
    display: none;
  }

  .right-side-image-mobile {
    display: block;
    position: relative;
    text-align: center;
    top: 15px;
  }

  .course-offer-blaster {
    padding: 40px 15px;
  }

  .offer-content {
    padding: 0 10px;
  }

  .offer-image {
    max-width: 100%;
    margin-bottom: -49px;
  }

  .offer-box {
    padding: 30px 20px;
  }

  .offer-box h2 {
    font-size: 22px;
    line-height: 1.3;
    padding-top: 30px;
  }

  .subtext {
    font-size: 14px;
  }

  .strike-price {
    font-size: 16px;
  }

  .offer-button {
    font-size: 16px;
    padding: 12px 20px;
  }

  .offer-bullets {
    padding: 0 15px;
  }

  .offer-bullets p {
    font-size: 14px;
    padding-left: 22px;
  }

  .offer-bullets .tick-icon {
    font-size: 14px;
  }

  .offer-bullets ul {
    padding-left: 16px;
  }

  .offer-bullets li {
    font-size: 14px;
  }

  #mob-load-new {
    display: none;
  }
}

/*  */
.pte-signup-banner {
  background-color: #007FA3;
  padding: 40px 20px 0px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  max-width: 972px;
  margin: 0 auto;
}

.pte-signup-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.4;
}

.pte-signup-subtext {
  font-size: 16px;
  font-weight: 400;
  color: #eaf9fc;
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto;
}

.mh {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}

@media (max-width: 768px) {

  .pte-signup-banner {
    padding: 30px 7px;
    border-radius: 16px;
  }

  .pte-signup-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .pte-signup-subtext {
    font-size: 15px;
    padding: 0 10px;
  }

  .bin-2 {}
}

/*  */
/* Bottom buffer to prevent last section from getting hidden */
.page-end-buffer {
  height: 00px;
}

@media (max-width: 768px) {

  .page-end-buffer {
    height: 0px !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;
  }
}

#stickyBottomCounter {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 9999;
}


.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: 'WorkSans' !important;
  position: relative;
  background-color: #d2f801 !important;
  color: #000 !important;
  border: none;
  text-transform: uppercase;
  padding: 12px 30px 12px !important;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600 !important;
  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 #647a58, 0 15px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.join-now-btn .live-info {
  display: block;
  font-size: 11px;
  font-family: 'inter';
  margin-top: 5px;
  color: #000;
  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: 16px;
    padding: 10px 13px !important;
    width: 100%;
  }

  .join-now-btn .live-info {
    font-size: 10px;
    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%);
  }
}

/**/
/*  */
.offer-strip-wrapper {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #D2F801;
  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: #000;
  font-weight: bold;
  font-size: 16px;
}

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

/**/
.google-reviews-container {
  padding-top: 1rem;
  padding-bottom: 35px;
  text-align: center;
}

.google-reviews-img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}



.pte-fix-section {
  padding: 40px 30px;
  background: #f6f9fc;
  font-family: "Inter", sans-serif;
}

.pte-container {
  max-width: 1100px;
  margin: auto;
}

.pte-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #111;
  margin-bottom: 40px;
}

.pte-title span {
  color: #2563eb;
}

.pte-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 16px auto 50px;
  font-size: 18px;
  color: #555;
}

/* TABLE */
.pte-row.pte-head {
  background: linear-gradient(90deg, #eef2ff, #dbeafe) !important;
}


.pte-table {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.pte-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pte-head .problem,
.pte-head .solution {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.problem {
  background: #ffffff;
  padding: 22px 26px;
  border-bottom: 1px solid #eee;
  color: #333;
}

.solution {
  background: #007FA3;
  padding: 22px 26px;
  border-bottom: 1px solid #dbe7ff;
  color: #fff;
  font-weight: 600;
}


/* RESULT BOX */
.pte-result-box {
  margin-top: 50px;
  text-align: center;
}

.pte-result-box h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.pte-result-box ul {
  list-style: none;
  padding: 0;
}

.pte-result-box li {
  font-size: 18px;
  margin: 8px 0;
}

.pte-result-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0;
  margin-top: 20px;
  list-style: none;
  flex-wrap: wrap;
}

.pte-result-list li {
  font-size: 18px;
  font-weight: 600;
  background: #ffffff;
  padding: 12px 22px;
  border-radius: 30px;
  color: #1e40af;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* CTA */
.pte-cta-box {
  margin-top: 40px;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  color: #fff;
  padding: 40px 25px;
  border-radius: 18px;
  text-align: center;
}

.pte-price {
  font-size: 22px;
  margin-bottom: 10px;
}

.pte-price del {
  opacity: 0.6;
}

.pte-batch {
  font-size: 16px;
  margin-bottom: 8px;
}

.pte-alert {
  font-weight: 600;
  margin-bottom: 22px;
}

.pte-cta-btn {
  display: inline-block;
  background: #fff;
  color: #2563eb;
  padding: 14px 34px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.pte-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Hide mobile version by default */
.mobile-heading-problem,
.mobile-heading-solution,
.pte-table-problems,
.pte-table-solutions {
  display: none;
}

@media (max-width: 767px) {
  .pte-table {
    display: none !important;
  }
.pte-fix-section {
  padding: 40px 0px;
}

  /* Show mobile headings & tables only on mobile */
  .mobile-heading-problem,
  .mobile-heading-solution,
  .pte-table-problems,
  .pte-table-solutions {
    display: block;
  }

  /* Mobile headings with background */
  .mobile-heading-problem,
  .mobile-heading-solution {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    padding: 12px 20px;
    color: #fff;
    text-align: left;
    border-radius: 8px 8px 0 0;
  }

  .mobile-heading-problem {
    background-color: #fff;
    color: #000 !important;
    text-align: center;
    /* red for problem */
  }

  .mobile-heading-solution {
    background-color:#d2f801;
    color: #000;
    /* blue for solution */
  }

  /* Mobile tables with borders */
  .pte-table-problems,
  .pte-table-solutions {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }

  .pte-table-problems .problem,
  .pte-table-solutions .solution {
    padding: 14px 20px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
  }

  .pte-table-problems .problem {
    background: #fff;
  }

  .nitika-box {
    position: absolute;
    bottom: -35px !important;
    right: 22px !important;
    left: auto;
    transform: none;
    width: 320px !important;
    background: #ffffff;
    padding: 0px 3px !important;
    border: 2px solid #000;
    text-align: center;
  }

  /* Remove bottom border on last row */
  .pte-table-problems .pte-row:last-child .problem,
  .pte-table-solutions .pte-row:last-child .solution {
    border-bottom: none;
  }

  /* Hide desktop headers inside mobile tables */
  .pte-table-problems .pte-head,
  .pte-table-solutions .pte-head {
    display: none;
  }

  /* Hide original desktop combined table on mobile */
  .pte-table {
    display: none;
  }
}



/* Video scroll wrapper */

.video-scroll {
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.video-scroll::-webkit-scrollbar {
  display: none;
}

.video-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #2563eb;
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.video-arrow.left {
  left: -15px;
}

.video-arrow.right {
  right: -15px;
}

.video-arrow:hover {
  background: #1e40af;
}

.min-1 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* Offer layout wrapper */
.offer-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* Ensure left and right are aligned nicely */
  gap: 2rem;
  /* Can reduce gap if too much space */
  max-width: 1200px;
  /* Restrict total width */
  margin: 0 auto;
  /* Center on page */
  padding: 2rem;
  flex-wrap: wrap;
}

/* Left Offer Box */
.offer-box-left {
  flex: 1 1 450px;
  /* allow shrinking, minimum width 450px */
  max-width: 640px;
  /* optional: restrict width */
}
.offer-box-left p {
  font-size: 15px;
}
/* Right Side Images */
.offer-images-right {
  flex: 1 1 300px;
  /* allow shrinking, min width 300px */
  max-width: 430px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Right images style */
.offer-images-right .right-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  margin-top: -93px;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {

  .pte-title {
    font-size: 27px !important;
  }

  .offer-layout {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
  }

  .offer-box-left,
  .offer-images-right {
    flex: 1 1 100%;
    max-width: 100%;
  }

}

.student-review-grid {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

/* 🔥 FORCE SAME SIZE FOR ALL BOXES */
.student-review-card {
  width: 380px;
  height: 320px;
  /* 🔥 FIXED HEIGHT — CHANGE IF NEEDED */
  flex: 0 0 380px;

  background: #fff4cc;
  border-radius: 20px;
  padding: 24px;

  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* TEXT */
.student-review-card p {
  margin: 0;
  line-height: 1.6;

  overflow: hidden;
  /* 🔥 prevents box break */
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* 🔥 equal text height */
  -webkit-box-orient: vertical;
}

/* FOOTER ALWAYS AT SAME PLACE */
.review-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.student-review-wrap-v1 {
  overflow: hidden;
}

.student-review-grid {
  display: flex;
  gap: 24px;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}

.nitika-box {
  position: absolute;
  bottom: 35px;
  right: 28px;
  /* 👉 move to right */
  left: auto;
  /* remove left */
  transform: none;
  width: 420px;
  background: #ffffff;
  padding: 6px 6px;
  border: 2px solid #000;
  text-align: center;
  background: #555;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  margin-top: -30px;
}


/* Text styling */
.nitika-box h4 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.nitika-box .role {
  margin: 4px 0 2px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.nitika-box .exp {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 767px) {

  /* Stack everything vertically */
  .pte-table {
    display: flex;
    flex-direction: column;
  }

  /* Hide the original header row on mobile */
  .pte-head {
    display: none;
  }

  /* Allow columns to behave as separate items */
  .pte-row {
    display: contents;
    /* so child .pte-col can be ordered individually */
  }

  /* Style for problem boxes */
  .pte-col.problem {
    width: 100%;
    padding: 14px;
    background: #f0f4ff;
    /* light box */
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 8px;
    order: 1;
    /* all problems first */
  }

  /* Style for solution boxes */
  .pte-col.solution {
    width: 100%;
    padding: 14px;

    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 8px;
    order: 2;
    /* all solutions after problems */
  }
}
/* Slider shell */
.review-slider-shell {
  position: relative;
}

/* Blue navigation buttons */
.review-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #007FA3;
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* Button positions (like your image) */
.review-prev-btn {
  left: -2px;
}

.review-next-btn {
  right: -2px;
}

/* Mobile fix */
@media (max-width: 768px) {
  .review-prev-btn {
    left: -6px;
    margin-top: 30px;
  }

  .review-next-btn {
    right: -6px;
    margin-top: 30px;
  }
 
}


@media screen and (max-width: 768px) {
  .pte-success-section {
    background-image: url("../images/mob-bg.png") !important;
    padding: 40px 0 !important;
    
  }
}
/* Enable horizontal scrolling WITHOUT changing design */

.js-review-slider {
 display: flex;        /* does NOT change look */
  transition: transform 0.4s ease;
  will-change: transform;
} */

/* Keep cards in one line */
.js-review-slider .student-review-card {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.pte-success-section {
  background-image: url("../images/NEW-BG.png"); /* your background image */
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 65px 0px 0px;
  text-align: center;
}

