/* =========================================================
   AASTHASPA HEALTHCARE (OPC) PVT LTD — CUSTOM STYLESHEET
   ========================================================= */

:root{
  --teal-900:#0B4F4A;
  --teal-800:#0E5E57;
  --emerald:#1F9D82;
  --gold:#D9A441;
  --coral:#F2765C;
  --cream:#FBF8F3;
  --ink:#16231F;
  --ink-soft:#4B5A56;
  --white:#FFFFFF;

  --font-display:'Fraunces', serif;
  --font-body:'Jost', sans-serif;

  --radius-lg:22px;
  --radius-md:14px;
  --shadow-soft:0 14px 40px rgba(11,79,74,0.12);
  --shadow-strong:0 20px 50px rgba(11,79,74,0.22);
}

*{box-sizing:border-box;}

html{scroll-behavior:smooth;}

body{
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--cream);
  overflow-x:hidden;
}

h1,h2,h3,h4,.brand-mark,.footer-brand{
  font-family:var(--font-display);
}

em{font-style:italic;color:var(--gold);}

a{text-decoration:none;color:inherit;}

img{max-width:100%;display:block;}

@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important; scroll-behavior:auto !important;}
}

.section-pad{padding:90px 0;}
@media (max-width:767px){.section-pad{padding:56px 0;}}

.section-eyebrow{
  display:inline-block;
  font-family:var(--font-body);
  font-weight:600;
  letter-spacing:2.5px;
  text-transform:uppercase;
  font-size:0.8rem;
  color:var(--emerald);
  margin-bottom:12px;
  position:relative;
  padding-left:34px;
}
.section-eyebrow::before{
  content:"";
  position:absolute;
  left:0; top:50%;
  transform:translateY(-50%);
  width:24px; height:2px;
  background:var(--gold);
}
.section-eyebrow-light{color:var(--gold);}

.section-title{
  font-size:2.4rem;
  font-weight:600;
  line-height:1.2;
  margin-bottom:18px;
  color:var(--teal-900);
}
.section-title-light{color:var(--white);}
.section-desc{color:var(--ink-soft); font-size:1.02rem; line-height:1.75;}

.section-heading-block{max-width:760px; margin:0 auto 50px;}

/* Buttons */
.btn-primary-brand{
  background:var(--emerald);
  color:var(--white) !important;
  border-radius:50px;
  padding:13px 30px;
  font-weight:600;
  letter-spacing:.3px;
  border:none;
  transition:all .35s ease;
  box-shadow:var(--shadow-soft);
}
.btn-primary-brand:hover{background:var(--teal-900); transform:translateY(-3px);}

.btn-book-now{
  background:var(--gold);
  color:var(--teal-900) !important;
  font-weight:700;
  border-radius:50px;
  padding:10px 22px;
  transition:all .3s ease;
}
.btn-book-now:hover{background:var(--coral); color:var(--white) !important; transform:translateY(-2px);}

/* =========================================================
   TOP BAR
   ========================================================= */
.top-bar{
  background:var(--teal-900);
  color:var(--white);
  font-size:.85rem;
}
.top-bar-link{color:var(--white); opacity:.9; transition:opacity .25s;}
.top-bar-link:hover{opacity:1; color:var(--gold);}
.top-bar-link i{margin-right:5px; color:var(--gold);}
.top-bar-social a{
  color:var(--white); opacity:.85; font-size:.9rem; transition:.25s;
}
.top-bar-social a:hover{color:var(--gold); opacity:1;}

/* =========================================================
   HEADER
   ========================================================= */
.site-header{
  background:var(--white);
  box-shadow:0 2px 18px rgba(11,79,74,0.08);
  z-index:1030;
  transition:box-shadow .3s ease;
}
.site-header.scrolled{box-shadow:0 6px 24px rgba(11,79,74,0.15);}
.navbar-brand{display:flex; flex-direction:column; line-height:1;}
.brand-mark{font-size:1.7rem; font-weight:600; color:var(--teal-900);}
.brand-accent{color:var(--gold);}
.brand-sub{font-size:.62rem; letter-spacing:1.5px; text-transform:uppercase; color:var(--ink-soft); font-family:var(--font-body); margin-top:2px;}

.nav-link{
  font-weight:500;
  color:var(--ink) !important;
  position:relative;
  padding:10px 16px !important;
  transition:color .25s;
}
.nav-link::after{
  content:"";
  position:absolute;
  left:16px; bottom:6px;
  width:0; height:2px;
  background:var(--gold);
  transition:width .25s;
}
.nav-link:hover, .nav-link.active{color:var(--emerald) !important;}
.nav-link:hover::after, .nav-link.active::after{width:calc(100% - 32px);}

/* =========================================================
   HERO
   ========================================================= */
.hero-section{position:relative;}
.hero-slide{
  height:88vh;
  min-height:560px;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  position:relative;
}
.hero-overlay{
  position:absolute; inset:0;
  /*background:linear-gradient(100deg, rgba(11,79,74,0.82) 20%, rgba(11,79,74,0.45) 65%, rgba(11,79,74,0.25) 100%);*/
  background:linear-gradient(100deg, rgb(28 30 30 / 68%) 20%, rgb(2 2 2 / 45%) 65%, rgba(11, 79, 74, 0.25) 100%)
}
.hero-content{position:relative; z-index:2;/* max-width:640px;*/text-align:center; color:var(--white);}
.hero-eyebrow{
  display:inline-block;
  background:rgba(217,164,65,0.18);
  border:1px solid var(--gold);
  color:var(--gold);
  padding:6px 18px;
  border-radius:50px;
  font-size:.78rem;
  letter-spacing:1.5px;
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:22px;
}
.hero-title{
  font-size:3.2rem;
  font-weight:600;
  line-height:1.18;
  margin-bottom:20px;
}
.hero-title em{color:var(--gold); font-style:italic;}
.hero-text{font-size:1.12rem; opacity:.92; margin-bottom:32px; max-width:520px;margin: 0 auto;}
.hero-btns{display:flex; gap:16px; flex-wrap:wrap;justify-content:center; margin-top:25px;}

.btn-hero-primary{
  background:var(--gold); color:var(--teal-900) !important; font-weight:700;
  padding:14px 30px; border-radius:50px; transition:.3s;
  box-shadow:0 12px 30px rgba(217,164,65,0.35);
}
.btn-hero-primary:hover{background:var(--coral); color:var(--white) !important; transform:translateY(-3px);}
.btn-hero-outline{
  border:2px solid var(--white); color:var(--white) !important; font-weight:600;
  padding:12px 28px; border-radius:50px; transition:.3s;
}
.btn-hero-outline:hover{background:var(--white); color:var(--teal-900) !important;}

.hero-arrow{
  width:48px; height:48px; border-radius:50%;
  background:rgba(255,255,255,0.15);
  border:1px solid rgba(255,255,255,0.4);
  display:flex; align-items:center; justify-content:center;
  color:var(--white); transition:.3s;
}
.hero-arrow:hover{background:var(--gold); color:var(--teal-900);}
.small-arrow{width:38px; height:38px; background:var(--emerald); border:none; color:var(--white);}
.carousel-control-prev, .carousel-control-next{width:6%;}

.carousel-indicators [data-bs-target]{
  width:10px; height:10px; border-radius:50%; background:var(--gold); opacity:.5; margin:0 5px;
}
.carousel-indicators .active{opacity:1;}

/* =========================================================
   TRUST STRIP (special creativity below hero)
   ========================================================= */
.trust-strip{
  background:var(--white);
  padding:36px 0;
  position:relative;
  z-index:3;
  margin-top:-46px;
  border-radius:30px 30px 0 0;
  box-shadow:0 -8px 30px rgba(11,79,74,0.06);
}
.trust-item i{
  font-size:1.7rem; color:var(--emerald); margin-bottom:10px; display:inline-block;
  transition:transform .3s;
}
.trust-item:hover i{transform:translateY(-5px) rotate(-6deg); color:var(--gold);}
.trust-item p{font-weight:600; font-size:.92rem; margin:0; color:var(--ink);}

/* =========================================================
   MARQUEE RUNNING STRIP
   ========================================================= */
.marquee-strip{
  background:var(--gold);
  overflow:hidden;
  white-space:nowrap;
  padding:14px 0;
  position:relative;
}
.marquee-track{
  display:inline-flex;
  align-items:center;
  animation:marqueeScroll 32s linear infinite;
}
.marquee-track span{
  font-family:var(--font-display);
  font-weight:600;
  font-style:italic;
  font-size:1.15rem;
  color:var(--teal-900);
  margin:0 18px;
}
.marquee-track i{color:var(--teal-900); opacity:.6; font-size:.8rem;}
@keyframes marqueeScroll{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}
.marquee-strip:hover .marquee-track{animation-play-state:paused;}

/* =========================================================
   ABOUT
   ========================================================= */
.about-media{position:relative; max-width:520px;}
.about-img-main{
  border-radius:60% 40% 55% 45% / 45% 55% 40% 60%;
  box-shadow:var(--shadow-strong);
  width:100%;
  height:460px;
  object-fit:cover;
}
.about-img-float{
  position:absolute;
  bottom:-30px; right:-30px;
  width:180px; height:150px;
  object-fit:cover;
  border-radius:24px;
  border:6px solid var(--white);
  box-shadow:var(--shadow-strong);
}
.about-badge{
  position:absolute;
  top:20px; left:-20px;
  background:var(--teal-900);
  color:var(--white);
  border-radius:50%;
  width:110px; height:110px;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  box-shadow:var(--shadow-strong);
  border:4px solid var(--gold);
}
.about-badge-num{font-family:var(--font-display); font-size:1.7rem; font-weight:600; color:var(--gold); line-height:1;}
.about-badge-text{font-size:.65rem; text-align:center; margin-top:4px; line-height:1.3;}

.about-list{list-style:none; padding:0; margin:22px 0;}
.about-list li{margin-bottom:12px; color:var(--ink); font-weight:500;}
.about-list i{color:var(--emerald); margin-right:10px;}

/* Wave divider */
.wave-divider{line-height:0; background:var(--cream);}
.wave-divider svg{width:100%; height:70px; display:block;}
.wave-divider path{fill:var(--white);}

/* =========================================================
   SERVICES
   ========================================================= */
.services-section{background:var(--white);}
.service-card{
  background:var(--cream);
  border-radius:var(--radius-lg);
  overflow:hidden;
  height:100%;
  box-shadow:var(--shadow-soft);
  transition:transform .35s ease, box-shadow .35s ease;
  border:1px solid rgba(11,79,74,0.06);
}
.service-card:hover{transform:translateY(-10px); box-shadow:var(--shadow-strong);}
.service-img{height:220px; overflow:hidden;}
.service-img img{width:100%; height:100%; object-fit:cover; transition:transform .5s ease;}
.service-card:hover .service-img img{transform:scale(1.08);}
.service-body{padding:26px;}
.service-title{font-size:1.25rem; color:var(--teal-900); margin-bottom:10px; font-weight:600;}
.service-body p{color:var(--ink-soft); font-size:.93rem; line-height:1.65; margin-bottom:18px; min-height:72px;}
.btn-service{
  background:transparent;
  border:2px solid var(--emerald);
  color:var(--emerald) !important;
  font-weight:600;
  border-radius:50px;
  padding:9px 22px;
  font-size:.9rem;
  transition:.3s;
}
.btn-service:hover{background:var(--emerald); color:var(--white) !important;}

/* =========================================================
   WHY CHOOSE US
   ========================================================= */
.why-section{
  background:var(--teal-900);
  position:relative;
}
.why-card{
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:var(--radius-md);
  padding:34px 26px;
  height:100%;
  transition:.35s;
}
.why-card:hover{background:rgba(217,164,65,0.12); border-color:var(--gold); transform:translateY(-6px);}
.why-card i{font-size:1.8rem; color:var(--gold); margin-bottom:16px;}
.why-card h3{color:var(--white); font-size:1.15rem; margin-bottom:10px;}
.why-card p{color:rgba(255,255,255,0.75); font-size:.92rem; line-height:1.6; margin:0;}

/* =========================================================
   COUNTER
   ========================================================= */
.counter-section{
  background:var(--emerald);
  padding:60px 0;
}
.counter-num{font-family:var(--font-display); font-size:2.8rem; font-weight:600; color:var(--white);}
.counter-plus{font-family:var(--font-display); font-size:2rem; color:var(--gold); font-weight:600;}
.counter-item p{color:rgba(255,255,255,0.9); font-weight:500; margin-top:6px; letter-spacing:.4px;}

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.how-section{background:var(--cream);}
.how-steps{position:relative;}
.how-step{
  text-align:center;
  background:var(--white);
  border-radius:var(--radius-md);
  padding:36px 20px 28px;
  height:100%;
  box-shadow:var(--shadow-soft);
  position:relative;
  transition:.3s;
}
.how-step:hover{transform:translateY(-6px);}
.how-num{
  position:absolute; top:-18px; left:50%; transform:translateX(-50%);
  background:var(--gold); color:var(--teal-900);
  width:38px; height:38px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-weight:700; font-size:.85rem; font-family:var(--font-display);
  box-shadow:var(--shadow-soft);
}
.how-step i{font-size:1.7rem; color:var(--emerald); margin:14px 0 14px;}
.how-step h3{font-size:1.05rem; color:var(--teal-900); margin-bottom:10px;}
.how-step p{font-size:.88rem; color:var(--ink-soft); margin:0;}

/* =========================================================
   GALLERY
   ========================================================= */
.gallery-section{background:var(--white);}
.gallery-item{
  position:relative;
  border-radius:var(--radius-md);
  overflow:hidden;
  aspect-ratio:1/1;
  box-shadow:var(--shadow-soft);
}
.gallery-item img{width:100%; height:100%; object-fit:cover; transition:transform .5s ease;}
.gallery-item:hover img{transform:scale(1.12);}
.gallery-zoom{
  position:absolute; inset:0;
  background:rgba(11,79,74,0.55);
  display:flex; align-items:center; justify-content:center;
  color:var(--white); font-size:1.4rem;
  opacity:0; transition:.35s;
}
.gallery-item:hover .gallery-zoom{opacity:1;}

/* =========================================================
   BOOKING SECTION
   ========================================================= */
.booking-section{
  background:linear-gradient(120deg, var(--coral), var(--gold));
  padding:80px 0;
  position:relative;
  overflow:hidden;
}
.booking-box{max-width:700px; margin:0 auto; position:relative; z-index:2;}
.booking-title{font-size:2.2rem; font-weight:600; color:var(--white); margin-bottom:16px;}
.booking-desc{color:rgba(255,255,255,0.92); font-size:1.05rem; margin-bottom:20px;}
.booking-phone{
  font-family:var(--font-display); font-size:1.8rem; font-weight:600; color:var(--white);
  margin-bottom:28px; letter-spacing:1px;
}
.booking-phone i{margin-right:10px; color:var(--teal-900);}
.booking-btns{display:flex; gap:18px; justify-content:center; flex-wrap:wrap;}
.btn-booking-primary{
  background:var(--teal-900); color:var(--white) !important; font-weight:700;
  padding:15px 34px; border-radius:50px; transition:.3s;
  box-shadow:0 15px 35px rgba(11,79,74,0.35);
}
.btn-booking-primary:hover{background:var(--white); color:var(--teal-900) !important; transform:translateY(-3px);}
.btn-booking-outline{
  border:2px solid var(--white); color:var(--white) !important; font-weight:700;
  padding:13px 32px; border-radius:50px; transition:.3s;
}
.btn-booking-outline:hover{background:var(--white); color:var(--coral) !important;}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonial-section{background:var(--cream);}
.testimonial-card{
  background:var(--white);
  border-radius:var(--radius-lg);
  padding:44px;
  max-width:680px;
  text-align:center;
  box-shadow:var(--shadow-soft);
}
.testimonial-stars{color:var(--gold); margin-bottom:18px; font-size:1.1rem;}
.testimonial-card p{font-size:1.12rem; font-style:italic; color:var(--ink); line-height:1.7; margin-bottom:22px; font-family:var(--font-display);}
.testimonial-card h4{margin:0; color:var(--teal-900); font-size:1.05rem;}
.testimonial-card span{font-size:.85rem; color:var(--ink-soft);}
#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next{width:5%;}

/* =========================================================
   FAQ
   ========================================================= */
.faq-section{background:var(--white);}
.accordion-item{
  border:none;
  margin-bottom:14px;
  border-radius:var(--radius-md) !important;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
}
.accordion-button{
  font-weight:600;
  color:var(--teal-900);
  background:var(--cream);
  padding:20px 24px;
}
.accordion-button:not(.collapsed){
  background:var(--teal-900);
  color:var(--white);
  box-shadow:none;
}
.accordion-button:focus{box-shadow:none; border-color:transparent;}
.accordion-button::after{filter:none;}
.accordion-body{color:var(--ink-soft); line-height:1.7; padding:20px 24px;}

/* =========================================================
   CONTACT
   ========================================================= */
.contact-section{background:var(--cream);}
.contact-info-card{
  background:var(--white);
  border-radius:var(--radius-md);
  padding:34px 26px;
  text-align:center;
  height:100%;
  box-shadow:var(--shadow-soft);
  transition:.3s;
}
.contact-info-card:hover{transform:translateY(-6px);}
.contact-info-card i{font-size:1.8rem; color:var(--emerald); margin-bottom:14px;}
.contact-info-card h3{font-size:1.1rem; color:var(--teal-900); margin-bottom:10px;}
.contact-info-card p, .contact-info-card a{color:var(--ink-soft); font-size:.93rem; margin:0;}
.contact-info-card a:hover{color:var(--emerald);}

.contact-form{
  background:var(--white);
  border-radius:var(--radius-lg);
  padding:34px;
  box-shadow:var(--shadow-soft);
  height:100%;
}
.form-label{font-weight:600; color:var(--teal-900); font-size:.88rem;}
.form-control{
  border-radius:10px;
  border:1px solid rgba(11,79,74,0.18);
  padding:11px 14px;
  font-size:.94rem;
}
.form-control:focus{border-color:var(--emerald); box-shadow:0 0 0 3px rgba(31,157,130,0.15);}
.form-success{
  background:rgba(31,157,130,0.1);
  color:var(--teal-900);
  border-radius:10px;
  padding:14px 18px;
  font-size:.9rem;
  font-weight:500;
}
.form-success i{color:var(--emerald); margin-right:8px;}

.map-frame{
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  height:100%;
  min-height:340px;
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{background:var(--teal-900); color:rgba(255,255,255,0.8); padding:70px 0 20px;}
.footer-brand{font-size:1.7rem; font-weight:600; color:var(--white); display:inline-block; margin-bottom:16px;}
.footer-top p{font-size:.92rem; line-height:1.7;}
.footer-social{display:flex; gap:12px; margin-top:16px;}
.footer-social a{
  width:38px; height:38px; border-radius:50%;
  background:rgba(255,255,255,0.08);
  display:flex; align-items:center; justify-content:center;
  transition:.3s;
}
.footer-social a:hover{background:var(--gold); color:var(--teal-900);}
.site-footer h4{color:var(--white); font-size:1.05rem; margin-bottom:20px; font-family:var(--font-body); font-weight:600;    background: #d9a441;
    padding: 4px;
    border-top-right-radius: 20px;}
.site-footer ul{list-style:none; padding:0; margin:0;}
.site-footer ul li{margin-bottom:6px; padding-bottom:6px; font-size:.92rem;border-bottom: 1px dashed;}
.site-footer ul li a{transition:.25s;}
.site-footer ul li a:hover{color:var(--gold); padding-left:4px;}
.footer-contact li{display:flex; gap:10px; align-items:flex-start;}
.footer-contact i{color:var(--gold); margin-top:3px;}
.site-footer hr{border-color:rgba(255,255,255,0.15); margin:30px 0 20px;}
.footer-bottom{font-size:.85rem;}
.footer-legal a{margin-left:20px;}
.footer-legal a:hover{color:var(--gold);}

/* =========================================================
   FLOATING BUTTONS
   ========================================================= */
.floating-btn{
  position:fixed;
  /* bottom:26px; */
  width:58px; height:58px;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  color:var(--white);
  font-size:1.5rem;
  z-index:1050;
  box-shadow:var(--shadow-strong);
  transition:transform .3s;
}
.floating-btn:hover{transform:scale(1.1);}
.floating-whatsapp{right:26px;bottom:220px;background:#25D366;}
.floating-call{right:26px; bottom:300px; background:var(--coral);}
.floating-call, .floating-whatsapp{animation:floatPulse 2.4s ease-in-out infinite;}
@keyframes floatPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(242,118,92,0.35);}
  50%{box-shadow:0 0 0 14px rgba(242,118,92,0);}
}
.floating-whatsapp{animation-name:floatPulseWA;}
@keyframes floatPulseWA{
  0%,100%{box-shadow:0 0 0 0 rgba(37,211,102,0.35);}
  50%{box-shadow:0 0 0 14px rgba(37,211,102,0);}
}

.back-to-top{
  position:fixed;
  bottom:96px; right:26px;
  width:46px; height:46px;
  border-radius:50%;
  background:var(--teal-900);
  color:var(--white);
  border:none;
  display:none;
  align-items:center; justify-content:center;
  z-index:1049;
  box-shadow:var(--shadow-soft);
  transition:.3s;
}
.back-to-top.show{display:flex;}
.back-to-top:hover{background:var(--gold); color:var(--teal-900);}
.cu-lg-wdth{
	width:250px;
}
/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:991px){
  .hero-title{font-size:2.3rem;}
  .section-title{font-size:1.9rem;}
  .about-badge{left:10px; width:90px; height:90px;}
  .about-img-float{width:130px; height:110px;}
}
#enu-st{
	    background: var(--emerald);
    color: var(--white) !important;
    border-radius: 50px;
    padding: 13px 30px;
    font-weight: 600;
    letter-spacing: .3px;
    border: none;
    transition: all .35s ease;
    box-shadow: var(--shadow-soft);
	display:block;
	width:100%;
}
@media (max-width:767px){
  .hero-slide{height:78vh; min-height:480px;}
  .hero-title{font-size:1.9rem;}
  .hero-text{font-size:1rem;}
  .trust-strip{margin-top:-30px; border-radius:22px 22px 0 0;}
  .booking-title{font-size:1.6rem;}
  .booking-phone{font-size:1.4rem;}
  .floating-btn{width:50px; height:50px; font-size:1.25rem; /*bottom:18px;*/}
  .floating-whatsapp{right:18px;}
  .floating-call{right:18px;}
  .back-to-top{bottom:80px; right:18px; width:40px; height:40px;}
  .about-img-main{height:340px;}
  .about-img-float{position:static; width:100%; height:180px; margin-top:14px; border-width:4px;}
  .about-badge{top:-16px; left:auto; right:10px;}
}

@media (max-width:575px){
  .service-body p{min-height:auto;}
}
@media(max-width:374px)
{
	.cu-lg-wdth{
	width:220px;
}
}