@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css');
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css'); */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #3E5641;
  --text-100: #E6ECE9;
  --text-200 :#B3B8B6;
  --text-400 :#565958;
  --text-600: #010202;
  --text-dark: #0E140F;
  --radius: 60px;
}

body {
  font-family: "Urbanist", sans-serif;
  scroll-behavior: smooth;
}

.font-domine{
  font-family: "Domine", serif;
}

/* Utilities */
.d-flex { display: flex; }
.justify-center { justify-content: center; }
.items-center { align-items: center; }
.text-black { color: #000; }
.text-white { color: #fff; }
.rounded-12 { border-radius: 12px !important; }
.rounded-50 { border-radius: 50px !important; }
.uppercase { text-transform: uppercase; }
.text-center { text-align: center; }
.relative { position: relative; }
.w-full{width: 100%;}
.mt-5{margin-top: 5px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}

.container{max-width: 1070px; width: 100%; padding: 0 15px; margin: 0 auto; }
.container-wrap{padding: 0px 60px; width: 100%; }

.lg-container{max-width: 1140px;margin: 0 auto;}

.inner-container{max-width: 1070px; padding: 0 15px; margin: 0 auto;}
.main-wraper{width: 100%;}
.cover-header{position: relative; margin-top: 0px; padding-top: 80px;}

/* Theme Button */
.cm-button{
  display: flex;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  border: 1px solid var(--text-100);
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  cursor: pointer;
  align-items: center;
  transition: all 0.6s;
}
.button-icon{
  display: flex;
}
.button-icon img{
  max-width: 24px;
}
.cm-button:hover .button-icon img{
  animation: scrollX 400ms linear forwards;
  will-change: transform;
}
.theme-button{
  background-color: var(--primary-color);
  color: #fff;
}
.theme-button:hover{
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
}

.button-transparent{
  color: #FFF;
  background-color: transparent;
}
.button-white{
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid var(--text-200);
}



.section{position: relative;padding: 100px 0px;}
.section-inner{width: 100%;}

.title-header{text-align: center;}
.section-header-tag{
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
  display: block;
}
.title-header h2{
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 400;
  color: var(--primary-color);
  text-align: center;
  font-family: "Domine", serif;
  margin-bottom: 20px;
}


.title-header p{
  color: var(--text-400);
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 136.364% ;
  letter-spacing: 0.2px;
}
.title-header p b{
  color: #000;
  font-weight: 600;
}
/*************** Home Banner *******************/
  .banner-section{
    /* background-image: url(../images/main-banner.webp); */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    padding: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .banner-wrap{
    max-width: 622px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 100px;
    position: relative;
    z-index: 999;
  }

  .banner-title{
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.24px;
    color: #fff;
  }

  .banner-wrap-inner{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 48px;
    position: relative;
    z-index: 99;
  }

  .banner-text-wrap{
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: 0.44px;
  }

  .banner-action{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }

  .banner-wrap-bottom p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    position: relative;
    z-index: 9;
  }
  .banner-shade{
    position: absolute;
    max-width: 800px;
    max-height: 554px;
    left: -100px;
    top: -30px;
  }
  .banner-shade img{
    width: 100%;
  }


/****************** Trusted by  ******************/

  .trusted-card-row{
    margin-top: 60px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .trusted-col{
    max-width: 245px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--text-100);
    background: #FFF;
    padding: 48px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .trusted-col h4{
    color: var(--text-dark);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
  }
  .trusted-col p{
    color: var(--text-400);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
  }

  .yogain-becoming{
    margin-top: 45px;
    text-align: center;
    color: var(--text-dark);
    font-size: clamp(16px, 3vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
  }

/*************** Why yogin **************/
  .why-yogain{
    position: relative; 
  }
  .why-yogain-figure{
    width: 100%;
  }
  .why-yogain-figure img {
    width: 100%;
  }
  .yogain-exists-col{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  .yogain-exists-col .container{
    position: relative;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .yogain-exists-card{
    border-radius: 24px;
    background: #FFF;
    display: inline-flex;
    padding: 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    max-width: 565px;
    margin-left: auto;
  }
  .yogain-exists-title{
    color: var(--primary-color);
    font-family: "Domine", serif;
    font-size: clamp(30px, 4vw, 42px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
  }
  .yogain-dark-text{
    color: var(--text-600);
    font-size: clamp(16px, 3vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
  }
  .yogain-simply{
    color: var(--text-600);
    font-size: clamp(16px, 3vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
  }
  .yogain-grow{
    color: var(--text-400);
    font-size: clamp(16px, 3vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
  }


/*********** The problem ********/ 
  .body-sync-row{
    margin-top: 60px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .body-sync-col{
    max-width: 245px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .body-sync-col img{
    width: 100%;
  }
  .body-sync-col p{
    color: var(--text-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
  }
  .changes-part{
    margin-top: 48px;
  }
  .changes-part p{
    max-width: 435px;
    margin: auto;
    color: var(--text-dark);
    text-align: center;
    font-size: clamp(18px, 3vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
  }
  .changes-part p b {
    display: block;
  } 

/************ The solution **********/
  .the-solution{
    background-color: #F1F4F1;
  }
  .yogain-helps{
    margin-top: 48px;
  }
  .yogain-helps p{
    max-width: 610px;
    margin: auto;
    color: var(--text-dark);
    text-align: center;
    font-size: clamp(18px, 3vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
  }
  .harmony-row{
    display: flex;
    gap: 48px;
    margin-top: 48px;
  }
  .harmony-card{
    border-radius: 20px;
    background:#FFF;
    display: flex;
    padding: 48px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
  }
  .harmony-card p{
    color: var(--text-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
  }

  .ht-card-icon{
    width: 59px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .harmony-long-arrow{
    position: absolute;
    right: -48px;
    margin-top: auto;
    top: 47%;
  }

/************** Transformation Path ***********/
  .transformation-path .title-header, .transformation-path .title-header h2{
    text-align: left;
    font-weight: 400;
  }
  .transformation-path .title-header p{
    max-width: 878px;
  }
  .transformation-tracking-row{
    margin-top: 48px;
  }
  .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 970px;
  }
  
  .feature-item {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 16px;
    align-items: center;
  }
  
  .feature-icon {
    width: 82px;
    height: 82px;
    background: #FFF5E4;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .tr-card-info h6 {
    margin: 0;
    font-size: 16px;
    color: var(--text-dark);
    font-weight: 700;
    letter-spacing: 0.32px;
  }
  
  .tr-card-info p {
    margin: 9px 0 0;
    font-size: 14px;
    color: var(--text-400);
    max-width: 360px;
    letter-spacing: 0.28px;
    font-weight: 600;
  }

  .transformation-action{
    margin-top: 48px;
  
  }
  .transformation-action .theme-button{
    border: 1px solid var(--primary-color);
  }
  .transformation-action .theme-button:hover{
    background-color: var(--primary-color);
    color: #fff;
  }


/*********** Modern practitioner ************/  
  .modern-practitioner{
    overflow: hidden;
  }
  .practitioner-features{
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 24px;
  }
  .practitioner-item-img{
    border-radius: 24px;
    background: linear-gradient(180deg, #FFF5E4 0%, rgba(255, 245, 228, 0.00) 100%);
    height: 285px;
    overflow: hidden;
    padding: 41px 15px 0px;
    text-align: center;
  }
  .practitioner-content{
    margin-top: 16px;
  }
  .practitioner-content h3{
    color: var(--text-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
  }
  .practitioner-content p{
    margin-top: 9px;
    color: var(--text-400);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    padding-inline: 15px;
  }

  .practitioner-ls-cards{
    margin-top: 90px;
  }
  .practition-card{
    display: flex;
    gap: 52px;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
  }
  .pract-content{
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
  .pract-content h4{
    color: var(--primary-color);
    font-family: "Domine", serif;
    font-size: clamp(18px, 3vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
  }
  .pract-content p{
    color: var(--text-dark);
    font-size: clamp(24px, 3.5vw, 34px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.34px;
    max-width: 360px;
  } 
  .flex-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .cards-shadow{
    position: absolute;
    top: -60px;
    width: 300px;
    height: 245px;
  }
  .cards-shadow img {
    width: 100%;
    /* opacity: 0.67; */
  }
  .shadow-right{
    right: -60px;
  }
  .shadow-left{
    left: -150px;
  }
  .pract-img img{
    width: 100%;
  }



/************ Technology Meets Ancient Yoga *************/

  .technology-meets{
    padding: 217px 0px;
    /* background-image: url('../images/ancient-yoga.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  .meets-row {
    display: flex;
    gap: 3vw;
  }
  .technology-col {
    width: 50%;
  }
  .special-tags-col {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }

  .technology-col h4 {
    color: #FFF;
    font-family: "Domine", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
  }
  .technology-col p {
    color: #FFF;
    font-family: "Domine", serif;
    font-size: clamp(30px, 4vw, 42px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    margin-top: 10px;
  }

  .special-tag {
    display: flex;
    padding: 6px 20px 6px 6px;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(22px);
  }
  .special-tag h5{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
  }
  .sm-intersect{
    position: absolute;
    left: 100px;
    top: -78px;
  }
  .lg-intersect {
    position: absolute;
    right: -110px;
    top: 180px;
  }

/************* Day Free Trial ************/
  .free-trial{
    padding-top: 100px;
    background: #FFF5E4;
    position: relative;
    overflow: hidden;
  }  
  .free-trial .button-transparent{
    color: var(--primary-color);
    border: 1px solid var(--text-200);
  }
  .experience-yogain{
    max-width: 365px;
    margin: 48px auto 0px;
    text-align: center;
  }
  .experience-yogain h5{
    color: var(--text-dark);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
  }
  .experience-yogain p{
    margin-top: 20px;
    color: var(--text-400);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
  }
  .yogain-profile {
    margin-top: 54px;
    display: flex;
    gap: 30px;
    align-items: flex-end;
    position: relative;
    z-index: 1;
  }
  .yogain-profile img {
    width: 100%;
  }
  .line-sl-one{
    position: absolute;
    bottom: 0px;
    opacity: 0.1;
  }
  .line-sl-two{
    position: absolute;
    bottom: 0px;
    opacity: 0.1;
  }
  .yogain-profile::-webkit-scrollbar {
    display: none;
  }


.head-inner-section{
  padding-top: 150px; 
  padding-bottom: 100px;
  background-color: #000;
}
.head-inner-section .title-header h2, .head-inner-section .title-header p{
  color: #fff;
}

/***************** Blog page *************/
  .blog-section{
    padding-block: 100px;
  }
  /* GRID WRAPPER */
  .blog-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
  .blog-card-grid .blog-card a{
   text-decoration: none;
  }
  /* CARD */
  .blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    cursor: pointer;
    border: 1px solid #E2E2E2;
    padding: 10px;
  }
  .blog-card:hover {
    transform: translateY(-4px);
  }

  /* IMAGE */
  .blog-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
  }

  /* CONTENT */
  .blog-card-content {
    padding: 15px;
  }

  .blog-card-tag {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
  }

  .blog-card-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary-color);
  }

  .blog-card-desc {
    font-size: 15px;
    color: #777;
    margin-bottom: 20px;
  }

  /* FOOTER */
  .blog-card-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
    justify-content: space-between;
  }

  .blog-premium {
    background: #eee;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
  }


body:not(.home) #site-header .header-backdrop{
   height: 125px;
 }

 .common-title{
  font-family: "Domine", serif;
 font-size: clamp(30px, 4vw, 42px);
 text-align: center;
 }

/********** Single Page ************/
.page-content-start{
 margin-top: 70px;
}
.single-layout-wrap{
 padding: 20px 0px;
}
.page-content-wrap {
 margin-bottom: 30px;
}
.page-content-wrap .content-heading.sm {
 font-size: 22px;
}
.page-content-wrap h3 {
 /* font-family: "Domine", serif; */
 font-size: 26px;
 margin-bottom: 10px;
}
.page-content-wrap .text-wrap {
margin-bottom: 10px;
display: block;
font-size: 17px !important;
line-height: 160% !important;
}
ul.ul-wrapper{
 margin-left: 20px;
}
ul.ul-wrapper li{
font-size: 17px !important;
line-height: 160% !important;
font-style: normal;
font-weight: 400;
color: var(--text-400);
}
.main-wrapper-arrow,.ol-main-wrapper{
 margin-left: 20px;
}
.pad-10{
 padding-left: 10px;
}
.margin-10{
 margin-left: 10px;
}
ul.ul-wrapper li ul{
 margin-left: 10px;
}


/******** Contact page *******/
.contact-section .main-heading {
 text-align: center;
 margin-bottom: 60px;
 font-family: "Domine", serif;
 font-size: clamp(30px, 4vw, 35px);
margin-left: 20px;
}
.contact-section {
 padding: 40px 15px;
width: 100%;
display: flex;
}
.contact-section .main-container{
width: 100%;
display: flex;
flex-direction: row;
}
.main-container .left_section{
width: 10%;
display: flex;
}
.main-container .middle_section{
width: 40%;
display: flex;
margin-top: 60px;
}
.main-container .right_section{
width: 60%;
display: flex;
flex-direction: column;
}

.main-container .contact-info{
 margin-bottom: 30px;
}

.middle_section .contact-info-email a ,
.middle_section .contact-info-phone a
{
display: flex;
align-items: center;
gap: 10px;
color: var(--primary-color);
text-decoration: none;
font-weight: 500;
}
.contact-info-phone {
display: flex;
align-items: center;
gap: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.contact-section form{
 max-width: 540px;
 margin: auto;
}
.contact-section form p label {
 width: 100%;
 display: block;
 margin-bottom: 20px;
}
.contact-section form p label .wpcf7-form-control-wrap {
 width: 100% !important;
 display: block;
 margin-top: 10px;
}
.contact-section form p label .wpcf7-form-control-wrap .wpcf7-form-control {
 width: 100%;
 padding: 14px 10px;
 border-radius: 4px;
 border: 1px solid #ddd;
}
.contact-section form p {
 position: relative;
}
.contact-section form p input.wpcf7-submit {
 width: 100%;
 background: var(--primary-color);
 border: 1px solid var(--primary-color);
 padding: 20px;
 border-radius: 10px;
 font-size: 16px;
 letter-spacing: 0.32px;
 font-weight: 700;
 font-family: "Urbanist", sans-serif;
 cursor: pointer;
 align-items: center;
 transition: all 0.6s;
 color: #fff;
}
.contact-section form p .wpcf7-spinner {
 position: absolute;
 margin: auto;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0px;
 width: 35px;
 height: 35px;
}
.wpcf7-response-output {
 text-align: center;
}

.wp-singular .footer,
.blog .footer{
 border-top: 1px solid #f2f5f1;
}


/***************** Blog Detail ****************/
.blog-details {
 padding: 70px 0px;
 display: flex;
 gap: 30px;
}
.blog-details .entry-content p{
 margin-bottom: 10px;
 display: block;
 font-size: 17px !important;
 line-height: 160% !important;
}

.blog-thumbnail .post-thumbnail-large img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 10px;
}
.blog-details .entry-header {
 margin: 15px 0px;
}
.blog-details .entry-content div{
 margin-bottom: 10px;
 display: block;
 font-size: 17px !important;
 line-height: 160% !important;
     letter-spacing: 0.3px;
}
.blog-left-wrap {
    flex: 1 1 70%;
}
.blog-sidebar {
    max-width: 30%;
    width: 100%;
}
.side-row {
    margin-top: 20px;
}
.side-col-card {
    width: 100%;
        margin-bottom: 25px;
}
.col-card-link {
    display: flex;
    gap: 20px;
    align-items: center;
        text-decoration: none;
}
.card-figure {
    width: 100px;
    min-width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
}
.card-blog-info {
    width: calc(100% - 120px);
}
.card-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-blog-info h4 {
    color: var(--primary-color);
    font-size: 18px;
}
.card-blog-info p {
    margin-top: 5px;
    color: var(--text-400);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

@media screen and (min-width: 993px) {
  .sidebar-inner {
    position: sticky;
    top: 90px;
 }

}



/* Animation */

@keyframes Slick-FastSwipeIn {
  0%{transform: rotate3d(0, 1, 0, 0deg) scale(0) perspective(400px);}
  100%{transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);}
}

@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 86deg);
    transform: rotate3d(0, 1, 0, 86deg);
  }
}
@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 86deg);
    transform: rotate3d(0, -1, 0, 86deg);
  }
}

@keyframes scrollX {
    0% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(10px); opacity: 0; }
    51% { transform: translateX(-10px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes moveClouds {
    from{background-position-x: 0;}
    to{background-position-x: -2160px;}
}

/**Dec 5, 2025*/
a.cm-button{
 text-decoration: none;
}

/*single page*/
.wp-singular .entry-title{
color: var(--primary-color);
font-family: "Domine", serif;
font-size: clamp(18px, 3vw, 24px);
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.48px;
margin-bottom: 20px;
}

.wp-singular .entry-content p{
color: var(--text-400);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.32px;
}

/*end*/

.modern-practitioner-mobieloadmore{
 display: none;
}

/*end*/
.get-links.static{
position: fixed;
    bottom: 20px;
    right: 60px;
}






/************************* About us page start ***********************/

.right-img-card-block{
  display: flex;
  gap: 50px;
  align-items: center;
}

.right-img-rel{
  max-width: 436px;
  width: 100%;
}
.right-img-rel img{
  border-radius: 24px;
  width: 100%;
}
.rt-content-block {
  width: 100%;
}
.rt-content-block h2{
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 400;
  color: var(--primary-color);
  font-family: "Domine", serif;
  margin-bottom: 20px;
  letter-spacing: 0.84px;
}
.rt-content-block h5{
  color: var(--text-dark);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  max-width: 480px;
  margin-bottom: 20px;
}
.rt-content-block p{
  color: var(--text-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  max-width: 480px;
  margin-bottom: 20px;
}

.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* LEFT BLOCK */
.story-left-block {
  padding: 40px;
  border-radius: 20px;
  /* background-image: url('/images/Kushagra.png'); */
  background-size: cover;
  background-repeat: no-repeat;
}

.story-left-block h1 {
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 700;
  font-family: "Domine", serif;
  line-height: 125.4%;
  color: var(--primary-color);
  letter-spacing: 0.84px;
}

.story-left-block h2 {
  font-size: 32px;
  color: var(--primary-color);
  font-family: "Domine", serif;
  letter-spacing: 0.64px;
  font-weight: 400;  
  line-height: 125.4%;

}

.story-left-block .intro {
  color: var(--text-600);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-block: 32px;
}

.story-left-block .subtext {
  color: var(--text-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

.person-img {
  height: 250px;
}
.person-img img{
height: 100%;
width: 100%;
object-fit: contain;
}


/* RIGHT SIDE */
.quote-box {
  background: var(--primary-color);
  color: #fff;
  padding: 48px;
  border-radius: 24px;
  margin-bottom: 24px;
  position: relative;
}
.quote-lb{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  max-width: 370px;
}
.quote-label {
  position: absolute;
  right: 31px;
  top: 28px;
}

.quote-text {
  color:#FFF5E4;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-top: 32px;
}

/* CONTENT BOX */
.content-box {
  background: #f4e8d4;
  padding: 40px;
  border-radius: 20px;
}

.content-box p {
  color: var(--text-dark);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 25px;
}
.content-box p:last-child{
  margin-bottom: 0px;
}

.content-box .small {
  color: var(--text-400);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}

.section.our-story {
  padding-top: 50px;
}

.profile-chapter .title-header{
  margin-bottom: 48px;
}

.the-second-chapter .rt-content-block {
  padding-right: 50px;
}

.profile-chapter .rt-content-block h5 {
  margin-block: 32px;
  font-size: 24px;

}
.the-second-chapter .rt-content-block h5 span{
  font-weight: 400;
}
.profile-chapter .right-img-rel{
  max-width: 506px;
}
.m-0{
  margin: 0px !important;
}
.profile-chapter .title-header p {
  font-weight: 400;
}
.the-second-chapter p {
  max-width: 710px;
  margin: auto;
}
.the-second-chapter p b{
  display: inline-block;
}
.font-500{
  font-weight: 500 !important;
}

.the-pissing-piece{
  padding-top: 0px !important;
}
.the-pissing-piece .rt-content-block h5:first-child {
  margin-top: 0px;
}
.rt-content-block ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

.rt-content-block ul li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.rt-content-block h6{
  color: #010202;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 16px;
}
.our-mission-yg{
  /* background-image: url('../images/our-mission-bg.png'); */
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mission-row{
  display: flex;
  gap: 3vw;
}
.our-mission-col{
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.our-mission-col p{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}
.our-mission-col h3{
  color: #FFF;
  font-family: "Domine", serif;
  font-size: clamp(32px, 6vw, 62px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.24px;
}
.our-mission-col h6{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  padding-right: 50px;
}



.why-yogain-exists{
  width: 50%;
}
.why-yogain-exists p{
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}

.mission-tags-col{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-block: 16px;
}
.why-yogain-exists h3{
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}

.mission-tag{
  display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(22px);
}
.mission-tag h5{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}

.our-vision .title-header p {
  max-width: 590px;
  margin: auto;
  margin-bottom: 20px;
}
.a-future {
  margin-top: 48px;
}
.a-future p{
  color: var(--primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: center;
}
.a-future ul{
  margin-block: 20px;
  display: flex;
  gap: 16px;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}
.future-tags span {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 64px;
  background: #F1F4F1;
  backdrop-filter: blur(22px);
  color: var(--text-600);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}
.title-header .title-text-subhead{
  font-weight: 400;
}

.shared-wrold{
  display: flex;
  gap: 24px;
  margin-top: 48px;
}

.unit-card{
  width: 100%;
  padding: 48px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.unit-card h3{
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
} 
.card-taglines p{
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.68px;
}
.tagline-bottom p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

.together-shared{
  background-color: var(--primary-color);
}
.together-shared h3, .together-shared p{
  color: #FFF5E4;
}
.together-shared .tagline-bottom p{
  color: #fff;
}


.unit-world {
  background: #FFF5E4;
}

.unit-world  h3, .unit-world  p{
  color: var(--primary-color);
}
.unit-world  .tagline-bottom p{
  color: var(--text-400);
}


.journey-ahead{
  margin-top: 100px;
}
.journey-ahead .right-img-card-block{
  gap: 40px;
}
.journey-ahead h5 {
  font-size: 16px;
  max-width: 324px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
.rt-content-block ul{
  flex-direction: row;
  flex-wrap: wrap;
}
.journey-ahead .right-img-rel {
  max-width: 486px;
}
.journey-ahead .rt-content-block p:last-child {
  margin: 0;
}

.yogain-promise{
  /* background-image: url('../images/yogain-promise.png'); */
  padding: 200px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.promise-row h2{
  color: var(--text-dark);
  text-align: center;
  font-family: "Domine", serif;
  font-size: clamp(32px, 6vw, 62px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.24px;
  margin-bottom: 20px;
}
.promise-row p {
  max-width: 690px;
  margin: auto;
  text-align: center;
  color: var(--text-dark);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
}

/************************* About us page End ***********************/


/************************ Contact page start ***********************/
.contact-page .title-header h2{
  font-size: clamp(32px, 6vw, 62px);
}
.contact-page .title-header p{
  font-family: "Domine", serif;
  font-size: clamp(16px, 3.7vw, 22px);
}

.contact-row {
  margin-top: 100px;
  display: flex;
  gap: 24px;
}
.contact-left-block{
  width: 50%;
  /* background-image: url('../images/contact-address-bg.png'); */
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 170px;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-header-info h3{
  color: var(--text-dark);
  font-family: "Domine", serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.76px;
  margin-bottom: 15px;
}
.contact-header-info p{
  color: var(--text-dark);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
}

.contact-footer-address {
  border-radius: 16px;
  background: var(--primary-color);
  backdrop-filter: blur(12px);
  padding: 24px;
}
.address-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.address-top h6, .address-bottom h6{
  color: #FFF5E4;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
.address-link {
  margin-top: 6px;
}
.address-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.contact-right-block{
  width: 50%;
  padding: 32px;
  border-radius: 24px;
  background-color: #F1F4F1;
}
.contact-form-column h5{
  color: var(--primary-color);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 16px;
}
.contact-form-column h6{
  color: var(--text-400);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  max-width: 340px;
}
.contact-form-row {
  margin-top: 32px;
}
.ct-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ct-field-row input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  color: #838786;
  font-weight: 500;
  letter-spacing: 0.32px;
  outline: none;
  font-family: "Urbanist", sans-serif;
}
.ct-field-row textarea {
  width: 100%;
  height: 227px;
  padding: 12px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #838786;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  letter-spacing: 0.32px;
  resize: none;
  outline: none;
}
.ct-field-row .submit-btn, .ct-field-row input[type="submit"] {
  border-radius: 10px;
  background: #3E5641;
  width: 100%;
  padding: 14px 28px;
  border: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  cursor: pointer;
}
/************************ Contact page end ***********************/



/********************** Blog detail page start ****************/
.blog-detail .header-backdrop{
  display: none;
}
.blog-detail header{
  background-color: var(--primary-color);
}
.blog-detail-page{
  padding: 70px 0px;
}
.blog-detail .main-wraper{
  padding-top: 100px;
}
.blog-detail-header{
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.back-to-blog {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #0A1B17;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}
.blog-time{
  color: var(--primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}
.blog-detail-content{
  margin-top: 32px;
}
.blog-detail-content h2{
  color: var(--primary-color);
  font-family: "Domine", serif;
  font-size: clamp(32px, 6vw, 62px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.24px;
}
.feature-img{
  margin-top: 32px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.feature-img img{
  width: 100%;
}
.detail-content{
  margin-top: 45px;
}
.detail-content h6{
  color: #0A1B17;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}

.detail-content p{
  margin: 20px 0px;
  color: #0A1B17;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
.detail-content h5{
  color: #0A1B17;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

.explore-more-blogs{
  padding-top: 100px;
}
.explore-blogs-header{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.explore-blogs-header h3{
  color: #092622;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
}

.view-all {
  border-radius: 8px;
  background: #3E5641;
  text-decoration: none;
  color: #fff;
  padding: 9px 18px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
}
.explore-blogs-card{
  display: flex;
  gap: 32px;
  margin-top: 40px;
  justify-content: space-between;
}


/********************** Blog detail page end ****************/

