@font-face {
  font-family:'Inter-Medium';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/TOF-1/Inter-Medium.ttf);
}
@font-face {
  font-family:'Inter-Bold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/TOF-1/Inter-Bold.ttf);
}
@font-face {
  font-family:'Inter-Regular';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/new_tof_1/fonts/Inter-Regular.ttf);
}
@font-face {
  font-family:'Inter-SemiBold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/TOF-1/Inter-SemiBold.ttf);
}
@font-face {
  font-family:'InterTight-SemiBold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/TOF-1/InterTight-SemiBold.ttf);
}
@font-face {
  font-family:'SFPRODISPLAYREGULAR';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/TOF-1/SFPRODISPLAYREGULAR.otf);
}
@font-face {
  font-family:'Inter-ExtraBold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/TOF-1/Inter-ExtraBold.ttf);
}
@font-face {
  font-family:'Inter-Light-BETA';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/TOF-1/Inter-Light-BETA.ttf);
}
@font-face {
  font-family:'Rubik-VariableFont_wght';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/new_tof_1/fonts/Rubik-VariableFont_wght.ttf);
}

@font-face {
  font-family: PlusJakartaSans-Bold;
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/Summer%20camp%2026/fonts/PlusJakartaSans-Bold.ttf);
}

@font-face {
  font-family: PlusJakartaSans-ExtraBold;
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/Summer%20camp%2026/fonts/PlusJakartaSans-ExtraBold.ttf);
}

@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: Poppins-SemiBold;
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/Digital%20Events%20all/Poppins-SemiBold.ttf);
}

section{
  margin-top:50px;
}
h1{
  font-family:'Inter-ExtraBold'!important;
  font-size:62px;
}
h2{
  text-transform:uppercase;
}
h2,p{
  color:#292929;
}
.section1 .s1-schedule-box strong,.bold,h2,.section2 .s2-text-group h4,h4,.section3 .s3-card-number,.section4 .s4-alert-title,.section5 .s5-badge-tag,.section5 .s5-benefit-list li strong,strong,.section5 .s5-footer-cta,.section12 .main-title{
  font-family:'Inter-Bold'!important;
}

.section1 .s1-sub-title,.section1 .s1-main-heading span,.section1 .s1-lead-text,.section1 .s1-schedule-box span,.section1 .s1-marquee-content span,p,.section2 .s2-text-group p,.section2 .explore,.section5 .s5-benefit-list li,a.explore,.section7 .s7-verification,.section6 .s6-item span{
  font-family:'Inter-Regular'!important;
}


.section4 .s4-sub-label{
  font-family: PlusJakartaSans-Bold!important;
}
.section4 .s4-main-title,.section4 .s4-step-number{
  font-family: PlusJakartaSans-ExtraBold!important;
}

.section4 .s4-description{
  font-family: OpenSans-Regular!important;
}
.section8 .s8-faq-header h4{
  font-family: Poppins-SemiBold!important;
}

.section1{
  margin-top:0px;
}

.bookletbtn {
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-family: 'Inter-Bold';
  margin: auto;
  padding: 1% 5%;
  text-align: center;
  transition: transform .3s, box-shadow .3s;
  width: fit-content;
  background:#292929;
}

.bookletbtn:hover {
  box-shadow: 0 4px 8px #f5f5f5;
  transform: scale(1.02) translateY(-2px);
}

.red{
  color:#CF0000;
}
.section1 {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.section1 .s1-hero-container {
  margin: 0 auto;
  padding: 3% 3% 9%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section1 .s1-hero-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 140%;
  height: 90%;
  background: #CF0000;
  border-radius: 0 0 50% 50%;
  z-index: -1;
}
.section1 .s1-sub-title {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 2%;
}

.section1 .s1-main-heading {
  color: #ffffff;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.section1 .s1-main-heading span {
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  font-size:32px;
}

.section1 .s1-lead-text {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
  max-width: 650px;
  margin: 0 auto 2% auto;
}


.section1 .s1-cta-btn {
  display: inline-block;
  width: 100%;
  background: #22252A;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 4.5% 6%;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, background-color 0.2s ease;
  box-sizing: border-box;
}

.section1 .s1-cta-btn:hover {
  background: #15171a;
  transform: translateY(-2px);
}

.section1 .s1-schedule-box {
  background: #D1302B;
  border: 2px solid #DD6767;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 1.5% auto;
  padding: 1% 9%;
  width: fit-content;
}

.section1 .s1-schedule-box strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}

.section1 .s1-schedule-box span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.95;
}

.section1 .s1-podium {
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 3;
}

.section1 .s1-podium-left {
  left: 1%;
}

.section1 .s1-podium-right {
  right: 1%;
}

.section1 .s1-marquee-wrapper {
  background: #000000;
  width: 100%;
  padding: 1.5% 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.section1 .s1-marquee-track {
  display: flex;
  width: max-content;
  animation: s1-marquee-slide 25s linear infinite;
}

.section1 .s1-marquee-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 60px;
  padding-right: 60px;
}

.section1 .s1-marquee-content span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;

  /* Adds the vertical separation lines between text groupings */
  border-right: 4px solid rgba(255, 255, 255, 0.4);
  padding-right: 40px; 
}



.section1 .s1-marquee-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px; /* Reduced to balance out the extra span padding spacing safely */
  padding-right: 40px;
}

.section1 .s1-star {
  color: #FFF200;
  font-style: normal;
  font-size: 14px;
}

@keyframes s1-marquee-slide {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 1024px) {
  .section1 .s1-main-heading span { font-size: 28px; }
  .section1 .s1-podium { width: 24%; }
  .section2 .s2-value-pill{width:116%;}
  .section6 .s6-flex-wrapper {
    align-items: center;
    display: grid!important;
    gap: 20px;
    justify-content: center;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section4 .s4-step-number {
    width: 44px!important;
    height: 44px!important;
    font-size: 20px!important;
  }
  .section4 .s4-card{
    padding:2%;
  }
  .section4 .s4-main-title{
    font-size: 16px !important;

  }
  .section4 .s4-description{
    font-size: 12px !important;
  }
  h1{
    font-family:'Inter-ExtraBold'!important;
    font-size:48px;
  }
  .section7 .s7-review-card {
    min-height:unset;
  }
  .section7 .s7-author-name{
    font-size:14px!important;
  }
  .section7 .s7-verification{
    font-size:11px!important;

  }
  .section7 .s7-review-text {
    color: #333;
    font-size: 12px!important;
    font-weight: 400;
    line-height: 1.6;
    margin: 0px 0 15px!important;
  }
  .section7 .s7-review-card {
    padding:2%!important;
    min-height:unset!important;
  }
  .section7{

    padding:1%!important;
  }
  .section7 .s7-swiper-container {
    gap: 5px!important;
  }
  .section5 .s5-benefit-list li{
    padding-left:18px!important;
    font-size:12px!important;
  }
  h4{
    font-size:16px!important;
  }
  h3{
    font-size:18px!important;
  }
  h2{
    font-size:24px!important;
  }
  .section1 .s1-sub-title{
    font-size:12px;
  }
  .section1 .s1-lead-text{
    font-size:16px;
  }
  .bookletbtn {
    padding:2% 4%;
  }
  .section2 .s2-icon-wrapper {
    width: 30px!important;
    height: 30px!important;
  }
  .section2 .s2-icon-wrapper svg{
    width:50%!important;
  }
  .section2 .s2-text-group p{
    font-size:11px!important;
  }
  .section2 .s2-text-group h4{
    font-size:14px!important;

  }
  .section3 .redcards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .section3 .redcards .col-sm-3{
    width:100%;
    margin-bottom: 4%;

  }
}


@media (max-width: 767px) {
  h1{
    font-family:'Inter-ExtraBold'!important;
    font-size:38px;
  }
  .section6{
    display:none;
  }
  .bookletbtn {
    padding:3% 6%;
    margin-bottom: 6%;
  }
  .section1 .s1-schedule-box{
    padding:3% 9%;
  }
  .section1 .s1-hero-container {
    padding: 12% 5% 25% 5%;
    background: radial-gradient(circle at 50% 115%, #ffffff 0%, #ffffff 40%, transparent 40.5%);
  }
  .section1 .s1-sub-title { font-size: 16px; margin-bottom: 4%; }
  .section1 .s1-main-heading span { font-size: 20px; }
  .section1 .s1-lead-text { font-size: 16px; margin-bottom: 8%; }
  .section1 .s1-marquee-wrapper { padding: 3% 0; }

  .section3 .redcards {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 4% !important;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: none !important;
    justify-content: flex-start !important;
  }

  /*   .section3 .redcards .col-sm-3 {
  flex: 0 0 280px !important;
  max-width: 280px !important;
  width: 280px !important;
  margin-right: 16px;
} */

  .section3 .redcards .col-sm-3:last-child {
    margin-right: 0;
  }

  .section3 .redcards::-webkit-scrollbar {
    height: 4px;
  }

  .section3 .redcards::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
  }
}


.section2 .s2-media-block {
  width: 100%;
}

.section2 .col-sm-5 {
  position: relative;
  left: -6%;
  align-self: center;
}


.section2 .s2-content-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.section2 .s2-value-pill {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .02);
  border-radius: 100px;
  box-shadow: 0 10px 30px 10px #D8D8D8;
  display: flex;
  gap: 20px;
  padding: 3%;
  transition: transform .25s ease;
}

.section2 .s2-value-pill:hover {
  transform: translateX(6px);
}

.section2 .s2-icon-wrapper {
  width: 54px;
  height: 54px;
  background: #F1EFEF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.section2 .s2-text-group {
  display: flex;
  flex-direction: column;
}

.section2 .s2-text-group h4 {
  margin: 0;
  color: #292929;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.section2 .s2-text-group p {
  margin: 0;
  color: #292929;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.explore{
  font-size:12px;
}
.section2 .explore{
  color:#888;
  font-size:12px;
  text-decoration: underline!important;
}

.section3{
  background:#CF0000;
  padding:3%;
}


.section3 .s3-feature-card {
  background: #D90000;
  border-radius: 16px;
  padding: 10% 8%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
  border: 2px solid #ffffff61;
}

.section3 .s3-feature-card:hover {
  transform: translateY(-4px);
}

.section3 .s3-card-number {
  color: rgba(255, 255, 255, 0.25);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  margin-bottom:5%;
}

.section3 .s3-card-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.section3 .s3-card-desc {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .section3 {
    padding: 12% 0;
  }

  .section3 .col-sm-3 {
    margin-bottom: 24px;
  }

  .section3 .col-sm-3:last-child {
    margin-bottom: 0;
  }

  .section3 .s3-feature-card {
    padding: 4%;
  }

  .section3 .s3-card-number {
    margin-bottom: 4%;
  }
}

@media (max-width: 767px) {
  .section4 .s4-scroll-wrapper .s4-step-card{
    padding:5%!important;
    border: 2px solid #A4A4A4;
  }
  .section4 .s4-step-number{
    display:none!important;
  }


  .section2 .col-sm-7 {
    margin-bottom: 40px;
  }

  .section2 .s2-value-pill {
    border-radius: 30px;
    padding: 3%;
    gap: 16px;
    width:90%;
    margin:auto;
  }
  .section2 .col-sm-5{
    left:unset;
  }

  .section2 .s2-text-group h4 {
    font-size: 16px;
  }

  .section2 .s2-text-group p {
    font-size: 14px;
  }

  .section2 .s2-icon-wrapper {
    width: 46px;
    height: 46px;
  }
}


.section4 .s4-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 3%;
  margin-bottom: 24px;
  border-radius: 16px;
  box-sizing: border-box;
}

.section4 .s4-exclusive-card {
  background: linear-gradient(135deg, #ffb3022e, #FDF2ED, #FDF2ED);
  border: 1px solid #FFD6D6;
  border-left: 5px solid #CF0000;
}

.section4 .s4-step-card {
  background: #ffffff;
  border: 2px dashed #CF0000;
}

.section4 .s4-badge-icon {
  width: 44px;
  height: 44px;
  background: #E50000;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
}

.section4 .s4-step-number {
  width: 44px;
  height: 50px;
  background: #F1F3F5;
  color: #E50000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 22px;
}

.section4 .s4-card-content {
  flex: 1;
}

.section4 .s4-sub-label {
  margin: 0 0 8px 0;
  color: #CF0000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section4 .s4-main-title {
  color: #111111;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.section4 .s4-exclusive-card .s4-main-title {
  color: #CF0000;
}

.section4 .s4-strike {
  text-decoration: line-through;
  color: #222222;
  font-weight: 700;
}

.section4 .s4-description {
  margin: 0;
  color: #444444;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.section4 .s4-alert-bar {
  background: #FFEBEE;
  border-left: 4px solid #E63946;
  padding: 3% 4%;
  border-radius: 10px;
  margin-top: 32px;
  box-sizing: border-box;
}

.section4 .s4-alert-title {
  display: block;
  color: #E63946;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.section4 .s4-alert-desc {
  margin: 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 767px) {


  .section4 .s4-card {
    flex-direction: column;
    gap: 16px;
    padding: 3%;
  }

  .section4 .s4-main-title {
    font-size: 18px;
  }

  .section4 .s4-alert-bar {
    padding: 6%;
  }
  .section4 .s4-scroll-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    justify-content: flex-start !important;
    padding-bottom: 4% !important;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .section4 .s4-scroll-wrapper .s4-step-card {
    flex: 0 0 390px !important;
    margin-right: 16px !important;
    margin-bottom: 0 !important;
  }

  .section4 .s4-scroll-wrapper .s4-step-card:last-child {
    margin-right: 0 !important;
  }

  .section4 .s4-scroll-wrapper::-webkit-scrollbar {
    height: 4px;
  }

  .section4 .s4-scroll-wrapper::-webkit-scrollbar-thumb {
    background: rgba(229, 0, 0, 0.3);
    border-radius: 4px;
  }
}


.section5 .s5-media-block {
  width: 100%;
}

.section5 .s5-featured-img {
  width: 100%;
  height: auto;
  display: block;
}

.section5 .s5-right-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.section5 .s5-reward-card {
  background: #1F1F1F;
  border-radius: 12px;
  padding: 6% 6% 8% 6%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgb(255 255 255 / 33%);
}

.section5 .s5-champion-card {
  border: 1px solid #E50000;
}

.section5 .s5-participant-card {
  grid-column: span 2;
  padding: 4% 4% 5% 4%;
  margin-top:2%;
}

.section5 .s5-badge-tag {
  position: absolute;
  top: -12px;
  left: 20px;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.section5 .tag-pink {
  background: #E50000;
}

.section5 .tag-grey {
  background: #6C757D;
}

.section5 .tag-dark-grey {
  background: #495057;
}

.section5 .s5-reward-card h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 6px 0;
  line-height: 1.3;
}

.section5 .s5-grade-text {
  color: #DDD;
  font-size: 13px;
  margin: 0 0 20px 0;
  font-weight: 500;
}

.section5 .s5-benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section5 .s5-benefit-list li {
  color: #AAA;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  padding-left: 24px;
}

.section5 .s5-benefit-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #888888;
  font-weight: bold;
}

.section5 .s5-champion-card .s5-benefit-list li::before {
  color: #E50000;
}

.section5 .s5-benefit-list li strong {
  color: #ffffff;
  font-weight: 700;
}

.section5 .s5-terms-box {
  background: #111111;
  border-radius: 8px;
  padding: 4%;
  margin-top: 24px;
  box-sizing: border-box;
}

.section5 .s5-terms-box p {
  color: #888;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.section5 .s5-terms-box strong {
  color: #AAA;
}

.section5 .s5-footer-cta {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  margin: 2% 0 0 0;
}

@media (max-width: 767px) {
  .section7{
    background:unset!important;
  }
  .section5 .s5-right-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    justify-content: flex-start !important;
    padding-top: 20px !important; /* Prevents the top absolute badges from being cut off */
    padding-bottom: 4% !important;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .section5 .s5-right-grid .s5-reward-card {
    flex: 0 0 380px !important;
    margin-right: 20px !important;
  }

  /* Overrides the desktop full-width grid span so it matches the other scrollable cards */
  .section5 .s5-right-grid .s5-participant-card {
    grid-column: auto !important; 
    margin-right: 0 !important;
  }

  .section5 .s5-right-grid::-webkit-scrollbar {
    height: 4px;
  }

  .section5 .s5-right-grid::-webkit-scrollbar-thumb {
    background: rgba(229, 0, 0, 0.3);
    border-radius: 4px;
  }
  a.explore {
    font-size: 14px;
  }

  .s5-footer-cta{
    text-align:center;

  }
  .section5 .row2{
    padding:10% 4%!important;
  }
  .row.text-center.row1 {
    width: 103%;
  }

  .section5 .col-sm-5 {
    display:none;
  }

  .section5 .s5-right-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .section5 .s5-participant-card {
    grid-column: span 1;
  }

  .section5 .s5-reward-card {
    padding: 4%!important;
    width: 75%!important;
    margin: auto!important;
  }
  .section5 .content {
    margin-bottom: 8%!important;
  }
  .desktop{
    display:none!important;
  }
  .mobile{
    display:block!important;
  }
}
.section5 .s5-reward-card:hover {
  border: 1px solid #E50000 !important;
  transform: translateY(-2px);
  transition: all 0.25s ease;
}

/* Specific nested badge tracking - forces the tag background to turn red when its parent card is hovered */
.section5 .s5-reward-card:hover .s5-badge-tag {
  background: #E50000 !important;
  transition: background-color 0.25s ease;
}

.section5 .row2{
  background:#1A1A1A;
  padding:0 3% 2% 0;
}
.section5 .content{
  margin-bottom:3%;
}

.mobile{
  display:none;
}

.section6 .s6-flex-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.section6 .s6-item span {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.section6 .s6-check {
  color: #333;
  font-style: normal;
  font-weight: 700;
}

.section6 {
  width: 100%;
  background: #FFF0F2;
  padding: 15px 0;
  border-top: 1px solid rgba(229, 0, 0, 0.1);
  border-bottom: 1px solid rgba(229, 0, 0, 0.1);
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .section6 .s6-flex-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    justify-content: flex-start !important;
    padding-bottom: 5px !important;
    -webkit-overflow-scrolling: touch;
  }

  .section6 .s6-item {
    flex: 0 0 auto !important;
    margin-right: 24px;
  }

  .section6 .s6-item:last-child {
    margin-right: 0;
  }

  .section6 .s6-flex-wrapper::-webkit-scrollbar {
    height: 0px;
    background: transparent;
  }
}

.section7 .s7-swiper-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

.section7 .s7-review-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2%;
  flex: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 280px;
}

.section7 .s7-stars {
  color: #FFB100;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.section7 .s7-review-text {
  color: #333333;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.section7 .s7-author-info {
  margin-top: auto;
}

.section7 .s7-author-name {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.section7 .s7-verification {
  color: #888888;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.section7 .s7-check {
  color: #00B67A;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 767px) {
  .section7 {
    padding: 10% 0;
  }

  .section7 .s7-swiper-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    justify-content: flex-start !important;
    padding: 10px 4px 24px 4px !important;
    -webkit-overflow-scrolling: touch;
    margin: 0 -4%;
  }

  .section7 .s7-swiper-container::before,
  .section7 .s7-swiper-container::after {
    content: '';
    flex: 0 0 4%;
  }

  .section7 .s7-review-card {
    flex: 0 0 390px !important;
    min-height: unset;
    padding: 6%;
    margin-right: 16px !important;
  }

  .section7 .s7-review-card:last-child {
    margin-right: 0 !important;
  }

  .section7 .s7-swiper-container::-webkit-scrollbar {
    height: 4px;
  }

  .section7 .s7-swiper-container::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
}

.section7{
  padding:2%;
  background:#FAFAFA;
}


.section8 .s8-faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section8 .s8-faq-item {
  background: #ffffff;
  border-radius: 12px;
  border-left: 5px solid #E50000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  box-sizing: border-box;
  transition: border-color 0.25s ease;
}

.section8 .s8-faq-header {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.section8 .s8-faq-header h4 {
  margin: 0;
  color: #292929;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding-right: 20px;
}

.section8 .s8-faq-icon {
  font-size: 22px;
  color: #666666;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.25s ease, color 0.25s ease;
}

.section8 .s8-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
  box-sizing: border-box;
}

.section8 .s8-faq-body p {
  margin: 0;
  padding: 0 24px 20px 24px;
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
}

.section8 .s8-faq-item.active .s8-faq-icon {
  transform: rotate(45deg);
  color: #E50000;
}

@media (max-width: 767px) {


  .section8 .s8-faq-header {
    padding: 16px 18px;
  }

  .section8 .s8-faq-header h4 {
    font-size: 14px;
  }

  .section8 .s8-faq-body p {
    padding: 0 18px 16px 18px;
    font-size: 13px;
  }
}
.section8{
  background:#EEEEEE;
  padding:3%;
}





.section9 .s9-social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 16px;
  padding: 24px 16px;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}

.section9 .s9-social-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.section9 .s9-icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.section9 .s9-icon-box svg {
  width: 100%;
  height: 100%;
}

.section9 .s9-social-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.2;
}

.section9 .s9-social-card p {
  font-size: 13px;
  color: #777777;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}

/* Specific Identity Brand Coloring Setup */
.section9 .s9-whatsapp .s9-icon-box { color: #25D366; }
.section9 .s9-whatsapp h4 { color: #25D366; }
.section9 .s9-whatsapp:hover { border-color: #25D366; }

.section9 .s9-facebook .s9-icon-box { color: #1877F2; }
.section9 .s9-facebook h4 { color: #1877F2; }
.section9 .s9-facebook:hover { border-color: #1877F2; }

.section9 .s9-instagram .s9-icon-box { color: #E1306C; }
.section9 .s9-instagram h4 { color: #E1306C; }
.section9 .s9-instagram:hover { border-color: #E1306C; }

.section9 .s9-linkedin .s9-icon-box { color: #0077B5; }
.section9 .s9-linkedin h4 { color: #0077B5; }
.section9 .s9-linkedin:hover { border-color: #0077B5; }

@media (max-width: 767px) {


  .section9 .col-sm-3 {
    margin-bottom: 16px;
  }

  .section9 .col-sm-3:last-child {
    margin-bottom: 0;
  }
  .grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}




.section12 .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

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

.section12 .modal-content-container {
  background-color: #ffffff;
  width: 100%;
  max-width: 800px;
  border-radius: 15px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* --- Dark Header Section --- */
.section12 .form-header-black {
  background-color: #CF0000;
  color: #fff;
  text-align: center;
  padding: 35px 20px;
  border-radius: 15px 15px 0 0;
}

.section12 .form-header-black h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.section12 .form-header-black p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}

.section12 .free-badge {
  background-color: #ffcc00;
  color: #000000;
  font-weight: 800;
  font-size: 14px;
  padding: 4px 24px;
  border-radius: 20px;
  display: inline-block;
}

/* --- Form Body & Sections --- */
.section12 .form-body-wrapper {
  padding: 30px;
}

.section12 .section-heading {
  font-size: 18px;
  font-weight: 700;
  color: #1A2535;
  margin-bottom: 15px;
  display: block;
}

.section12 .form-group-section {
  margin-bottom: 25px;
}

/* --- Input Fields & Selects --- */
.section12 .form-control, 
.section12 .form-select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 5px;
  background-color: #ffffff;
  color: #1f2937;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.section12 .form-control:focus, 
.section12 .form-select:focus {
  outline: none;
  border-color: #8c4448;
  box-shadow: 0 0 0 3px rgba(140, 68, 72, 0.1);
}

.section12 .error-message {
  color: #dc2626;
  font-size: 12px;
}

/* --- Student Card Style --- */
.section12 .student-card-box {
  /*   background-color: #fff5fb; /* Light blue tint from screenshot */ */
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.section12 .student-label {
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

/* --- Dashed "Add Student" Buttons --- */
.section12 .dashed-add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px;
  border: 1.5px dashed #3b82f6;
  background: transparent;
  border-radius: 8px;
  color: #4A5568;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.2s;
}

.section12 .dashed-add-btn:hover {
  background-color: #eff6ff;
  border-color: #E8ECF2;
}

/* --- Footer & Submit --- */
.section12 .btn-submit-full {
  width: 100%;
  background: #0D1F35;
  color: #ffffff;
  padding: 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 1px;
  margin:auto;
  display:block;
}

.section12 .btn-submit-full:hover {
  background-color: #222222;
}

.section12 .form-check-label {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.4;
}

/* --- Custom Close Button --- */
.section12 .close-modal-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255,255,255,0.1);
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.section12 .close-modal-btn:hover {
  background: rgba(255,255,255,0.2);
}

/* Scrollbar Styling */
.section12 .modal-content-container::-webkit-scrollbar {
  width: 6px;
}
.section12 .modal-content-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.section12 .main-title{
  font-size:24px;
  color:#fff;
}



.section12 .form-promo-banner-container {
  margin-top:3%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section12 .promo-card {
  border-radius: 16px;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}

.section12 .promo-card.pink-style {
  background: linear-gradient(135deg, #FCF0F6 0%, #F6C6D9 100%);
  border: 1.5px solid #f43f5e;
  padding-top: 36px;
}

.section12 .promo-card.blue-style {
  background: #F3F7FE;
  border: 1.5px solid #CBD9FB;
}

.section12 .promo-badge-pill {
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: #EE0B73;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}

.section12 .promo-title {
  font-size: 14px;
  font-weight: 800;
  color: #1A2535;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.section12 .promo-desc {
  font-size: 13px;
  color: #4A5568;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}


.section12 .s12-events-scroll-lane {
  max-height: 280px;
  overflow-y: auto;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 12px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section12 .s12-events-scroll-lane::-webkit-scrollbar {
  width: 6px;
}

.section12 .s12-events-scroll-lane::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 10px;
}

.section12 .s12-event-selection-row {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  background-color: #ffffff;
  transition: border-color 0.2s;
}

.section12 .s12-event-selection-row:has(.s12-event-checkbox:checked) {
  border-color: #2563eb;
  background-color: #f8fafc;
}

.section12 .s12-event-title {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 6px 0;
}

.section12 .s12-event-meta-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.section12 .s12-meta-date {
  font-size: 13px;
  color: #64748b;
  font-weight: 600;
}

.section12 .s12-meta-pill {
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

.section12 .s12-meta-pill.competition-type { background-color: #fff1f2; color: #f43f5e; }
.section12 .s12-meta-pill.masterclass-type { background-color: #eff6ff; color: #2563eb; }
.section12 .s12-meta-pill.status-type { background-color: #fef3c7; color: #d97706; }

.section12 .s12-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.section12 .s12-event-checkbox {
  display: none;
}

.section12 .s12-custom-check {
  width: 18px;
  height: 18px;
  border: 1.5px solid #cbd5e1;
  border-radius: 4px;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  transition: all 0.2s;
}

.section12 .s12-event-checkbox:checked + .s12-custom-check {
  background-color: #2563eb;
  border-color: #2563eb;
}

.section12 .s12-event-checkbox:checked + .s12-custom-check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.section12 .s12-label-text {
  font-size: 13px;
  color: #475569;
  font-weight: 600;
}


.section12 .s12-nested-heading {
  font-size: 13px;
  font-weight: 700;
  color: #475569;
  margin: 16px 0 10px 0;
  text-align: left;
}

.section12 .s12-events-scroll-lane {
  max-height: 200px;
  overflow-y: auto;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section12 .s12-events-scroll-lane::-webkit-scrollbar {
  width: 5px;
}

.section12 .s12-events-scroll-lane::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 10px;
}

.section12 .s12-event-selection-row {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  background-color: #ffffff;
}

.section12 .s12-event-selection-row:has(.s12-event-checkbox:checked) {
  border-color: #2563eb;
  background-color: #f8fafc;
}

.section12 .s12-event-title {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 4px 0;
}

.section12 .s12-event-meta-tags {
  display: flex;
  align-items: center;
  gap: 6px;
}

.section12 .s12-meta-date {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}

.section12 .s12-meta-pill {
  font-size: 9px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 4px;
}

.section12 .s12-meta-pill.competition-type { background-color: #fff1f2; color: #f43f5e; }
.section12 .s12-meta-pill.masterclass-type { background-color: #eff6ff; color: #2563eb; }
.section12 .s12-meta-pill.status-type { background-color: #fef3c7; color: #d97706; }

.section12 .s12-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.section12 .s12-event-checkbox {
  display: none;
}

.section12 .s12-custom-check {
  width: 16px;
  height: 16px;
  border: 1.5px solid #cbd5e1;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}

.section12 .s12-event-checkbox:checked + .s12-custom-check {
  background-color: #2563eb;
  border-color: #2563eb;
}

.section12 .s12-event-checkbox:checked + .s12-custom-check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.section12 .s12-label-text {
  font-size: 12px;
  color: #475569;
  font-weight: 600;
}
.phone-prefix {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 14px;
  color: #292929;
  white-space: nowrap;
}
.phone-group {
  display: flex;
  gap: 10px;
}




@media (max-width: 767px) {
  .section2 .s2-content-block{
    gap:10px!important;
  }
  .section1,
  .section1 .s1-hero-container {
    overflow: hidden !important;
    max-width: 100% !important;
    position: relative !important;
  }

  /* Keep your adjusted shape sizes */
  .section1 .s1-hero-container::after {
    width: 160% !important;
    left: -30% !important;
    height: 95% !important;
    border-radius: 0 0 50% 50% !important;
  }
}