body{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
@font-face {
    font-family: "turbinado-pro";
    src: url("../fonts/Turbinado Pro Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.heading-custom-font{
    font-family: "Bebas Neue", sans-serif;
}
.custom-font-face{
    font-family: "turbinado-pro", sans-serif;
}
.py-7{
    padding-top: 100px;
    padding-bottom: 100px;
}
.container{
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
}
.container-fluid{
    width: 100%;
    max-width: 1355px;
    margin: 0 auto;
}

.pointers h3{
    font-size: 30px;
    color: #F8F6F2;
    margin-bottom: 32px;
}

.py-6{
    padding-top: 64px;
    padding-bottom: 64px;
}
.bg-custom-primary-color{
    background-color: #182543;
}


/*******************************faq******************************/
section.faq .sub-title {
    color: #5EBB4F;
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 20px;
}
section.faq{
    background-color: #1C2A4F;
}
section.faq h2{
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 64px;
    color: #F5F3F0;
  }
    
section.faq .faq-item {
      border-radius: 16px;
      padding: 24px;
      background-color: rgba(33, 36, 44, 1);
  }
  
section.faq .faq-item:not(:last-child) {
      margin-bottom: 12px;
  }
  
section.faq .faq-question {
      width: 100%;
      border: none;
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 0;
      background-color: transparent;
  }
  
section.faq .faq-question .icon::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    color: rgba(245, 243, 240, 1);
  }
section.faq .faq-item.active .faq-question .icon::before {
    transform: rotate(-180deg);
  }
  
section.faq .faq-question span.title {
      font-weight: 700;
      font-size: 18px;
      line-height: 28px;
      color: #F5F3F0;
      letter-spacing: 0.32px;
  }
  
section.faq .faq-answer {
      display: none;
      padding: 12px 0 0 0;
      font-size: 16px;
      color: #F5F3F0;
  }
  
section.faq .faq-item.active .faq-answer {
      display: block;
  }
  
  /************** HERO SECTION *****************/
.booking-seat{
    background-image: url(../images/img22.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 764px;
    z-index: 1;
    border-top: 1px solid #f5f3f0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.booking-seat:after{
    content: '';
    background: rgba(32, 51, 89, 0.79);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.booking-seat h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 24px;
    letter-spacing: 1.2px;
    color: #F5F3F0;
}
.booking-seat h1  span.custom-font-face{
    color: #5EBB4F;
}

.booking-seat .hero-description{
    font-size: 20px;
    color: rgba(248, 246, 242, 0.8);
    margin-bottom: 40px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.booking-seat .hero-info{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.booking-seat .hero-info .info-box{
    border: 1px solid rgba(39, 44, 53, 1);
    padding: 12px 24px;
    color: #F5F3F0;
    backdrop-filter: blur(4px);
    border-radius: 25px;
    background-color: rgba(33, 36, 44, 0.5);
}

.booking-seat .hero-info .info-box i{
    color: #5EBB4F;
}


.booking-seat .hero-footer{
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 14px;
    color: rgba(248, 246, 242, 0.7);
    flex-wrap: wrap;
    margin-top: 32px;
    line-height: 20px;
    color: #818898;
}

/************** RESPONSIVE *****************/
@media (max-width: 991px){
    .capacity-hero{
        height: auto !important;
        padding: 30px 0 !important;
        font-size: 20px !important;
    }
    .hero-title {
        font-size: 40px !important;
        line-height: 43px !important;
    }
    .hero-title span.highlight {
        font-size: 40px !important;
        line-height: 63px !important;
    }
    .hero-title em.custom-font-face {
        font-size: 70px !important;
        line-height: 63px !important;
    }
    .countdown-bar {
        text-align: center;
    }
    .py-7{
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .full-potential-section h2 {
        line-height: 1.2 !important;
        font-size: 35px !important;
    }
    .full-potential-section h2 span.highlight {
        font-size: 65px !important;
        line-height: 70px !important;
    }
    .full-potential-section .outer-flex {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 40px !important;
        margin-top: 60px !important;
    }
    .full-potential-section .potential-image img {
        max-width: 100% !important;
        height: auto !important;
    }
    .full-potential-section h4 {
        font-size: 30px !important;
    }
    section.application-problem {
        padding-top: 80px !important;
    }
    section.application-problem h1 {
        font-size: 40px !important;
    }
    
    section.application-problem p {
        font-size: 17px !important;
    }
    section.application-problem .custom-position h3 {
        font-size: 25px !important;
        line-height: 35px !important;
        margin-bottom: 20px !important;
    }
    
    section.application-problem .custom-position h3 em.custom-text-success {
        font-size: 40px !important;
    }
    
    section.application-problem .bottom-text {
        font-size: 25px !important;
        line-height: 32px !important;
    }
    section.walkaway .top-content h1 {
        font-size: 40px !important;
    }
    section.walkaway .custom-outer-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        margin-top: 50px !important;
        gap: 30px !important;
    }
    section.host-coach .bg-img {
        height: auto !important;
        padding: 50px 15px !important;
    }
    
    section.host-coach .custom-box {
        max-width: 100% !important;
    }
    .testimonials-section h2 {
        font-size: 40px !important;
        margin-bottom: 30px !important;
    }
    section.testimonials-section .testimonial-image img {
        max-width: 100% !important;
    }  
    section.testimonials-section .custom-reverse:nth-child(odd){
        flex-direction: column !important;
    }
    section.choose_experience h2{
        font-size: 35px !important;
    }
    .experience-info {
        margin: 30px 0 !important;
    }   
    .experience-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        max-width: 100% !important;
    }
    section.why-join-us h2 {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    section.why-join-us .why-image {
        max-width: 100% !important;
        height: auto !important;
        width: 100% !important;
    }
    section.why-join-us .why-image img {
        max-width: 100% !important;
        height: auto !important;
    }
    section.faq h2 {
        font-size: 35px !important;
        margin-bottom: 50px !important;
    }
    .booking-seat h1 {
        font-size: 35px !important;
    }
    
    footer.site-footer .footer-container {
        justify-content: space-between !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    .footer-brand.text-center{
        text-align: left !important;
    }
    footer.site-footer {
        padding: 60px 0 !important;
    }
    .capacity-bar {
        padding: 15px 5px !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }
    .capacity-bar img{
        width: 20px !important;
    }
    footer.site-footer p.custom-text{
        text-align: left !important;
    }
    .footer-brand img {
        margin-bottom: 0 !important;
    }
    
    
}


/************ CHOOSE EXPERIENCE *************/
section.choose_experience{
    background: linear-gradient(129.25deg, #0E182F 0%, #1E2E52 100%);
    color: #F8F6F2;
}

/* Headings */
section.choose_experience .sub-title{
    color: #5EBB4F;
    font-size: 14px;
    margin-bottom: 12px;
}
.experience-card.vip .card-header h4{
    color:  #0E182F;
    font-size: 25px;
    font-weight: 700;
}
.experience-card.general .card-header h4{
    color:  #F8F6F2;
    font-size: 25px;
    font-weight: 700;
}
section.choose_experience h2{
    margin-bottom: 16px;
    color: #F8F6F2;
    font-weight: 700;
    font-size: 48px;
}

section.choose_experience p{
    color: rgba(248,246,242,0.7);
    font-size: 18px;
}

/* Event Info */
.experience-info{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 40px 0 64px;
    font-size: 14px;
    color: rgba(248,246,242,0.7);
    flex-wrap: wrap;
}

.experience-info i{
    color: #5EBB4F;
    margin-right: 6px;
}

/* Grid */
.experience-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

/* Cards */
.experience-card{
    background: rgba(255,255,255,0.05);
    border-radius: 5px;
    padding: 32px;
    position: relative;
    height: 100%;
}
.experience-card.general{
    border: 1px solid  rgba(248, 198, 48, 0.2);
    padding: 35px;
    background: rgba(46, 49, 77, 1);
}

/* Header */
.experience-card .card-header{
    text-align: center;
    margin-bottom: 24px;
}

.experience-card .icon{
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(248,198,48,0.15);
    color: #5EBB4F;
    display: grid;
    place-content: center;
    margin: 0 auto 16px;
}

.experience-card h4{
    font-size: 22px;
    margin-bottom: 4px;
}

.experience-card .tagline{
    font-size: 14px;
    color: rgba(248,246,242,0.6);
}

/* Pricing */
.price-box{
    text-align: center;
    margin-bottom: 24px;
}

.price-box .regular{
    font-size: 14px;
    color: rgba(248,246,242,0.5);
}

.price-box .price{
    font-size: 48px;
    font-weight: 700;
    color: #5EBB4F;
}

.price-box .presale{
    font-size: 14px;
    color: rgba(248,246,242,0.7);
}

/******** FEATURE LIST  ********/

.feature-list{
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.feature-list li{
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(248, 246, 242, 0.9);
}

/* PURE TICK MARK */
.experience-card.general .feature-list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background-image: url('../images/right-suc.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 11px;
}
/******** VIP TICK COLOR ********/
.experience-card.general .feature-list li{
    color:  rgba(248, 246, 242, 0.8);
    font-size: 14px;
    line-height: 20px;
}
.experience-card.vip .feature-list li{
    color: rgba(14, 24, 47, 0.8);
    font-size: 14px;
    line-height: 20px;
}
.experience-card.vip .feature-list li:not(:last-child){
    margin-bottom: 14px;
}

.experience-card.vip .feature-list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background-image: url('../images/right-pri.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 11px;
}



/******** FULL-WIDTH CARD BUTTON ********/
.card-btn{
    margin-top: auto;
}

.experience-card .card-btn a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    background-color: #5EBB4F;
    color: #0F1729;
    transition: all 0.4s ease;
}


.experience-card.general .card-btn a{
    display: inline-block;
    padding: 10px 44px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    background-color: #5EBB4F;
    color:  rgba(14, 24, 47, 1);
    transition: all 0.4s ease;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    max-width: 100%;
}

.card-btn a:hover{
    background-color: #fff;
}

/******** VIP CARD ********/

.experience-card.vip .card-btn a{
    background: #0E182F;
    box-shadow: 0px 4px 6px -4px #0000001A;
    color: #5EBB4F;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    max-width: 100%;
}
.outer-flex-badge{
    display: flex;
    justify-content: space-between;
}

.badge-1{
    color: #5EBB4F;
    background: #0E182F;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    text-transform: uppercase;
}
.badge-2{
    color: #fff;
    background: #0E182F;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    text-transform: uppercase;
    background: #DC2626;

}
.experience-card.vip{
    background: #5EBB4F;
    color: #0F1729;
    border: none;
}

.experience-card.vip .vip-icon{
    background-color: #0F1729;
    color: #5EBB4F;
}

.experience-card.vip .tagline,
.experience-card.vip .price-box .regular,
.experience-card.vip .price-box .presale{
    color: rgba(15,23,41,0.7);
}

.experience-card.vip .price{
    color: #0F1729;
}

.experience-card.vip .feature-list li,
.experience-card.vip .feature-list li::before{
    color: #0F1729;
}

.experience-card.vip .card-btn a{
    background-color: #0F1729;
    color: #FFFFFF;
}

/* Badge */
.experience-card .badge{
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #0F1729;
    color: #FFFFFF;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 999px;
}


/* Responsive */
@media (max-width: 991px){
    .experience-grid{
        grid-template-columns: 1fr;
    }
}

/******** EXPERIENCE INFO PILLS ********/
.experience-info{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 40px 0 64px;
    flex-wrap: wrap;
}

.experience-info .info-box{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    font-size: 14px;
    color: rgba(248, 246, 242, 0.85);
    backdrop-filter: blur(6px);
}

.experience-info .info-box i{
    color: #5EBB4F;
    font-size: 14px;
}

.experience-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 920px;   /* controls card width */
    margin: 0 auto;     /* centers the cards */
}

section.why-join-us {
    background-color: #F8F6F2;
}

section.why-join-us h2 {
    font-weight: 700;
    line-height: 1.2;
}
section.why-join-us .why-image img{
    border-radius: 24px;
    object-fit: cover;
    max-width: 544px;
    height: 725px;
    width: 100%;
}
section.why-join-us .why-image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    max-width: 544px;
    height: 725px;
    width: 100%;
}
section.why-join-us .why-image::after{
    content: '';
    background: linear-gradient(0deg, rgba(14, 17, 21, 0.3) 0%, rgba(14, 17, 21, 0) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.full-potential-section {
    background-color: #FCFBF8;
}


.full-potential-section h2 span.highlight{
    color: #5EBB4F;
    font-size: 96px;
    line-height: 85px;
}
.full-potential-section h4 {
    color: #203359;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 32px;
}
.full-potential-section ul.potential-list {
    padding-left: 0;
    margin-bottom: 0;
}
.full-potential-section ul.potential-list li {
    color: #203359;
    font-size: 20px;
    position: relative;
    padding-left: 35px;
}
.full-potential-section ul.potential-list li::before {
    content: '';
    background-image: url('../images/right-tick-icon-round.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;    
    height: 25px;
}
.full-potential-section ul.potential-list li:not(:last-child) {
    margin-bottom: 20px;
}

.full-potential-section .outer-flex{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    align-items: center;
    margin-top: 64px;
}
.full-potential-section p.intro-text {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
.full-potential-section h2{
    font-weight: 700;
    line-height: 1.4;
    font-size: 48px;
    color: #182543;
}
.full-potential-section .potential-image img {
    border-radius: 24px;
    max-width: 725px;
    height: 906px;
    width: 100%;
    object-fit: cover;
}

.full-potential-section .potential-list {
    list-style: none;
    padding-left: 0;
}

.full-potential-section .potential-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    color: #333;
}


.full-potential-section .potential-closing {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

/* HERO */
.capacity-hero {
    background-image: url(../images/new-bnr.png);
    height: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Top green bar */
.capacity-bar {
    background: #5EBB4F;
    color: #fff;
    font-weight: 600;
    padding: 14px 0;
    font-size: 24px;
    line-height: 25px;
}

/* Headings */
.hero-title {
    font-weight: 700;
    font-size: 70px;
    line-height: 73px;
    color: #fff;
}
.hero-title span.highlight{
    font-weight: 700;
    /* font-size: 60px; */
    line-height: 73px;
    color: #5EBB4F;
}


.hero-subtext {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.hero-note {
    font-size: 20px;
    color: #fff;
}

/* Video */
.video-wrapper {
    background: #000;
    border-radius: 18px;
    overflow: hidden;
}

.video-wrapper video {
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
}
.testimonials-section .sun-title{
    font-size: 14px;
    font-weight: 700;
    color: #5EBB4F;
    margin-bottom: 16px;
}
.testimonials-section h2{
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #203359;
    margin-bottom: 64px;
}
.testimonials-section h2 span.highlight{
    color: #5EBB4F;
}
.testimonials-section .sub-title{
    font-size: 14px;
    line-height: 20px;
    color: #5EBB4F;
    margin-bottom: 16px;
}
.countdown-bar {
    background-color: rgba(28, 42, 79, 1);
    padding: 30px 0;
    color: #fff;
}
.countdown-bar strong{
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}

.countdown {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.countdown div span {
    font-size: 40px;
    font-weight: 700;
    margin-right: 4px;
}



/* Buttons */
.capacity-hero .btn-success {
    background: #5EBB4F;
    border: none;
    font-weight: 600;
}

.capacity-hero .btn-success:hover {
    background: #4ea856;
}

.hero-event-info {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 15px;
    margin-top: 50px;
}

.hero-event-info .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero-event-info .info-item span{
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: rgba(248, 246, 242, 0.8);
}
.hero-event-info i {
    color: #5EBB4F;
}

.site-footer {
    background: linear-gradient(180deg, #1f2333 0%, #191d2b 100%);
    padding: 80px 0;
    color: #fff;
}
footer.site-footer{
    background: var(--color-blue-17, rgba(34, 36, 54, 1));
    padding: 80px 0;
}
footer.site-footer p.custom-text{
color: #fff;
font-size: 14px;
line-height: 21px;
font-weight: 300;
margin-top: 20px;
margin-bottom: 34px;
}
.footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-brand img {
    max-width: 160px;
    margin-bottom: 20px;
}

.footer-brand p {
    font-size: 14px;
    opacity: 0.75;
    max-width: 260px;
    margin-bottom: 25px;
}

.footer-socials a {
    color: #fff;
    margin-right: 14px;
    font-size: 16px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-socials a:hover {
    opacity: 1;
}

.footer-links h5 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.38);
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    text-decoration: none;
}


.testimonials-section {
    background-color: #ffffff;
}

.btn-custom-success{
font-weight: 700;
font-size: 22px;
background-color: #5EBB4F;
color: #212121;
padding: 12px 24px;
border-radius: 0px;
text-decoration: none;
}
.btn-success:hover{
    color: #212121;
}
section.application-problem{
    background: linear-gradient(0deg, #1C2A4F, #1C2A4F);
    padding-top: 134px;
}
section.application-problem h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
    color: #F5F3F0;
    text-transform: uppercase;
}
section.application-problem h1 span{
    color: #5EBB4F;
}
section.application-problem .bottom-img{
    margin-top: 82px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.application-problem .bottom-img::after{
    content: '';
    background: linear-gradient(90deg, rgba(14, 17, 21, 0.8) 0%, rgba(14, 17, 21, 0.2) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

section.application-problem .bottom-img img{
    height: 400px;
    object-fit: cover;
    width: 100%;
}
section.application-problem p{
    color: #fff;
    font-size: 24px;
}
.custom-text-success{
    color: #5EBB4F;
    font-weight: 700;
}

section.application-problem .custom-position {
    position: absolute;
    text-align: center;
    z-index: 1;
}
section.application-problem .custom-position h3{
    font-size: 36px;
    line-height: 51px;
    letter-spacing: 0.72px;
    font-weight: 700;
    color: #F5F3F0;
    margin-bottom: 16px;
    text-transform: uppercase;
}
section.application-problem .custom-position h3 em.custom-text-success{
    font-size: 60px;
}

section.application-problem em.custom-text-success{
    font-weight: 700;
}
section.application-problem .bottom-text{
    color: #F5F3F0B2;
    font-size: 32px;
    line-height: 36px;
}
section.walkaway .custom-outer-grid {
    display: grid;
    column-gap: 60px;
    row-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 64px;
}
section.walkaway p{
    font-size: 20px;
    line-height: 28px;
    color: #9A9A9A;

}
section.walkaway .custom-outer-grid .inner-grid .custom-inner-flex {
    display: flex;
    column-gap: 16px;
}
section.walkaway .custom-outer-grid .inner-grid .custom-inner-flex .left-step {
    color:  rgba(72, 177, 134, 0.2);
    font-size: 48px;
    font-weight: 700;
    font-family: "Bebas Neue", sans-serif;
}
section.walkaway .custom-outer-grid .inner-grid .custom-inner-flex .right-content h3{
    color: rgba(245, 243, 240, 1);
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 28px;
    text-transform: uppercase;
}
section.walkaway .custom-outer-grid .inner-grid .custom-inner-flex .right-content p{
    color: rgba(154, 154, 154, 1);
    font-size: 20px;
    line-height: 26px;
}
section.walkaway{
    background: linear-gradient(0deg, #1C2A4F, #1C2A4F);

}
section.walkaway .bottom-btn{
    margin-top: 64px;
}
section.walkaway .sub-title{
    color: #5EBB4F;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

section.capacity-hero .sub-title{
    color: #5EBB4F;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
section.walkaway .top-content h1{
    color:  rgba(245, 243, 240, 1);
    font-size: 60px;
    line-height: 1;
    letter-spacing: 1.2px;
    font-weight: 700;
}
.custom-success-light-btn{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 64px;
    padding: 14px 40px;
    background-color: #5EBB4F;
    box-shadow: 0px 8px 30px -6px #48B18640;
    text-decoration: none;
}
section.host-coach ul.social-icon{
    display: flex;
    column-gap: 12px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-top: 18px;
}
section.host-coach ul.social-icon li{
    background: rgba(33, 36, 44, 1);
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    position: relative;
}
section.host-coach ul.social-icon li a{
   text-decoration: none;
   line-height: 1;
}
section.host-coach ul.social-icon li a::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
section.host-coach .bg-img{
    height: 904px;
    width: 100%;
    background-image: url(../images/img-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
}
section.host-coach .bg-img::after{
    content: '';
    background: rgba(1, 22, 45, 0.59);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
section.host-coach .bg-img .sub-title{
    color: #5EBB4F;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
}
section.host-coach {
    margin-top: 32px;
}
section.host-coach .bg-img h2{
    color: #F5F3F0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.96px;
    font-weight: 700;
}
section.host-coach .custom-box{
    max-width: 600px;
}
section.host-coach .designation{
    color: #5EBB4F;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
section.host-coach .bottom-content{
    color: #818898;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: rgba(248, 246, 242, 0.7);
}
section.host-coach p.description {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
section.host-coach .bg-img .custom-logo img{
    max-width: 286px;
    height: 107px;
}
section.testimonials-section .testimonial-image img{
max-width: 337px;
height: 320px;
border-radius: 24px;
object-fit: cover;
width: 100%;
}
section.testimonials-section .testimonial-quote .qoute-icon{
    margin-bottom: 16px;
}
section.testimonials-section .testimonial-quote p{
    color: #203359;
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
}
section.testimonials-section .testimonial-quote .author{
    margin-top: 16px;
    position: relative;
    padding-left: 60px;
}
section.testimonials-section .testimonial-quote .author::before{
    content: '';
    background: #5EBB4F;
    width: 48px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
section.testimonials-section .testimonial-quote .author span.name{
    color: #5EBB4F;
    font-size: 18px;
    font-weight: 700;
}
section.testimonials-section .testimonial-quote .author span.designation{
    color: #203359;
    font-size: 14px;
    line-height: 20px;
}
section.testimonials-section .custom-reverse:nth-child(odd){
flex-direction: row-reverse;
}
section.testimonials-section .custom-reverse:not(:last-child){
    margin-bottom: 48px;
}
section.why-join-us .sub-title{
    color: #5EBB4F;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
}
section.why-join-us h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.96px;
    color: #000;
}
section.why-join-us h2 span.custom-text{
    color: #5EBB4F;
}
section.why-join-us .why-points{
    margin-top: 40px;
}


section.why-join-us .why-points .why-point h6{
     font-size: 36px;
     line-height: 28px;
     color: #000;
     letter-spacing: 0.4px;
     margin-bottom: 8px;
}
section.why-join-us .why-points .why-point p{
    font-size: 24px;
    color: #000;
    line-height: 26px;
}
section.why-join-us .why-points .why-point:not(:last-child){
    margin-bottom: 32px;
}
.why-closing{
    font-size: 32px;
    line-height: 37px;
    color: #000;
    margin-top: 32px;
}