/* ============================================
   VYOMA HEALTH - Main Stylesheet
   ============================================ */

/* ----- VARIABLES ----- */
:root {
  --green-dark: #0e2a1c;
  --green-deeper: #071510;
  --green-light: #2a5c3f;
  --gold: #c9a84c;
  --gold-light: #e2c06e;
  --cream: #f5f0e8;
  --cream-dark: #ede6d6;
  --white: #ffffff;
  --text-dark: #1a1a1a;
  --text-muted: #666666;
}

/* ----- RESET ----- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", sans-serif;
  color: var(--text-dark);
  background: var(--cream);
}

/* ============================================
   NAVIGATION
   ============================================ */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--green-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.5%;
  height: 68px;
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.nav-logo img {
  height: 60px;
  width: auto;
  object-fit: contain;
  transform: scale(1.25);
  transform-origin: left center;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 42px;
}
.nav-links a {
  text-decoration: none;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s;
  position: relative;
}
.nav-links a.active { color: var(--gold); }
.nav-links a.active::after {
  content: "";
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 2px;
  background: var(--gold);
}
.nav-links a:hover { color: var(--gold); }
.btn-book {
  background: var(--gold);
  color: var(--green-dark);
  padding: 11px 22px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}
.btn-book:hover { background: var(--gold-light); }

/* ============================================
   HERO SECTION (Updated with the new single banner)
   ============================================ */
.hero {
  min-height: 100vh;
  /* Nayi image ke saath right center / cover lagane se text aur image dono perfect align ho jayenge */
  background: url('images/hero-banner.png') right center / cover no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 68px;
}
.hero--about { background-image: url('images/about-hero.png'); }

/* Hero text content aligned precisely over the built-in dark gradient */
.hero-content {
  position: relative;
  z-index: 5;
  padding: 0 4% 0 10%;
  max-width: 900px;
}
.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 4vw, 58px);
  color: #fff;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 50px;
}
.hero-title .g {
  color: var(--gold);
  font-style: italic;
}
.h-div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 20px;
}
.h-div .hl {
  display: block;
  height: 1px;
  width: 50px;
  background: var(--gold);
}
.h-div .hd {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.hero-desc {
  color: rgba(255,255,255,0.72);
  font-size: 14.5px;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 400px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-p {
  background: var(--gold);
  color: var(--green-dark);
  padding: 13px 22px;
  border-radius: 30px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.btn-p:hover { background: var(--gold-light); }
.btn-s {
  background: rgba(255,255,255,0.07);
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(255,255,255,0.35);
  transition: all 0.3s;
}
.btn-s:hover { background: rgba(255,255,255,0.13); }

/* ============================================
   ABOUT + WHY CHOOSE
   ============================================ */
.aw-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-top: -120px; /* -75px se badha kar -120px kiya taaki thoda aur upar chala jaye */
  position: relative;
  z-index: 10;
  box-shadow: 0 -10px 40px rgba(0,0,0,0.3);
  border-top-left-radius: 40px;  /* Left side ka corner round karne ke liye */
  border-top-right-radius: 40px; /* Right side ka corner round karne ke liye */
}

/* About Left */
.about-col { display: grid; grid-template-columns: 1fr 1fr; }
.vase-photo {
  background: url('images/vase.png') left center / cover no-repeat;
  min-height: 400px;
}
.about-text-box {
  background: var(--cream);
  padding: 48px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ey {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  display: block;
}
.at-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 2.2vw, 32px);
  color: var(--green-dark);
  line-height: 1.28;
  margin-bottom: 4px;
}
.gd { display: flex; align-items: center; gap: 9px; margin: 12px 0 18px; }
.gd .gl { display: block; height: 1px; width: 40px; background: var(--gold); }
.gd .gs { color: var(--gold); font-size: 12px; }
.at-desc {
  color: var(--text-muted);
  font-size: 13.5px;
  line-height: 1.8;
  margin-bottom: 8px;
}
.btn-dk {
  background: var(--green-dark);
  color: #fff;
  padding: 11px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  transition: all 0.3s;
  width: fit-content;
}
.btn-dk:hover { background: var(--green-light); }

/* Why Choose Right */
.why-col {
  background: #091b12;
  padding: 50px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 60px;
}
.why-ey {
  color: rgba(201,168,76,0.7);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.why-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(19px, 2vw, 28px);
  color: #fff;
  text-align: center;
  line-height: 1.28;
}
.why-div { display: flex; justify-content: center; gap: 9px; margin: 12px 0 26px; }
.why-div .wl { display: block; height: 1px; width: 40px; background: var(--gold); }
.why-div .ws { color: var(--gold); font-size: 10px; }
.why-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.vsep {
  position: absolute;
  top: 0; bottom: 0;
  width: 1px;
  background: rgba(201,168,76,0.15);
  z-index: 1;
}
.wc4 {
  padding: 20px 12px;
  text-align: center;
  position: relative;
  z-index: 0;
  transition: background 0.3s;
}
.wc4:hover { background: rgba(255,255,255,0.04); }
.wc4-icon {
  width: 75px; height: 75px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: var(--gold);
  background: rgba(201,168,76,0.08);
}
.wc4 h4 {
  font-family: "Playfair Display", serif;
  font-size: 13.5px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.3;
}
.wc4 p { color: rgba(255,255,255,0.45); font-size: 11.5px; line-height: 1.6; }

/* ============================================
   SERVICES SECTION
   ============================================ */
.svc-wrap {
  background: var(--cream);
  padding: 68px 5%;
  position: relative;
  overflow: hidden;
}
.svc-leaf-bl {
  position: absolute;
  bottom: -20px; left: -20px;
  width: 260px; height: 260px;
  pointer-events: none; opacity: 0.1;
}
.svc-leaf-br {
  position: absolute;
  bottom: -20px; right: -20px;
  width: 260px; height: 260px;
  pointer-events: none; opacity: 0.1;
  transform: scaleX(-1);
}
.svc-hdr { text-align: center; margin-bottom: 46px; position: relative; z-index: 1; }
.svc-ey {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}
.svc-big {
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 3vw, 40px);
  color: var(--text-dark);
  font-weight: 400;
}
.svc-divline { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.svc-divline .sl { display: block; height: 1px; width: 44px; background: var(--gold); }
.svc-divline .sd { color: var(--gold); font-size: 11px; }
.svc-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative; z-index: 1;
  width: 100%;
}
.svc-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  padding: 16px 28px;
  border-right: 1px solid rgba(0,0,0,0.07);
  flex: 1;
  justify-content: center;
  transition: all 0.3s;
}
.svc-item:last-child { border-right: none; }
.svc-item:hover { background: rgba(201,168,76,0.06); }
.svc-circ {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(14,42,28,0.07);
  border: 1.5px solid rgba(14,42,28,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-dark);
  transition: all 0.3s;
  flex-shrink: 0;
}
.svc-item:hover .svc-circ {
  background: var(--green-dark);
  border-color: var(--gold);
  color: var(--gold);
}
.svc-lbl { font-size: 13px; color: var(--text-dark); font-weight: 500; line-height: 1.4; }

/* ============================================
   CTA BANNER
   ============================================ */
.cta-bar {
  background: var(--green-dark);
  padding: 36px 5%;
  position: relative;
  overflow: hidden;
}
.cta-leaf-l {
  position: absolute; left: -10px; bottom: -10px;
  width: 220px; height: 200px;
  pointer-events: none; opacity: 0.13;
}
.cta-leaf-r {
  position: absolute; right: -10px; bottom: -10px;
  width: 220px; height: 200px;
  pointer-events: none; opacity: 0.13;
  transform: scaleX(-1);
}
.cta-inner {
  position: relative; z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.cta-left { display: flex; align-items: center; gap: 16px; }
.cta-logo svg { width: 46px; height: 46px; }
.cta-words h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px; color: #fff;
  margin-bottom: 4px; font-weight: 600;
}
.cta-words p { color: rgba(255,255,255,0.5); font-size: 12.5px; max-width: 380px; line-height: 1.6; }
.cta-vsep { width: 1px; height: 50px; background: rgba(201,168,76,0.25); }
.cta-right { display: flex; align-items: center; gap: 18px; }
.cta-btn {
  background: var(--gold); color: var(--green-dark);
  padding: 13px 26px; border-radius: 30px;
  font-size: 13.5px; font-weight: 600;
  text-decoration: none; display: inline-flex;
  align-items: center; gap: 8px; transition: all 0.3s;
}
.cta-btn:hover { background: var(--gold-light); }
.cta-ph { display: flex; align-items: center; gap: 8px; color: #fff; font-size: 14px; font-weight: 500; }
.cta-ph svg { color: var(--gold); }

/* ============================================
   FOOTER
   ============================================ */
footer {
  background: var(--green-dark);
  border-top: 1px solid rgba(201,168,76,0.08);
  padding: 16px 5%;
}
.foot-in {
  display: flex; align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.f-logo { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.f-logo img {
  height: 80px;
  width: auto;
  transform: scale(1.30);
  transform-origin: center;
}
.f-copy { color: rgba(255,255,255,0.36); font-size: 12px; }
.f-copy a { color: inherit; text-decoration: underline; }
.f-nav { display: flex; align-items: center; gap: 5px; }
.f-nav a { color: rgba(255,255,255,0.45); font-size: 12px; text-decoration: none; transition: color 0.3s; }
.f-nav a:hover { color: var(--gold); }
.f-nav .dot { color: rgba(201,168,76,0.3); font-size: 10px; margin: 0 1px; }
.f-soc { display: flex; gap: 9px; }
.f-soc a {
  width: 32px; height: 32px;
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); text-decoration: none; transition: all 0.3s;
}
.f-soc a:hover { background: var(--gold); color: var(--green-dark); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .aw-wrap { grid-template-columns: 1fr; }
  .why-col { border-top-left-radius: 40px; }
  .why-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nav-logo img { height: 54px; }
  .f-logo img { height: 76px; }
  .about-col { grid-template-columns: 1fr; }
  .vase-photo { min-height: 240px; }
  .svc-row { flex-wrap: wrap; }
  .svc-item { border-right: none; border-bottom: 1px solid rgba(0,0,0,0.06); }
  .foot-in { flex-direction: column; align-items: center; text-align: center; }
  .f-nav { justify-content: center; }
  .cta-inner { flex-direction: column; }
  .cta-vsep { display: none; }
}
@media (max-width: 480px) {
  .nav-logo img { height: 50px; }
  .f-logo img { height: 70px; }
  .hero-btns { flex-direction: column; }
  .why-4 { grid-template-columns: 1fr; }
}
