/* ==========================================================================
   OM SRI VARAHA BALAJI FAMILY A/C DORMITORY & WAITING HALL - STYLESHEET
   Spiritual Gold & Royal Blue Premium Pilgrimage Theme
   ========================================================================== */

:root {
  /* Color Palette */
  --primary-gold: #e59e12;
  --primary-gold-dark: #b87b05;
  --primary-gold-light: #fff5e0;
  --royal-navy: #0b1528;
  --royal-blue: #132746;
  --royal-blue-card: #19345d;
  --accent-gold-gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #b45309 100%);
  --accent-gold-subtle: linear-gradient(135deg, #fff9eb 0%, #fef3c7 100%);
  --dark-gradient: linear-gradient(180deg, #09101f 0%, #0e1c34 100%);
  
  --bg-main: #fcfbf8;
  --bg-card: #ffffff;
  --bg-alt: #f5efe6;
  
  --text-dark: #1e293b;
  --text-muted: #64748b;
  --text-light: #f8fafc;
  --text-gold: #d97706;
  
  --whatsapp-green: #25d366;
  --whatsapp-hover: #1eb954;
  --call-blue: #0284c7;
  --call-blue-hover: #0369a1;
  
  --border-subtle: rgba(229, 158, 18, 0.2);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(11, 21, 40, 0.08);
  --shadow-lg: 0 16px 40px rgba(11, 21, 40, 0.12);
  --shadow-gold: 0 8px 24px rgba(245, 158, 11, 0.25);
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-full: 9999px;
  
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: 'Cinzel', Georgia, serif;
}

/* Base & Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: var(--font-body);
  background-color: var(--bg-main);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 70px; /* Space for mobile sticky footer */
}

@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  transition: all 0.25s ease;
}

/* Container */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Typography & Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--royal-navy);
  font-weight: 700;
  line-height: 1.25;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-gold-light);
  color: var(--primary-gold-dark);
  border: 1px solid var(--border-subtle);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.section-title {
  font-size: 2.25rem;
  margin-bottom: 12px;
  color: var(--royal-navy);
}

.section-title span {
  background: var(--accent-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto 40px auto;
}

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

/* Top Announcement Banner */
.top-banner {
  background: var(--royal-navy);
  color: #e2e8f0;
  font-size: 0.82rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(245, 158, 11, 0.3);
}

.top-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.top-banner-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-badge-family {
  background: #dc2626;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.top-banner-phones {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.top-banner-phones a {
  color: #fef08a;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.top-banner-phones a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Header & Navbar */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(229, 158, 18, 0.15);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-icon {
  width: 48px;
  height: 48px;
  background: var(--accent-gold-gradient);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  box-shadow: var(--shadow-gold);
  flex-shrink: 0;
}

.brand-info {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--royal-navy);
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.brand-tagline {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--primary-gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.nav-link {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--royal-navy);
  position: relative;
  padding: 6px 0;
}

.nav-link:hover, .nav-link.active {
  color: var(--primary-gold-dark);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--primary-gold);
  transition: width 0.25s ease;
}

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

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.92rem;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-call-sm {
  background: #eff6ff;
  color: var(--call-blue);
  border: 1.5px solid #bfdbfe;
}

.btn-call-sm:hover {
  background: var(--call-blue);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3);
}

.btn-whatsapp-sm {
  background: #ecfdf5;
  color: #047857;
  border: 1.5px solid #a7f3d0;
}

.btn-whatsapp-sm:hover {
  background: var(--whatsapp-green);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.mobile-toggle {
  display: none;
  font-size: 1.6rem;
  color: var(--royal-navy);
}

/* Hero Section */
.hero-section {
  position: relative;
  background: var(--dark-gradient);
  color: #ffffff;
  padding: 60px 0 80px 0;
  overflow: hidden;
}

.hero-pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.06;
  background-image: radial-gradient(#f59e0b 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-badge-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.pill-holy {
  background: rgba(245, 158, 11, 0.18);
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: #fef08a;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pill-family-strict {
  background: rgba(220, 38, 38, 0.22);
  border: 1px solid #ef4444;
  color: #fca5a5;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-title {
  font-size: 2.85rem;
  line-height: 1.18;
  margin-bottom: 18px;
  color: #ffffff;
}

.hero-title span {
  background: var(--accent-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-desc {
  font-size: 1.12rem;
  color: #cbd5e1;
  margin-bottom: 28px;
  line-height: 1.6;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.btn-primary-call {
  background: var(--accent-gold-gradient);
  color: #ffffff;
  padding: 14px 28px;
  font-size: 1.05rem;
  box-shadow: 0 8px 25px rgba(217, 119, 6, 0.4);
}

.btn-primary-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(217, 119, 6, 0.55);
}

.btn-whatsapp-hero {
  background: var(--whatsapp-green);
  color: #ffffff;
  padding: 14px 26px;
  font-size: 1.05rem;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp-hero:hover {
  background: var(--whatsapp-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
}

.hero-trust-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f59e0b;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.trust-text strong {
  display: block;
  font-size: 0.95rem;
  color: #f8fafc;
}

.trust-text span {
  font-size: 0.78rem;
  color: #94a3b8;
}

/* Hero Right Visual Showcase Card */
.hero-visual-card {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 8px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.4), rgba(255, 255, 255, 0.08));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.hero-main-img-wrap {
  position: relative;
  border-radius: calc(var(--radius-lg) - 4px);
  overflow: hidden;
}

.hero-main-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-visual-card:hover .hero-main-img {
  transform: scale(1.03);
}

.hero-float-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(11, 21, 40, 0.88);
  backdrop-filter: blur(8px);
  color: #fef08a;
  border: 1px solid rgba(245, 158, 11, 0.5);
  padding: 8px 14px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: var(--shadow-md);
}

.hero-rating-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: #ffffff;
  color: var(--royal-navy);
  padding: 10px 16px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.hero-rating-stars {
  color: #eab308;
  font-size: 0.9rem;
}

.hero-rating-val {
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1;
}

.hero-rating-count {
  font-size: 0.72rem;
  color: var(--text-muted);
}

/* Family Space Highlight Banner */
.family-policy-banner {
  background: linear-gradient(90deg, #fffbeb 0%, #fef3c7 100%);
  border-top: 2px solid #fde68a;
  border-bottom: 2px solid #fde68a;
  padding: 22px 0;
}

.policy-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.policy-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.policy-icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--accent-gold-gradient);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-gold);
}

.policy-text h4 {
  font-size: 1.18rem;
  color: #92400e;
  margin-bottom: 4px;
}

.policy-text p {
  color: #78350f;
  font-size: 0.95rem;
  font-weight: 500;
}

.policy-cta-btn {
  background: var(--royal-navy);
  color: #ffffff;
  padding: 10px 22px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.policy-cta-btn:hover {
  background: var(--royal-blue-card);
  box-shadow: var(--shadow-md);
}

/* Quick Dial Direct Numbers Bar */
.quick-dial-section {
  background: var(--bg-card);
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.quick-dial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dial-card {
  background: var(--accent-gold-subtle);
  border: 1.5px solid rgba(229, 158, 18, 0.35);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: all 0.25s ease;
}

.dial-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-gold);
}

.dial-info {
  display: flex;
  flex-direction: column;
}

.dial-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary-gold-dark);
  letter-spacing: 0.05em;
}

.dial-number {
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--royal-navy);
}

.dial-btn-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--call-blue);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.dial-card:hover .dial-btn-circle {
  background: var(--accent-gold-gradient);
  transform: scale(1.08);
}

/* Stay Options & Accommodation Details */
.section-stay-options {
  padding: 80px 0;
  background: var(--bg-main);
}

.stay-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.stay-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: var(--shadow-sm);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}

.stay-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-subtle);
}

.stay-card-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.stay-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.stay-card:hover .stay-card-img {
  transform: scale(1.06);
}

.stay-type-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--royal-navy);
  color: #fef08a;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
}

.stay-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.stay-card-title {
  font-size: 1.35rem;
  margin-bottom: 8px;
  color: var(--royal-navy);
}

.stay-card-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.stay-features-list {
  list-style: none;
  margin-bottom: 24px;
  flex: 1;
}

.stay-features-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.stay-features-list li i {
  color: #16a34a;
  font-size: 0.9rem;
}

.stay-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
}

.btn-card-call {
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
  padding: 10px;
  font-size: 0.88rem;
  border-radius: var(--radius-md);
  font-weight: 700;
}

.btn-card-call:hover {
  background: #15803d;
  color: #ffffff;
}

.btn-card-wa {
  background: #eff6ff;
  color: var(--call-blue);
  border: 1px solid #bfdbfe;
  padding: 10px;
  font-size: 0.88rem;
  border-radius: var(--radius-md);
  font-weight: 700;
}

.btn-card-wa:hover {
  background: var(--call-blue);
  color: #ffffff;
}

/* Key Amenities Section */
.section-amenities {
  padding: 80px 0;
  background: var(--royal-navy);
  color: #ffffff;
  position: relative;
}

.section-amenities .section-title {
  color: #ffffff;
}

.section-amenities .section-subtitle {
  color: #94a3b8;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.amenity-card {
  background: var(--royal-blue-card);
  border: 1px solid rgba(245, 158, 11, 0.15);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  text-align: left;
  transition: all 0.3s ease;
}

.amenity-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-gold);
  background: #204174;
}

.amenity-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.amenity-card h4 {
  font-size: 1.1rem;
  color: #f8fafc;
  margin-bottom: 6px;
}

.amenity-card p {
  font-size: 0.84rem;
  color: #cbd5e1;
  line-height: 1.5;
}

/* Photo Gallery & Showcase */
.section-gallery {
  padding: 80px 0;
  background: var(--bg-alt);
}

.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.filter-btn {
  padding: 8px 20px;
  border-radius: var(--radius-full);
  background: #ffffff;
  color: var(--text-dark);
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.filter-btn.active, .filter-btn:hover {
  background: var(--accent-gold-gradient);
  color: #ffffff;
  border-color: transparent;
  box-shadow: var(--shadow-gold);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 250px;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(11, 21, 40, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  color: #ffffff;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.gallery-overlay h5 {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 2px;
}

.gallery-overlay span {
  font-size: 0.78rem;
  color: #fef08a;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lightbox-modal.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 900px;
  width: 100%;
}

.lightbox-content img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: var(--radius-md);
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
}

.lightbox-caption {
  color: #ffffff;
  text-align: center;
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Location & Landmark Distances Section */
.section-location {
  padding: 80px 0;
  background: var(--bg-main);
}

.location-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}

.location-info-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: var(--shadow-md);
}

.address-highlight {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.address-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: #fef3c7;
  color: #d97706;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.address-text h4 {
  font-size: 1.15rem;
  margin-bottom: 4px;
}

.address-text p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.landmarks-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}

.landmark-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.landmark-item i {
  color: var(--primary-gold-dark);
  font-size: 1.1rem;
}

.landmark-item strong {
  font-size: 0.88rem;
  display: block;
  color: var(--royal-navy);
}

.landmark-item span {
  font-size: 0.78rem;
  color: #16a34a;
  font-weight: 700;
}

.map-embed-container {
  height: 420px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 2px solid rgba(229, 158, 18, 0.3);
}

.map-embed-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* WhatsApp Instant Enquiry Generator */
.section-enquiry-box {
  padding: 70px 0;
  background: linear-gradient(135deg, #09101f 0%, #172d54 100%);
  color: #ffffff;
  position: relative;
}

.enquiry-card-wrapper {
  max-width: 860px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.enquiry-card-wrapper .section-title {
  color: #ffffff;
  font-size: 1.9rem;
}

.enquiry-card-wrapper .section-subtitle {
  color: #cbd5e1;
  margin-bottom: 30px;
}

.enquiry-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fef08a;
}

.form-control {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.25s ease;
}

.form-control option {
  background: var(--royal-navy);
  color: #ffffff;
}

.form-control:focus {
  border-color: var(--primary-gold);
  background: rgba(255, 255, 255, 0.18);
}

.form-group-full {
  grid-column: 1 / -1;
}

.enquiry-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btn-send-wa {
  background: var(--whatsapp-green);
  color: #ffffff;
  padding: 14px 32px;
  border-radius: var(--radius-full);
  font-size: 1.05rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
}

.btn-send-wa:hover {
  background: var(--whatsapp-hover);
  transform: translateY(-2px);
}

/* Reviews & Testimonials Section */
.section-reviews {
  padding: 80px 0;
  background: var(--bg-card);
}

.google-review-badge-large {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  box-shadow: var(--shadow-sm);
  padding: 10px 22px;
  border-radius: var(--radius-full);
  margin-bottom: 30px;
}

.google-review-badge-large .g-icon {
  font-size: 1.4rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.review-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-stars {
  color: #f59e0b;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.review-text {
  font-size: 0.92rem;
  color: var(--text-dark);
  font-style: italic;
  margin-bottom: 18px;
  line-height: 1.6;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-gold-gradient);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

.author-meta strong {
  display: block;
  font-size: 0.9rem;
  color: var(--royal-navy);
}

.author-meta span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* FAQ Section */
.section-faq {
  padding: 80px 0;
  background: var(--bg-alt);
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.faq-question {
  padding: 18px 22px;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--royal-navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #ffffff;
  width: 100%;
  text-align: left;
}

.faq-question:hover {
  color: var(--primary-gold-dark);
}

.faq-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
  color: var(--primary-gold-dark);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 22px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  padding: 0 22px 20px 22px;
  max-height: 250px;
}

/* Contact Details Footer Section */
.site-footer {
  background: var(--royal-navy);
  color: #cbd5e1;
  padding: 70px 0 30px 0;
  border-top: 3px solid var(--primary-gold);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-brand h3 {
  font-family: var(--font-serif);
  color: #ffffff;
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #94a3b8;
}

.footer-links-title {
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 8px;
}

.footer-links-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--primary-gold);
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav a {
  color: #cbd5e1;
  font-size: 0.9rem;
}

.footer-nav a:hover {
  color: #f59e0b;
  padding-left: 5px;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-contact-item i {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-top: 3px;
}

.footer-contact-item a {
  color: #ffffff;
  font-weight: 600;
}

.footer-contact-item a:hover {
  color: #f59e0b;
  text-decoration: underline;
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.82rem;
  color: #94a3b8;
}

/* Call Dialog Modal (Showing all 3 numbers) */
.call-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.call-modal.active {
  display: flex;
}

.call-modal-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 30px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: modalPop 0.25s ease-out;
}

@keyframes modalPop {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.call-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 1.4rem;
  color: var(--text-muted);
  cursor: pointer;
}

.call-modal-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #eff6ff;
  color: var(--call-blue);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
}

.call-numbers-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
}

.call-number-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  border: 1.5px solid #cbd5e1;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--royal-navy);
}

.call-number-btn:hover {
  background: var(--call-blue);
  color: #ffffff;
  border-color: var(--call-blue);
}

/* Sticky Mobile Bottom Navigation */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  padding: 10px 14px;
  z-index: 999;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.sticky-buttons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.sticky-btn-call {
  background: var(--call-blue);
  color: #ffffff;
  padding: 12px;
  border-radius: var(--radius-full);
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.35);
}

.sticky-btn-wa {
  background: var(--whatsapp-green);
  color: #ffffff;
  padding: 12px;
  border-radius: var(--radius-full);
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}

/* Floating Quick Buttons on Desktop */
.floating-side-actions {
  position: fixed;
  right: 24px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 800;
}

.float-action-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.float-action-btn:hover {
  transform: scale(1.12);
}

.float-call {
  background: var(--call-blue);
}

.float-wa {
  background: var(--whatsapp-green);
}

/* Tariff & Pricing Section */
.section-pricing {
  padding: 80px 0;
  background: var(--bg-card);
}

.pricing-notice-bar {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
  border-radius: var(--radius-md);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 600;
  font-size: 0.92rem;
  max-width: 820px;
  margin: 0 auto 40px auto;
  box-shadow: var(--shadow-sm);
}

.pricing-notice-bar i {
  color: var(--primary-gold-dark);
  font-size: 1.1rem;
}

.pricing-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.pricing-plan-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: all 0.35s ease;
}

.pricing-plan-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-gold);
}

.pricing-plan-card.featured-plan {
  border: 2px solid var(--primary-gold);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  box-shadow: 0 12px 35px rgba(245, 158, 11, 0.18);
}

.featured-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-gold-gradient);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 16px;
  border-radius: var(--radius-full);
  letter-spacing: 0.06em;
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.3);
}

.plan-header {
  margin-bottom: 20px;
}

.plan-tag {
  display: inline-block;
  background: #f1f5f9;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  margin-bottom: 10px;
}

.plan-name {
  font-size: 1.4rem;
  color: var(--royal-navy);
  margin-bottom: 6px;
}

.plan-desc {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.plan-rates-box {
  background: #f8fafc;
  border-radius: var(--radius-md);
  padding: 16px;
  margin-bottom: 24px;
  border: 1px solid #edf2f7;
}

.rate-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.rate-row:not(:last-child) {
  border-bottom: 1px dashed #e2e8f0;
}

.rate-row.highlight-row {
  padding-top: 10px;
}

.rate-label {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--royal-navy);
}

.rate-val-wrap {
  text-align: right;
}

.rate-amount {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--royal-navy);
  display: block;
  line-height: 1;
}

.featured-plan .rate-amount {
  color: var(--primary-gold-dark);
}

.rate-unit {
  font-size: 0.74rem;
  color: var(--text-muted);
}

.plan-perks {
  list-style: none;
  margin-bottom: 28px;
  flex: 1;
}

.plan-perks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.plan-perks li i {
  color: #16a34a;
  font-size: 0.92rem;
}

.plan-cta {
  margin-top: auto;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
  .pricing-cards-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .stay-cards-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin: 0 auto;
  }
  
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .location-grid {
    grid-template-columns: 1fr;
  }
  
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .quick-dial-grid {
    grid-template-columns: 1fr;
  }
  
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid var(--primary-gold);
  }
  
  .nav-menu.show {
    display: flex;
  }
  
  .mobile-toggle {
    display: block;
  }
  
  .nav-actions {
    display: none;
  }
  
  .mobile-sticky-bar {
    display: block;
  }
  
  .floating-side-actions {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 1.85rem;
  }
  
  .hero-trust-bar {
    grid-template-columns: 1fr;
  }
  
  .enquiry-form-grid {
    grid-template-columns: 1fr;
  }
  
  .amenities-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .landmarks-list {
    grid-template-columns: 1fr;
  }
  
  .top-banner {
    display: none;
  }
}
