/* ===================================================================
   Atharva Hotel & Restaurant — brand theme
   Layered on top of Bootstrap 5. Palette, type and one-off components
   only; layout/grid/spacing comes from Bootstrap utility classes.
   =================================================================== */

:root {
  --clr-maroon-deep: #3A1228;
  --clr-plum-dark: #5A0E33;
  --clr-plum-darker: #3D0A24;
  --clr-primary: #A8175C;
  --clr-primary-hover: #8C1149;
  --clr-gold: #D4A23A;
  --clr-gold-light: #F6B73C;
  --clr-gold-mid: #E0A93B;
  --clr-label-gold: #B07A1E;
  --clr-cream-1: #FBF4EE;
  --clr-cream-2: #FCF5EF;
  --clr-cream-3: #F3E7DD;
  --clr-body-bg: #EAD9C9;
  --clr-muted-1: #6e5563;
  --clr-muted-2: #7c6473;
  --clr-muted-3: #917385;
  --clr-muted-4: #5c4452;
  --clr-plum-text: #F4E2D5;
  --clr-plum-muted: #D7B6A4;
  --clr-veg-bg: #EBF1E2;
  --clr-veg-border: #C7D6AE;
  --clr-veg-text: #3E5A28;
  --font-display: 'Cormorant Garamond', serif;
  --font-label: 'Marcellus', serif;
  --font-body: 'Jost', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--clr-body-bg);
  font-family: var(--font-body);
  color: var(--clr-maroon-deep);
  overflow-x: clip;
}

main { background: var(--clr-cream-1); }

::selection { background: var(--clr-primary); color: #fff; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; color: var(--clr-maroon-deep); margin: 0; }

p { margin: 0; }

a { color: inherit; }

img { max-width: 100%; }

input[type="date"] { font-family: var(--font-body); }

/* ---------- animations ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.09); } }
@keyframes shimmer { 0%, 100% { opacity: .85; } 50% { opacity: 1; } }
@keyframes fabPulse { 0% { box-shadow: 0 8px 24px rgba(0,0,0,.28), 0 0 0 0 rgba(37,211,102,.55); } 70% { box-shadow: 0 8px 24px rgba(0,0,0,.28), 0 0 0 14px rgba(37,211,102,0); } 100% { box-shadow: 0 8px 24px rgba(0,0,0,.28), 0 0 0 0 rgba(37,211,102,0); } }
@keyframes fabPulseCall { 0% { box-shadow: 0 8px 24px rgba(0,0,0,.28), 0 0 0 0 rgba(168,23,92,.55); } 70% { box-shadow: 0 8px 24px rgba(0,0,0,.28), 0 0 0 14px rgba(168,23,92,0); } 100% { box-shadow: 0 8px 24px rgba(0,0,0,.28), 0 0 0 0 rgba(168,23,92,0); } }

.fade-up { animation: fadeUp .9s ease both; }
.fade-up-1 { animation-delay: .1s; }
.fade-up-2 { animation-delay: .3s; }
.fade-up-3 { animation-delay: .5s; }
.fade-up-4 { animation-delay: .75s; }
.shimmer-text { animation: shimmer 4s ease-in-out infinite; }

/* ---------- shared bits ---------- */
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.eyebrow.justify-center { justify-content: center; }
.eyebrow-line { height: 1px; width: 46px; background: var(--clr-gold); flex-shrink: 0; }
.eyebrow-line.on-dark { background: var(--clr-gold-mid); }
.eyebrow-label { font-family: var(--font-label); letter-spacing: .3em; font-size: 12px; color: var(--clr-label-gold); text-transform: uppercase; }
.eyebrow-label.on-dark { color: var(--clr-gold-mid); }

.section-title { font-size: 3.2rem; line-height: 1.08; }
@media (max-width: 767.98px) { .section-title { font-size: 2.2rem; } }

.text-muted-plum { color: var(--clr-muted-1); }
.text-muted-plum-2 { color: var(--clr-muted-2); }
.text-muted-plum-3 { color: var(--clr-muted-3); }
.text-muted-plum-4 { color: var(--clr-muted-4); }

.bg-cream-1 { background: var(--clr-cream-1); }
.bg-cream-2 { background: var(--clr-cream-2); }
.bg-cream-3 { background: var(--clr-cream-3); }
.bg-plum { background: var(--clr-plum-dark); }
.bg-plum-darker { background: var(--clr-plum-darker); }
.bg-maroon-deep { background: var(--clr-maroon-deep); }
.bg-primary-brand { background: var(--clr-primary); }
.text-primary-brand { color: var(--clr-primary); }
.text-gold { color: var(--clr-gold-light); }
.text-gold-mid { color: var(--clr-gold-mid); }
.text-plum { color: var(--clr-plum-text); }
.text-plum-muted { color: var(--clr-plum-muted); }
.font-display { font-family: var(--font-display); }
.font-label { font-family: var(--font-label); }

.divider-dot { color: var(--clr-primary); font-size: 18px; }

/* ---------- buttons ---------- */
@keyframes ctaShake {
  10%, 90% { transform: translateX(-1px); }
  20%, 80% { transform: translateX(2px); }
  30%, 50%, 70% { transform: translateX(-4px); }
  40%, 60% { transform: translateX(4px); }
}

/* Premium Animated & Highlighted Submit Button */
.btn-check-avail {
  position: relative;
  background: linear-gradient(135deg, #a81255 0%, #e62078 50%, #830b3f 100%);
  background-size: 200% 200%;
  color: #ffffff !important;
  border: none;
  padding: 0 35px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  /* Animated Gradient + Pulse Shadow */
  animation: gradientShift 4s ease infinite, pulseGlow 2s infinite alternate;
  transition: all 0.3s ease;
  z-index: 1;
}

/* 1. Animated Sheen Light Sweep */
.btn-check-avail::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.7),
    transparent
  );
  transform: skewX(-20deg);
  animation: sweepLight 2.5s infinite;
}

/* 2. Arrow Icon Bounce */
.btn-check-avail .btn-icon {
  display: inline-block;
  font-size: 16px;
  transition: transform 0.3s ease;
  animation: nudgeRight 1.5s infinite alternate;
}

/* --- KEYFRAME ANIMATIONS --- */

/* Gradient Movement */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Pulsing Outer Glow */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 12px rgba(230, 32, 120, 0.4), 0 0 0 0 rgba(230, 32, 120, 0.5);
  }
  100% {
    box-shadow: 0 0 25px rgba(230, 32, 120, 0.8), 0 0 0 8px rgba(230, 32, 120, 0);
  }
}

/* High-speed Light Flare */
@keyframes sweepLight {
  0% { left: -100%; }
  30%, 100% { left: 150%; }
}

/* Arrow Subtle Slide */
@keyframes nudgeRight {
  0% { transform: translateX(0); }
  100% { transform: translateX(5px); }
}

/* --- HOVER & CLICK STATES --- */
.btn-check-avail:hover {
  transform: scale(1.03) translateY(-2px);
  filter: brightness(1.15);
}

.btn-check-avail:active {
  transform: scale(0.98);
}
.btn-brand, .btn-brand-outline, .btn-gold, .btn-gold-outline, .btn-book-now, .btn-check-avail {
  will-change: transform;
}
.btn-brand:hover, .btn-brand-outline:hover, .btn-gold:hover, .btn-gold-outline:hover, .btn-book-now:hover, .btn-check-avail:hover {
  animation: ctaShake .5s cubic-bezier(.36,.07,.19,.97) both;
}
.btn-brand {
  background: var(--clr-primary); color: var(--clr-cream-2); border: none;
  font-family: var(--font-body); font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  padding: 15px 34px; font-weight: 500; text-decoration: none; display: inline-block; transition: background .25s ease;
}
.btn-brand:hover, .btn-brand:focus { background: var(--clr-primary-hover); color: var(--clr-cream-2); }

.btn-brand-outline {
  background: transparent; color: var(--clr-primary); border: 1px solid var(--clr-primary);
  font-family: var(--font-body); font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  padding: 15px 34px; font-weight: 500; text-decoration: none; display: inline-block; transition: background .25s ease, color .25s ease;
}
.btn-brand-outline:hover, .btn-brand-outline:focus { background: var(--clr-primary); color: var(--clr-cream-2); }

.btn-gold {
  background: var(--clr-gold-mid); color: var(--clr-plum-dark); border: none;
  font-family: var(--font-body); font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  padding: 15px 34px; font-weight: 600; text-decoration: none; display: inline-block; transition: background .25s ease;
}
.btn-gold:hover, .btn-gold:focus { background: #c8952f; color: var(--clr-plum-dark); }

.btn-gold-outline {
  background: transparent; color: var(--clr-gold-light); border: 1px solid var(--clr-gold-mid);
  font-family: var(--font-body); font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  padding: 12px 24px; font-weight: 500; text-decoration: none; display: inline-block; transition: background .25s ease;
}
.btn-gold-outline:hover { background: rgba(224,169,59,.15); }

.link-arrow {
  font-family: var(--font-body); font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--clr-primary); border-bottom: 1px solid var(--clr-gold); padding-bottom: 3px; text-decoration: none;
}

/* ---------- Reserve Now (blinking CTA) ---------- */
@keyframes reserveBlink {
  0%, 100% { box-shadow: 0 0 0 0 rgba(168,23,92,.55); }
  50% { box-shadow: 0 0 0 9px rgba(168,23,92,0); }
}
.btn-reserve-blink {
  background: var(--clr-primary); color: var(--clr-cream-2); border: none;
  font-family: var(--font-body); font-size: 13.5px; letter-spacing: .14em; text-transform: uppercase;
  padding: 14px 30px; font-weight: 600; text-decoration: none; text-align: center;
  border-radius: 3px; transition: background .25s ease, transform .2s ease;
  animation: reserveBlink 1.6s ease-in-out infinite;
}
.btn-reserve-blink:hover, .btn-reserve-blink:focus {
  background: var(--clr-primary-hover); color: var(--clr-cream-2);
  animation: ctaShake .5s cubic-bezier(.36,.07,.19,.97) both, reserveBlink 1.6s ease-in-out infinite;
}

/* ---------- topbar ---------- */
.topbar { background: var(--clr-plum-dark); color: #F0D9E4; font-size: 12.5px; letter-spacing: .04em; padding: 9px 0; }
.topbar a { color: #F0D9E4; text-decoration: none; }
.topbar svg { flex-shrink: 0; }
.topbar-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; }
@keyframes vegBlink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.veg-blink { animation: vegBlink 1.4s ease-in-out infinite; }

/* ---------- header / nav ---------- */
.site-header {
  background: linear-gradient(180deg, #FFFFFF 0%, #FBF4EE 100%);
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--clr-primary), var(--clr-gold), var(--clr-primary)) 1;
  box-shadow: 0 4px 22px rgba(58,18,40,.08);
}
.logo-chip {
  display: flex; align-items: center; justify-content: center;
  background: #FFFFFF; border-radius: 50%; border: 1px solid rgba(212,162,58,.35);
  box-shadow: 0 4px 14px rgba(58,18,40,.16); overflow: hidden; flex-shrink: 0;
}
.logo-chip img { object-fit: contain; display: block; }
.brand-wordmark { font-family: var(--font-display); font-weight: 600; letter-spacing: .22em; color: var(--clr-primary); line-height: 1; }
.brand-tagline { font-family: var(--font-label); letter-spacing: .4em; color: var(--clr-gold); text-transform: uppercase; }

.nav-brand { display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; }
@media (min-width: 992px) {
  #mainNav > .d-flex { display: grid !important; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; }
  #mainNav .navbar-nav { flex-wrap: wrap; }
}

.navbar-nav .nav-link {
  font-family: var(--font-body); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; font-weight: 500;
  color: #4a2238; padding: 6px 2px 4px !important; border-bottom: 2px solid transparent;
  display: inline-flex; align-items: center; gap: 7px; transition: color .25s ease, border-color .25s ease;
  white-space: nowrap;
}
.navbar-nav .nav-link svg { flex-shrink: 0; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--clr-primary); border-bottom-color: var(--clr-gold); }
.navbar-nav .nav-link.active { color: var(--clr-primary); }

.btn-book-now {
  background: var(--clr-primary); color: var(--clr-cream-1); font-size: 11.5px; letter-spacing: .1em;
  text-transform: uppercase; padding: 12px 18px; font-weight: 500; font-family: var(--font-body);
  white-space: nowrap; text-decoration: none; display: inline-block; transition: background .25s ease;
}
.btn-book-now:hover { background: var(--clr-primary-hover); color: var(--clr-cream-1); }

/* ---------- mobile brand lockup + toggler ---------- */
.brand-mobile { text-decoration: none; }
.brand-mobile-word { font-family: var(--font-display); font-weight: 600; letter-spacing: .1em; color: var(--clr-primary); font-size: 20px; line-height: 1; }
.brand-mobile-sub { font-family: var(--font-label); letter-spacing: .28em; color: var(--clr-gold); text-transform: uppercase; font-size: 8px; margin-top: 2px; }

.navbar-toggler {
  border: 1px solid rgba(168,23,92,.35); border-radius: 8px; padding: 7px 9px;
  background: var(--clr-cream-2); box-shadow: none;
}
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(168,23,92,.22); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23A8175C' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 1.3em; height: 1.3em;
}

/* ---------- mobile nav panel ---------- */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: linear-gradient(165deg, #FCF5EF 0%, #F3E7DD 100%);
    border: 1px solid rgba(212,162,58,.35);
    border-top: 3px solid var(--clr-gold);
    border-radius: 4px 4px 16px 16px;
    box-shadow: 0 22px 46px rgba(58,18,40,.22);
    margin-top: 12px;
    padding: 14px 16px 18px;
  }
  .navbar-nav { width: 100%; align-items: stretch !important; text-align: left !important; }
  .navbar-nav .nav-item { width: 100%; }
  .navbar-nav .nav-link {
    width: 100%; justify-content: flex-start; gap: 12px !important;
    padding: 13px 14px !important; border-bottom: 1px solid rgba(168,23,92,.1) !important;
    border-radius: 10px; font-size: 12.5px;
  }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    background: rgba(168,23,92,.08); border-bottom-color: transparent !important;
  }
  .navbar-nav .nav-link svg { width: 16px; height: 16px; }
  .nav-item + .nav-item { margin-top: 2px; }
  .navbar-nav + .navbar-nav { border-top: 1px dashed rgba(168,23,92,.18); padding-top: 8px; margin-top: 6px; }
  .btn-book-now { width: 100%; text-align: center; padding: 14px; margin-top: 10px; font-size: 12.5px; }
}

/* ---------- hero ---------- */
.hero-wrap { position: relative; }
.hero { position: relative; height: 760px; width: 100%; overflow: hidden; background: var(--clr-maroon-deep); }
@media (max-width: 767.98px) { .hero { height: 64vh; min-height: 400px; max-height: 560px; } }
.hero-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease; animation: kenburns 14s ease-in-out infinite alternate;
}
.hero-slide.active { opacity: 1; }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 8; width: 52px; height: 52px; border-radius: 50%;
  border: 1px solid rgba(246,183,60,.55); background: rgba(58,18,40,.45); color: var(--clr-gold-light);
  font-size: 24px; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1; padding: 0;
}
.hero-arrow.prev { left: 26px; } .hero-arrow.next { right: 26px; }
@media (max-width: 767.98px) { .hero-arrow { width: 40px; height: 40px; font-size: 19px; } .hero-arrow.prev { left: 12px; } .hero-arrow.next { right: 12px; } }
.hero-dots { position: absolute; bottom: 136px; left: 50%; transform: translateX(-50%); z-index: 8; display: flex; gap: 11px; }
@media (max-width: 767.98px) { .hero-dots { bottom: 18px; } }
.hero-dot { width: 11px; height: 11px; border-radius: 50%; border: 1px solid var(--clr-gold-light); background: transparent; cursor: pointer; padding: 0; }
.hero-dot.active { background: var(--clr-gold-light); }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(58,18,40,.62) 0%, rgba(58,18,40,.2) 36%, rgba(58,18,40,.82) 100%); pointer-events: none; }
.hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; pointer-events: none; padding: 0 24px 96px; }
@media (max-width: 767.98px) { .hero-content { padding: 0 20px 40px; } }
.hero-title { font-size: 5.1rem; line-height: 1.02; letter-spacing: .01em; text-shadow: 0 2px 30px rgba(0,0,0,.4); color: #FCF5EF; }
@media (max-width: 767.98px) { .hero-title { font-size: 2.1rem; } }

/* ---------- booking bar ---------- */
.booking-bar {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: min(1180px, 92%);
  background: var(--clr-cream-2); box-shadow: 0 -2px 40px rgba(58,18,40,.3); border-top: 3px solid var(--clr-gold);
  display: flex; align-items: stretch; z-index: 10; flex-wrap: wrap;
}
.booking-field { flex: 1; padding: 20px 26px; border-right: 1px solid rgba(168,23,92,.12); min-width: 140px; }
.booking-label { font-family: var(--font-label); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--clr-label-gold); margin-bottom: 7px; }
.booking-input { border: none; background: transparent; font-family: var(--font-body); font-size: 15px; color: var(--clr-maroon-deep); width: 100%; outline: none; }
.stepper { display: flex; align-items: center; justify-content: space-between; }
.stepper-btn { width: 26px; height: 26px; border: 1px solid rgba(168,23,92,.3); background: transparent; color: var(--clr-primary); font-size: 16px; cursor: pointer; line-height: 1; }
.btn-check-avail {
  background: var(--clr-primary); color: var(--clr-cream-2); border: none; padding: 0 40px; font-family: var(--font-body);
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; font-weight: 500;
  display: flex; align-items: center; gap: 10px; min-height: 64px; flex: 1 0 auto; transition: background .2s ease;
}
.btn-check-avail:hover { background: var(--clr-primary-hover); }
@media (max-width: 991.98px) { .booking-field { flex: 1 1 50%; } .btn-check-avail { flex: 1 1 100%; } }
@media (max-width: 767.98px) {
  .booking-bar { position: static; left: auto; transform: none; width: 100%; box-shadow: 0 -2px 24px rgba(58,18,40,.18); }
}
@media (max-width: 575.98px) { .booking-field { flex: 1 1 100%; border-right: none; border-bottom: 1px solid rgba(168,23,92,.12); } }

/* ---------- about stat card ---------- */
.about-frame { box-shadow: 0 30px 70px rgba(58,18,40,.18); }
.about-badge { background: var(--clr-primary); color: var(--clr-cream-2); padding: 30px 38px; text-align: center; box-shadow: 0 18px 40px rgba(58,18,40,.32); }
.about-outline { border: 1px solid var(--clr-gold); }
.stat-col { border-left: 2px solid var(--clr-gold); padding-left: 16px; }

/* ---------- cards ---------- */
.brand-card { background: var(--clr-cream-2); box-shadow: 0 16px 44px rgba(58,18,40,.1); transition: transform .35s ease, box-shadow .35s ease; text-decoration: none; display: block; color: inherit; }
.brand-card:hover { transform: translateY(-8px); box-shadow: 0 26px 56px rgba(58,18,40,.18); color: inherit; }
.brand-card-img { height: 280px; position: relative; background-size: cover; background-position: center; background-color: var(--clr-cream-3); }
.card-tag { position: absolute; top: 16px; left: 16px; background: var(--clr-primary); color: var(--clr-gold-light); font-family: var(--font-body); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 7px 13px; }
.card-date-badge { position: absolute; top: 16px; left: 16px; background: var(--clr-primary); color: var(--clr-cream-2); font-family: var(--font-body); text-align: center; padding: 9px 14px; line-height: 1.1; }
.card-date-badge .day { font-size: 19px; font-weight: 600; }
.card-date-badge .month { font-size: 10px; letter-spacing: .14em; color: var(--clr-gold-light); }
.card-topic-tag { position: absolute; top: 16px; right: 16px; color: var(--clr-cream-2); font-family: var(--font-body); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; padding: 7px 12px; white-space: nowrap; }

/* ---------- dining split ---------- */
.dining-card { box-shadow: 0 30px 70px rgba(58,18,40,.2); border-radius: 16px; overflow: hidden; }
.dining-card .dining-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(58,18,40,0) 60%, rgba(58,18,40,.28) 100%);
  pointer-events: none;
}
.dining-media { min-height: 460px; max-height: 560px; position: relative; background: var(--clr-cream-3); }
.dining-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; position: absolute; inset: 0; }
@media (max-width: 991.98px) { .dining-media { min-height: 320px; height: 320px; max-height: none; } }

/* ---------- amenities ---------- */
.amenity-icon-ring { width: 62px; height: 62px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* ---------- continuous facilities scroller ---------- */
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.facilities-marquee-wrap { position: relative; overflow: hidden; padding: 6px 0; }
.facilities-marquee-wrap::before, .facilities-marquee-wrap::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 70px; z-index: 2; pointer-events: none;
}
.facilities-marquee-wrap::before { left: 0; background: linear-gradient(90deg, var(--clr-cream-1), rgba(251,244,238,0)); }
.facilities-marquee-wrap::after { right: 0; background: linear-gradient(270deg, var(--clr-cream-1), rgba(251,244,238,0)); }
.facilities-marquee-track { display: flex; width: max-content; gap: 16px; animation: marqueeScroll 55s linear infinite; will-change: transform; }
.facilities-marquee-wrap:hover .facilities-marquee-track { animation-play-state: paused; }
.facility-chip {
  flex: 0 0 auto; width: 120px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center;
  background: var(--clr-cream-2); border: 1px solid rgba(168,23,92,.08); border-radius: 14px; padding: 20px 10px;
  box-shadow: 0 8px 20px rgba(58,18,40,.05); transition: transform .25s ease, box-shadow .25s ease;
}
.facility-chip:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(58,18,40,.12); }
.facility-chip img { height: 38px; width: 38px; object-fit: contain; }
.facility-chip span { font-size: 11.5px; line-height: 1.3; color: var(--clr-muted-4); }
@media (max-width: 575.98px) { .facilities-marquee-track { animation-duration: 38s; } .facility-chip { width: 104px; padding: 16px 8px; } }

/* ---------- attractions carousel ---------- */
.attractions-track { display: flex; gap: 28px; width: 100%; transition: transform .6s cubic-bezier(.4,0,.2,1); }
.attraction-card { flex: 0 0 calc((100% - 56px) / 3); background: var(--clr-cream-2); box-shadow: 0 16px 44px rgba(0,0,0,.25); }
@media (max-width: 991.98px) { .attraction-card { flex: 0 0 calc((100% - 28px) / 2); } }
@media (max-width: 575.98px) { .attraction-card { flex: 0 0 100%; } }
.attraction-media { height: 230px; position: relative; background-size: cover; background-position: center; background-color: var(--clr-cream-3); }
.attraction-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(58,18,40,.85), transparent); padding: 24px 22px 14px; }
.attr-arrow { width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(246,183,60,.55); background: transparent; color: var(--clr-gold-light); font-size: 22px; cursor: pointer; line-height: 1; padding: 0; transition: background .2s ease; }
.attr-arrow:hover { background: rgba(246,183,60,.15); }
.attr-dot { width: 10px; height: 10px; border-radius: 50%; border: 1px solid var(--clr-gold-light); background: transparent; cursor: pointer; padding: 0; }
.attr-dot.active { background: var(--clr-gold-light); }

/* ---------- gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
.gallery-grid img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gallery-grid.gallery-grid-lg { grid-auto-rows: 220px; gap: 16px; }
.g-span-2 { grid-column: span 2; }
.g-row-2 { grid-row: span 2; }
@media (max-width: 767.98px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } .g-span-2 { grid-column: span 2; } }

/* ---------- enquiry / forms ---------- */
.form-control-brand {
  border: 1px solid rgba(224,169,59,.4); background: rgba(252,245,239,.06); padding: 14px 16px;
  font-family: var(--font-body); font-size: 15px; color: var(--clr-cream-2); width: 100%; outline: none;
}
.form-control-brand::placeholder { color: rgba(252,245,239,.55); }
.form-label-brand { font-family: var(--font-label); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--clr-label-gold); display: block; margin-bottom: 7px; }
.form-control-light { width: 100%; border: 1px solid rgba(168,23,92,.22); background: var(--clr-cream-2); padding: 13px 14px; font-size: 15px; color: var(--clr-maroon-deep); outline: none; }

/* ---------- testimonial ---------- */
.quote-mark { font-family: var(--font-display); font-size: 80px; color: var(--clr-gold-light); line-height: .6; height: 40px; }

/* ---------- CTA band ---------- */
.cta-logo-chip { width: 86px; height: 86px; box-shadow: 0 8px 24px rgba(58,18,40,.14); }

/* ---------- footer ---------- */
.site-footer { background: var(--clr-plum-darker); color: #E0C6D2; }
.footer-top { border-bottom: 1px solid rgba(224,169,59,.18); }
.footer-heading { font-family: var(--font-label); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--clr-gold-light); margin-bottom: 18px; }
.footer-link { color: #E0C6D2; text-decoration: none; display: flex; align-items: center; gap: 9px; }
.footer-link:hover { color: var(--clr-gold-light); }
.footer-bullet { color: var(--clr-gold-mid); font-size: 9px; }
.footer-contact-link { color: #C3A6B4; text-decoration: none; display: flex; gap: 11px; align-items: center; }
.footer-contact-link:hover { color: var(--clr-gold-light); }
.social-btn { width: 38px; height: 38px; border: 1px solid rgba(224,169,59,.45); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background .2s ease, border-color .2s ease; }
.social-btn:hover { background: rgba(224,169,59,.18); border-color: var(--clr-gold-mid); }
.footer-logo-chip { width: 64px; height: 64px; box-shadow: 0 6px 18px rgba(0,0,0,.3); flex-shrink: 0; }
.footer-bottom { color: #A98498; font-size: 12.5px; letter-spacing: .03em; }

/* ---------- floating action buttons ---------- */
.fab-stack { position: fixed; right: 22px; bottom: 24px; z-index: 1030; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.fab { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: transform .25s ease; border: none; cursor: pointer; padding: 0; }
.fab:hover { transform: translateY(-4px); }
.fab-whatsapp { background: #25D366; animation: fabPulse 2s ease-out infinite; }
.fab-call { background: var(--clr-primary); animation: fabPulseCall 2s ease-out 1s infinite; }
.fab-top { background: #FFFFFF; border: 1px solid var(--clr-gold); box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.fab-top { display: none; }
.fab-top.show { display: flex; }
@media (max-width: 575.98px) {
  .fab-stack { right: 14px; bottom: 14px; gap: 10px; }
  .fab { width: 44px; height: 44px; }
}

/* ---------- facilities ---------- */
.facility-card { background: var(--clr-cream-2); border-top: 3px solid; box-shadow: 0 10px 30px rgba(58,18,40,.07); padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; height: 100%; }
.facility-icon { height: 44px; width: 44px; object-fit: contain; display: block; }

/* ---------- page banner ---------- */
.page-banner { position: relative; height: 340px; background: var(--clr-maroon-deep); overflow: hidden; }
.page-banner img { width: 100%; height: 100%; display: block; object-fit: cover; }
.page-banner-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(58,18,40,.5), rgba(58,18,40,.78)); }
.page-banner-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.page-banner-title { font-size: 4.2rem; color: #FCF5EF; line-height: 1; }
@media (max-width: 767.98px) { .page-banner-title { font-size: 2.6rem; } .page-banner { height: 260px; } }

/* ---------- room rows ---------- */
.room-row { display: flex; gap: 54px; align-items: center; background: var(--clr-cream-2); box-shadow: 0 18px 50px rgba(58,18,40,.1); }
.room-row-media { flex: 1.15 1 0%; min-width: 0; height: 420px; position: relative; background-size: cover; background-position: center; background-color: var(--clr-cream-3); }
.room-row > .flex-fill { flex: 1 1 0% !important; min-width: 0; }
@media (max-width: 767.98px) { .room-row { flex-direction: column; } .room-row-media { width: 100%; flex: none; height: 280px; } }
.feat-chip { font-family: var(--font-body); font-size: 12.5px; color: var(--clr-muted-4); background: var(--clr-cream-3); border: 1px solid rgba(168,23,92,.12); padding: 7px 14px; letter-spacing: .03em; }

/* ---------- cuisine cards ---------- */
.cuisine-card { display: flex; background: var(--clr-cream-2); box-shadow: 0 14px 40px rgba(58,18,40,.09); overflow: hidden; height: 100%; }
.cuisine-media { width: 42%; position: relative; min-height: 230px; background-size: cover; background-position: center; flex-shrink: 0; background-color: var(--clr-cream-3); }
@media (max-width: 575.98px) { .cuisine-card { flex-direction: column; } .cuisine-media { width: 100%; min-height: 180px; } }

/* ---------- banquet space cards ---------- */
.space-card { background: var(--clr-cream-2); box-shadow: 0 16px 44px rgba(58,18,40,.1); height: 100%; }
.space-media { height: 300px; position: relative; background-size: cover; background-position: center; background-color: var(--clr-cream-3); }
.space-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(58,18,40,.85), transparent); padding: 30px 28px 20px; }
.occasion-card { background: var(--clr-cream-2); padding: 30px 24px; text-align: center; border-top: 3px solid; height: 100%; }

/* ---------- contact page ---------- */
.contact-info-card { background: var(--clr-plum-dark); color: var(--clr-plum-text); padding: 34px 32px; }
.veg-badge { display: inline-flex; align-items: center; gap: 9px; color: var(--clr-veg-text); background: var(--clr-veg-bg); border: 1px solid var(--clr-veg-border); padding: 8px 18px; font-family: var(--font-body); font-size: 13px; letter-spacing: .06em; }
.success-panel { background: var(--clr-veg-bg); border: 1px solid var(--clr-veg-border); padding: 30px 34px; }
.avail-banner { background: var(--clr-veg-bg); border-bottom: 1px solid var(--clr-veg-border); color: var(--clr-veg-text); text-align: center; padding: 14px; font-family: var(--font-body); font-size: 14.5px; letter-spacing: .02em; }

/* utility */
.min-vh-hero { min-height: 620px; }

/* ---------- blog post content (WYSIWYG output) ---------- */
.blog-content h2 { font-family: var(--font-display); font-weight: 600; font-size: 30px; margin-top: 3rem; margin-bottom: .75rem; color: var(--clr-plum-dark); }
.blog-content h3 { font-family: var(--font-display); font-weight: 600; font-size: 24px; margin-top: 2.2rem; margin-bottom: .6rem; color: var(--clr-plum-dark); }
.blog-content p { margin-bottom: 1.1rem; }
.blog-content ul, .blog-content ol { margin-bottom: 1.1rem; padding-left: 1.4rem; }
.blog-content img { max-width: 100%; height: auto; margin: 1.5rem 0; }
.blog-content a { color: var(--clr-primary); }
.blog-content blockquote { border-left: 3px solid var(--clr-gold); padding: .5rem 0 .5rem 1.2rem; margin: 1.5rem 0; font-style: italic; color: var(--clr-muted-4);


  

}


  /* Popup Backdrop - Force Full Screen Overlay */
.popup-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.7); /* Dark background overlay */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 999999 !important; /* Forces it over ALL page elements */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Activate when URL ends with #thankyou-popup */
.popup-overlay:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Central Popup Card */
.popup-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.popup-overlay:target .popup-card {
  transform: scale(1);
}

/* PhonePe/GPay Style Success Circle */
.success-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.success-icon {
  width: 75px;
  height: 75px;
  background-color: #9a1b52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
}

.checkmark {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.popup-card h2 {
  margin: 10px 0 8px;
  color: #222222;
  font-size: 24px;
  font-weight: 700;
}

.popup-card p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.5;
}

/* Close/Done Button */
.popup-close-btn {
  display: inline-block;
  background-color: #9a1b52;
  color: #ffffff !important;
  padding: 12px 36px;
  border-radius: 30px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.popup-close-btn:hover {
  background-color: #7e1241;
}



