@font-face {
  font-family: 'autograph'; 
  src: url('../../../fonts/Autography.otf') format('opentype'); 
  font-weight: normal; 
  font-style: normal; 
}

@font-face {
  font-family: 'micheal'; 
  src: url('../../../fonts/michael.ttf') format('opentype'); 
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat'; 
  src: url('../../../fonts/Montserrat-Medium.otf') format('opentype'); 
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-light'; 
  src: url('../../../fonts/Montserrat-VariableFont_wght.ttf') format('opentype'); 
   font-style: normal;
}

@font-face {
  font-family: 'MyriadPro'; 
  src: url('../../../fonts/MyriadPro-Regular.otf') format('opentype'); 
  font-weight: bold;
  font-style: normal;
}
.hero-prana {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}
.hero-logo {
  max-width: 300px;
  margin-bottom: 20px;
}
.spa-therapy-header {
  margin-bottom: 30px;
}

.headline-menu {
  font-size: 2rem;
  font-weight: bold;
  color: green;
  font-family: 'micheal';
  margin-bottom: 10px;
}
.spa-menu-img{
  width: 50px;
}
.subtitle-menu {
  text-align: center;
  font-size: 1.2rem !important;
  color: #3b0000;
  font-weight: 600
}
.spa-menu-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.spa-menu-item i{
  font-size: 40px;
  color: rgb(210, 137, 0);
  margin-bottom: 10px;
}
.spa-menu-item h3{
  color: #702424 !important;
  font-family: 'micheal';


}
.spa-menu {
  width: 100%;
    gap: 20px;
  justify-items: center;
}

.spa-menu-row {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
 
 
.spa-menu-item h3 {
  font-size: 1.5rem;
  color: #333;
  margin: 0;
}

.hero-prana-content {
  width: 100%;
  height: 100vh;
  background: url(../../../img/front-pages/backgrounds/hero_back.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
  will-change: transform;
}
.an-inner-content{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    flex-direction: column;

}

.an-center-content {
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(255 255 255 / 100%) 100%),
    url(../../../img/front-pages/backgrounds/menu_back.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
  will-change: transform;
  flex-direction: column;
  vertical-align: center;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.hero-prana-menu{
  padding-top: 50px;
   width: 100%;
  height: 100vh;
  background: url(../../../img/front-pages/backgrounds/menu_back.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
  will-change: transform;
  flex-direction: column;
  align-items: center;
  display: flex;
 
 justify-content: center;
}
.grid-prana2, .grid-prana {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  background-image: url('../../../img/front-pages/backgrounds/grid-prama.jpg'); /* Ensure path is correct */
  background-size: cover;
  background-position: center;
}

.grid-prana2 {
  grid-template-rows: repeat(1, 500px);
}

.grid-prana {
  grid-template-rows: repeat(2, 250px);
}
 
.grid-prana2::before, .grid-prana::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 7, 20, 0.7);
  z-index: 0;
} 
.grid-prana2 div, .grid-prana div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(145 124 124 / 10%);
  padding: 10px;
  position: relative;
  z-index: 1;
}
 
.grid-prana2 div p, .grid-prana div p {
  font-weight: bold;
  font-size: 20px;
  font-family: 'micheal', sans-serif; 
  color: white;
 } 
.grid-prana2 .aroma-box:not(.highlighted), .grid-prana .aroma-box:not(.highlighted) {
  box-shadow: inset 0 0 0 1px #fab847;
}
.grid-prana2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  display: block;
  pointer-events: none;
  
}
.prev {
  left: 10px;
}

.next {
  right: 10px;
}
.grid-prana::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  display: block;
  pointer-events: none;
  
}
.highlighted {
  background-color: #aa7a3d !important;
   padding: 20px;
   display: flex;
   flex-direction: column;
  text-align: left;
}
.highlighted h3 {
  font-size: 20px;
  margin-left: -40px;
  font-family: 'micheal';
  color: white;
  text-align: left;
}
.highlighted ul {
  font-size: 14px;
  font-family: 'micheal';
  color: white;
  margin-top: 10px;
}
.nav-arrow {
  position: absolute;
  right: 20px;
  color: rgb(36, 0, 0);
  padding: 20px;
  font-size: 25px;
  width: 80px;
  border-radius: 50%;
  cursor: pointer;
}
.slidecustom {
  display: none;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  opacity: 0;
  transition: transform 0.5s ease;  
}
 
 
.slidecustom:not(.active) {
  transform: translateX(100%);  
}
 
.slidecustom.active {
  opacity: 1;
  display: block;
  transform: translateX(0);  
}
 
.prana-bodhi-disclaimer p{
  font-size: 14px !important;
}
.hero-title-prana {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
}
p{
  margin-bottom: 0.2rem !important;
}

.hero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
 
  .content-section {
    position: relative;
    padding: 30px 20px;
    background: #f9f9f9;
    text-align: left;
   display: flex;
   align-items: center;
   justify-content: center;
   }
.content-section-inner{
   width: 95%;

}
.content-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.fp-scrollable{
  overflow: hidden !important;
}
.content-section p {
     color: #380000;
     font-family: 'Montserrat';
    text-align: left;
    max-width: 90%;
    line-height: 1.8;
}
.w-85{
  width: 85%;
}
.autograp{
  font-family: 'autograph'!important;
  font-size: 35px;
}
div#fp-nav {
  display: none;
  opacity: 0 !important;
}

.content-section-inner-left {
  margin-right: 20px;
}
.inner-head{
  font-family: 'micheal';
  font-size: 35px;
  letter-spacing: 2px;
  color: green;
  text-transform: uppercase;

}
 
.panch-kosha-image {
   height: auto;
}
.grid-prana, .grid-prana2 {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.grid-prana.active, .grid-prana2.active {
  opacity: 1;
  transform: translateY(0); /* Ensure smooth transition when the grid is active */
}

.prana-bodhi-recommendations {
   padding: 20px;
   width: 85%;
   text-align: left;
}
.home-icon-inner img{
  width: 80px;
  height: 80px;
}
.inner-d-head, .inner-d-autograp, .inner-d-desc {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.inner-d-head.active, 
.inner-d-autograp.active, 
.inner-d-desc.active {
  opacity: 1;
  transform: translateY(0);
}


.prana-bodhi-recommendations p{
  color: #3f0000;
  font-size: 18px;
  font-weight: 700;
  margin-top: -20px;
}
.prana-bodhi-title {
  font-family: 'micheal';
  color: #2e7d32;
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}

.prana-bodhi-list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #470000;
}

.prana-bodhi-list li {
  font-size: 14px;
  margin-bottom: 5px;
}

.prana-bodhi-disclaimer {
  padding: 20px;
  width: 85%;
  }

.prana-bodhi-title {
  font-family: 'micheal';
  color: #2e7d32;
  font-size: 22px;
  text-align: left;
  margin-bottom: 10px;
}
.spa-menu-row a{
  pointer-events: auto;
  cursor: pointer;
}
.hero-inner-home{
  width: 60px;
  height: 60px;
  margin-right: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.prana-bodhi-text {
  font-size: 16px;
  line-height: 1.6;
  color: #490000;
  text-align: justify;
  margin-bottom: 10px;
}
.fp-slidesNav.fp-bottom {
  display: none;
  flex-direction: row;
  justify-content: center;
}
p.autograp {
  font-size: 30px !important;
  font-weight: 600;
}

/* media query start 1200px  */
.home-icon-inner.d-flex.align-items-end {
  height: 100%;
}
@media (max-width: 1200px) {
  .content-section p{
    font-size: 13px;
  }
}

/* media query start 768px  */

@media (max-width: 768px){
  .prana-bodhi-content {
   
    justify-content: center;
  }
  .home-icon-inner.d-flex.align-items-end {
    display: flex;
    height: 0;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
  .fp-slidesNav.fp-bottom {
    bottom: -5px !important;
  }
  
  img.hero-logo-home {
     position: absolute;
    bottom: 30px;
  }
  .content-section {
    display: flex;
      flex-direction: column;
     justify-content: flex-start;
     height: 100vh !important;
  }
  .content-section .autograp{
    font-size: 24px !important;
  }
  
  .home-icon-inner img {
    width: 50px;
    height: 50px;
  }
  .hero-logo{
    max-width: 200px;
    height: 150px;
  }
  .content-section-inner{
    margin: 10px;
  }
  .slide.fp-slide{
   opacity: 0 !important;
  }
  .slide.fp-slide.active{
    opacity: 1 !important;
  }
  .content-section p {
    font-size: 11px;
  }
}

/* media query start 456px  */

@media (max-width: 456px) {
  .content-section-inner-right {
    height: 40%;
  }
  .content-section-inner-left{
    height: 60%;
  }
  .flex-sm-column {
    flex-direction: column !important;
    justify-content: space-between;
  }
 
  .content-section{
    padding: 10px 10px;
  }
  .w-85{
    height: 100%;
    width: 100%;
  }
  .panch-kosha-image {
    height: 251px !important;
    width: 250px !important;
  }
  .mobile-top{
    height: 40%;
  }
  .mobile-bottom{
    height: 60%;
  }
  .content-section-inner{
    width: 100%;
 
 }
.chakra-image{
  top: 45% !important;
  font-size: 25px;
}
.right-onboard {
  margin-top: 40px;
}
 .inchakra-image{
     height: 300px !important;
    width: 300px !important;
  }
  p {
    margin-top: 0;
   margin-bottom: 0 !important; 
  }
  .grid-prana {
    grid-template-rows: repeat(3, 185px);
  }
  .spa-menu-img{
    width: 35px;
  }
 .grid-prana {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-prana2 {
    grid-template-rows: repeat(3, 180px);
  }
  .grid-prana2{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
     .spa-menu-item h3 {
      line-height: 25px;
      text-align: center;
    font-size: 0.8rem;
    color: #333;
    margin: 0;
  }
  .hero-inner-home{
    width: 50px;
    height: 50px;
    margin-right: 20px;
    
  }
  .spa-menu-item i {
    font-size: 30px;
    color: rgb(210, 137, 0);
    margin-bottom: 10px;
  }
  .spa-menu-item {
  
    padding: 10px;
  }
  p.autograp {
    font-size: 30px !important;
  }
  .headline-menu {
    margin-top: 50px;
    font-size: 1.4rem;
  
  }
  .prana-bodhi-recommendations {
    padding: 0px;
    margin: 10px auto;
    width: 100%;
  }
  .content-section h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .prana-bodhi-recommendations {
    padding: 0px;
    margin: 0px auto;
  }
  .prana-bodhi-disclaimer {
    padding: 0px; 
    width: 100%;
     margin: 0px auto;
  }
  .prana-bodhi-list {
    list-style-type: disc;
    padding-left: 20px;
    padding-right: 10px;
  }
  .prana-bodhi-content {
   
    justify-content: center;
  }
  .spa-menu.w-85 {
    height: 100%;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .buddha-5 {
    top: 35% !important;
    height: 170px !important;
    }
  .buddha-4 {
    top: 39% !important;
    height: 150px!important;
   }
  .buddha-3 {
    top: 45% !important;
    height: 125px!important;
  }
  .buddha-2 {
   top: 50% !important;
   height: 100px!important;
   }
   .content-section p{
    font-size: 8px !important;
   }
   .aroma-box p{
    font-size: 13px !important;
   }
   .prana-bodhi-image{
    height: 20%;
   }
   .prana-bodhi-content{
    height: 80%;
   }
   .prana-bodhi-content-inner {
    height: 100%;
    width: 95%;
  }
  .navigate-menu{
    display: flex;
  }
  .prana-bodhi-navigation {
    width: 95%;
  }
  .bio-left-img-1,
  .bio-left-img-2,
  .bio-left-img-3,
  .bi-left-img-1,
  .bi-left-img-2,
  .bi-left-img-3,
  .bj-left-img-1,
  .bj-left-img-2,
  .bj-left-img-3,
  .ga-left-img-1,
  .ga-left-img-2,
  .ga-left-img-3,
  .ro-left-img-1,
  .ro-left-img-2,
  .ro-left-img-3,
  .aot-left-img-1,
  .aot-left-img-2,
  .aot-left-img-3,
  .biohack-left-img-1,
  .biohack-left-img-2,
  .biohack-left-img-3,
  .an-left-img-1,
  .an-left-img-2,
  .an-left-img-3,
  .an-left-img-4,
  .an-left-img-5,
  .an-left-img-6,
  .an-left-img-7,
  .an-left-img-8,
  .an-left-img-9,
  .henna-left-img-1,
  .henna-left-img-2,
  .henna-left-img-3,
  .henna-left-img-4,
  .henna-left-img-5,
  .henna-left-img-6,
  .henna-left-img-7,
  .henna-left-img-8,
  .henna-left-img-9{
     height: 100% !important;
  }
 
  .buddha-1 {
    top: 56% !important;
    height: 75px!important;
    }
    .details{
      padding: 0 !important;
    }
    .prana-bodhi-heading {
      font-size: 18px;
       margin-top: 0px;
     }
     .prana-bodhi-info, .prana-bodhi-desc {
      font-size: 9.5px;
    }
    .prana-bodhi-price-sub {
      font-size: 9px;
      margin-top: 8px;
    }
    
      .prana-bodhi-pro-title {
        font-size: 18px;
        margin-top: 10px;
        line-height: 1.5rem;
    }
    .prana-bodhi-duration {
       font-size: 10px;
     }
    .prana-bodhi-price {
      font-size: 17px;
    }
    .prana-bodhi-tag {
       font-size: 9px !important;
    }
    .prana-bodhi-tags {
      margin-top: 0;
     }
    
    .inlineicon {
      margin-top: 10px;
      width: 35px;
      height: 20px;
    }
    .details  ul li{
      font-size: 11px !important;
    }
    .content-section .autograp , .inner-head {
      font-size: 19px !important;
      margin-bottom: 0px !important;
    
    }
    .prana-bodhi-list li {
      font-size: 10px;
      margin-bottom: 0;
    }
    .hero-logo-icon {
      width: 50px;
      height: 50px;
      margin-right: 20px;
    }
    .prana-bodhi-price-sub-navi{
      font-size: 10px;
    }
  .inbuddha-5 {
    top: 40% !important;
    height: 200px !important;
    }
  .inbuddha-4 {
    top: 43% !important;
    height: 170px!important;
   }
  .inbuddha-3 {
    top: 46% !important;
    height: 150px!important;
  }
  .inbuddha-2 {
   top: 50% !important;
   height: 125px!important;
   }
  .inbuddha-1 {
    top: 53% !important;
    height: 100px!important;
    }
}


@media (min-width: 768px) and (max-width: 1008px) {


  .content-section-inner-right {
    height: 40%;
  }
  .content-section-inner-left{
    height: 60%;
  }
  
 
  .content-section{
    padding: 10px 10px;
  }
  .w-85{
    height: 85%;
    width: 85%;
  }
  .hero-logo {
    max-width: 250px;
    max-height: 180px;
    margin-bottom: 20px;
  }
  .panch-kosha-image {
    height: 301px !important;
    width: 300px !important;
  }
  .mobile-top{
    height: 40%;
  }
  .mobile-bottom{
    height: 90%;
  }
  .content-section-inner{
    width: 100%;
 
 }
.chakra-image{
  top: 45% !important;
  font-size: 25px;
}
.right-onboard {
  margin-top: 40px;
}
 .inchakra-image{
     height: 300px !important;
    width: 300px !important;
  }
  p {
    margin-top: 0;
   margin-bottom: 0 !important; 
  }
  .grid-prana {
    grid-template-rows: repeat(2, 150px);
  }
  .spa-menu-img{
    width: 35px;
  }
 .grid-prana {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-prana2 {
    grid-template-rows: repeat(1, 250px);
  }
  .grid-prana2{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
     .spa-menu-item h3 {
      line-height: 25px;
      text-align: center;
    font-size: 0.8rem;
    color: #333;
    margin: 0;
  }
  .hero-inner-home{
    width: 50px;
    height: 50px;
    margin-right: 20px;
    
  }
  .spa-menu-item i {
    font-size: 30px;
    color: rgb(210, 137, 0);
    margin-bottom: 10px;
  }
  .spa-menu-item {
  
    padding: 10px;
  }
  p.autograp {
    font-size: 30px !important;
  }
  .headline-menu {
    margin-top: 10px;
    font-size: 1.4rem;
  
  }
  .prana-bodhi-recommendations {
    padding: 0px;
    margin: 10px auto;
    width: 100%;
  }
  .spa-therapy-header {
    margin-bottom: 10px;
  }
  .spa-menu {
    gap: 10px;
  }
  .content-section h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .prana-bodhi-recommendations {
    padding: 0px;
    margin: 0px auto;
  }
  .prana-bodhi-disclaimer {
    padding: 0px; 
    width: 100%;
     margin: 0px auto;
  }
  .prana-bodhi-list {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 1.6;
    padding-right: 50px;
  }
  .prana-bodhi-content {
   
    justify-content: center;
  }
  .spa-menu.w-85 {
    height: 100%;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .buddha-5 {
    top: 35% !important;
    height: 195px !important;
    }
  .buddha-4 {
    top: 42% !important;
    height: 175px!important;
   }
  .buddha-3 {
    top: 49% !important;
    height: 150px!important;
  }
  .buddha-2 {
   top: 58% !important;
   height: 125px!important;
   }
   .buddha-1 {
    top: 64% !important;
    height: 100px!important;
    }
   .content-section p{
    font-size: 9px !important;
   }
   .aroma-box p{
    font-size: 13px !important;
   }
   .prana-bodhi-image{
    height: 100%;
   }
   .home-icon-inner img {
    width: 40px;
    height: 40px;
  }
   .prana-bodhi-content{
    height: 100%;
   }
   .prana-bodhi-content-inner {
    height: 100%;
    width: 80%;
  }
  .navigate-menu{
    display: flex;
  }
  .prana-bodhi-navigation {
    width: 80%;
  }
  .hero-prana-menu {
     padding-top: 10px;
    }
  .bio-left-img-1,
  .bio-left-img-2,
  .bio-left-img-3,
  .bi-left-img-1,
  .bi-left-img-2,
  .bi-left-img-3,
  .bj-left-img-1,
  .bj-left-img-2,
  .bj-left-img-3,
  .ga-left-img-1,
  .ga-left-img-2,
  .ga-left-img-3,
  .ro-left-img-1,
  .ro-left-img-2,
  .ro-left-img-3,
  .aot-left-img-1,
  .aot-left-img-2,
  .aot-left-img-3,
  .biohack-left-img-1,
  .biohack-left-img-2,
  .biohack-left-img-3,
  .henna-left-img-1,
  .henna-left-img-2,
  .henna-left-img-3,
  .henna-left-img-4,
  .henna-left-img-5,
  .henna-left-img-6,
  .henna-left-img-7,
  .henna-left-img-8,
  .henna-left-img-9{
     height: 100%;
  }
  .prana-bodhi-nav {
    font-size: 8px !important;
  }
  .prana-bodhi-nav-next {
    font-size: 8px;
  }
  
.prana-bodhi-nav.active{
  background-size: 18px;
}
.prana-bodhi-nav-next {
  margin: 2px;
  padding: 2px;
}
.prana-bodhi-navigation {
  gap: 5px;
}

  .my-4{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
    .details{
      padding: 0 !important;
    }
    .prana-bodhi-heading {
      font-size: 14px;
       margin-top: 0px;
     }
     .prana-bodhi-info, .prana-bodhi-desc {
      font-size: 7.5px !important;
    }
    .prana-bodhi-price-sub {
      font-size: 9px;
      margin-top: 8px;
    }
      .prana-bodhi-pro-title {
        font-size: 18px !important;
        margin-top: 5px;
        line-height: 2rem;
      }
    .prana-bodhi-duration {
       font-size: 10px;
     }
    .prana-bodhi-price {
      font-size: 15px;
    }
    .prana-bodhi-tag {
       font-size: 8px !important;
       padding: 2px 10px !important;
       font-family: 'Montserrat-light';

    }
    .face-tag-icon {
      width: 10px;
      height: 10px;
      margin-right: 8px;
      vertical-align: middle;
    }
    
    .prana-bodhi-tags {
      margin-top: 0;
      padding: 3px 9px;

     }
    
    .inlineicon {
      margin-top: 10px;
      width: 35px;
      height: 20px;
    }
    .an-prana-bodhi-inner-sub-head {
      font-size: 15px !important;
    }
    .details  ul li{
      font-size: 11px !important;
    }
    .content-section .autograp , .inner-head {
      font-size: 19px !important;
      margin-bottom: 10px !important;
    
    }
    .prana-bodhi-list li {
      font-size: 10px;
      margin-bottom: 0;
    }
    .hero-logo-icon {
      width: 40px;
      height: 40px;
      margin-right: 10px;
    }
    .prana-bodhi-price-sub-navi{
      font-size: 9px !important;
    }
    .prana-bodhi-nav {
      padding: 2px;
      margin-left: 2px !important;
      margin-right: 2px !important;
      margin-top: 0px !important;
      margin-bottom: 0px !important;

    }
  .inbuddha-5 {
    top: 35% !important;
    height: 200px !important;
    }
  .inbuddha-4 {
    top: 42% !important;
    height: 170px!important;
   }
  .inbuddha-3 {
    top: 48% !important;
    height: 150px!important;
  }
  .inbuddha-2 {
   top: 52% !important;
   height: 125px!important;
   }
  .inbuddha-1 {
    top: 60% !important;
    height: 100px!important;
    }
    .anbio-desc,
    .anbio-desc-high,
    .an-prana-bodhi-heading {
      font-size: 12px !important;
      font-family: 'Montserrat-light';
    }
    .an-prana-bodhi-heading {
      line-height: 30px !important;
    }
    .anbio-desc {
      font-weight: 500;
    }
    
    .anbio-desc-high {
      font-weight: 700;
    }
    
.anbiohack-list li {
  padding-left: 20px !important;
}
    .anbiohacking,
    .an-prana-bodhi-sub-head,
    .an-prana-bodhi-detail,
    .anbiohack-list li {
      font-size: 8px !important;
    }
    .mt-4{
      margin-top: 0.3rem !important;
    }
    .box-wellness h4{
      margin-top: 10px !important;
      padding: 2px !important;
      color:#fff;
      line-height: 20px !important;
      font-size: 14px !important;
      }
      .box-wellness p {
         font-size: 10px !important;
         line-height: 15px !important;
      }
      .prana-bodhi-pro-title {
        font-size: 15px !important;
        margin-top: 5px !important;
        line-height: 2rem;
      }
      .mt-5{
        margin-top: 0.5rem !important;
      }
      .an-prana-bodhi-inner-sub-head {
        font-size: 12px;
      }
      
 
.henna-section-title {
    font-size: 10px !important;
    line-height: 5px !important;
    margin: 2px 0px !important;

}
.henna-service-list {
 
  margin-bottom: 10px !important;
}
 

.henna-service-list li {
    padding: 3px 0 !important;
    line-height: 8px !important;
    font-size: 10px !important;
 }
.henna-pro-title {
  font-size: 20px !important;
 }
.service-name {
    font-size: 9px !important;
}

.service-price {
    font-size: 9px !important;
}

.service-description {
    font-size: 8px !important;
    line-height: 10px !important;
    margin-top: 1px !important;
}
 
  }

@media (max-width: 758px) {
  .anbio-desc {
    font-size: 15px !important;
  }
  .anbio-desc-high {
    font-size: 15px !important;
  }
  .anbiohacking {
    font-size: 12px !important;
  }
  .an-prana-bodhi-heading {
    font-size: 15px !important;
  }
  .an-prana-bodhi-sub-head {
    font-size: 12px !important;
  }
  .an-prana-bodhi-detail {
    font-size: 12px !important;
  }
  .anbiohack-list li {
    padding-left: 20px;
    font-size: 12px !important;
  }
  .an-prana-bodhi-inner-sub-head {
    font-size: 13px !important; 
    text-align: center !important;
  }
  
}
.prana-bodhi-pro-title {
   margin-bottom: 5px;
  font-family: 'micheal';
  color: #2c5e3d;
}

.prana-bodhi-info,.prana-bodhi-desc {
   font-size: 12px;
   font-family: 'Montserrat'; 
  color: #710000;
}

      
.anbiohack-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 10px;
}

.anbiohack-list li {
  position: relative;
  flex: 1 1 45%; 
  color: rgb(133, 36, 36);
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}
.an-prana-bodhi-detail{
  font-size: 20px;
  font-weight: 600;
  color: rgb(133, 36, 36)
}

.anbiohack-navi{
  display: flex;
  align-items: flex-end;
}
.anbio-desc{
  font-size: 20px;
  font-weight: 500;
  font-family: 'Montserrat-light'; 

}
.anbio-desc-high{
  font-size: 20px;
  font-weight: 700;
  font-family: 'Montserrat-light';
}
.anbiohacking{
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  color: rgb(133, 36, 36);
  font-family: 'Montserrat-light'; 
}
.an-prana-bodhi-heading{
  font-size: 28px;
  font-weight: 700;
  font-family: 'Montserrat-light'; 
  color: rgb(133, 36, 36)
}
.an-prana-bodhi-sub-head{
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat-light'; 
  color: rgb(133, 36, 36);
 }
.an-prana-bodhi-inner-sub-head{
  font-size: 20px;
  font-weight: 500;
  font-family: 'Montserrat-light'; 
  color: rgb(133, 36, 36);
  text-align: center;
}
.anbiohack-list li::before {
  content: "";
  background: url("../../../img/icons/leavessvg.svg") no-repeat center;
  background-size: contain;
  width: 10px; /* Adjust bullet size */
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wellness-contain{
  max-width: 80%;
}
.bg-wellness-rit{
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: right;
  background-image: url(../../../img/front-pages/backgrounds/hero_back.jpg);
}
.wellness-rit-head{
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat-light'; 
  color: white;
}


.box-wellness{
  text-align: center;
  border-radius: 0px 20px 20px 0px; 
  color: #fff;
  text-align: center;
  box-shadow: 16px 1px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat-light';
}


.box-wellness h4{
  background-color: #068544;
  border: 3px solid #03733c;
  border-radius: 20px 00px 0px 20px;
  position: relative;
  left: 13px;
  margin-top: 30px;
  padding:10px;
  color:#fff;
  }
  
  .box-wellness p{
  color: rgb(133, 36, 36);
  font-size: 16px;
  line-height:25px;
  margin-bottom: 0.2rem;
  }
  
  .hide{
  visibility: hidden;
  }
  
  .scissor-icon {
    font-size: 20px;
}
.henna-pro-title{
  margin-bottom: 0px;
  font-family: 'micheal';
  font-weight: 300;
  color: #199241;
}
.henna-section-title {
  color: #199241;
    font-weight: 600;
    font-family: 'Montserrat-light'; 
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.henna-service-list {
    list-style: none;
    padding: 0;
}

.henna-service-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0;
    line-height: 15px;
    font-size: 14px;
 }
.henna-pro-title {
  margin-bottom: 0px;
  font-family: 'micheal';
  color: #199241;
  font-size: 28px;
  line-height: 25px;
  margin-top: 10px;
}
.service-name {
    font-weight: 500;
    font-size: 13px;
    color: #111111;
    font-family: 'Montserrat-light'; 
    text-transform: uppercase;
    width: 60%;
}

.service-price {
    font-weight: 500;
    color: #625e5e;
    font-size: 13px;
    text-align: right;
    width: 40%;
}

.service-description {
    font-size: 12px;
    color: rgb(41, 41, 41);
    width: 80%;
    margin-top: 4px;
}
 