/* ============================================================
   PRAKRITI AYURVEDA — Custom CSS
   Matching exact original site styles extracted from compiled CSS
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400;0,500;0,600;1,400&family=EB+Garamond:wght@400;600&display=swap');

/* ── Brand Colors (extracted from compiled CSS) ──
   Primary Green:   #205B4F
   Lime/Gold:       #b0d152  (nav CTA, active link)
   Gold Alt:        #90a93e
   Footer BG:       #14261c
   Sanskrit Quote:  #205b4f
   WhatsApp:        #25D366
   Feedback Tab:    orange-500 ~#f97316
──────────────────────────────────────────────── */

/* ── NAVBAR ── */
.header-container {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.05);
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.logo { max-height: 70px; }
.nav-link { color: #000 !important; font-weight: 600; position: relative; padding-bottom: 5px; }
.nav-link.active-link { color: #b0d152 !important; font-weight: 700; text-decoration: underline; }
.online-btn {
  background-color: #b0d152 !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 4px;
  border: 1px solid #b0d152;
  padding: 8px 14px;
  text-decoration: none;
}
.online-btn:hover { background-color: #90a93e !important; }

/* ── FEEDBACK TAB (right floating) ── */
.feedback-tab {
  position: fixed;
  top: 25%;
  right: 0;
  background: rgba(249, 115, 22, 0.6);
  color: #fff;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 6px 0 0 6px;
  z-index: 999;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: background .2s;
}
.feedback-tab:hover { background: #b0d152; color: #fff; }

/* ── HERO CAROUSEL ── */
.carousel-background {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.carousel-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.40);
}
.swiper-slide-contents {
  position: relative;
  z-index: 10;
  color: #fff;
  max-width: 900px;
  padding: 0 2rem;
}
.elementor-slide-heading {
  font-family: 'Brygada 1918', serif;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: clamp(22px, 4vw, 56px);
  line-height: 1.2;
}
.elementor-slide-description {
  margin-bottom: 1rem;
  font-size: clamp(14px, 2vw, 18px);
  font-family: 'Brygada 1918', serif;
  line-height: 1.6;
}
.carousel-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 24px;
  font-size: .95rem;
  transition: all .3s;
  text-decoration: none;
  display: inline-block;
}
.carousel-btn:hover { background: #fff; color: #000; }

/* ── SECTION WRAPPER (About strip) ── */
.section-wrapper {
  padding: 40px;
  background-color: #f9f9f9;
}
.left-col { display: flex; flex-direction: column; justify-content: center; }
.sanskrit-quote { font-size: 1.25rem; font-weight: 600; color: #205b4f; font-family: 'Brygada 1918', serif; }
.icon-wrapper { margin: 10px 0; }
.description { font-size: 1rem; color: #444; line-height: 1.7; }
.responsive-img { max-width: 80%; height: auto; border-radius: 10px; }

/* ── APPOINTMENT SECTION ── */
.appoinment {
  background-image: url('/assets/bs-cta-image-min-CqEvD5qj.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}
.appoinment::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}
.appoinment > * { position: relative; z-index: 1; }
.appoinment .subtitle { color: #fff; font-size: 32px; font-weight: 400; line-height: 1.2; margin: 0 0 16px; }
.appoinment .title { color: #fff; font-family: 'Brygada 1918', serif; font-size: clamp(32px, 5vw, 60px); font-weight: 400; margin: 0 0 24px; }

/* ── SERVICE CARDS ── */
.image-hover-container { transition: all .3s ease-in-out; overflow: hidden; }
.zoom-on-hover { transition: transform .4s ease; width: 100%; }
.zoom-on-hover:hover { transform: scale(1.05); }
.hover-title { transition: color .3s ease; }
.hover-title:hover { color: #205b4f; }
.card.treatment-card { border: none !important; border-radius: 10px; overflow: hidden; }
.treatment-img { width: 100%; height: 200px; object-fit: cover; }

/* ── SPECIAL TREATMENTS ── */
.therapy-card { border-radius: 10px; overflow: hidden; transition: transform .3s ease; }
.therapy-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.12) !important; }
.therapy-img { width: 100%; height: 220px; object-fit: cover; }
.therapy-title { font-weight: 600; font-size: .95rem; color: #333; padding: 12px; }

/* ── REVIEWS ── */
.reviews-container { text-align: center; padding: 40px 20px; background-color: #f9f9f9; }
.cards-wrapper { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 30px; }
.review-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  padding: 20px;
  width: 300px;
  position: relative;
}
.avatar-wrapper { position: relative; margin-bottom: 10px; }
.avatar { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; margin-top: -40px; border: 3px solid white; }
.review-stars { color: #f4c150; font-size: 1.2em; margin: 10px 0; }
.review-date { color: gray; font-size: .9em; }

/* ── TEAM CARDS ── */
.team-card { border: none !important; border-radius: 12px !important; overflow: hidden; transition: transform .3s ease; box-shadow: 0 0 12px rgba(0,0,0,.1) !important; }
.team-card:hover { transform: translateY(-4px); }
.team-img { width: 100%; height: 280px; object-fit: cover; object-position: top; }
.team-content { background-color: #fff; padding: 15px; transition: background-color .3s ease; }
.team-card:hover .team-content { background-color: #90a93e; color: #fff; }
.team-card:hover .team-content .text-primary { color: #fff !important; }
.social-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background-color: rgba(0,0,0,.08);
  color: #333;
  transition: all .2s;
  text-decoration: none;
  font-size: .9rem;
}
.social-icon:hover { background-color: #205b4f; color: #fff; }

/* ── GALLERY ── */
.gallery-img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; cursor: pointer; transition: transform .3s ease; }
.gallery-img:hover { transform: scale(1.03); }
.gallery-item { overflow: hidden; border-radius: 6px; }

/* ── PAGE INNER HERO ── */
.page-banner {
  min-height: 35vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.4);
}
.page-banner-content { position: relative; z-index: 10; }
.page-banner-label { color: #fff; text-transform: uppercase; letter-spacing: 2px; font-size: .85rem; margin-bottom: 12px; opacity: .85; }
.page-banner h1 { color: #fff; font-family: 'Brygada 1918', serif; font-size: clamp(28px, 5vw, 56px); font-weight: bold; }

/* ── BOOKING FORM ── */
.booking-form-column { background: #fff; border-radius: 12px; padding: 32px; box-shadow: 0 4px 24px rgba(0,0,0,.08); }
.contact-info-column { background: #205b4f; color: #fff; border-radius: 12px; padding: 32px; }
.contact-info-column h4, .contact-info-column p, .contact-info-column a { color: #fff; }

/* ── FOOTER ── */
.custom-footer-bg { background-color: #14261c; }
.custom-footer-bg a { text-decoration: none; color: #fff; }
.custom-footer-bg ul li { margin-bottom: 10px; }
.custom-footer-bg h5 { color: #fff; font-weight: 600; margin-bottom: 16px; }
.custom-footer-bg p { color: rgba(255,255,255,.8); font-size: .9rem; }

/* ── WHATSAPP FLOAT ── */
.whatsapp-float {
  position: fixed;
  bottom: 24px; right: 24px;
  background: #25D366;
  color: #fff;
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 20px rgba(37,211,102,.4);
  z-index: 999;
  text-decoration: none;
  transition: transform .2s;
}
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }

/* ── SECTION HEADINGS ── */
.section-heading-serif {
  font-family: 'Brygada 1918', serif;
  font-size: 48px;
  font-weight: 400;
  color: #222;
}
.section-heading-serif.green { color: #205b4f; }
.eb-garamond { font-family: 'EB Garamond', serif; }

/* ── ABOUT PAGE ── */
.aboutus { background-image: url('/assets/branchimg-NHP9XELX.jpg'); background-repeat: no-repeat; background-size: cover; }
.about-content-box { background: #fff; border-radius: 10px; padding: 32px; box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.welcome { color: #90a93e; font-size: 32px; font-weight: 600; line-height: 1.2; }
.elementskit-info-box-title { font-size: 28px; font-weight: 600; font-family: 'Brygada 1918', serif; }
.elementskit-box-style-content { font-size: 16px; line-height: 1.7; color: #555; }

/* ── BLOG ── */
.blog-card { border-radius: 10px; overflow: hidden; transition: transform .3s ease; }
.blog-card:hover { transform: translateY(-4px); }
.blog-img { width: 100%; height: 200px; object-fit: cover; }

/* ── CONTACT ── */
.contact-detail-row { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.contact-icon-box {
  width: 40px; height: 40px;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: #b0d152;
}

/* ── LIGHTBOX OVERLAY ── */
.lightbox-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.lightbox-overlay.open { opacity: 1; pointer-events: all; }
.lightbox-overlay img { max-width: 90vw; max-height: 86vh; border-radius: 6px; }
.lb-close { position: absolute; top: 20px; right: 20px; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.1); border: none; color: #fff; font-size: 2rem; padding: 12px 18px; border-radius: 6px; cursor: pointer; }
.lb-prev { left: 20px; } .lb-next { right: 20px; }

/* ── ANIMATE.CSS shorthand ── */
.animate__animated { animation-duration: .8s; animation-fill-mode: both; }
@keyframes fadeInUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeInLeft { from { opacity:0; transform:translateX(-30px); } to { opacity:1; transform:translateX(0); } }
.animate__fadeInUp { animation-name: fadeInUp; }
.animate__fadeInLeft { animation-name: fadeInLeft; }

/* ── TREATMENT IMG height ── */
.treatment-img { width:100%; height:200px; object-fit:cover; }

/* ── BOOKING SECTION bg ── */
.booking-section { background:#f8f9fa; }

/* ── Navbar active underline color override ── */
.navbar .nav-link:hover { color:#205B4F !important; }

/* ── Card hover lift ── */
.card.treatment-card:hover,
.card.therapy-card:hover,
.card.blog-card:hover { transform:translateY(-4px); box-shadow:0 8px 24px rgba(0,0,0,.12)!important; }

/* ── Smooth image zoom ── */
.img-wrapper { overflow:hidden; }
.zoom-on-hover { transition:transform .4s ease; width:100%; }
.img-wrapper:hover .zoom-on-hover { transform:scale(1.05); }

/* ── Bootstrap success color = site green ── */
.btn-success { background-color:#205B4F !important; border-color:#205B4F !important; }
.btn-success:hover { background-color:#14261c !important; border-color:#14261c !important; }
.text-success { color:#205B4F !important; }

/* ── Responsive mobile adjustments ── */
@media (max-width:576px) {
  .treatment-img { height:160px; }
  .team-img { height:200px; }
  .gallery-img { height:160px; }
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .carousel-background { height: 50vh; }
  .section-wrapper { padding: 24px 16px; }
  .section-heading-serif { font-size: 32px; }
  .appoinment .title { font-size: 32px; }
  .appoinment .subtitle { font-size: 22px; }
  .responsive-img { max-width: 100%; }
  .team-img { height: 220px; }
}
