@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
.whatsapp {
      width: 40px;
      height: 60px;
      border-radius: 30px;
      color: #fff;
      position: fixed;
      right: 20px;
      bottom: 20px;
      padding: 6px 16px;
      font-size: 2rem;
      z-index: 996;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.bi-check-circle-fill{
  font-size: 20px;
  margin-right: 10px;
}
.top-bar{
  color: #1b4b45 !important;
}
.book-btn{
    background: #983073;
    border-radius: 40px;
  }
  body{
        overflow-x: hidden !important;
  }
body,p{
    font-family: "Albert Sans", sans-serif;
}
.nav-link{
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
}
.text-para{
    font-size: 17px;
}
.media i{
font-size: 25px;
margin-right: 10px;
}
.media{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fourty{
  font-size: 20px;
}
.healing-section{
    width: 100%;
    height: 100vh;
    background-color: #DDF0FF;
    background-image: url(../images/Web-material/Home-page-banner.jpg);
    background-size: cover;


    }
.vid {
  position: relative;
  padding: 80px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0b0b0b;
  overflow: hidden;
  z-index: 1;
}

/* Animated wave gradient overlay */
.vid::before {
  content: '';
  position: absolute;
  width: 250%;
  height: 250%;
  top: -75%;
  left: -75%;
  background: linear-gradient(
    120deg,
    rgba(0, 195, 255, 0.15),
    rgba(255, 0, 150, 0.12),
    rgba(0, 255, 140, 0.10)
  );
  background-size: 400% 400%;
  animation: waveFlow 20s ease-in-out infinite;
  z-index: 0;
  filter: blur(80px);
  opacity: 0.7;
}

@keyframes waveFlow {
  0% {
    background-position: 0% 50%;
    transform: scale(1.05) rotate(0deg);
  }
  50% {
    background-position: 100% 50%;
    transform: scale(1) rotate(180deg);
  }
  100% {
    background-position: 0% 50%;
    transform: scale(1.05) rotate(360deg);
  }
}

/* Ensure inner content appears above background */
.vid .container {
  position: relative;
  z-index: 2;
}
 .imu-animate-container {
  position: relative;
  overflow: hidden;
}

.imu-main-img {
  display: block;
  width: 100%;
  height: auto;
}

.imu-overlay-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  z-index: 2;
  pointer-events: none;
}

.imu-overlay-grid div {
  background-color: #000;
  opacity: 1;
  transform: scale(1);
}

/* Animate only when active class is added */
.imu-overlay-grid.animated div {
  animation: revealSquare 1s forwards;
}

@keyframes revealSquare {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}


    .quote {
      background: linear-gradient(to right, #781C63, #4A0072);
    /* background-color: #214F4B; */
    padding: 80px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quote2 {
  
   background-image: url(../images/backimg.jpg);
   /* background-attachment: fixed; */
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quate-card{
  background: linear-gradient(to right, #781C63, #4A0072);
    /* background-color: #214F4B; */
    width: 90%;
    padding: 15px;
    border-radius: 15px;
}
.service-quate{
   background: linear-gradient(to right, #781C63, #4A0072);
    /* background-color: #214F4B; */
    width: 100%;
    padding:60px 25px;
}
.service-quate .quote-text2{
  font-size: 30px;
}
.container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.testimonial-section{
  background: linear-gradient(to right, #781C63, #4A0072);
}
.testimonial-carousel{
  padding: 50px 0px;
}

.testimonial {
  border-left: 4px solid #B2006D;
  height: 280px;
}
.testimonial p {
  font-style: italic;
  color: #555;
}
.testimonial h5 {
  color: #333;
  font-weight: bold;
}
.quote-card {
    max-width: 70%;
    border: none;
    border-radius: 0;
    background-color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    text-align: center;
}

        
        .quote-text {
          font-family: "Albert Sans", sans-serif;
            font-size:18px;
            line-height: 1.4;
            color: #fcfafa;
            margin-bottom: 2rem;
            font-weight: 700;
        }
        
        .author-name {
          font-family: "Albert Sans", sans-serif;
            font-size: 20px;
            font-weight: 700;
            color: #fcfbfb;
            margin-bottom: 0.5rem;
        }
        
        .author-title {
          font-family: "Albert Sans", sans-serif;
            font-size: 14px;
            color: #f9fafc;
            letter-spacing: 1px;
            /* text-transform: uppercase; */
        }
        
        .divider {
            width: 80px;
            height: 2px;
            background-color: #d4af37;
            margin: 2rem auto;
        }
        .begin-now {
          color: rgba(110, 44, 103, 0.989);
          text-align: center;
      /* color: #00a86b; */
      font-weight: 600;
      text-transform: uppercase;
      font-size:15px;
    }

    .main-heading {
      font-size:30px;
      font-weight: 800;
      text-align: center;
      color: #B2006D;
    }

    .side-text {
      color: #333;
      font-size:19px;
      max-width: 300px;
    }
.card-title{
  color: #B2006D;
    font-size: 25px;
    font-weight: 700;

}
    .card-option {
      background-color: white;
      border-radius: 1rem;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      /* padding: 1.5rem; */
      /* text-align: center; */
      transition: transform 0.3s ease;
      height: 100%;
      padding: 30px 15px;
    }

    .card-option:hover {
      transform: translateY(-5px);
    }

    .card-icon {
      width: 100px;
      height: 100px;
      background-color: #781C63;
      /* background-color: #194d36; */
      border-radius: 50%;
    
      margin: -80px 10px;
    }
    .card-icon img{
       width: 25px;
    }
    .card-icon:hover{
        background-color: #B2006D;
    }
.card-para{
  color: #B2006D;
    font-size: 20px;
    font-weight: 700;
}
.card-para:hover{
    color: #B2006D;
}
    .card-icon i {
      color: white;
    }
    .Beginnow{
      padding: 80px 0px;
    }
    .subtext{
        font-size:1.1rem;
        text-align: center;
    }
    .outer-circle {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background-color: #f5f1db;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      /* margin: 50px auto; */
      transition: transform 0.5s ease;
    }
    
    .center-circle {
      width: 60px;
      height: 60px;
      background-color: #4A0072;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2;
    }
    
    .center-circle img {
      width: 24px;
      height: 24px;
    }
    
    #book {
      position: absolute;
      width: 50%;
      height: 50%;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      color: #1b4b45;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      z-index: 1;
      pointer-events: none;
      transition: transform 0.4s ease;
    }
    .outer-circle:hover #book {
      transform: rotate(8deg);}
    #book span {
      position: absolute;
      left: 50%;
      top:-30%;
      font-size: 16px;
      transform-origin: 0 60px;
    }
    
    .outer-circle:hover #book span {
      transform: rotate(var(--rotate)) translateY(-2px); 
    }
    
    
    /* book2 footer====================== */
    
    .outer-circle2 {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background-color: #FFF;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      /* margin: 50px auto; */
      transition: transform 0.5s ease;
    }
    
    .center-circle2 {
      width: 60px;
      height: 60px;
      background-color: #4A0072;
      /* background-color: #214F4B; */
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2;
    }
    
    .center-circle2 img {
      width: 24px;
      height: 24px;
    }
    
    #book2 {
      position: absolute;
      width: 50%;
      height: 50%;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      color: #1b4b45;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      z-index: 1;
      pointer-events: none;
      transition: transform 0.4s ease;
    }
    .outer-circle2:hover #book2 {
      transform: rotate(8deg);}
    #book2 span {
      position: absolute;
      left: 50%;
      top:-37%;
      font-size: 16px;
      transform-origin: 0 60px;
    }
    
    .outer-circle2:hover #book2 span {
      transform: rotate(var(--rotate)) translateY(-2px); 
    }
    /* ========================================= */
    /* ========================================== */
    .quality{
      background-color: #DDF0FF;
      background: linear-gradient(to right, #781C63, #4A0072);
      /* background-color: #1c4b45; */
      padding: 100px 0px;
    }
      .quality2{
      background-color: #DDF0FF;
      /* background: linear-gradient(to right, #781C63, #4A0072); */
      /* background-color: #1c4b45; */
      padding: 0px 0px;
    }
    .heading2{
      font-size: 32px;
      font-weight: 800;
    }
    .tagline {
          color: rgba(110, 44, 103, 0.989);
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 15px;
        }
    
       
        .stat {
          font-size: 32px;
          font-weight: 700;
          margin-bottom: 5px;
        }
    
        .stat-desc {
          font-size: 14px;
          font-weight: 600;
          color: #cfdcd9;
        }
    
        .progress-bar {
          background-color: #c7c5c5;
        }
    
    .btn-custom {
  background: linear-gradient(135deg, #da0f85, #b3006c);
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  box-shadow: 
    inset 0 2px 4px rgba(255, 255, 255, 0.2), 
    0 6px 15px rgba(218, 15, 133, 0.4);
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

/* Hover Effects */
.btn-custom:hover {
  transform: scale(1.08);
  color: white;
  box-shadow: 
    inset 0 2px 6px rgba(255, 255, 255, 0.25), 
    0 8px 20px rgba(218, 15, 133, 0.6);
}

/* Optional Shine Animation */
.btn-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.btn-custom:hover::before {
  left: 130%;
}
.circle-image img {
  width: 100%;
  border-radius: 50%;
  mix-blend-mode: overlay;
  opacity: 0.85;

  /* Initial fade-in + floating effect */
  animation: floatIn 3s ease-in-out forwards;

  /* Smooth transitions for hover */
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Hover effect: zoom slightly */
.circle-image img:hover {
  transform: scale(1.05) rotate(1deg);
  opacity: 1;
}

/* Keyframes for entrance animation */
@keyframes floatIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0.9;
  }
}

        /* .circle-image {
          width: 80%;
          
          height:600px;
          border-radius: 45%;
          overflow: hidden;
          position: relative;
          margin: auto;
        }
    
        .circle-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        } */
    .flower-img{
      position: absolute;
      top: 10%;
      left: 0px;
    }
      
    
    /* about page========================= */
    
    .about-section{
      background-color: #1e1f1f;
      width: 100%;
     padding: 100px 0px;
      
    }
    
   .about-content{
     width: 100%;
     display: flex;
     align-items: center;
     margin-top: 50px ;
   }
    .about-page-title{
       font-size: 35px;
  color: #0a0a0a;
  font-weight: 700;
  /* text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4); */
 font-family: "Albert Sans", sans-serif;
    }
 .service-page-title{
   font-size: 35px;
  color: #983073;
  font-weight: 700;
  /* text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4); */
 font-family: "Albert Sans", sans-serif;
 }   
    
    
    .footer {
      background-color: black;
          /* background-color: #1c4b45; */
          color: white;
          overflow-x: hidden;
        }
    
        .footer h5 {
          font-weight: bold;
        }
    
        .footer a {
          color: white;
          text-decoration: none;
        }
    
        .footer a:hover {
          text-decoration: underline;
        }
    
        .footer-logo {
          font-size: 24px;
          font-weight: bold;
        }
    
        .footer-tagline {
          font-weight: bold;
          margin-top: 21px ;
          margin-bottom: 20px;
          font-size: 18px;
        }
    
        .footer-description {
          font-size: 16px;
          margin-bottom: 10px;
        }
    
        .footer-phone {
          font-size: 20px;
          font-weight: bold;
        }
    
        
    
        .footer-bottom {
          /* border-top: 1px solid #2f605a; */
          margin-top: 30px;
          font-size: 17px;
        }
    
        .footer-bottom a {
          color: #ccc;
          margin-left: 15px;
        }
        footer{
          padding: 100px 0px;
        }
    
       .services{
      background-color: #DDF0FF;
      padding: 80px 0px;
    }
    .banner-container {
      position: relative;
      /* padding: 30px 20px; */
      /* overflow-x: hidden; */
    }
    .another{
      width: 100%;
      height:80vh;
     display: flex;
     align-items: center;
     padding-left: 6%;
    }
    .up-txt{
      position: absolute;
      top: 20px;
      left: 0px;
      width: 100%;
      height: 300px;
    }
    .healing,.healing2{
     color: #B2006D;
      font-size: 160px;
      /* line-height: 80px; */
      font-weight: bold;
    }
    .healing2{
     margin-top: -30px;
     /* font-size: 150px; */
     /* line-height: 80px; */
     font-weight: bold;
     margin-left: 200px;
   }
    .healing span{
      font-size: 50px;
    }

    .botanical-bg {
      position: absolute;
      top: 30px;
      left: 20%;
      opacity: 0.4;
      max-width: 600px;
      width: 100%;
      z-index: 0;
    }

    .banner-text {
      position: relative;
      z-index: 2;
    }


    .with-text {
      position: absolute;
      top: 80px;
      right: 30%;
      font-size: 1.5rem;
      font-weight: 700;
      color: #114232;
      z-index: 3;
    }

    .flower-img {
      position: absolute;
      top:40%;
      left: 0%;
      width: 290px;
      z-index: 3;
    }

   
    .rounded-img-container{
  overflow:hidden ;
  overflow-y: hidden !important;
}

    .rounded-img {
      width: 380px;
      height: 500px;
      object-fit: cover;
      border-radius: 45%;
      z-index: 2;
      margin: 0 auto;
      display: block;
    }

    .call-button {
      position: absolute;
      bottom: 0px;
      right: 20%;
      background: #ffffff;
      color: #0c8b4f;
      font-size: 0.75rem;
      font-weight: bold;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      padding: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      z-index: 4;
      cursor: pointer;
      transition: 0.3s ease;
    }

    .call-button:hover {
      background-color: #e7f9f2;
    }
.animated-text {
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.8);
  font-family:  "Albert Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}


.letter {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  animation: fadeInUp 0.3s forwards;
  font-size: 35px;
  color: #fff;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.8);
  font-family: var(--heading-family);
  /* font-style: italic; */
  font-weight: bolder;
  text-transform: uppercase;
  /* line-height: 80px; */
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-div{
  width: 100%;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

 .quote-text2 {   
   font-size: 28px;
   line-height: 1.4;
   color: #fcfafa;
   margin-bottom: 2rem;
   font-weight: 700;
  }

.counter{
  font-size: 18px;
}
   .footer-title1{
  font-size: 16px;
} 
.center-para{
  width: 90%;
  margin: 0 auto;
}
.back-stick{
  
    width: 100%;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/backimg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.mission-div{
  padding: 80px 0px;
}
.toggler-icon {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #000; /* Change to white if navbar is dark */
  transition: all 0.3s ease;
  outline: 0px;
  border: none;
}
.navbar-toggler:focus {
   
    box-shadow:none!important;
}
@media (min-width: 768px) {
    .counter{
     font-size: 18px;
    }
   
      .borderright{
        border-right: 1px solid gray;
      }
      .book-call {
        margin: 0;
      }
     .main-heading {
      font-size:50px;
      font-weight: 800;
      /* color: #194d36; */
      color: #B2006D;
    }

      .side-text {
        margin-top: 1rem;
        text-align: center;
      }

      .top-section {
        text-align: center;
      }
      .copy{
        font-size: 17px;
      }
       .quote-text {
         
            font-size: 28px;
            line-height: 1.4;
            color: #fcfafa;
            margin-bottom: 2rem;
            font-weight: 700;
            font-style: italic;
        }
        .quote-text2 {
         
            font-size: 38px;
            line-height: 1.4;
            color: #fcfafa;
            margin-bottom: 2rem;
            font-weight: 700;
            /* font-style: italic; */
        }
          .begin-now {
          color: rgba(110, 44, 103, 0.989);
          text-align: start;
      /* color: #00a86b; */
      font-weight: 600;
      text-transform: uppercase;
      font-size:15px;
    }

    }



 @media (min-width: 992px) {
  .media{
  display: flex;
  justify-content: start;
  align-items: center;
}
  .service-quate .quote-text2{
  font-size: 40px;
}
.Beginnow{
      padding: 100px 0px;
    }
  .subtext{
        font-size:1.1rem;
        text-align: start;
    }
       .services{
      background-color: #DDF0FF;
      padding: 100px 0px;
    }
    .back-stick{
    width: 100%;
    height: 80vh;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/backimg.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
    .btn-custom{
      padding: 14px 35px;
    }
    .about-content{
     width: 100%;
      height:80vh;
     display: flex;
     align-items: center;
    }
    .center-para{
      width: 70%;
      margin: 0 auto;
    }
    .about-page-title{
      font-size: 55px;
      color: #0a0a0a;
      font-weight: 700;
      font-family: "Albert Sans", sans-serif;
     }
    .service-page-title{
      font-size: 55px;
      color: #983073;
      font-weight: 700;
      font-family: "Albert Sans", sans-serif;
    }
     .footer-description {
      font-size: 19px;
      margin-bottom: 10px;
    }
     .footer-tagline {
    font-weight: bold;
    margin-top: 21px ;
    margin-bottom: 20px;
    font-size: 21px;
     }
    .footer-title1{
      font-size: 20px;
    }
    .testimonial-carousel{
     padding: 80px 0px;
    }
    .heading2{
      font-size: 51px;
      font-weight: 800;
    }
    .quate-card{
     background: linear-gradient(to right, #781C63, #4A0072);
    /* background-color: #214F4B; */
    width: 60%;
    padding: 65px;
    border-radius: 15px;
    }
    .fourty{
    font-size: 28px;
    }
    .main-heading {
      font-size:35px;
      font-weight: 800;
      text-align: start;
      /* color: #194d36; */
      color: #B2006D;
    }
    .letter {
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
    animation: fadeInUp 0.3s forwards;
    font-size: 55px !important;
    color: #fff;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.8);
    font-family: var(--heading-family);
    /* font-style: italic; */
    font-weight: bolder;
    text-transform: uppercase;
    /* line-height: 80px; */
  }

  .animated-div{
    width: 100%;
    height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

 }
    
    
     @media (min-width: 1400px) {
     /* .another{
      width: 100%;
     
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    } */
    .healing2{
      font-size: 200px !important;
    }
    .healing{
      font-size: 200px;
    }
    .call-button {
      position: absolute;
      bottom: -20px;
      right: 20%;
     
    }
    .about-page-title {
        font-size: 64px;}
    }