/* ==========================================================================
   SR ROYALE LODGE & SUITES - KOLKATA
   Design System & Styling
   Dual Palette: Royal Sapphire Blue vs. Imperial Golden-Yellow
   Powered by xisto.com
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400;1,600&display=swap');

:root {
  /* Midnight Foundation */
  --bg-primary: #050a16;
  --bg-secondary: #091224;
  --bg-card: rgba(10, 20, 42, 0.82);
  --bg-card-hover: rgba(16, 30, 62, 0.92);
  --bg-glass: rgba(8, 16, 35, 0.78);
  
  /* 1. ROYAL SAPPHIRE BLUE PALETTE */
  --royal-blue: #2563eb;
  --royal-blue-dark: #1d4ed8;
  --royal-blue-deep: #1e3a8a;
  --royal-blue-light: #3b82f6;
  --royal-blue-glow: rgba(37, 99, 235, 0.45);
  --azure-glow: rgba(56, 189, 248, 0.35);

  /* 2. IMPERIAL GOLDEN-YELLOW PALETTE (From Original Logo) */
  --gold-primary: #df9e28;
  --gold-vibrant: #f59e0b;
  --gold-light: #fbbf24;
  --gold-shimmer: #fef08a;
  --gold-dark: #b45309;
  --gold-bronze: #92400e;
  --gold-glow: rgba(223, 158, 40, 0.4);
  --border-gold: rgba(223, 158, 40, 0.38);

  /* Dual Contrast Elements */
  --text-main: #f8fafc;
  --text-muted: #cbd5e1;
  --text-dim: #94a3b8;
  --text-gold: #fcd34d;
  --text-blue: #38bdf8;

  --border-glass: rgba(255, 255, 255, 0.09);
  --border-blue: rgba(56, 189, 248, 0.4);

  --shadow-subtle: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
  --shadow-blue: 0 0 35px rgba(37, 99, 235, 0.3);
  --shadow-gold: 0 0 30px rgba(223, 158, 40, 0.28);

  --font-heading: 'Cinzel', serif;
  --font-serif: 'Playfair Display', serif;
  --font-body: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;

  --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
}

/* Light Theme Variables */
[data-theme="light"] {
  --bg-primary: #f8fafc;
  --bg-secondary: #ffffff;
  --bg-card: rgba(255, 255, 255, 0.96);
  --bg-card-hover: #ffffff;
  --bg-glass: rgba(255, 255, 255, 0.9);

  --text-main: #0f172a;
  --text-muted: #475569;
  --text-dim: #64748b;
  --text-gold: #b45309;
  --text-blue: #1d4ed8;

  --border-glass: rgba(0, 0, 0, 0.08);
  --border-gold: rgba(223, 158, 40, 0.45);
  --shadow-subtle: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
  --shadow-blue: 0 0 30px rgba(37, 99, 235, 0.15);
  --shadow-gold: 0 0 25px rgba(223, 158, 40, 0.2);
}

[data-theme="light"] .gold-gradient-text {
  background: linear-gradient(135deg, #d97706 0%, #b45309 60%, #92400e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-theme="light"] .blue-gradient-text {
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 60%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-theme="light"] .dual-gradient-text {
  background: linear-gradient(135deg, #d97706 0%, #1d4ed8 60%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-theme="light"] .header-navbar.scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1.5px solid rgba(223, 158, 40, 0.35);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .dropdown-menu {
  background: #ffffff;
  border: 1.5px solid var(--border-gold);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

[data-theme="light"] .dropdown-link {
  color: #1e293b;
}

[data-theme="light"] .dropdown-link:hover {
  background: rgba(223, 158, 40, 0.1);
  color: #b45309;
}

[data-theme="light"] .hero-section {
  background: radial-gradient(circle at 50% 30%, rgba(37, 99, 235, 0.1) 0%, rgba(248, 250, 252, 0.92) 80%);
}

[data-theme="light"] .hero-bg-overlay {
  opacity: 0.15;
}

[data-theme="light"] .hero-badge {
  background: rgba(255, 255, 255, 0.95);
  color: #b45309;
  border-color: #d97706;
}

[data-theme="light"] .hero-booking-bar {
  background: #ffffff;
  border: 1.5px solid rgba(223, 158, 40, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .booking-item label {
  color: #b45309;
}

[data-theme="light"] .booking-item input,
[data-theme="light"] .booking-item select {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #0f172a;
}

[data-theme="light"] .pillar-card,
[data-theme="light"] .room-card,
[data-theme="light"] .transit-card,
[data-theme="light"] .amenity-card,
[data-theme="light"] .testimonial-card,
[data-theme="light"] .contact-detail-card,
[data-theme="light"] .contact-form-card,
[data-theme="light"] .estimator-wrapper,
[data-theme="light"] .location-highlight-card {
  background: #ffffff;
  border-color: rgba(223, 158, 40, 0.35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .estimator-card-summary {
  background: #f8fafc;
  border: 1.5px solid var(--border-gold);
}

[data-theme="light"] .summary-price-val {
  color: #b45309;
}

[data-theme="light"] .modal-dialog {
  background: #ffffff;
  color: #0f172a;
  border-color: var(--border-gold);
}

[data-theme="light"] .toast {
  background: #ffffff;
  color: #0f172a;
  border-color: var(--gold-primary);
}

[data-theme="light"] .section-tinted {
  background: #f1f5f9;
}

[data-theme="light"] .form-label {
  color: #92400e;
}

[data-theme="light"] .stat-number {
  color: #b45309;
}

[data-theme="light"] .room-price {
  color: #b45309;
}

[data-theme="light"] .author-info p {
  color: #b45309;
}

[data-theme="light"] .slider-value {
  color: #92400e;
}

[data-theme="light"] .section-tag {
  color: #b45309;
}

[data-theme="light"] .pillar-badge {
  color: #1d4ed8;
}

[data-theme="light"] .pillar-card p,
[data-theme="light"] .pillar-perks li,
[data-theme="light"] .room-desc,
[data-theme="light"] .transit-card p,
[data-theme="light"] .amenity-card p,
[data-theme="light"] .landmarks-list li,
[data-theme="light"] .location-highlight-card p,
[data-theme="light"] .summary-details {
  color: #334155;
}

[data-theme="light"] .transit-time {
  color: #92400e;
  background: rgba(223, 158, 40, 0.15);
  border-color: rgba(223, 158, 40, 0.4);
}

[data-theme="light"] .contact-form-card h3,
[data-theme="light"] .modal-dialog h3 {
  color: #92400e !important;
}

[data-theme="light"] .contact-detail-text a {
  color: #1d4ed8;
}

[data-theme="light"] .contact-detail-text a:hover {
  color: #b45309;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-primary);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  transition: background-color 0.4s ease, color 0.4s ease;
  position: relative;
}

/* Ambient Glow Orbs */
.ambient-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.glow-orb-1 {
  position: absolute;
  top: -150px;
  left: 10%;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.18) 0%, rgba(37, 99, 235, 0) 70%);
  filter: blur(80px);
  animation: floatOrb 18s ease-in-out infinite alternate;
}

.glow-orb-2 {
  position: absolute;
  top: 35%;
  right: -100px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(223, 158, 40, 0.16) 0%, rgba(223, 158, 40, 0) 70%);
  filter: blur(90px);
  animation: floatOrb 22s ease-in-out infinite alternate-reverse;
}

@keyframes floatOrb {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(40px, 70px) scale(1.12); }
}

/* Typography & Gold vs Blue Contrasting Formats */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--text-main);
}

.font-serif {
  font-family: var(--font-serif);
}

/* 1. Gold Typography Gradient */
.gold-gradient-text {
  background: linear-gradient(135deg, var(--gold-shimmer) 0%, var(--gold-vibrant) 50%, var(--gold-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* 2. Blue Typography Gradient */
.blue-gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, var(--royal-blue-light) 50%, var(--royal-blue-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* 3. Dual Gold & Blue Fusion Gradient */
.dual-gradient-text {
  background: linear-gradient(135deg, var(--gold-light) 0%, #ffffff 40%, var(--royal-blue-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Container - Expanded for Wide Luxury Navigation */
.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   Header & Navigation - Seamless Luxury Sizing
   ========================================================================== */
.header-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1.15rem 0;
  transition: var(--transition-smooth);
}

.header-navbar.scrolled {
  padding: 0.8rem 0;
  background: var(--bg-glass);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-bottom: 1px solid var(--border-gold);
  box-shadow: 0 12px 35px -10px rgba(0, 0, 0, 0.6);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-img {
  height: 62px;
  width: auto;
  object-fit: contain;
  background: transparent !important;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.45)) drop-shadow(0 4px 15px rgba(37, 99, 235, 0.6));
  transition: transform 0.3s ease, height 0.3s ease;
}

.header-navbar.scrolled .logo-img {
  height: 50px;
}

.brand-logo:hover .logo-img {
  transform: scale(1.05);
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--text-main);
  text-transform: uppercase;
  line-height: 1.15;
  white-space: nowrap;
}

.brand-sub {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: var(--gold-primary);
  font-weight: 700;
  margin-top: 1px;
  white-space: nowrap;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item-dropdown {
  position: relative;
}

.nav-link {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: var(--transition-smooth);
  position: relative;
  padding: 0.5rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.nav-link i.fa-chevron-down {
  font-size: 0.72rem;
  color: var(--gold-primary);
  transition: transform 0.3s ease;
}

.nav-item-dropdown:hover .nav-link i.fa-chevron-down {
  transform: rotate(180deg);
  color: var(--gold-light);
}

.nav-link:hover,
.nav-link.active,
.nav-item-dropdown:hover .nav-link {
  color: var(--gold-light);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2.5px;
  background: linear-gradient(90deg, var(--gold-primary), var(--royal-blue-light));
  border-radius: 2px;
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after,
.nav-item-dropdown:hover .nav-link::after {
  width: 100%;
}

/* Dropdown Sub-Menu Styling */
.dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  min-width: 250px;
  background: rgba(9, 18, 36, 0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 0.75rem 0;
  list-style: none;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7), var(--shadow-gold);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s;
  z-index: 200;
}

.nav-item-dropdown:hover .dropdown-menu,
.nav-item-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.7rem 1.35rem;
  color: var(--text-main);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 500;
  transition: var(--transition-smooth);
}

.dropdown-link i {
  color: var(--gold-primary);
  font-size: 0.9rem;
  width: 20px;
  text-align: center;
  transition: transform 0.2s ease;
}

.dropdown-link:hover {
  background: rgba(223, 158, 40, 0.12);
  color: var(--gold-light);
  padding-left: 1.6rem;
}

.dropdown-link:hover i {
  color: var(--gold-light);
  transform: scale(1.15);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

/* Theme Toggle Button */
.theme-toggle-btn {
  background: var(--bg-card);
  border: 1.5px solid var(--border-gold);
  color: var(--gold-primary);
  width: 48px;
  height: 48px;
  font-size: 1.15rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.theme-toggle-btn:hover {
  background: var(--bg-card-hover);
  border-color: var(--gold-light);
  box-shadow: 0 0 18px var(--gold-glow);
}

/* ==========================================================================
   Contrasting Buttons: Golden Shimmer & Royal Blue Primary
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 2rem;
  border-radius: var(--radius-full);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

/* Gold Primary Button */
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-primary) 50%, #d97706 100%);
  color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: 800;
  box-shadow: 0 4px 20px var(--gold-glow);
}

.btn-gold:hover {
  background: linear-gradient(135deg, #ffffff 0%, var(--gold-light) 50%, var(--gold-primary) 100%);
  box-shadow: 0 6px 28px rgba(223, 158, 40, 0.6);
  transform: translateY(-2px);
  color: #000000;
}

/* Royal Blue Button */
.btn-primary {
  background: linear-gradient(135deg, var(--royal-blue-deep) 0%, var(--royal-blue) 60%, #0284c7 100%);
  color: #ffffff;
  border: 1px solid var(--border-gold);
  box-shadow: 0 4px 20px var(--royal-blue-glow);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--royal-blue) 0%, var(--royal-blue-light) 60%, var(--gold-primary) 100%);
  border-color: var(--gold-light);
  box-shadow: 0 6px 28px rgba(37, 99, 235, 0.5);
  transform: translateY(-2px);
  color: #ffffff;
}

/* Outlined Gold Button */
.btn-outline {
  background: var(--bg-card);
  color: var(--text-main);
  border: 1.5px solid var(--border-gold);
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  background: var(--bg-card-hover);
  border-color: var(--gold-primary);
  color: var(--gold-light);
  box-shadow: 0 0 20px var(--gold-glow);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 0.65rem 1.65rem;
  font-size: 0.88rem;
}

.btn-lg {
  padding: 1.1rem 2.6rem;
  font-size: 1.05rem;
}

/* Mobile Hamburger */
.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  color: var(--text-main);
  font-size: 1.8rem;
  cursor: pointer;
}

/* ==========================================================================
   Hero Section with Unsplash Background & Contrast Lighting
   ========================================================================== */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 11.5rem 0 6rem;
  background: radial-gradient(circle at 50% 30%, rgba(37, 99, 235, 0.2) 0%, rgba(5, 10, 22, 0.95) 75%);
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.28;
  mix-blend-mode: luminosity;
  pointer-events: none;
}

.hero-content {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.5rem;
  border-radius: var(--radius-full);
  background: rgba(9, 18, 36, 0.85);
  border: 1.5px solid var(--gold-primary);
  color: var(--gold-light);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 25px rgba(223, 158, 40, 0.25);
}

.hero-badge i {
  color: var(--gold-primary);
}

.hero-title {
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  line-height: 1.15;
  margin-bottom: 1.5rem;
  font-weight: 800;
}

.hero-subtitle {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  color: var(--text-muted);
  max-width: 800px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
  line-height: 1.7;
}

/* Quick Search / Booking Engine Bar */
.hero-booking-bar {
  background: var(--bg-card);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 1.75rem 2rem;
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow-gold), var(--shadow-blue);
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 1.25rem;
  align-items: end;
  text-align: left;
  margin-bottom: 3.5rem;
}

.booking-item label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-light);
  margin-bottom: 0.4rem;
}

.booking-item label i {
  color: var(--royal-blue-light);
  margin-right: 3px;
}

.booking-item input,
.booking-item select {
  width: 100%;
  background: rgba(5, 10, 22, 0.85);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  padding: 0.75rem 0.85rem;
  color: var(--text-main);
  font-size: 0.9rem;
  outline: none;
  transition: var(--transition-smooth);
}

.booking-item input:focus,
.booking-item select:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 12px var(--gold-glow);
}

/* Stats Counter Grid */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--border-gold);
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--gold-light);
  display: block;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.82rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ==========================================================================
   Section Headers & Tinted Backgrounds
   ========================================================================== */
.section {
  padding: 6.5rem 0;
  position: relative;
}

.section-tinted {
  background: rgba(9, 18, 36, 0.65);
}

.section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.75rem;
}

.section-tag {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

.section-tag::before,
.section-tag::after {
  content: '';
  width: 25px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--royal-blue), var(--gold-primary));
}

.section-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin-bottom: 1rem;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  font-weight: 300;
}

/* ==========================================================================
   Customer Profiles: 3 Core Pillars (Travelers / Business / Local)
   ========================================================================== */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.pillar-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-top: 3px solid var(--royal-blue);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--royal-blue), var(--gold-primary));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pillar-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-gold);
  border-top-color: var(--gold-primary);
  background: var(--bg-card-hover);
  box-shadow: var(--shadow-gold), var(--shadow-blue);
}

.pillar-card:hover::before {
  opacity: 1;
}

.pillar-icon-box {
  width: 68px;
  height: 68px;
  border-radius: var(--radius-md);
  background: rgba(223, 158, 40, 0.12);
  border: 1.5px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--gold-primary);
  margin-bottom: 1.5rem;
  transition: var(--transition-smooth);
}

.pillar-card:hover .pillar-icon-box {
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-light));
  color: #000;
  box-shadow: 0 0 20px var(--gold-glow);
}

.pillar-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.pillar-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-blue);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.pillar-card p {
  color: var(--text-muted);
  font-size: 0.94rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.pillar-perks {
  list-style: none;
  margin-bottom: 1.5rem;
}

.pillar-perks li {
  font-size: 0.88rem;
  color: var(--text-dim);
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.pillar-perks li i {
  color: var(--gold-primary);
  font-size: 0.85rem;
}

/* ==========================================================================
   Rooms & Suites Category Showcase
   ========================================================================== */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.room-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition-smooth);
  position: relative;
}

.room-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-gold), var(--shadow-blue);
}

.room-img-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.room-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.room-card:hover .room-img {
  transform: scale(1.08);
}

.room-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(5, 10, 22, 0.88);
  backdrop-filter: blur(8px);
  border: 1px solid var(--gold-primary);
  color: var(--gold-light);
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.room-body {
  padding: 1.75rem;
}

.room-title {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.room-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-glass);
  flex-wrap: wrap;
}

.room-meta-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.room-meta-item i {
  color: var(--gold-primary);
}

.room-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.room-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.room-price {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--gold-light);
}

.room-price span {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--text-dim);
}

/* ==========================================================================
   How to Reach Section (Prime Connectivity & Transit)
   ========================================================================== */
.connectivity-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.transit-routes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.transit-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-left: 3px solid var(--royal-blue);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  transition: var(--transition-smooth);
}

.transit-card:hover {
  border-color: var(--border-gold);
  border-left-color: var(--gold-primary);
  transform: translateY(-4px);
  box-shadow: 0 0 22px var(--gold-glow);
}

.transit-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.transit-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.15);
  border: 1.5px solid var(--royal-blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-blue);
  font-size: 1.25rem;
}

.transit-time {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold-primary);
  background: rgba(223, 158, 40, 0.12);
  border: 1px solid rgba(223, 158, 40, 0.25);
  padding: 0.25rem 0.7rem;
  border-radius: var(--radius-full);
}

.transit-card h4 {
  font-size: 1.1rem;
}

.transit-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.location-highlight-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-gold), var(--shadow-blue);
  position: relative;
}

.location-tag-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-primary));
  color: #000;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.3rem 0.95rem;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.landmarks-list {
  list-style: none;
  margin: 1.5rem 0;
}

.landmarks-list li {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.landmarks-list li i {
  color: var(--gold-primary);
}

/* ==========================================================================
   Lodge Amenities Grid
   ========================================================================== */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.amenity-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.5rem;
  text-align: center;
  transition: var(--transition-smooth);
}

.amenity-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-5px);
  box-shadow: 0 0 20px var(--gold-glow);
}

.amenity-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(223, 158, 40, 0.12);
  border: 1.5px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.45rem;
  color: var(--gold-primary);
  transition: var(--transition-smooth);
}

.amenity-card:hover .amenity-icon {
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-light));
  color: #000;
}

.amenity-card h4 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.amenity-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Dynamic Tariff Estimator
   ========================================================================== */
.estimator-wrapper {
  background: var(--bg-card);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 3.5rem;
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow-gold), var(--shadow-blue);
  max-width: 960px;
  margin: 0 auto;
}

.estimator-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
}

.form-select,
.form-input,
.form-textarea {
  width: 100%;
  background: rgba(5, 10, 22, 0.8);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  color: var(--text-main);
  font-family: var(--font-body);
  font-size: 0.94rem;
  transition: var(--transition-smooth);
}

[data-theme="light"] .form-select,
[data-theme="light"] .form-input,
[data-theme="light"] .form-textarea {
  background: rgba(255, 255, 255, 0.95);
  color: var(--text-main);
}

.form-select:focus,
.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--gold-primary);
  box-shadow: 0 0 15px var(--gold-glow);
}

.slider-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.range-slider {
  flex-grow: 1;
  accent-color: var(--gold-primary);
}

.slider-value {
  font-weight: 700;
  color: var(--gold-light);
  min-width: 60px;
}

.estimator-card-summary {
  background: rgba(9, 18, 36, 0.9);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 2.25rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-gold);
}

.summary-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.summary-price-label {
  font-size: 0.82rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.summary-price-val {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--gold-shimmer);
  margin: 0.25rem 0 1rem;
}

.summary-details {
  font-size: 0.88rem;
  color: var(--text-dim);
  margin-bottom: 1.5rem;
}

/* ==========================================================================
   Testimonials
   ========================================================================== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-top: 3px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  backdrop-filter: blur(16px);
  position: relative;
  transition: var(--transition-smooth);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-gold);
  box-shadow: 0 0 25px var(--gold-glow);
}

.testimonial-stars {
  color: var(--gold-primary);
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.testimonial-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--text-main);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold-primary);
}

.author-info h4 {
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
}

.author-info p {
  font-size: 0.82rem;
  color: var(--gold-light);
}

/* ==========================================================================
   Contact & Booking Section
   ========================================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
}

.contact-detail-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-left: 3px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  transition: var(--transition-smooth);
}

.contact-detail-card:hover {
  border-color: var(--border-gold);
  transform: translateX(5px);
  box-shadow: 0 0 18px var(--gold-glow);
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(223, 158, 40, 0.15);
  border: 1.5px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-primary);
  font-size: 1.25rem;
}

.contact-detail-text h4 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.contact-detail-text p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.contact-detail-text a {
  color: var(--text-blue);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition-smooth);
}

.contact-detail-text a:hover {
  color: var(--gold-light);
  text-decoration: underline;
}

.contact-form-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 3rem;
  backdrop-filter: blur(20px);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

/* ==========================================================================
   Footer (Powered by xisto.com)
   ========================================================================== */
.site-footer {
  background: #02050c;
  border-top: 1.5px solid var(--border-gold);
  padding: 5rem 0 2rem;
  position: relative;
  z-index: 2;
}

[data-theme="light"] .site-footer {
  background: #091224;
  color: #f8fafc;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-brand-desc {
  color: #94a3b8;
  font-size: 0.9rem;
  margin: 1.25rem 0 1.5rem;
  line-height: 1.6;
}

.footer-heading {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: var(--gold-light);
  letter-spacing: 0.08em;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition-smooth);
}

.footer-links a:hover {
  color: var(--gold-light);
  padding-left: 6px;
}

.footer-copyright a {
  color: var(--gold-light);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.footer-copyright a:hover {
  color: #ffffff;
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.newsletter-input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-full);
  padding: 0.75rem 1.25rem;
  color: #fff;
  font-size: 0.88rem;
  flex-grow: 1;
}

.newsletter-input:focus {
  outline: none;
  border-color: var(--gold-primary);
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-copyright {
  color: #64748b;
  font-size: 0.88rem;
}

/* Xisto Powered Badge */
.powered-by-xisto {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 1.35rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-full);
  text-decoration: none;
  color: #94a3b8;
  font-size: 0.88rem;
  font-weight: 500;
  transition: var(--transition-smooth);
}

.powered-by-xisto:hover {
  background: rgba(37, 99, 235, 0.2);
  border-color: var(--gold-light);
  color: #ffffff;
  box-shadow: 0 0 18px var(--gold-glow);
  transform: translateY(-2px);
}

.powered-by-xisto strong {
  color: var(--gold-light);
  font-weight: 800;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   Interactive Modals & Toasts
   ========================================================================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(2, 5, 12, 0.9);
  backdrop-filter: blur(14px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 1.5rem;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-dialog {
  background: var(--bg-secondary);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 600px;
  padding: 2.5rem;
  position: relative;
  box-shadow: var(--shadow-gold), var(--shadow-blue);
  transform: scale(0.92) translateY(20px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-overlay.active .modal-dialog {
  transform: scale(1) translateY(0);
}

.modal-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 1.6rem;
  cursor: pointer;
  transition: color 0.2s;
}

.modal-close-btn:hover {
  color: var(--gold-light);
}

/* Toast Container */
.toast-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.toast {
  background: var(--bg-secondary);
  border: 1.5px solid var(--gold-primary);
  color: var(--text-main);
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.92rem;
  animation: slideInRight 0.3s ease forwards;
}

@keyframes slideInRight {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
  .hero-booking-bar {
    grid-template-columns: 1fr 1fr;
  }

  .pillar-grid,
  .connectivity-grid,
  .contact-grid,
  .estimator-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: var(--bg-secondary);
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.25rem;
    padding: 5rem 2rem 2rem;
    box-shadow: -10px 0 30px rgba(0,0,0,0.6);
    transition: right 0.4s ease;
    overflow-y: auto;
  }

  .nav-menu.open {
    right: 0;
  }

  .nav-item-dropdown {
    width: 100%;
  }

  .nav-item-dropdown .dropdown-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: rgba(5, 10, 22, 0.6);
    border: 1px solid var(--border-gold);
    box-shadow: none;
    margin-top: 0.5rem;
    min-width: 100%;
  }

  [data-theme="light"] .nav-item-dropdown .dropdown-menu {
    background: #ffffff;
    border: 1.5px solid var(--border-gold);
  }

  [data-theme="light"] .dropdown-link {
    color: #0f172a;
  }

  [data-theme="light"] .dropdown-link:hover {
    background: rgba(223, 158, 40, 0.12);
    color: #b45309;
  }

  .dropdown-link {
    padding: 0.5rem 1rem;
    font-size: 0.88rem;
  }

  .mobile-menu-btn {
    display: block;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .hero-booking-bar {
    grid-template-columns: 1fr;
  }

  .form-row,
  .transit-routes,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .estimator-wrapper {
    padding: 2rem 1.5rem;
  }
}
