.find-relief .title-header{
    max-width: 740px;
    margin: 0px auto;
}
.find-relief .title-header h2{
    color: #0E140F;
    font-size: clamp(30px, 4vw, 54px);
}
.find-relief .banner-action{
    margin-top: 48px;
    justify-content: center;
}
.relief-card-row{
    margin-top: 60px;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.relief-col{
    max-width: 245px;
    width: 100%;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
}
.relief-col-img{
    text-align: center;
}

.relief-col p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    font-family: "Urbanist", sans-serif;
    color: #2D2E2E;
    max-width: 226px;
}
.relief-col p b{
    font-weight: 600;
}
.yoga-slides{
    padding-top: 2px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.yoga-slides::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -10%;
    width: 120%;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    z-index: 100;
}
.yoga-slides::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -10%;
    width: 120%;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    z-index: 1000;
}
.yogaSwiper {
    width: 100%;
    padding: 40px 0;
}

.yogaSwiper .swiper-slide {
    overflow: hidden;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.yogaSwiper .swiper-slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.yog-boxs-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.yog-boxs-cols {
    width: calc(33.333% - 15px);
}
.boxs-cols-inner {
    border-radius: 16px;
    background: #F1F4F1;
    padding: 32px;
    height: 100%;
}
.boxs-cols-inner p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #2D2E2E;
    font-family: "Urbanist", sans-serif;
}
.boxs-cols-inner p b{
    font-weight: 600;
}
.disease-health-purpose .right-img-rel{
    max-width: 528px;
} 
.disease-health-purpose .rt-content-block h5,
.disease-health-purpose .rt-content-block p{
    max-width: 100%;
}

.disease-health-purpose .transformation-action{
    margin-top: 32px;
}

.helps-with-back-pain .yogain-dark-text{
    font-weight: 500;
    font-size: clamp(14px, 3vw, 20px);
}
.helps-with-back-pain .yogain-simply{
    font-weight: 400;
    letter-spacing: 0.32px;
    font-size: clamp(14px, 3vw, 16px);
}
.helps-with-back-pain .yogain-exists-card{
    margin-left: 0px;
}


.therapeutic-yoga{
    padding: 100px 0px;
}

.therapeutic-yoga .section-inner{
    max-width: 916px;
    margin: 0px auto;
}
.therapeutic-yoga .section-inner p{
    font-size: 20px;
    color: #565958;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}

.important-note{
    max-width: 548px;
    margin: 0px auto;
    color: #565958;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
}
.important-note b{
    font-weight: 700;
}

.therapeutic-yoga-slides{
    margin-top: 48px;
    overflow: hidden;
    width: 100%;
}
.therapeutic-yoga-track {
    display: flex;
    /* gap: 24px; */
    /* width: max-content; */
    /* animation: marquee 60s linear infinite; */
  }

.therapeutic-yoga-card{
    border-radius: 24px;
    /* min-width: 320px;
    max-width: 320px;
    flex: 0 0 320px; */
    position: relative;
    overflow: hidden;
}
.therapeutic-link {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
.therapeutic-yoga-card:hover .therapeutic-figure img{
    scale: 1.1;
}
.therapeutic-yoga-slides .mobile-nav {
    width: 44px;
    height: 44px;
    background: var(--primary-color);
    border-radius: 100%;
    padding: 10px 8px 8px 8px;
}
.therapeutic-yoga-slides .mobile-nav::after {
    font-size: 21px;
    color: #fff;
}
.therapeutic-yoga-slides .swiper-button-next::after {
    position: relative;
    left: 2px;
}



.yoga-slides .mobile-nav {
    width: 44px;
    height: 44px;
    background: var(--primary-color);
    border-radius: 100%;
    padding: 10px 8px 8px 8px;
}
.yoga-slides .mobile-nav::after {
    font-size: 21px;
    color: #fff;
}
.yoga-slides .swiper-button-next::after {
    position: relative;
    left: 2px;
}



.therapeutic-content {
    background: #fff;
    border: 1px solid #E6ECE9;
    border-radius: 0 0 24px 24px;
    padding: 24px;
    min-height: 200px;
}
.therapeutic-content h5{
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
.therapeutic-figure {
    display: flex;
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.therapeutic-figure img{
    width: 100%;
    transition: all 0.6s;
}
.therapeutic-content p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    font-family: "Urbanist", sans-serif;
    color: #565958;
}

.practition-relief-card{
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
    border-bottom: 1px dotted #B3B8B6;
    padding-bottom: 60px;
}
.practition-relief-card:last-child{
    border: none;
    margin: 0px;
}

.practition-relief-card .pract-img {
    max-width: 378px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.practition-relief-card .pract-img img{
    display: flex;
}
.practition-relief-card .relief-content {
    width: 100%;
}

.relief-content h4{
    color: #3E5641;
    font-family: "Domine", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.64px;
    margin-bottom: 32px;
}
.relief-content p{
    color:#565958;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.32px;
    margin-bottom: 20px;
}
.pract-action .button-white {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.pract-action {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    padding: 0px 20px;
}

.guided-yoga{
    background-color: #3E5641;
    padding: 85px 0px 0px 0px;
    overflow: hidden;
}
.guided-inner {
    display: flex;
    gap: 1px;
    /* align-items: flex-end; */
}
.guided-col-left{
    width: 100%;
}
.guided-col-left h2{
    font-family: "Domine", serif;
    color: #fff;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.84px;
    margin-bottom: 30px;
    padding-right: 15%;
}
.guided-col-left p{
    color: #FFF;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.32px;
    margin-bottom: 20px;
    max-width: 415px;
}

.guided-col-right{
    width: 100%;
}
.guided-col-inner {
    display: flex;
    gap: 20px;
    height: 100%;
    position: relative;
}
.guided-col {
    max-width: 293px;
    width: 100%;
    min-width: 260px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0px;
}
.guided-col:nth-child(2){
    left: 310px;
}
.guided-col img {
    width: 100%;
    display: flex;
}
.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;
}
.benefit-from-yoga{
    padding: 100px 0px 70px;
    background-color: #FFF5E4;
    position: relative;
    overflow: hidden;
}

.benefit-card-row{
    margin-top: 48px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 11;
}
.benefit-card-cols{
    width: calc(33.333% - 15px);
}
.benefit-col-inner{
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
}
.benefit-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.benefit-col-inner p {
    color: #2D2E2E;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.benefit-line-one{
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
}
.benefit-line-two{
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
}

.safety-info-faq{
    padding: 100px 0px;
}
.safety-info-card {
    border-radius: 16px;
    border: 1px solid #E6ECE9;
    background: #FFF;
    display: flex;
    padding: 32px;
    align-items: flex-start;
    gap: 40px;
}
.safety-info-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.safety-info-left h2 {
    color: #3E5641;
    font-family: "Domine", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}

.safety-info-right p{
    color:#2D2E2E;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}
.safety-info-right p:first-child{
    margin-bottom: 20px;
}

.frequently-asked-question{
    margin-top: 100px;
    max-width: 775px;
    margin-inline: auto;
}
.frequently-asked-question h2{
    color: #3E5641;
    text-align: center;
    font-family: "Domine", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
}
.frequently-asked-wrap{
    margin-top: 48px;
}

.your-journey-img img{
    width: 100%;
}
.journey-to-pain-relief{
    margin-top: -185px;
}
.journey-relief-card {
    border-radius: 24px;
    background: #FFF;
    position: relative;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.journey-relief-card h3 {
    color: #010202;
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}
.journey-relief-card p {
    color: #565958;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}
.journey-relief-card .banner-action {
    margin: 0;
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .guided-col{
        max-width: 260px;
        min-width: 260px;
    }
    .guided-col:nth-child(2) {
        left: 270px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1024px) {
    .guided-col{
        max-width: 230px;
        min-width: 230px;
    }
    .guided-col:nth-child(2) {
        left: 240px;
    }
    .guided-col-left h2{
        padding-right: 0px;
    }

}

@media screen and (max-width: 992px) {
    .yog-boxs-cols {
        width: 48.1%;
    }
    .relief-card-row{
        gap: 20px;
    }
    .relief-col{
        max-width: 28%;
    }
    .relief-col p{
        min-height: 51px;
    }
    .guided-inner {
        flex-direction: column;
    }
    .guided-col{
        position: relative;
    }
    .guided-col:nth-child(2) {
        left: 0px;
    }
    .guided-col-left h2{
        padding-right: 0px;
    }
    .guided-col-left p{
        max-width: 100%;
    }
    .journey-relief-card{
        gap: 20px;
    }
    

}

@media screen and (min-width: 768px) {
    .therapeutic-yoga .mobile-nav,
    .yoga-slides .mobile-nav {
        display: none;
    }
    .therapeutic-yoga-card{
        min-width: 320px;
        max-width: 320px;
        flex: 0 0 320px;
    }
}

@media screen and (max-width: 767px) {
    .benefit-card-cols {
        width: 48%;
    }
    p:empty {
    height: 0;
    margin: 0;
    padding: 0;
    min-height:0px;
  }

  .therapeutic-yoga-track{
    margin: 0px 20px;
  }
 
   
}

@media screen and (max-width: 640px) {
    .yog-boxs-cols {
        width: 100%;
    }
    .relief-card-row .card-saprate{
        display: none;
    }
    .relief-card-row{
        flex-direction: column;
        gap: 10px;
    }
    .section.find-relief {
        padding: 40px 0px 0px;
    }
    .relief-col{
        max-width: 245px;
    }
    .practition-relief-card{
        flex-direction: column-reverse;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .practition-relief-card .pract-img{
        max-width: 100%;
    }
    .relief-content p:last-child{
        margin: 0px;
    }
    .guided-inner {
        flex-direction: column;
    }
    .guided-col{
        position: relative;
        min-width: auto;
    }
    .guided-col:nth-child(2) {
        left: 0px;
    }
    .guided-col-left h2{
        padding-right: 0px;
        font-size: 320px;
    }
    .guided-col-left p{
        max-width: 100%;
    }
    .guided-yoga{
        padding-top: 50px;
    }
    .benefit-from-yoga{
        padding: 50px 0px;
    }
    .benefit-card-row {
        flex-direction: column;
    }
    .benefit-card-cols {
        width: 100%;
    }
    .safety-info-card {
        flex-direction: column;
        gap: 20px;
    }
    .safety-info-faq{
        padding: 50px 0px;
    }
    .frequently-asked-question{
        margin-top: 70px;
    }
    .journey-relief-card{
        padding: 30px;
        gap: 20px;
    }
    .frequently-asked-question h2{
        font-size: 32px;
    }
    .journey-to-pain-relief{
        margin-top: -55px;
    }
    .yogain-exists-card{
        gap: 15px;
    }
    .therapeutic-yoga {
        padding: 50px 0px;
    }

}


@media screen and (max-width: 520px) {
    .relief-content h4{
        font-size: 26px;
    }
    .guided-col-left h2{
        font-size: 28px;
    }
    .safety-info-left h2{
        font-size: 30px;
    }
    .journey-relief-card{
        padding: 20px;
    }
    .guided-apps-col a {
        display: flex;
    }
    .guided-apps-col a img {
        width: 95px !important;
    }
    .guided-apps-col img {
        width: 30px;
    }
}

@media screen and (max-width: 330px) {
    .cm-button{
        font-size: 14px;
    }
    .guided-col-left h2 {
        font-size: 24px;
    }
    .yogain-exists-title{
        font-size: 24px;
    }
}


@keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 12px));
    }
}


