.lead-banner-section{
    /*background-image: url("../images/lead-banner.webp");*/
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    padding: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.lead-banner-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(19, 36, 14, 0.80) 0%, rgba(19, 36, 14, 0.00) 100%);
    left: 0px;
    top: 0px;
}

.lead-banner{
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    gap: 70px;
    align-items: center;
}
.lead-banner .banner-wrap{
    max-width: 460px;
}
.lead-banner .banner-title{
    font-size: 54px;
    letter-spacing: 1.08px;

}

.free-class-card {
    width: 100%;
    max-width: 510px;
}
.class-card{
    border-radius: 24px;
    background: #F1F4F1;
    padding: 32px;
}
.class-card h6{
    color: #565958;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 32px;
}
.class-card .submit-btn {
    margin-top: 16px;
    height: 56px;
}

.class-card .ct-field-row input{
    height: 56px;
}


.how-yogain-works{
    background-color: #F1F4F1;
    position: relative;
    overflow: hidden;
}
.how-yogain-works .container{
    position: relative;
    z-index: 1;
}
.steps-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 48px;
}
.step {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 64px;
    font-weight: 700;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 0.32px;
    font-family: "Urbanist", sans-serif;
}
.connector {
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 240px;
    width: 100%;
}
  
.connector .line {
    flex: 1;
    height: 1px;
    border-top: 2px dashed #565958;
}
  
.connector .arrow {
    font-size: 12px;
    color: #6b6b6b;
}
.yogain-work-flow{
    display: flex;
    gap: 20px;
    margin-top: 48px;
}
.yg-flow-card{
    border-radius: 24px;
    background: #FFF;
    padding: 62px 32px 32px 32px;
    width: 100%;
}
.yg-figure{
    width: 100%;
    height: 177px;
    margin-bottom: 40px;
}
.yg-figure img{
    width: 100%;
}
.yg-content h4{
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: var(--text-dark);
}
.yg-content p{
    color: var(--text-400);
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}
.svg-line-one{
    position: absolute;
    top: 0px;
    left: 0px;
}
.svg-line-two{
    position: absolute;
    top: 250px;
    left: 0px;
}
.meet-guides-card{
    background-image: url('../images/meet-yoga-guides-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    display: flex;
    align-items: center;
    position: relative;
}
.guides-details{
    padding: 100px 0px 100px 48px;
    max-width: 603px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.guides-details h3{
    color: var(--primary-color);
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 0.84px; 
}
.guides-details h6{
    color: var(--text-dark);
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
}
.guides-details p{
    color: var(--text-400);
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}
.guides-details .sub-content{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    color: var(--text-600);
}

.trainer-guide{
    max-width: 477px;
    width: 100%;
    display: flex;
    justify-items: end;
    position: absolute;
    right: 10px;
    bottom: 0px;
}
.trainer-guide img{
    width: 100%;
}
.designed-to-support{
    background: linear-gradient(180deg, #EBFFEE -27.33%, rgba(226, 255, 229, 0.00) 73.04%);
    position: relative;
}
.support-side-left{
    width: 100%;
    max-width: 436px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.support-side-left h2{
    text-align: left;
    margin: 0px;
}
.support-side-left p{
    color: var(--text-400);
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}
.support-side-left .session-categories{
    color: var(--text-600);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}
.support-daily-life{
    display: flex;
    gap: 80px;
    align-items: center;
}
.supportive-tags-block{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.supportive-tag{
    border: 1px solid #C3C3C3;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    font-family: "Urbanist", sans-serif;
    border-radius: 1000px;
}

.support-side-right{
    width: 50%;
}
.support-figure{
    background-color: var(--primary-color);
    border-radius: 24px;
    padding: 0px 24px ;
    display: flex;
}
.support-figure img{
    width: 100%;
    margin-top: -24px;
}


.yoga-quote-boxes{
    display: flex;
    gap: 20px;
}
.yoga-box-wrap,
.yoga-quote-wrap{
    flex: 1;
}
.yoga-box-figure{
    border-radius: 24px;
    overflow: hidden;
    display: flex;
}
.yoga-box-figure img{
    width: 100%;
}
.yoga-quote-wrap{
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background-image: url('../images/yoga-quote-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.yoga-box-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 32px;
    padding: 15px;
}
.yoga-box-content h4{
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: var(--text-600);
    text-align: center;
    max-width: 365px;
    margin: 0px auto;
}
.yoga-box-content .cm-button{
    border-color: var(--primary-color);
}
.yoga-box-content .cm-button:hover{
    background-color: #fff;
}
.live-yoga .title-header p{
    font-weight: 500;
}
.live-yoga-session{
    max-width: 775px;
    margin: 48px auto 0px;
    display: flex;
    gap: 20px;
}
.live-yoga-card{
    border-radius: 20px;
    border: 1px solid var(--text-100);
    background: #FFF;
    display: flex;
    flex: 1 0 0;
    text-align: center;
    padding: 32px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.time-slot {
    padding: 10px 20px;
    border-radius: 64px;
    background: #F1F4F1;
    backdrop-filter: blur(22px);
    color: var(--text-600);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    font-family: "Urbanist", sans-serif;
}
.live-yoga-card h6{
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    color: var(--text-dark);
}
.gain-with-yogain{
    padding-bottom: 100px;
    width: 100%;
}

.image-curve {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
    margin-top: 48px;
}
.image-curve img{
    width: 100%;
}

/* ---------------- TEXT GRID ---------------- */
    
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: -20px;
}
    
.feature {
    padding: 20px 25px;
    border-right: 1px dashed #B3B8B6;
    border-bottom: 1px dashed #B3B8B6;
    font-size: 20px;
    color: #0E140F;
    letter-spacing: 0.2px;
    font-weight: 600;
}
.br-0{
    border-right: 0px !important;
}
.bb-0{
    border-bottom: 0px !important;
}
.pl-0{
    padding-left: 0px !important;
}

.learn-certified-yoga{
    width: 100%;
    background: linear-gradient(180deg, #FFF5E4 -27.33%, rgba(255, 245, 228, 0.00) 73.04%);
    padding: 100px 0px;
}
.learn-certified-yoga .title-header h2{
    text-align: left;
}
.learn-certified-yoga .tr-card-info h6{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.learn-certified-yoga  .features-grid{
    max-width: 100%;
    justify-content: space-between;
    column-gap: 80px;
}
.learn-certified-yoga .features-grid .feature-item {
    max-width: 456px;
}


.why-choosen-yoga{
    width: 100%;
}
ul.wx-yoga-ul {
    margin-top: 48px;
    gap: 32px;
}
.wx-ico {
    width: 45px;
    height: 45px;
    border-radius: 90px;
    border: 1px solid #E6ECE9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wx-yoga-ul .wx-li {
    gap: 12px;   
    width: 100%;
}
.wx-yoga-ul .wx-li .wx-conent h6 {
    margin-bottom: 9px;
}
.wx-yoga-ul .wx-li .wx-conent p {
    margin: 0px;
}

.grid-view-st{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 20px;
    margin: auto;
}
.grid-left {
    height: 100%;
  }
  
  .grid-left img, .grid-right img {
    height: 100%;
    object-fit: cover;
  }

  .grid-right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
  }
  .why-choosen-yoga .right-img-rel {
    max-width: 100%;
}
.why-choosen-yoga .right-img-card-block {
    gap: 82px;
}
.why-choosen-yoga .rt-content-block > p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.testimonials-wrap{
    padding: 100px 0px;
    overflow: hidden;
}

.testimonials-slider{
    display: flex;
    gap: 16px;
    margin-top: 48px;
}

.testimonial-card {
    background: #FFF5E4;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    cursor: pointer;
    outline: none;
}

.testimonial-card:nth-child(even) {
    background: #F1F4F1;
}
.testimonial-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin: 44px 0px;
    color: #050324;
    font-family: "Domine", serif;
}
.testimonial-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonials-slider .slick-track {
    display: flex;
    gap: 16px;
}

.testimonials-slider .slick-slide {
    height: auto;
}

.testimonial-card {
    height: 100%;
}

.author-info{
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.testimonial-author img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.author-name{
    font-weight: 600;
    color: #050324;
    font-size: 16px;
    letter-spacing: 0.32px;
    font-family: "Urbanist", sans-serif;
}
.author-location{
    color: #565958;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    letter-spacing: 0.28px;
}


.start-journey-today{
   background-color: var(--primary-color);
   margin-top: 100px;
   padding-bottom: 100px;
   position: relative;
   display: flex;
    width: 100%;
}
.today-journey-wrap {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.journey-image-col{
    display: flex;
    gap: 30px;
    justify-content: center;
    position: relative;
}

.jt-col-two {
    margin-top: -50px;
}
.journey-image-col img{
    max-width: 241px;
    width: 100%;
}

.guided-apps {
    display: flex;
    gap: 16px;
    margin-top: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.guided-apps-col {
    border-radius: 16px;
    background: #5E7060;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 8px;
}

.guided-apps-col .store {
    width: 120px;
    height: 40px;
}
.guided-apps-col img {
    border-radius: 6px;
}
.journey-content-wrap {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 11;
}
.shade-drop {
    position: absolute;
    border-radius: 140px;
    background: #3E5641;
    filter: blur(62px);
    height: 417px;
    width: 100%;
    bottom: -220px;
}

.journey-content-wrap h3{
    color: #FFF;
    text-align: center;
    font-family: "Domine", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    margin-bottom: 20px;
}
.journey-content-wrap p{
    color: #FFF;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.journey-content-wrap .guided-apps {
    justify-content: center;
    margin-bottom: 0px;
}

.testimonials-wrap ul.slick-dots {
    display: none !important;
}
.lines-drw {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
span.line-dr-one {
    position: absolute;
    top: 0px;
    left: 0;
}
span.line-dr-two {
    position: absolute;
    top: 0px;
    left: 0;
}
.countrycode-wrapper{
display: flex;
width: 40%;
height: 45px;
}
.ddl_cls_country{
width: 100%; 
padding: 10px; 
border: 1px solid #ddd; 
border-radius: 4px;
}
.mobile-no-wrapper{
display: flex;
width: 100%;
flex-direction: column;
}

.lead-generation-form-wrapper #countryCode {
    font-size: 14px;
    cursor: pointer;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.lead-generation-form-wrapper #countryCode:focus {
    outline: none;
    border-color: #007bff;
}

.lead-generation-form-wrapper .ct-field-row input,
.lead-generation-form-wrapper .ct-field-row select {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.lead-generation-form-wrapper .ct-field-row input:focus,
.lead-generation-form-wrapper .ct-field-row select:focus {
    outline: none;
    border-color: #007bff;
}

.lead-generation-form-wrapper .submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.lead-generation-form-wrapper .error-msg {
    display: block;
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
}

.lead-generation-form-wrapper .input-error {
    border-color: #dc3545 !important;
    background-color: #fff5f5;
}

.lead-generation-form-wrapper .input-success {
    border-color: #28a745 !important;
    background-color: #f5fff7;
}


@media screen and (min-width: 1360px) {
    .lead-banner{
        padding-top: 80px;
    }
}

@media (max-width: 1120px) {
    .lead-banner-section{
        padding: 50px;
    }
    .guides-details{
        max-width: calc(100% - 477px);
    }
}
@media (max-width: 1024px) {
    .image-curve {
        gap: 16px;
    }
    .feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .guides-details{
        max-width: calc(100% - 420px);
    }
    .trainer-guide{
        max-width: 420px;
    }
}

@media (max-width: 992px) {
    .lead-banner-section {
        padding: 20px;
        background-position: right;
    }
    .lead-banner .banner-wrap{
        max-width: 350px;
    }
    .lead-banner .banner-title{
        font-size: 40px !important;
    }
    .banner-text-wrap{
        font-size: 18px;
    }
    .lead-banner{
        gap: 40px;
    }
    .class-card{
        padding: 24px;
    }
    .class-card h6{
        font-size: 18px;margin-bottom: 24px;
    }
    .connector{
        max-width: 225px;
    }
    .yg-flow-card{
        padding: 30px 20px;
    }
    .yg-figure{
        height: 155px;
        margin-bottom: 20px;
    }
    .yg-content h4{
        font-size: 18px;
    }
    .guides-details{
        padding: 60px 0px 60px 20px;
        max-width: calc(100% - 350px);
        gap: 16px;
    }
    .trainer-guide{
        max-width: 345px;
        width: 100%;
    }
    .guides-details h3{
        font-size: 33px;
    }
    .guides-details h6{
        font-size: 20px;
    }
    .guides-details p{
        font-size: 18px;
    }
    .support-daily-life{
        gap: 25px;
    }
    .support-side-left p{
        font-size: 18px;
    }
    .yoga-box-content h4{
        font-size: 34px;
    }
    .feature{
        font-size: 16px;
    }
    .why-choosen-yoga .right-img-card-block {
        gap: 25px;
    }
    .shade-drop{
        bottom: -270px;
    }

}

@media (max-width: 767px) {
    .lead-banner-section{padding: 15px;background-position: right;}
    .image-curve {flex-wrap: wrap;}
    .feature-grid {grid-template-columns: 1fr;}
    .grid-view-st {grid-template-columns: 1fr;}
    .grid-right {grid-template-rows: auto; }
    .lead-banner .banner-wrap{
        max-width: 100%;
    }
    .free-class-card{
        max-width: 100%;
    }
    .lead-banner-section {
        height: 100% !important;
        padding-top: 80px !important;
        padding-bottom: 40px !important;
    }
    .lead-banner .banner-title {
        font-size: 56px !important;
    }
    .yg-figure{
        height: auto;
        margin-bottom: 30px;
    }
    
    .lead-banner{
        flex-direction: column;    gap: 40px;
    }
    .yogain-work-flow{
        flex-direction: column;
        margin-top: 25px;
    }
    .journey-image-col img {
        max-width: 28%;
        width: 100%;
    }
    .live-yoga-session{
        flex-direction: column;
    }
    .steps-wrapper{
        display: none;
    }
    .support-daily-life {
        flex-direction: column-reverse;
        gap: 50px;
    }
    .support-side-right {
        width: 100%;
    }    
    .support-side-left{
        gap: 16px;        
        max-width: 100%;
    }
    .support-side-left p{
        font-size: 18px;
    }
    .meet-guides-card {
        flex-direction: column-reverse;
        padding: 20px;
    }
    .trainer-guide{
        position: relative;right: 0px;
    }
    .guides-details{
        padding: 60px 0px 20px;
        gap: 16px;
        max-width: 100%;
    }
    .guides-details h3{
        font-size: 36px;
    }
    .guides-details h6{
        font-size: 20px;
    }
    .guides-details p{
        font-size: 18px;
    }
    .yoga-box-content img{
        width: 30px;
    }
    .yoga-box-content h4{
        font-size: 22px;
    }
    .yoga-box-content .cm-button{
        padding: 14px 18px;
        font-size: 15px;
    }
    .yoga-box-content{
        gap: 26px;
    }
    div.feature{
        font-size: 18px;
        border-right: 0px dashed #B3B8B6;
        border-bottom: 1px dashed #B3B8B6 !important;
        padding-left: 0px !important;
    }
    div.feature br{
        display: none;
    }
    .feature-grid{
        margin-top: 0px;
    }

    .grid-left {
        height: 100%;
        max-height: 600px;
    }
    .grid-left img {
        object-position: top;
    }
    .shade-drop {
        filter: blur(72px);
        height: 215px;
        bottom: -100px;
    }
    .journey-image-col{
        gap: 15px;
    }

}

@media screen and (max-width: 640px) {
    .lead-banner .banner-title {
        font-size: 44px !important;
    }
    .lead-banner-section {background-position: 95%;}
    .steps-wrapper {flex-direction: column;}
    .connector {width: 2px;height: 40px;flex-direction: column;}
    .connector .line {
        width: 2px; height: 100%; border-top: none;border-left: 2px dashed #6b6b6b;
    }
    .connector .arrow {transform: rotate(90deg);}

}

@media screen and (max-width: 560px) {
    .lead-banner-section {
        padding: 0px;
        background-position: 88%;
        position: relative;
    }
    .lead-banner .banner-title {
        font-size: 40px !important;
        letter-spacing: 1.08px;
    }
    .yg-figure {   
        margin-bottom: 20px;
    }
    
    div.feature{
        font-size: 16px;
    }
    .guides-details{
        padding-top: 40px;
    }
    .guides-details h3{
        font-size: 32px;
    }
    .guides-details h6{
        font-size: 20px;
    }
    .guides-details p{
        font-size: 18px;
    }
    .yoga-quote-boxes {
        flex-direction: column;
    }
   
    .learn-certified-yoga{
        padding: 70px 0px;
    }
   
    .learn-certified-yoga .tr-card-info h6{
        font-size: 18px;
    }
    .why-choosen-yoga .right-img-card-block {
        gap: 50px;
    }
    .testimonials-slider{
        padding-right: 6px;
    }
    .testimonial-text{
        font-size: 16px;
        margin: 25px 0px;
    }
    .journey-content-wrap h3{
        font-size: 32px;
    }
    .start-journey-today{
        padding-bottom: 70px;
    }
    .yoga-box-content{
        padding: 30px;
    }
    .yoga-box-content h4{
        font-size: 32px;
    }
    .class-card{
        padding: 24px;
    }
    .class-card .submit-btn{
        margin-top: 0px;
    }
    .class-card h6{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .gain-with-yogain{
        padding-bottom: 70px;
    }
    .grid-left {
        height: 100%;
        max-height: 480px;
    }
    .grid-left img {
        object-position: top;
    }
    .shade-drop{
        height: 300px;
    }
    .testimonials-wrap{
        padding: 70px 0px;
    }
    
    
}

@media screen and (max-width: 420px) {
    .lead-banner-section {
        padding: 0px;
        background-position: 83%;
    }
    .shade-drop {
        height: 240px;
    }
}



