/* =========================================================
   Maharishi Herbals - Custom Styles Only
   Note: Do NOT Paste Bootstrap Here (Bootstrap Is Already Loaded Separately)
   ========================================================= */

   :root{
    --brand-green:#0d400d;
    --brand-green-dark:#083008;
    --brand-accent:#ff5a00;
    --brand-gold:#ffb118;
    --text:#222222;
    --muted:#5b6670;
    --bg:#f8f9fa;
    --white:#ffffff;
    --shadow:0 10px 30px rgba(0,0,0,.08);
  }

  html, body{
    width:100%;
    height:100%;
  }

  body{
    font-family: "Wix Madefor Display", Arial, sans-serif;
    color: var(--text);
    background: var(--white);
    padding-bottom:70px; /* Space For Fixed Footer CTA */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

/* Fix Invalid Anchor Styling From Old CSS */
a{
  text-decoration:none !important;
  color: inherit;
}
a:hover{
  text-decoration:none !important;
}

/* =========================================================
   Top Header Bar
   ========================================================= */
   .header{
    background: var(--brand-green);
    color: var(--white);
    padding: 10px 12px;
  }
  .header-text{
    text-align:center;
    font-size: 18px;
    font-weight: 700;
  }
  .header-text p{
    margin:0;
    color: var(--white);
  }
  .header-text a{
    color: #ffd24a !important;
    font-weight: 800;
  }

/* =========================================================
   Navbar + Logo
   ========================================================= */
   .navbar{
    margin-bottom:0;
    border:0;
  }
  .navbar-default{
    background: var(--white);
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
  }
  #logo{
    max-height: 56px;
    width:auto;
  }

/* =========================================================
   Hero Slider (Replace Video With 3 Images Slider In HTML)
   Works With Bootstrap Carousel Or Owl Carousel
   ========================================================= */
   .slider{
    position: relative;
    width:100%;
    overflow:hidden;
    background:#000;
  }

/* If You Use Bootstrap Carousel */
.slider .carousel,
.slider .carousel-inner,
.slider .item{
  width:100%;
  height: 70vh;
  min-height: 420px;
}
.slider .item img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

/* Overlay Text If Needed */
#main_slider{
  position:absolute;
  width: 42%;
  bottom: 18%;
  left: 5%;
  padding: 18px 22px;
  background: rgba(0,0,0,.35);
  border-radius: 14px;
  backdrop-filter: blur(2px);
}
.slider_h{
  color: var(--white);
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  margin:0 0 8px 0;
}
.color_b{
  color: var(--brand-gold) !important;
}
.slider_p{
  color: rgba(255,255,255,.92);
  letter-spacing: .2px;
  font-weight: 400;
  line-height: 26px;
  margin:0;
}
.slider_btn{
  background: transparent;
  border: 2px solid var(--white);
  padding: 9px 22px;
  letter-spacing: .6px;
  display: inline-block;
  margin-top: 12px;
  border-radius: 10px;
  color: var(--white);
  transition: all .25s ease;
}
.slider_btn:hover{
  border-color: var(--brand-accent);
  background: var(--brand-accent);
  color: var(--white);
}

/* =========================================================
   Section Titles
   ========================================================= */
   .about_h{
    font-weight: 900;
    letter-spacing: .5px;
    text-align:center;
    margin: 20px 0 10px 0;
    color: var(--brand-green);
    text-transform: uppercase;
  }
  .abt_sh_l{
    color: var(--brand-green);
    font-weight: 900;
    margin-top: 0;
  }
  .about_para{
    color: var(--muted);
    font-size: 16px;
    line-height: 28px;
  }
  #about-us{
    background: var(--bg);
    padding: 30px 0;
  }

/* About Image */
.abt-img{
  border-radius: 14px;
  box-shadow: var(--shadow);
}
#img_shadow{
  box-shadow: var(--shadow);
  border-radius: 14px;
}

/* =========================================================
   CTA Buttons (Inline Call Now Buttons)
   ========================================================= */
   .btn-cta{
    background: var(--brand-accent);
    color: var(--white) !important;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 800;
    display: inline-block;
    transition: transform .15s ease, background .15s ease;
  }
  .btn-cta:hover{
    background: #e94f00;
    transform: translateY(-1px);
  }

/* =========================================================
   Treatments / Service Cards
   ========================================================= */
   #treatments{
    padding: 30px 0 10px 0;
    background: var(--white);
  }
  .service_box{
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,.06);
    transition: transform .15s ease;
  }
  .service_box:hover{
    transform: translateY(-2px);
  }
  .service_box img{
    width:100%;
    height: 220px;
    object-fit: cover;
    display:block;
  }
  .service_content{
    padding: 12px 14px;
  }
  .service_sh{
    margin:0;
    font-size: 18px;
    font-weight: 900;
    color: var(--brand-green);
    text-align:center;
  }

/* =========================================================
   Gallery
   ========================================================= */
   #gallery{
    padding: 30px 0;
    background: var(--bg);
  }
  .thumbnail{
    border:0;
    padding:0;
    border-radius: 14px;
    overflow:hidden;
    box-shadow: var(--shadow);
  }
  .thumbnail img{
    width:100%;
    height: 180px;
    object-fit: cover;
    display:block;
    transition: transform .2s ease;
  }
  .thumbnail:hover img{
    transform: scale(1.03);
  }

/* =========================================================
   Contact Section
   ========================================================= */
   #contact-us{
    padding: 20px 0 10px 0;
    background: var(--white);
  }
  .contact-info{
    background: #f8f8f8;
    padding: 16px;
    text-align: center;
    border-radius: 16px;
    box-shadow: var(--shadow);
  }
  .contact-info h2{
    font-size: 26px;
    margin: 0 0 6px 0;
    font-weight: 900;
    color: var(--brand-green);
  }
  .contact-info p{
    font-size: 16px;
    margin: 6px 0;
    color: var(--muted);
  }
  .contact-info .phone{
    color: var(--brand-accent);
    font-weight: 900;
  }
  .contact-info a{
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    color: var(--white) !important;
    background: var(--brand-accent);
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 900;
  }
  .contact-info a:hover{
    background: #e94f00;
  }

/* =========================================================
   Footer
   ========================================================= */
   #footer{
    background: #0b0f12;
    color: rgba(255,255,255,.85);
    padding: 30px 0;
  }
  .footer_h{
    color: var(--white);
    font-weight: 900;
  }
  .footer_m_p{
    color: rgba(255,255,255,.75);
    line-height: 26px;
  }
  .social_li{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    gap:10px;
  }
  .social_li li a{
    width: 38px;
    height: 38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    color: var(--white) !important;
  }
  .social_li li a:hover{
    background: rgba(255,255,255,.16);
  }

/* Copyright */
#copyrights{
  background: #070a0c;
  padding: 12px 0;
}
.copyrights_p{
  margin:0;
  color: rgba(255,255,255,.7);
}

/* =========================================================
   Fixed CTA Footer (Call + WhatsApp)
   ========================================================= */
   .fixed-footer-cust{
    background: var(--white);
    text-align: center;
    padding: 10px 10px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left:0;
    z-index: 9999;
    box-shadow: 0 -10px 25px rgba(0,0,0,.08);
    display:flex;
    gap:10px;
    justify-content:center;
  }
  .fixed-footer-cust a{
    flex: 0 0 auto;
    min-width: 140px;
    text-align:center;
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 900;
    letter-spacing: .2px;
  }
  .fixed-footer-cust .call-now{
    background: var(--brand-accent);
    color: var(--white) !important;
  }
  .fixed-footer-cust .whatsapp{
    background: var(--brand-green);
    color: var(--white) !important;
  }

/* =========================================================
   Scroll To Top
   ========================================================= */
   .scrolltop{
    position: fixed;
    right: 15px;
    bottom: 90px;
    z-index: 9999;
    display:none;
  }
  .scroll{
    background: var(--brand-green);
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow: var(--shadow);
  }
  .scroll:hover{
    background: var(--brand-green-dark);
  }
  .scroll .fa{
    font-size: 28px;
    color: var(--white);
  }

/* =========================================================
   Responsive
   ========================================================= */
   @media (max-width: 991px){
    #main_slider{
      width: 64%;
      left: 4%;
      bottom: 12%;
    }
    .service_box img{
      height: 210px;
    }
  }

  @media (max-width: 767px){
    .header-text{
      font-size: 15px;
    }

    .slider .carousel,
    .slider .carousel-inner,
    .slider .item{
      height: 55vh;
      min-height: 320px;
    }

    #main_slider{
      width: 92%;
      left: 4%;
      right: 4%;
      bottom: 10%;
      padding: 14px 14px;
    }

    .slider_h{
      font-size: 18px;
    }

    .slider_p{
      font-size: 14px;
      line-height: 22px;
    }

    .fixed-footer-cust a{
      min-width: 44%;
    }

    .thumbnail img{
      height: 160px;
    }
  }