@font-face {
  font-family: OpenSans-Regular;
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/The%20second%20window/fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/The%20second%20window/fonts/OpenSans-Bold.ttf);
}

@font-face {
  font-family: OpenSans-Medium;
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/The%20second%20window/fonts/OpenSans-Medium.ttf);
}
.mob-register{
  display:none;
}
section{
  margin-top:50px;
}
.section1{
  background:#fff;
  /*   margin:5%; */
  font-family: OpenSans-Regular;
  color:#1f1f1f;
  /*   margin-top:30px!important; */
}
.section1 h1{
  font-family: OpenSans-bold;
  font-size:39px;
}
.section1 .badge{
  font-family: OpenSans-Regular;
  font-style: italic;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:10px 24px;
  border:1px solid #f3a35c;
  border-radius:30px;
  font-size:14px;
  color:#191919;
  background:#fff;
  margin-bottom:28px;
}
.section1 .title span{
  font-family: OpenSans-bold;
  color:#f39c27;
}
.section1 .subtitle{
  font-family: OpenSans-bold;
  font-size:22px;
}
.section1 .subtitle-2 {
  font-family: OpenSans-bold;
  font-size: 22px;
  color: #FF7F20;
}
.section1 .info-box{
  margin-right: auto;
  margin-left: auto;
  position:relative;
  border:2px solid #f3a35c;
  border-radius:10px;
  padding: 20px 25px;
  max-width: 560px;
  margin-bottom:15px;
  background:#fff;
}
.section1 .info-box::before{
  content:"";
  position:absolute;
  top:-12px;
  left:75%;
  width:22px;
  height:22px;
  background:#fff;
  border-left:2px solid #FFC193;
  border-top:2px solid #FFC193;
  transform:translateX(-50%) rotate(45deg);
}
.section1 .info-box p{
  /*   letter-spacing: -1.1px; */
  font-family: OpenSans-Medium;
  font-style:italic;
  font-size:20px;
  margin:0;
  font-weight: 600;
}
.section1 .meta{
  margin-bottom:10px;
}
.section1 .meta-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid #FFC193;
  padding:3px 20px;
  border-radius:28px;
  font-size:16px;
  background:#fff;
  margin:1%;
}
.cta{
  font-family: OpenSans-bold;
  background:#FF7F20;
  color:#fff;
  border:none;
  padding:12px 30px;
  font-size:16px;
  border-radius:10px;
  cursor:pointer;
  width:fit-content;
  margin:auto;
  border:2px solid #FF7F20;
}
.cta:hover{
  box-shadow: 0 4px 8px #FF7F20;
  transform: scale(1.02) translateY(-2px);
}
.section1 .image-wrap{
  width:100%;
  max-width:540px;
  aspect-ratio:4/3;
  border-radius:24px;
  overflow:hidden;
  margin:auto;
}
.section1 .image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.section1 .tag{
  font-family: OpenSans-bold;
  font-style: italic;
  position:absolute;
  right:-0px;
  background: linear-gradient(45deg, #FFE5C1, white);
  border: 1px solid #F39C27;
  padding:5px 10px;
  border-radius:28px;
  color:#474747;
}
.section1 .tag-top{
  top:62%;
}
.section1 .tag-bottom{
  top:74%;
}
.section1 .first-mobile-sec{
  display:none;
}
.section2{
  background:#fff;
  font-family: OpenSans-bold;
}

.section2 .section-header{
  text-align:center;
  margin-bottom:50px;
}
.section2 .section-header h2{
  font-family: OpenSans-bold;
  font-size:36px;
  margin-bottom:12px;
}

.section2 .card-row{
  display: grid;
  grid-template-columns: repeat(4, 1fr);

}
.section2 .feature-card{
  border:2px solid #f3a35c;
  border-radius:20px;
  padding:25px;
  height:100%;
  background:#FFEFE4;
}
.section2 .feature-card .icon{
  width:auto;
  display:flex;
  align-items:center;
  font-size:22px;
  margin-bottom:20px;
}
.section2 .feature-card h4{
  font-family: OpenSans-regular;
  font-size:18px;
}
.section2 .feature-card p{
  font-family: OpenSans-regular;
  font-size:16px;
  color:#555;
  line-height:1.5;
}
/* .section2 .cta {
width: fit-content;
margin-left: auto;
margin-right: auto;
background: #ff7f20;
border: none;
border-radius: 10px;
color: #fff;
cursor: pointer;
font-family: OpenSans-bold;
font-size: 18px;
padding: 12px 40px;
} */
/* Remove right border for last item */
.swiper-slide:last-child .feature-item {
  border-right: none;
}
.section12 {
  text-align: center;
}

.section12-title {
  font-family: OpenSans-bold;
  font-size: 36px;

}

.section12-box {
  justify-content: flex-start;
  font-family: OpenSans-Medium;
  width: 90%;
  border: 2px solid #f8c6a1;
  border-radius: 16px;
  padding: 18px 250px;
  margin: 15px auto;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight:600;
  box-shadow: 0 10px 25px rgba(255, 170, 110, 0.15);
}
.section12-icon {
  font-family: OpenSans-bold;
  width: 36px;
  height: 36px;
  background: rgba(243, 156, 39, 0.15);
  color: #FFC79E;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .section12 .cta {
font-family: OpenSans-bold;
background: #FF7F20;
border: none;
color:#ffff;
padding: 12px 30px;
font-size: 18px;
border-radius: 10px;
cursor: pointer;
} */
.section1-3{
  margin-top:30px!important;
}

.section1-3 span{
font-family: OpenSans-bold;
  font-weight:700;
}
.section1-3 {
  width: 100%;
  background: linear-gradient(90deg, #ffe6d1, #ffffff)!important;
  border-top: 1px solid #F2D4B7;
  border-bottom: 1px solid #F2D4B7;
  overflow: hidden;
}
.features-row {
  gap: unset;
border: 1px solid #F39C27;
}
.feature-item {
  font-family: OpenSans-bold;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 30px;
  font-size: 16px;
  border-right: 2px solid #EF8B41;
  white-space: nowrap;
}

.feature-item img {

  object-fit: contain;
  opacity: 0.9;
}
.section3{
  padding:30px 0;
  text-align:center;
  font-family: OpenSans-bold;
}
.section3 .section-header h2{
  font-family: OpenSans-bold;
  font-size:36px;
  margin-bottom:10px;
}
.section3 .section-header p{
  font-family: OpenSans-regular;
  font-size:22px;
}
.section3 .mySwiper{
  width:100%;
}
.section3 .swiper-slide{
  display:flex;
  justify-content:center;
}
.section3 .gain-card{
  border:2px solid #f3a35c;
  border-radius:20px;
  padding:20px;
  width:100%;
  max-width:340px;
  background:linear-gradient(to bottom,#fff8f2,#ffffff);
  text-align:left;
  height:100%;
}
.section3 .gain-card h4{
  font-family: OpenSans-bold;
  font-size:18px;
  margin-bottom:12px;
}
.section3 .gain-card p{
  font-size:16px;
  color:#555;
  line-height:1.5;
  margin:0;
}
.section3 .swiper-pagination-bullet{
  width:10px;
  height:10px;
  background:#d8d8d8;
  opacity:1;
}
/* .section3 .cta{
font-family: OpenSans-bold;
margin-top:30px;
background:#f58220;
border:none;
padding:12px 40px;
font-size:18px;
color:#fff;
border-radius:12px;
cursor:pointer;
} */
.section4 {
  font-family: OpenSans-regular;
  padding-top: 10px;
  text-align: center;
}
.section4 .section-header h2 {
  font-family: OpenSans-bold;
  font-size: 36px;

}
.section4 .section-header p {
  font-family: OpenSans-regular;
  font-size: 22px;
  color: #555;
}
.section4 .stats-box {
  padding: 40px;
  border: 2px solid #f3a35c;
  border-radius: 20px;
  background: linear-gradient(to bottom, #fff7f2, #ffffff);
  margin-bottom: 40px;
}
.section4 .stat-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 35px;
}
.section4 .stat-row:last-child {
  margin-bottom: 0;
}
.section4 .stat-label {
  font-family: OpenSans-bold;
  font-size: 18px;
  grid-column: 1 / span 2;
  text-align: left;
}
.section4 .stat-bar {
  width: 100%;
  height: 12px;
  border-radius: 10px;
  background: #e2e2e2;
  overflow: hidden;
  grid-column: 1 / span 1;
}
.section4 .stat-fill {
  height: 100%;
  border-radius: 10px;
  background: #e48b42;
}
.section4 .stat-fill.grey {
  background: #6d6d6d;
}
.section4 .stat-value {
  font-family: OpenSans-regular;
  font-size: 16px;
  color: #e48b42;
  justify-self: end;
}
.section4 .message-box {
  background: linear-gradient(to bottom, #ffe6d1, #ffffff);
  padding: 35px 20px;
  border-radius: 20px;
}
.section4 .message-box p {
  font-family: OpenSans-regular;
  font-size: 18px;
  color: #444;
  line-height: 1.5;
}
.section4 strong {
  font-family: OpenSans-bold;
}
/* .section4 .cta {
font-family: OpenSans-bold;
margin-top: 30px;
background: #f58220;
border: none;
padding: 12px 40px;
font-size: 18px;
color: #fff;
border-radius: 12px;
cursor: pointer;
} */


.section5 .section-header h2{
  font-family: OpenSans-bold;
  font-size:36px;
}
.section5 .section-header p{
  font-family: OpenSans-regular;
  font-size:22px;
  margin-top:10px;
  color:#555;
}
.section5-wrapper{
  position:relative;
}
.section5 .image-box img{
  width:100%;
  border-radius:10px;
  object-fit:cover;
}
.section5 .cards-column{
  right: 160px;
  position:relative;
  top:50px;     
}
.section5 .feature-card{
  width: 125%;
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding:24px;
  background:#fffaf6;
  border:1px solid #f7c8a2;
  border-radius:18px;
  margin-bottom:16px;
  position:relative;
  z-index:10; 
}
.section5 .feature-card h4{
  align-self: anchor-center;
  font-family: OpenSans-regular;
  font-size:18px;
}
/* .section5 .cta {
margin: 0px auto;
display: block;
font-family: OpenSans-bold;
margin-top: 30px;
background: #f58220;
border: none;
padding: 12px 40px;
font-size: 18px;
color: #fff;
border-radius: 12px;
cursor: pointer;
} */
.section6{
  background:#191919;
  padding:2%;
  color:#fff;
  text-align:center;
}
.section6 .section-title{
  font-family: OpenSans-bold;
  font-size:36px;
}
.section6 .schedule-top{
  background:#271f18;
  border:1px solid #4e3f35;
  padding:40px 20px;
  border-radius:18px;
  margin-bottom:40px;
  position:relative;
}
.section6 .icon-wrap{
  margin-bottom:12px;
}
.section6 .icon-box{
  align-items:center;
  font-size:26px;
  margin:0 auto;
}
.section6 .date-line{
  font-family: OpenSans-regular;
  font-size:18px;
  margin:0;
  color:#FFC79E;
}
.section6 .schedule-card{
  background:#271f18;
  border:1px solid #4e3f35;
  padding:35px 20px;
  border-radius:18px;
  text-align:center;
  margin-bottom:25px;
}
.section6 .schedule-icon{
  font-size:28px;
  margin-bottom:10px;
}
.section6 h4{
  font-family: OpenSans-bold;
  font-size:20px;
  color:#EF8B41;
  margin-bottom:8px;
}
.section6 .time{
  font-family: OpenSans-regular;
  font-size:18px;
  color:#ddd;
  margin:0;
}

.section6 .schedule-footer{
  font-family: OpenSans-regular;
  margin-top:20px;
  font-size:18px;
  color:#FFEFE4;
}

.section6 .footer-icon{
  margin-right:8px;
}
.section6 .date-line span{
  font-family: OpenSans-regular;
  color:#EF8B41
}
.section7{
  background:#ffffff;
}

.section7 h2{
  font-family: OpenSans-bold;
  text-align:center;
  font-size:36px;
  margin-bottom:30px;
}
.section7 .rewards-box{
  display:flex;
  justify-content:space-between;
  background:linear-gradient(to bottom, #FFC79EA3, #ffffff);
  border-radius:20px;
  padding:35px 20px;
}

.section7 .reward-item{
  width:50%;
  text-align:center;
  padding:0 20px;
  border-right:1px solid #f3c7a6;
}

.section7 .reward-item:last-child{
  border-right:none;
}
.section7 .reward-item h4{
  font-family: OpenSans-bold;
  font-size:20px;
  margin-bottom:6px;
}
.section7 .reward-item p{
  font-family: OpenSans-regular;
  font-size:16px;
  color:#555;

}
/* .section7 .cta {
margin: 0px auto;
display: block;
font-family: OpenSans-bold;
margin-top: 30px;
background: #f58220;
border: none;
padding: 12px 40px;
font-size: 18px;
color: #fff;
border-radius: 12px;
cursor: pointer;
} */

.section8 {
  padding: 50px;
  background: #FFF4EB;
}
.section8 .sec-title {
  font-family: OpenSans-bold;
  font-size:36px;
  text-align: center;
  margin-bottom: 40px;
  color: #191919;
}

.section8 .review-card {
  background: #ffffff;
  border: 2px solid #f7c6a1;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.05);
}

.section8 .review-img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 15px;
}

.section8 .review-card p {
  font-family: OpenSans-regular;
  font-size:16px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.section8 .review-card h4 {
  font-family: OpenSans-bold;
  font-size:22px;
  margin-bottom: 5px;
}

.section8 .review-card span {
  font-family: OpenSans-regular;
  color: #777;
  font-size: 16px;
}

.section8 .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.section8 .swiper-pagination-bullet-active {
  background: #f28c38;
}

.section9 {
  background: #E87520;
  padding: 25px 0;
}
section.section9{
    margin-top: unset;
}
.section9 .stats-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section9 .stat-box {
  text-align: center;
  color: white;
}
.section9 .stat-box h3 {
  font-family: OpenSans-bold;
  font-size: 32px;
}
.section9 .stat-box p {
  font-family: OpenSans-regular;
  font-size: 16px;
}
.section9 .divider {
  width: 1px;
  height: 55px;
  background: rgba(255,255,255,0.6);
}
.section9 .stats-pagination {
  display: none;
}

/* Section spacing (same as old) */
.section10 {
  margin: 4%;
}

/* Title */
.section10 .faq-title {
  font-size: 36px;
  font-family: OpenSans-bold;
  text-align: center;
  margin-bottom: 40px;
}

/* Accordion wrapper */
.section10 .accordion {
  border: none;
}

/* Each FAQ row (same as .faq-item) */
.section10 .accordion-item {
  border: none;
  border-bottom: 2px solid #444444;
  padding: 20px 0;
  background: transparent;
}

/* Question button (same as .faq-question) */
.section10 .accordion-button {
  width: 100%;
  background: none;
  border: none;
  padding: 0;

  font-family: OpenSans-bold;
  font-size: 20px;
  color: #4D4D4D;
  text-align: left;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

/* Arrow image (same behavior as old .arrow) */
.section10 .accordionimg {
  width: 18px;
  transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.section10 .accordion-button:not(.collapsed) .accordionimg {
  transform: rotate(180deg);
}

/* Answer (same as .faq-answer) */
.section10 .accordion-body {
  padding: 15px 0 0;
  font-size: 18px;
  line-height: 1.6;
  font-family: OpenSans-regular;
  color: #4D4D4D;
}

/* Remove focus outline */
.section10 .accordion-button:focus {
  box-shadow: none;
}



.section11 {
  margin-bottom:5%;
  padding: 20px 0;
  background: linear-gradient(
    to bottom,
    #fde1cb 0%,     /* top peach */
    #fff7ef 40%,    /* light center */
    #ffffff 60%,    /* white center */
    #fde1cb 100%    /* bottom peach */
  );
  text-align: center;
}
.section11 .offer-title {
  font-family: OpenSans-bold;
  font-size: 32px;

}
.section11 .offer-subtitle {
  font-family: OpenSans-regular;
  font-size: 18px;
}
.section11 .offer-text {
  font-family: OpenSans-bold;
  font-size: 18px;
}

.section11 .offer-text .highlight {
  font-family: OpenSans-bold;
  color: #e67300;
}
.section11 .offer-btn-wrap {
  margin-bottom: 25px;
}
.section11 .offer-btn {
  font-family: OpenSans-bold;
  background: #EF8B41;
  border: 2px #EF8B41;
  padding: 14px 40px;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
}
.section11 .offer-btn:hover {
  opacity: 0.92;
}
.section11 .offer-foot {
  font-family: OpenSans-bold;
  font-size: 18px;
  margin-top: 20px;
}

@media(max-width:1024px){
  
  .section8 .review-card{
  padding:25px;
  }
  .section4 .section-header h2{
  font-size:28px;
  }
  .section5 .section-header h2{
  font-size:28px;
  }
  .section6 .section-title {
  font-size:28px;
  }
  .section7 h2 {
  font-size:28px;
  }
  .section8 .sec-title {
  font-size:28px;
  }
  .section10 .faq-title {
  font-size:28px;
  }
  .section11 .offer-title {
  font-size:28px;
  }
  .section1 .subtitle{
    font-size:20px;
  }
  .section1 .subtitle-2 {
    font-size:20px;
  }
  .section1 .info-box p {
    font-size:16px;
  }
  .section12-title {
    font-size:28px;
  }
  .section12-box {
    padding: 18px 120px;
    font-size:18px;
  }
  .section2 .section-header h2 {
    font-size:28px;
  }
  .section5 .cards-column {
    right: unset;
    position: relative;
    top: unset;
  }
  .section5 .feature-card {
    padding: 26px;
    align-items: center;
    width: 97%;
  }
  .section8 .swiper.myTestimonialSwiper.swiper-initialized.swiper-horizontal.swiper-android.swiper-backface-hidden {
    height: 330px;
  }
}
.section3 .swiper.myTestimonialSwiper.swiper-initialized.swiper-horizontal.swiper-android.swiper-backface-hidden {
  padding: 5%;
}
@media(max-width:768px){
  .section10 .accordion-button {
  font-size:18px;
  }
  .section8 .review-card{
  padding:15px;
  }
  .section1 .badge {
    margin-bottom: unset;
  }
  .section1 h1 {
    font-size:36px;
  }
  .section1 .subtitle{
    font-size:16px;
  }
  .section1 .subtitle-2 {
    font-size:15px;
  }
  .section1 .info-box p {
    font-size: 14px;
  }
  .section12-title {
    font-size:20px;
  }
  .section12-box {
    padding: 18px 42px;
    font-size:16px;
  }
  .section2 .feature-card {
  padding: 15px 10px;
  }
  .section2 .section-header h2 {
    font-size:22px;
  }
  .section3 .section-header h2{
    font-size:22px;
  }
  .section4 .section-header h2 {
    font-size:22px;
  }
  .section5 .section-header h2 {
    font-size:22px;
  }
  .section6 .section-title {
    font-size:22px;
  }
  .section7 h2{
    font-size:22px;
  } 
  .section8 .sec-title {
    padding: 4%;
    margin-bottom: unset;
    font-size:22px;
  }
  .section10 .faq-title {
    font-size:22px;
  }
  .section11 .offer-title {
    font-size:22px;
  }
  .section8 .review-card h4{
  font-size:18px;
  }
  .section2 .feature-card h4 {
  font-size:16px;
  }
  .section6 .date-line{
  font-size:16px;
  }
  .section6 h4 {
  font-size:18px;
  }
  .section6 .time{
  font-size:14px;
  }
  .section4 .stat-label{
  font-size:16px;
  }
  .section7 .reward-item h4 {
  font-size:16px;
  }
  .section10 .faq-question {
  font-size:16px;
  }
  
  .section6 .schedule-footer{
  margin-top: unset;
    font-size: 16px;
  }
  .section4 .message-box p {
  font-size:16px;
  }
  .section5 .feature-card h4 {
  font-size:13px;
  }
  .section4 .section-header p {
  font-size:16px;
  }
  .section1 .info-box{
    padding: 10px 15px
  }
  .section8 {
    padding: unset;
  }
  .section11 .offer-subtitle{
  font-size:16px;
  }
  .section11 .offer-text {
  font-size:16px;
  }
  .section11 .offer-foot{
  font-size:16px;
  }
  .section5 .cards-column{
    top:0;               /* reset floating */
    padding-left:0;
    margin-top:20px;
  }
  .section5 .feature-card{
    padding:20px;
  }
  .section5 ..img-fluid {
    height: auto;
  }
  .section1 .tag-top {
    top: 57%;
    right: -33px;
  }
  .section1 .tag-bottom {
    top: 73%;
    right: -33px;
    font-size: 16px;
  }
  .section2 .cta {
    padding: 10px 13px;
  }

  .section5 .feature-card {
    width: auto;
    align-items: center;
    padding: 10px;
  }
  .section5 .cards-column {
    left: 5px;
  }

  .section8 .swiper.myTestimonialSwiper.swiper-initialized.swiper-horizontal.swiper-android.swiper-backface-hidden {
    height: 300px;
  }
  
  .section3 .swiper.myTestimonialSwiper.swiper-initialized.swiper-horizontal.swiper-android.swiper-backface-hidden {
    padding: 5%;
  }

  .section1-3 .swiper-slide {
    flex: none;
    width: auto !important;
  }
}
@media (max-width:767px){
   .section1 .subtitle-2 {
    font-size:16px;
  }
  
  .section11 .offer-subtitle {
  font-size: 16px;
  }
  
  .section10 .faq-title {
  font-size: 23px;
  }
  .section7 .reward-item p {
  font-size: 14px;
  }
  .section7 .reward-item{
  padding: 0 14px;
  }
  .mob-register{
    font-size: 16px;
    display:block!important;
  }
  .section12 {
    padding: 1%;
  }
      .section12-title{
        font-size: 22px;
    }
  .cta {
  font-size: 16px;
  }
  .section2 .feature-card h4 {
  font-size: 16px;
  }
  .section1 .image-wrap,.section1 .first-desktop-girl{
    display:none;
  }
  .section1 .first-mobile-sec {
    display: block;
    margin: auto;
    margin-bottom: -5px;
    width:90%;
  }
  .section1 .info-box{
    width:80%;
    padding: 10px 8px;
  }
  .section1 .info-box p{
    font-size:13px;
  }
  .section1 .info-box::before{
    left:16%;
  }
  .section1 .register-1{
    display:none;
  }
  .section2 .grid-cards{
    padding-left:0px!important;
    padding-right:0px!important;
  }
  .section2 .card-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 90%;
    margin: auto;
  }
  .section2 .feature-card{
    padding:15px;   
  }
  .section2 .section-header h2{
    font-size: 23px;
  }
  .section3{
    text-align:center;
  }
  .section3 .section-header h2{
    font-size:28px;
  }
  .section3 .section-header p{
    font-size:18px;
  }
  .section6 .date-line{
  font-size:16px;
  }
  .section6 .time{
  font-size: 12px;
  }
  .section6 h4 {
  font-size: 16px;
  }
  .section3 .gain-card{
    padding:24px;
    width
    max-width:80%;
    margin:5%;
  }
  .section3 .gain-card h4{
    font-size:16px;
    margin-bottom:10px;
  }
  .section3 .gain-card p{
    font-size:14px;
  }
  .section3 .cta{
    font-size:18px;
    padding:14px 30px;
  }
  .section3 .swiper.myTestimonialSwiper.swiper-initialized.swiper-horizontal.swiper-android.swiper-backface-hidden {
    margin-left: 5%;
  }
  .section4 .message-box{
    width: 90%;
    margin: auto;
  }
  .section4 .stats-box{
    margin-bottom: 40px!important;
    width: 90%;
    margin: auto;
  }
  .section4 .section-header h2 {
    font-size:24px;
  }
  .section4 .section-header p{
    font-size:16px;
  }
  .section4 .message-box p{
  font-size:16px;
  }
  .section4 .stat-label {
  font-size:16px;
  }
  .section5 .section-header h2{
    font-size:23px;
  }
  .section5 .section-header p {
    font-size:18px;
  }
  .section5 .feature-card h4{
  font-size:16px;
  }
  .section5-wrapper{
    margin:auto;
  }
  .section12-box {
    font-size: 15px;
    text-align: left;
    width: 90%;
    padding: 10px 10px;
  }
  .section6 .schedule-row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
  }
  .section6 .section-title{
    font-size: 23px;
    padding: 4%;
  }
  .section6 .schedule-top{
    margin-bottom: 26px;
    padding: 25px 20px;
  }
  .section6 .schedule-card {
    padding: 9px 14px;
  }
  .section6 .schedule-footer{
    margin-top: 0px;
  font-size: 16px;
  }
  section.section7 {
    padding-top: 5%;
    padding: unset;
  }
  .section7 h2{
    font-size: 23px;

  }
  .section7 .reward-item h4{
    padding: 3%;
    font-size: 14px;
  }
  .section7 .reward-item:last-child{
  padding: 0 9px;
  }
  .section8 .sec-title {
    padding-top: 30px;
    font-size: 24px;
  }
  .section8 .review-card h4 {
    font-size: 18px;
  }
  .section8 .swiper.myTestimonialSwiper.swiper-initialized.swiper-horizontal.swiper-android.swiper-backface-hidden {
    height: 300px;
  }
  .section10 .faq-title{
    font-size: 23px;
  }
  .section10 .faq-question{
    font-size: 16px;
  }
  .section10 .faq-answer {
    font-size: 16px;
  }
  .section11 .offer-title {
    font-size: 23px;
  }
  .section11 .offer-subtitle.offer-text.offer-foot {
    font-size: 16px;
  }
  .section11 .offer-text{
    font-size: 16px;
  }
  .section11 .offer-foot {
    font-size: 16px;
  }

}

.stats-row {
  width: 100%;
  overflow: hidden;
}

.stats-scroll {
  display: flex;
  align-items: stretch;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;

  /* Smooth scrolling */
  -webkit-overflow-scrolling: touch;

  /* Optional UX improvements */
  scroll-snap-type: x mandatory;
}

.stat-box {
  flex: 0 0 auto; /* prevents wrapping */
  min-width: 220px;
  text-align: center;
  scroll-snap-align: start;
}

.divider {
  flex: 0 0 auto;
  width: 1px;
  background: #e5e5e5;
  height: 60px;
  align-self: center;
}

/* Hide scrollbar (optional) */
.stats-scroll::-webkit-scrollbar {
  display: none;
}



.section1-3 {
  width: 100%;
  overflow: hidden;
}

/* Desktop */
.features-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

/* Mobile fix */
@media (max-width: 768px) {
  .features-row {
    justify-content: flex-start; /* 👈 critical */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    padding-inline: 16px; /* 👈 prevents cut on both sides */
  }

  .features-row::-webkit-scrollbar {
    display: none;
  }
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.feature-item img {
  width: 24px;
}


.section121 .form-title {
  font-family: OpenSans-bold;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.section121 #studentFormhiddenwindow input,
.section121 #studentFormhiddenwindow select {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}

.section121 .phone-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.section121 #countryCode {
  flex-shrink: 0;
  width: auto;
  min-width: 90px;
  max-width: 120px;
  margin-bottom: 0;
}

.section121 #phone {
  flex-grow: 1;
  margin-bottom: 0;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}

.section121 .error {
  color: #dc3545;
  font-size: 0.9em;
  margin-top: -10px;
  margin-bottom: 15px;
}

.section121 .bookletbtn1 {
  margin: unset;
}

.section121 .name-fields-row {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
}

.section12 .name-input-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.section121 .name-input-group input {
  width: 100%;
  margin-bottom: 0;
}

.section121 .btn-form-submit {
  display: block;
  padding: 15px;
  margin: auto;
  font-family: OpenSans-bold;
  background:#FF7F20;
  color:#fff;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  width:40%;
  border:2px solid #FF7F20;
}

.section121 .btn-form-submit:hover {
  background-color: #fff;
  color:#FF7F20;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay.visible {
  display: flex;
}

.section121 .modal-content {
  background-color:#fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 800px;
  position: relative;
  max-height: 75vh;
  overflow-y: auto;
  margin-top:10%;
  color:black!important;
}

.section121 .modal-content::-webkit-scrollbar {
  width: 8px;
}

.section121 .modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.section121 .modal-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.section121 .modal-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.close-modal-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  color: #9ca3af;
  cursor: pointer;
  line-height: 1;
  z-index: 10;
}

.form-check .form-check-input {
  float: unset !important;
  margin-left: 0.5em;
}
.form-check {
  padding-left:unset!important;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay.visible {
  display: flex;
}

.sectionform .modal-content {
  background-color: white;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 800px;
  position: relative;
}

.close-modal-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  color: #9ca3af;
  cursor: pointer;
  line-height: 1;
}