/* ═══════════════════════════════════════════════════════════
   Arvind Rai — Vedic Astrologer & Vastu Shastri
   Complete Stylesheet
   ═══════════════════════════════════════════════════════════ */

:root {
  --red:       #A61B18;
  --red-dark:  #711604;
  --red-deep:  #4a0a08;
  --saffron:   #FF5C16;
  --saffron2:  #FF8124;
  --bhagwa:    #FFA630;
  --gold:      #F5C116;
  --gold2:     #E0AA3E;
  --cream:     #FFFBF0;
  --warm:      #FFF5D6;
  --offwhite:  #FFEFE8;
  --text:      #2a1208;
  --muted:     #7a4530;
  --border:    rgba(166,27,24,0.18);
  --white:     #ffffff;
}

* { margin:0; padding:0; box-sizing:border-box; }

body {
  font-family: 'Poppins', sans-serif;
  background: var(--warm);
  font-size: 14px;
  color: var(--text);
}

/* ── SHELL ── */
.shell {
  max-width: 100%;
  margin: 0 auto;
  background: var(--warm);
}

/* ══════════════ TOP TICKER ══════════════ */
.ticker {
  background: var(--red);
  color: #fff;
  font-size: 12px;
  padding: 6px 0;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0;
}
.ticker-inner {
  display: inline-block;
  animation: ticker 20s linear infinite;
  padding-left: 100%;
}
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.ticker-badge {
  background: var(--gold);
  color: var(--red-dark);
  font-weight: 700;
  font-size: 11px;
  padding: 6px 18px;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  z-index: 99;
}

/* ══════════════ NAVBAR ══════════════ */
nav.main-nav {
  background: var(--white);
  border-bottom: 3px solid var(--red);
  padding: 0 48px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 200;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-logo-icon {
  width: 52px;
  height: 52px;
  background: radial-gradient(circle, var(--saffron) 0%, var(--red) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.nav-logo-text .name {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--red);
  line-height: 1.1;
}
.nav-logo-text .tag {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--muted);
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  gap: 0;
  list-style: none;
}
.nav-links li a {
  display: block;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.nav-links li a:hover, .nav-links li.active a { color: var(--red); }
.nav-links li.active a {
  border-bottom: 2px solid var(--saffron);
  padding-bottom: 2px;
}
.nav-cta-btn {
  background: radial-gradient(ellipse at top, var(--saffron2) 0%, var(--red) 100%);
  color: #fff;
  padding: 11px 24px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 14px rgba(166,27,24,0.35);
}

/* Mobile hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  width: 24px;
  height: 2px;
  background: var(--red);
  transition: all 0.3s;
}

/* ══════════════ HERO ══════════════ */
.hero {
  min-height: 88vh;
  background: linear-gradient(135deg, var(--red-deep) 0%, var(--red) 45%, var(--saffron) 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 70% 50%, rgba(245,193,22,0.12) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-left {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,193,22,0.15);
  border: 1px solid rgba(245,193,22,0.35);
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 26px;
  width: fit-content;
}
.hero-h1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 8px;
}
.hero-h1 span {
  background: linear-gradient(to right, var(--gold), var(--bhagwa));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  max-width: 400px;
  margin-bottom: 36px;
  margin-top: 14px;
}
.hero-btns { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.btn-saffron {
  background: linear-gradient(135deg, var(--gold) 0%, var(--saffron) 100%);
  color: var(--red-dark);
  font-weight: 700;
  padding: 13px 32px;
  border-radius: 50px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 20px rgba(255,92,22,0.4);
}
.btn-outline-white {
  background: transparent;
  color: #fff;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,0.4);
  cursor: pointer;
  letter-spacing: 0.05em;
}
.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.stat-n {
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.stat-l { font-size: 10px; color: rgba(255,255,255,0.55); letter-spacing: 0.1em; margin-top: 4px; }
.hero-right {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0;
}
.hero-chakra {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px dashed rgba(245,193,22,0.25);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: rotateSlow 40s linear infinite;
}
.hero-chakra:nth-child(2) { width: 300px; height: 300px; border-style: solid; opacity: 0.4; animation-direction: reverse; }
.hero-chakra:nth-child(3) { width: 520px; height: 520px; opacity: 0.12; }
@keyframes rotateSlow { to { transform: translate(-50%,-50%) rotate(360deg); } }
.hero-photo-frame {
  position: relative;
  z-index: 2;
  width: 520px;
  height: 780px;
  background: linear-gradient(180deg, rgba(245,193,22,0.25) 0%, rgba(255,92,22,0.1) 100%);
  border-top: 3px solid var(--gold);
  border-left: 1px solid rgba(245,193,22,0.3);
  border-right: 1px solid rgba(245,193,22,0.3);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
  color: rgba(245,193,22,0.35);
  font-family: 'Libre Baskerville', serif;
  font-size: 13px;
  font-style: italic;
  overflow: hidden;
}
.hero-photo-frame img {
  
  left: 0;
  width: 100%;
  height: 100%;
}
.zodiac-ring {
  position: absolute;
  inset: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 20px;
  color: rgba(245,193,22,0.12);
  pointer-events: none;
}

/* ══════════════ TRUST BAR ══════════════ */
.trust-bar {
  background: var(--red);
  padding: 18px 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.trust-num {
  font-family: 'Libre Baskerville', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.trust-lbl { font-size: 10px; letter-spacing: 0.12em; opacity: 0.8; margin-top: 3px; text-transform: uppercase; }
.trust-sep { width: 1px; height: 40px; background: rgba(255,255,255,0.2); }

/* ══════════════ ABOUT ══════════════ */
.about-section {
  padding: 90px 60px;
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.about-img-wrap { position: relative; }
.about-img-main {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(160deg, var(--offwhite) 0%, #ffd9c0 100%);
  border: 2px solid var(--border);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Libre Baskerville', serif;
  font-size: 15px;
  color: var(--muted);
  font-style: italic;
  position: relative;
  overflow: hidden;
}
.about-img-main::before {
  content: '🪬';
  position: absolute;
  font-size: 80px;
  opacity: 0.06;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.about-img-main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about-badge {
  position: absolute;
  bottom: -18px;
  right: -18px;
  background: radial-gradient(circle, var(--saffron2) 0%, var(--red) 100%);
  color: #fff;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 6px 20px rgba(166,27,24,0.4);
  border: 3px solid #fff;
}
.about-badge .bnum { font-family: 'Libre Baskerville', serif; font-size: 26px; font-weight: 700; line-height: 1; }
.about-badge .blbl { font-size: 8.5px; letter-spacing: 0.05em; margin-top: 3px; opacity: 0.9; }
.about-floats {
  position: absolute;
  top: 20px;
  left: -16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-float-tag {
  background: var(--gold);
  color: var(--red-dark);
  font-size: 9px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.s-tag { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--saffron); font-weight: 600; margin-bottom: 12px; }
.s-title { font-family: 'Libre Baskerville', serif; font-size: 40px; font-weight: 700; line-height: 1.15; color: var(--red); margin-bottom: 20px; }
.s-title em { font-style: italic; color: var(--saffron2); }
.s-body { font-size: 13.5px; color: #5a3020; line-height: 1.85; margin-bottom: 14px; }
.about-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.pill {
  background: var(--offwhite);
  border: 1px solid var(--border);
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  letter-spacing: 0.08em;
}

/* ══════════════ SERVICES ══════════════ */
.services-section {
  padding: 90px 60px;
  background: var(--cream);
}
.s-header { text-align: center; margin-bottom: 52px; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.svc-card {
  background: var(--white);
  border-radius: 20px;
  padding: 36px 26px 28px;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 2px 12px rgba(166,27,24,0.06);
}
.svc-icon{
  background:var(--red);
}
.svc-card:hover { background: var(--red); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(166,27,24,0.25); }
.svc-card:hover .svc-title, .svc-card:hover .svc-desc { color: #fff; }
.svc-card:hover .svc-price { color: var(--gold); }
.svc-card:hover .svc-icon { background: var(--white); border-color: rgba(245,193,22,0.4); }
.svc-card.svc-card-disabled {
  background: var(--offwhite);
  border-style: dashed;
  cursor: default;
  opacity: 0.85;
}
.svc-card.svc-card-disabled:hover {
  background: var(--offwhite);
  transform: none;
  box-shadow: 0 2px 12px rgba(166,27,24,0.06);
}
.svc-card.svc-card-disabled:hover .svc-title,
.svc-card.svc-card-disabled:hover .svc-desc { color: inherit; }
.svc-card.svc-card-disabled:hover .svc-price { color: var(--saffron); }
.svc-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 60px; height: 60px;
  background: linear-gradient(135deg, var(--bhagwa) 0%, transparent 100%);
  opacity: 0.07;
  border-radius: 0 20px 0 60px;
}
.svc-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--offwhite);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.svc-title { font-family: 'Libre Baskerville', serif; font-size: 18px; font-weight: 700; color: var(--red); margin-bottom: 10px; transition: color 0.3s; }
.svc-desc { font-size: 12.5px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; transition: color 0.3s; }
.svc-price { font-family: 'Libre Baskerville', serif; font-size: 18px; color: var(--saffron); font-weight: 700; transition: color 0.3s; }

/* ══════════════ BOOK CONSULTATION ══════════════ */
.book-section {
  padding: 90px 60px;
  background: linear-gradient(135deg, var(--red-dark) 0%, var(--red) 60%, var(--saffron2) 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.book-section::before {
  content: 'ॐ';
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 280px;
  color: rgba(255,255,255,0.03);
  pointer-events: none;
}
.book-left .s-tag { color: var(--gold); }
.book-left .s-title { color: #fff; font-size: 38px; }
.book-left .s-body { color: rgba(255,255,255,0.72); }
.book-features { list-style: none; margin-top: 20px; }
.book-features li {
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  gap: 12px;
}
.book-features li::before { content: '✦'; color: var(--gold); font-size: 9px; flex-shrink: 0; }
.book-form {
  background: rgba(255,255,255,0.97);
  border-radius: 20px;
  padding: 36px 30px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
.form-title { font-family: 'Libre Baskerville', serif; font-size: 22px; color: var(--red); font-weight: 700; margin-bottom: 6px; }
.form-sub { font-size: 12px; color: var(--muted); margin-bottom: 24px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.f-field { margin-bottom: 14px; }
.f-label { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 6px; font-weight: 600; }
.f-input {
  width: 100%;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 10px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: var(--text);
  background: var(--warm);
  outline: none;
}
.f-input:focus { border-color: var(--saffron); }
select.f-input { appearance: none; }
.btn-submit {
  width: 100%;
  background: radial-gradient(ellipse at top, var(--saffron2) 0%, var(--red) 100%);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.08em;
  margin-top: 6px;
  box-shadow: 0 6px 18px rgba(166,27,24,0.35);
}

/* ══════════════ CALCULATORS ══════════════ */
.calc-section {
  padding: 90px 60px;
  background: var(--offwhite);
}
.calc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.calc-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px 24px 24px;
  border: 1px solid var(--border);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(166,27,24,0.05);
}
.calc-card:hover { border-color: var(--saffron); box-shadow: 0 8px 24px rgba(255,92,22,0.15); transform: translateY(-3px); }
.calc-emoji { font-size: 36px; margin-bottom: 14px; display: block; }
.calc-name { font-family: 'Libre Baskerville', serif; font-size: 17px; font-weight: 700; color: var(--red); margin-bottom: 8px; }
.calc-desc { font-size: 12px; color: var(--muted); line-height: 1.6; margin-bottom: 18px; }
.calc-btn {
  background: var(--offwhite);
  border: 1px solid var(--border);
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 0.06em;
  transition: all 0.3s;
}
.calc-card:hover .calc-btn { background: var(--saffron); border-color: var(--saffron); color: #fff; }

/* inline mini calculator demo */
.calc-demo {
  margin-top: 48px;
  background: var(--white);
  border-radius: 20px;
  border: 1px solid var(--border);
  padding: 32px 36px;
  box-shadow: 0 4px 16px rgba(166,27,24,0.08);
}
.calc-demo-title { font-family: 'Libre Baskerville', serif; font-size: 22px; color: var(--red); font-weight: 700; margin-bottom: 4px; }
.calc-demo-sub { font-size: 12px; color: var(--muted); margin-bottom: 24px; }
.calc-inputs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 20px; }
.calc-result {
  background: linear-gradient(135deg, var(--red) 0%, var(--saffron) 100%);
  border-radius: 12px;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.result-label { font-size: 12px; opacity: 0.8; margin-bottom: 4px; }
.result-value { font-family: 'Libre Baskerville', serif; font-size: 24px; font-weight: 700; color: var(--gold); }
.result-note { font-size: 11px; color: rgba(255,255,255,0.6); max-width: 220px; text-align: right; line-height: 1.5; }

/* ══════════════ YOUTUBE / MEDIA ══════════════ */
.media-section {
  padding: 90px 60px;
  background: var(--white);
}
.yt-grid-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.yt-card { cursor: pointer; transition: transform 0.3s; }
.yt-card:hover { transform: translateY(-4px); }
.yt-thumb {
  background: var(--red-deep);
  border-radius: 14px;
  overflow: hidden;
  position: relative;        /* ← already there, keep it */
  aspect-ratio: 16/9;
  display: block;            /* ← CHANGE from flex to block */
  margin-bottom: 14px;
  width: 100%;               /* ← ADD this */
}

.yt-thumb iframe {
  position: absolute;        /* ← ADD this full block */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  border: none;
}
.yt-play {
  width: 52px;
  height: 52px;
  background: rgba(245,193,22,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--red-dark);
  padding-left: 4px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}
.yt-duration {
  position: absolute;
  bottom: 10px;
  right: 12px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 4px;
}
.yt-cat { font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--saffron); font-weight: 600; margin-bottom: 6px; }
.yt-title { font-family: 'Libre Baskerville', serif; font-size: 16px; color: var(--text); margin-bottom: 6px; line-height: 1.3; font-weight: 700; }
.yt-meta { font-size: 11px; color: var(--muted); }

/* Video Lightbox */
.video-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.video-lightbox.active { display: flex; }
.video-lightbox-close {
  position: absolute;
  top: 20px;
  right: 28px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  z-index: 10000;
}
.video-lightbox-content {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
}
.video-lightbox-content iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

/* ══════════════ GALLERY ══════════════ */
.gallery-section { padding: 90px 60px; background: var(--cream); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.g-item {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
}
.g-item:hover { transform: scale(1.02); }
.g-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.g-hidden { display: none; }
.gallery-grid.show-all .g-hidden { display: block; }

/* Gallery Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox.active { display: flex; }
.gallery-lb-close {
  position: absolute;
  top: 20px;
  right: 28px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  z-index: 10000;
}
.gallery-lb-prev,
.gallery-lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  font-size: 40px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: background 0.2s;
}
.gallery-lb-prev:hover,
.gallery-lb-next:hover { background: rgba(255,255,255,0.3); }
.gallery-lb-prev { left: 20px; }
.gallery-lb-next { right: 20px; }
.gallery-lb-img-wrap {
  max-width: 85vw;
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-lb-img-wrap img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
}

/* ══════════════ BLOG ══════════════ */
.blog-section { padding: 90px 60px; background: var(--white); }
.blog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.blog-card {
  cursor: pointer;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--offwhite);
  padding: 18px;
  display: flex;
  flex-direction: column;
  transition: all 0.25s;
}
.blog-card:hover {
  border-color: var(--saffron);
  box-shadow: 0 8px 24px rgba(255,92,22,0.12);
  transform: translateY(-2px);
}
.blog-thumb {
  border-radius: 14px;
  background: var(--red-deep);
  aspect-ratio: 16/10;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.blog-thumb-icon { font-size: 32px; opacity: 0.3; }
.blog-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-thumb-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--saffron);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 50px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 2;
}
.blog-card-body { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.blog-cat { font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--saffron); font-weight: 700; margin-bottom: 8px; }
.blog-title { font-family: 'Libre Baskerville', serif; font-size: 17px; font-weight: 700; color: var(--text); line-height: 1.35; margin-bottom: 2px; }
.blog-meta { font-size: 11px; color: var(--muted); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.blog-meta span::before { content: '· '; }
.blog-summary {
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.65;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ══════════════ TESTIMONIALS ══════════════ */
.testi-section {
  padding: 90px 60px;
  background: linear-gradient(160deg, var(--red-deep) 0%, #3a0d0b 100%);
  position: relative;
  overflow: hidden;
}
.testi-section::before {
  content: '★';
  position: absolute;
  font-size: 400px;
  color: rgba(255,255,255,0.02);
  bottom: -100px;
  right: -60px;
  pointer-events: none;
}
.testi-section .s-tag { color: var(--gold); }
.testi-section .s-title { color: #fff; }
.testi-section .s-header { text-align: center; margin-bottom: 48px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(245,193,22,0.2);
  border-radius: 20px;
  padding: 32px 24px;
  backdrop-filter: blur(4px);
  position: relative;
}
.testi-stars { color: var(--gold); font-size: 13px; letter-spacing: 3px; margin-bottom: 16px; }
.testi-q { font-size: 50px; color: var(--saffron); opacity: 0.4; line-height: 0.5; margin-bottom: 14px; font-family: Georgia, serif; }
.testi-text { font-family: 'Libre Baskerville', serif; font-size: 15px; font-style: italic; color: rgba(255,240,210,0.9); line-height: 1.75; margin-bottom: 22px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--bhagwa) 0%, var(--red) 100%); border: 2px solid rgba(245,193,22,0.4); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.testi-name { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; color: var(--gold); }
.testi-service { font-size: 10px; color: rgba(255,255,255,0.4); margin-top: 2px; }

/* ══════════════ LOCATE US ══════════════ */
.locate-section {
  padding: 90px 60px;
  background: var(--warm);
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 64px;
  align-items: start;
}
.locate-rating-row {
  display: flex;
  gap: 16px;
  margin: 28px 0 24px;
  flex-wrap: wrap;
}
.locate-rating-badge {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 20px;
  text-align: center;
  min-width: 90px;
  box-shadow: 0 2px 10px rgba(166,27,24,0.06);
}
.lrat-stars { font-size: 13px; color: var(--bhagwa); margin-bottom: 4px; letter-spacing: 1px; }
.lrat-icon { font-size: 20px; margin-bottom: 4px; }
.lrat-num { font-family: 'Libre Baskerville', serif; font-size: 22px; font-weight: 700; color: var(--red); line-height: 1; }
.lrat-label { font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.locate-info-list { display: flex; flex-direction: column; gap: 16px; margin-top: 4px; }
.locate-info-item { display: flex; align-items: flex-start; gap: 14px; }
.li-icon { font-size: 20px; width: 40px; height: 40px; background: linear-gradient(135deg, var(--saffron2) 0%, var(--red) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.li-label { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--saffron); font-weight: 700; margin-bottom: 3px; }
.li-val { font-size: 13.5px; color: var(--text); font-weight: 500; line-height: 1.55; }
.locate-map-wrap { position: relative; width: 100%; }
.locate-map-card {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(166,27,24,0.16);
  border: 1px solid var(--border);
}
.map-header-bar {
  background: var(--white);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid var(--border);
}
.map-dot { width: 10px; height: 10px; border-radius: 50%; }
.map-dot.red { background: #ff5f57; }
.map-dot.yellow { background: #febc2e; }
.map-dot.green { background: #28c840; }
.map-bar-label { font-size: 11px; color: var(--muted); margin-left: 8px; font-weight: 500; }
.map-iframe-wrap {
  width: 100%;
  height: 460px;
  overflow: hidden;
  background: var(--offwhite);
}
.map-iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.map-footer-bar {
  background: var(--white);
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border);
}
.map-rating-pill { font-size: 12px; color: var(--text); font-weight: 500; }
.map-gmb-btn {
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: background 0.2s;
}
.map-gmb-btn:hover { background: var(--saffron); }

/* ══════════════ WHY CHOOSE ══════════════ */
.why-section {
  padding: 90px 60px;
  background: var(--offwhite);
}
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-card {
  background: var(--white);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid var(--border);
  transition: all 0.3s;
  cursor: pointer;
}
.why-card:hover { background: var(--red); }
.why-card:hover .why-title, .why-card:hover .why-body { color: #fff; }
.why-card:hover .why-icon { background: rgba(255,255,255,0.15); }
.why-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--offwhite) 0%, #ffd3b8 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 18px;
  transition: all 0.3s;
}
.why-title { font-family: 'Libre Baskerville', serif; font-size: 16px; font-weight: 700; color: var(--red); margin-bottom: 10px; transition: color 0.3s; }
.why-body { font-size: 12px; color: var(--muted); line-height: 1.65; transition: color 0.3s; }

/* ══════════════ FAQ ══════════════ */
.faq-section {
  padding: 90px 60px;
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.faq-list { margin-top: 0; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(166,27,24,0.05);
}
.faq-q {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--offwhite);
}
.faq-q.open { background: var(--red); color: #fff; }
.faq-q .faq-arrow { font-size: 12px; transition: transform 0.3s; }
.faq-q.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
  padding: 14px 20px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  background: var(--white);
  display: none;
}
.faq-a.show { display: block; }

/* ══════════════ CONTACT ══════════════ */
.contact-section {
  padding: 90px 60px;
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.c-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 24px; }
.c-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron2) 0%, var(--red) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  color: #fff;
}
.c-label { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--saffron); font-weight: 700; margin-bottom: 4px; }
.c-val { font-size: 14px; color: var(--text); font-weight: 500; }
.c-val a { color: var(--text); text-decoration: none; }
.c-val a:hover { color: var(--saffron); }
.social-row { display: flex; gap: 10px; margin-top: 30px; }
.soc-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--offwhite);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  color: var(--red);
  transition: all 0.25s;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
}
.soc-btn img{
  width:18px;
  height:18px;
  object-fit:contain;
}
.soc-btn:hover { background: var(--red); color: #fff; border-color: var(--red); }
.contact-form-box {
  background: var(--white);
  border-radius: 20px;
  padding: 36px 30px;
  border: 1px solid var(--border);
  box-shadow: 0 6px 24px rgba(166,27,24,0.08);
}

/* ══════════════ FOOTER ══════════════ */
footer {
  background: linear-gradient(180deg, var(--red-deep) 0%, #220806 100%);
  color: #fff;
  padding: 64px 60px 28px;
}
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(245,193,22,0.15); margin-bottom: 24px; }
.footer-brand { font-family: 'Libre Baskerville', serif; font-size: 24px; color: var(--gold); margin-bottom: 14px; }
.footer-tagline { font-size: 12.5px; color: rgba(255,255,255,0.4); line-height: 1.75; margin-bottom: 0; }
.footer-col-title { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 18px; }
.footer-links { list-style: none; }
.footer-links li { font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 10px; cursor: pointer; }
.footer-links li:hover { color: var(--bhagwa); }
.footer-links a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
}
.footer-links a:hover { color: var(--bhagwa); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: rgba(255,255,255,0.25); }
.footer-soc { display: flex; gap: 10px; }
.f-soc-icon {
  width: 32px; height: 32px;
  border: 1px solid rgba(245,193,22,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--gold);
  font-weight: 700;
  cursor: pointer;
}

/* ══════════════ POLICY / BLOG PAGES ══════════════ */
.page-content-section {
  padding: 90px 60px;
  background: var(--cream);
}

.page-card {
  max-width: 980px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 42px 40px;
  box-shadow: 0 8px 26px rgba(166,27,24,0.08);
}

.page-eyebrow {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--saffron);
  font-weight: 600;
  margin-bottom: 10px;
}

.page-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 42px;
  line-height: 1.15;
  color: var(--red);
  margin-bottom: 10px;
}

.page-meta {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 20px;
}

.policy-divider {
  height: 1px;
  background: var(--border);
  margin: 20px 0;
}

.policy-block h2 {
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 20px 0 8px;
}

.policy-block p,
.policy-block li {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
}

.policy-block ul {
  padding-left: 20px;
  margin-top: 6px;
}

.blog-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.blog-listing-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(166,27,24,0.06);
  display: flex;
  flex-direction: column;
}

.blog-listing-thumb {
  width: 100%;
  aspect-ratio: 16/10;
  background: var(--red-deep);
  overflow: hidden;
  position: relative;
}

.blog-listing-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-listing-content {
  padding: 18px 18px 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-listing-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  color: var(--text);
  line-height: 1.4;
  margin-bottom: 10px;
}

.blog-listing-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 14px;
  flex: 1;
}

.blog-listing-meta {
  font-size: 11px;
  color: var(--muted);
}

.blog-read-link {
  margin-top: 14px;
  text-decoration: none;
  display: inline-block;
}

.breadcrumb {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 14px;
}

.breadcrumb a {
  color: var(--red);
  text-decoration: none;
}

.breadcrumb a:hover { color: var(--saffron); }

.blog-post-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.blog-feature-image {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
  aspect-ratio: 16/8;
  background: var(--red-deep);
}

.blog-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-post-content {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(166,27,24,0.06);
}

.blog-post-content p {
  font-size: 14px;
  color: #5a3020;
  line-height: 1.9;
  margin-bottom: 14px;
}

/* ── DOT NAV ── */
.dot-nav {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(166,27,24,0.3);
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.dot.active { background: var(--saffron); transform: scale(1.5); }
.dot:hover::after {
  content: attr(data-l);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--red);
  color: #fff;
  font-size: 9px;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-thumb { background: var(--saffron); }
::-webkit-scrollbar-track { background: var(--warm); }

/* ══════════════ TOAST NOTIFICATIONS ══════════════ */
.toast {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 16px 28px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  z-index: 10000;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  transform: translateX(120%);
  transition: transform 0.4s ease;
  font-family: 'Poppins', sans-serif;
}
.toast.show { transform: translateX(0); }
.toast.success { background: #2d7738; color: #fff; }
.toast.error { background: var(--red); color: #fff; }
.toast.info { background: var(--saffron); color: #fff; }

/* ══════════════ MODAL ══════════════ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.active { display: flex; }
.modal-box {
  background: var(--white);
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 36px 32px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: var(--offwhite);
  border: 1px solid var(--border);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  transition: all 0.2s;
}
.modal-close:hover { background: var(--red); color: #fff; border-color: var(--red); }

/* ══════════════ BOOKING MODAL ══════════════ */
.booking-steps {
  display: flex;
  gap: 4px;
  margin-bottom: 28px;
}
.booking-step {
  flex: 1;
  height: 4px;
  border-radius: 4px;
  background: var(--offwhite);
  transition: background 0.3s;
}
.booking-step.active { background: var(--saffron); }
.booking-step.done { background: var(--red); }
.step-content { display: none; }
.step-content.active { display: block; }

.booking-service-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 12px;
}
.booking-service-card {
  padding: 22px 18px 18px;
  border-radius: 14px;
}
.booking-service-card .svc-title { font-size: 16px; }
.booking-service-card .svc-desc { font-size: 11.5px; margin-bottom: 12px; }
.booking-service-card .svc-price { font-size: 15px; }
.booking-service-card.selected {
  border-color: var(--saffron);
  box-shadow: 0 10px 24px rgba(255, 92, 22, 0.16);
  transform: translateY(-2px);
}
.booking-service-card.booking-service-disabled {
  background: var(--offwhite);
  border-style: dashed;
  cursor: not-allowed;
  opacity: 0.8;
}
.booking-service-card.booking-service-disabled:hover {
  background: var(--offwhite);
  transform: none;
  box-shadow: 0 2px 12px rgba(166,27,24,0.06);
}
.booking-service-card.booking-service-disabled:hover .svc-title,
.booking-service-card.booking-service-disabled:hover .svc-desc { color: inherit; }
.booking-service-card.booking-service-disabled:hover .svc-price { color: var(--saffron); }
.booking-empty-state {
  background: var(--offwhite);
  border: 1px dashed var(--border);
  border-radius: 12px;
  padding: 14px;
  color: var(--muted);
  font-size: 12px;
}

.dynamic-group-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  color: var(--red);
  margin: 12px 0 10px;
}
.field-required { color: var(--red); letter-spacing: 0; }
.f-error {
  min-height: 14px;
  margin-top: 5px;
  color: var(--red);
  font-size: 11px;
  line-height: 1.25;
}

.booking-note {
  background: var(--offwhite);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 12px;
  margin-top: 6px;
}

.booking-action-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}
.booking-action-row .booking-action-btn { margin-top: 0; }

.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.slot-btn {
  padding: 12px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  background: var(--warm);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  text-align: center;
  transition: all 0.2s;
  font-family: 'Poppins', sans-serif;
}
.slot-btn:hover { border-color: var(--saffron); }
.slot-btn.selected { background: var(--saffron); color: #fff; border-color: var(--saffron); }
.slot-btn.booked {
  background: #eee;
  color: #aaa;
  cursor: not-allowed;
  border-color: #ddd;
}

.booking-summary {
  background: var(--offwhite);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  margin-top: 16px;
}
.booking-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 6px 0;
  font-size: 13px;
  border-bottom: 1px solid var(--border);
}
.booking-summary-row:last-child { border-bottom: none; }
.booking-summary-row .label { color: var(--muted); flex: 1; }
.booking-summary-row .value { font-weight: 600; color: var(--text); flex: 1; text-align: right; line-height: 1.45; word-break: break-word; }
.booking-summary-total { border-bottom: none; font-size: 15px; }
.booking-summary-total .label { font-weight: 700; color: var(--red); }
.booking-summary-total .value { font-size: 17px; color: var(--saffron); }

.btn-next {
  width: 100%;
  background: radial-gradient(ellipse at top, var(--saffron2) 0%, var(--red) 100%);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.08em;
  margin-top: 16px;
  box-shadow: 0 6px 18px rgba(166,27,24,0.35);
}
.btn-next:disabled { cursor: not-allowed; opacity: 0.7; }
.btn-back {
  width: 100%;
  background: var(--offwhite);
  color: var(--red);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--border);
  cursor: pointer;
  margin-top: 8px;
}

/* ══════════════ CALCULATOR MODALS ══════════════ */
.calc-result-box {
  background: linear-gradient(135deg, var(--red) 0%, var(--saffron) 100%);
  border-radius: 14px;
  padding: 24px;
  color: #fff;
  margin-top: 20px;
}
.calc-result-box h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  color: var(--gold);
  margin-bottom: 10px;
}
.calc-result-box p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin-bottom: 8px;
}
.calc-result-item {
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 10px;
}
.calc-result-item .num-label {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.calc-result-item .num-value {
  font-family: 'Libre Baskerville', serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.calc-result-item .num-meaning {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
  line-height: 1.5;
}

/* Confirmation styling */
.confirmation-box {
  text-align: center;
  padding: 20px;
}
.confirmation-box .check-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--saffron) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin: 0 auto 20px;
}
.confirmation-box h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 22px;
  color: var(--red);
  margin-bottom: 10px;
}
.confirmation-box p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}

/* ══════════════ RESPONSIVE ══════════════ */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { display: none; }
  .hero-left { padding: 60px 40px; }
  .hero-h1 { font-size: 42px; }
  .about-section { grid-template-columns: 1fr; gap: 40px; padding: 60px 40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .book-section { grid-template-columns: 1fr; gap: 40px; padding: 60px 40px; }
  .calc-grid { grid-template-columns: repeat(2, 1fr); }
  .calc-inputs { grid-template-columns: repeat(2, 1fr); }
  .yt-grid-2x2 { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .g-item:nth-child(1), .g-item:nth-child(5) { grid-column: auto; }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .faq-section { grid-template-columns: 1fr; gap: 40px; padding: 60px 40px; }
  .contact-section { grid-template-columns: 1fr; gap: 40px; padding: 60px 40px; }
  .locate-section { grid-template-columns: 1fr; gap: 40px; padding: 60px 40px; }
  .map-iframe-wrap { height: 430px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .page-content-section { padding: 60px 40px; }
  .page-title { font-size: 34px; }
  .blog-listing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .shell { margin: 0; }
  nav.main-nav { padding: 0 20px; height: 64px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: var(--white);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    padding: 20px;
    gap: 0;
    z-index: 100;
  }
  .nav-links.open li a { padding: 12px 0; }
  .nav-cta-btn { font-size: 10px; padding: 9px 16px; }
  .hero-left { padding: 40px 20px; }
  .hero-h1 { font-size: 32px; }
  .hero-stats { gap: 16px; flex-wrap: wrap; }
  .stat-n { font-size: 24px; }
  .trust-bar { padding: 14px 20px; flex-wrap: wrap; gap: 12px; }
  .trust-sep { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .calc-grid { grid-template-columns: 1fr; }
  .calc-inputs { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .yt-grid-2x2 { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .about-section, .book-section, .faq-section, .contact-section, .locate-section,
  .services-section, .calc-section, .media-section, .gallery-section,
  .blog-section, .testi-section, .why-section { padding: 50px 20px; }
  .page-content-section { padding: 50px 20px; }
  .page-card { padding: 28px 20px; }
  .page-title { font-size: 28px; }
  .map-iframe-wrap { height: 360px; }
  .map-footer-bar { flex-direction: column; align-items: flex-start; gap: 8px; }
  .blog-listing-grid { grid-template-columns: 1fr; }
  .blog-post-content { padding: 24px 20px; }
  footer { padding: 40px 20px 20px; }
  .s-title { font-size: 28px; }
  .modal-box { padding: 24px 18px; }
  .booking-service-grid { grid-template-columns: 1fr; }
  .booking-action-row { grid-template-columns: 1fr; }
  .slot-grid { grid-template-columns: repeat(2, 1fr); }
}
