/* ================================================================
   KALI DHAM GUEST HOUSE — Global Stylesheet
   Colors: Navy #1A3A5C | Gold #C9A84C | BG #F7F4EF | WA #25D366
================================================================ */
:root {
  --navy: #1A3A5C;
  --gold: #C9A84C;
  --bg: #F7F4EF;
  --bg-light: #ffffff;
  --whatsapp: #25D366;
  --text-main: #1A3A5C;
  --text-muted: #5A6D80;
  --border: rgba(201, 168, 76, 0.3);
  --shadow: 0 4px 24px rgba(26,58,92,0.08);
  --shadow-lg: 0 12px 40px rgba(26,58,92,0.14);
  --transition: all 0.35s ease;
  --radius: 4px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--bg);
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display', serif;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.section-py { padding: 80px 0; }
.section-py-sm { padding: 56px 0; }

/* --- Section Heading --- */
.section-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--navy);
  margin-bottom: 16px;
}
.section-subtitle {
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.gold-line {
  width: 50px;
  height: 3px;
  background: var(--gold);
  margin: 16px auto 32px;
}
.gold-line-left { margin: 16px 0 28px; }

/* ===================== TOP BAR ===================== */
.top-bar {
  background: var(--navy);
  color: rgba(255,255,255,0.9);
  padding: 9px 0;
  font-size: 0.8rem;
  font-family: 'Inter', sans-serif;
}
.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.top-bar a { color: rgba(255,255,255,0.9); transition: color 0.25s; }
.top-bar a:hover { color: var(--gold); }
.top-bar i { color: var(--gold); margin-right: 5px; }

/* ===================== NAVBAR ===================== */
.navbar {
  background: #ffffff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  padding: 14px 0;
  transition: var(--transition);
  z-index: 1000;
}
.navbar.scrolled {
  padding: 8px 0;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.navbar-brand img { height: 52px; transition: height 0.3s ease; }
.navbar.scrolled .navbar-brand img { height: 42px; }

.nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy) !important;
  padding: 8px 10px !important;
  position: relative;
  transition: color 0.25s;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nav-link:hover, .nav-link.active { color: var(--gold) !important; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }

.btn-gold {
  background: var(--gold);
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 11px 26px;
  border: 2px solid var(--gold);
  transition: var(--transition);
  display: inline-block;
}
.btn-gold:hover {
  background: transparent;
  color: var(--gold) !important;
}

/* ===================== HERO SLIDER ===================== */
.hero-swiper {
  width: 100%;
  height: 100vh;
  min-height: 480px;
}
.hero-slide {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,58,92,0.48);
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 24px;
  max-width: 860px;
}
.hero-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  opacity: 0;
}
.hero-title {
  font-size: clamp(2rem, 5.5vw, 4rem);
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  margin-bottom: 14px;
  opacity: 0;
}
.hero-sub {
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  opacity: 0;
  margin-bottom: 32px;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
.hero-cta {
  opacity: 0;
  display: inline-block;
  background: var(--gold);
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 40px;
  border: 2px solid var(--gold);
  transition: var(--transition);
}
.hero-cta:hover {
  background: transparent;
  color: var(--gold) !important;
}

/* Slide animation keyframes */
@keyframes heroUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
.swiper-slide-active .hero-label { animation: heroUp 0.7s 0.2s ease both; }
.swiper-slide-active .hero-title { animation: heroUp 0.8s 0.45s ease both; }
.swiper-slide-active .hero-sub   { animation: heroUp 0.8s 0.65s ease both; }
.swiper-slide-active .hero-cta   { animation: heroUp 0.8s 0.85s ease both; }

.swiper-pagination-bullet {
  width: 10px; height: 10px;
  background: rgba(255,255,255,0.6);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--gold);
  width: 28px;
  border-radius: 5px;
}

/* ===================== BOOKING STRIP ===================== */
.booking-strip {
  background: var(--navy);
  padding: 28px 0;
}
.booking-strip label {
  color: rgba(255,255,255,0.75);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}
.booking-strip .form-control,
.booking-strip .form-select {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 11px 14px;
  font-size: 0.9rem;
  border-radius: var(--radius);
}
.booking-strip .form-control:focus,
.booking-strip .form-select:focus {
  background: rgba(255,255,255,0.15);
  border-color: var(--gold);
  box-shadow: none;
  color: #fff;
}
.booking-strip .form-control::placeholder { color: rgba(255,255,255,0.6); }
.booking-strip .form-select option { background: var(--navy); color: #fff; }
.btn-strip {
  background: var(--gold);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 28px;
  border: 2px solid var(--gold);
  width: 100%;
  cursor: pointer;
  transition: var(--transition);
}
.btn-strip:hover { background: transparent; color: var(--gold); }

/* ===================== WHY CHOOSE US ===================== */
.why-card {
  background: var(--bg-light);
  padding: 40px 28px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
  height: 100%;
  border-bottom: 3px solid transparent;
}
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-bottom-color: var(--gold);
}
.why-icon-wrap {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, var(--navy) 0%, #2a5b8e 100%);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.why-icon-wrap i { font-size: 1.7rem; color: var(--gold); }
.why-card h4 { font-size: 1.05rem; color: var(--navy); margin-bottom: 10px; }
.why-card p { font-size: 0.88rem; color: var(--text-muted); }

/* ===================== ROOM CARDS ===================== */
.room-card {
  background: var(--bg-light);
  box-shadow: var(--shadow);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.room-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}
.room-card-img {
  position: relative;
  overflow: hidden;
  height: 230px;
}
.room-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.room-card:hover .room-card-img img { transform: scale(1.07); }
.room-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--gold); color: #fff;
  padding: 4px 14px;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  z-index: 2;
}
.room-card-body {
  padding: 24px;
  flex: 1;
}
.room-card-body h4 { font-size: 1.2rem; color: var(--navy); margin-bottom: 10px; }
.room-features { list-style: none; padding: 0; margin-bottom: 16px; }
.room-features li { font-size: 0.84rem; color: var(--text-muted); padding: 3px 0; }
.room-features li i { color: var(--gold); margin-right: 7px; width: 14px; }
.room-card-footer {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 24px;
  border-top: 1px solid #f0ece3;
  background: #fdfbf7;
}
.room-card-footer a {
  font-size: 0.82rem; font-weight: 700; font-family: 'Inter', sans-serif;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--navy); border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
  transition: color 0.25s;
}
.room-card-footer a:hover { color: var(--gold); }
.room-card-phone { font-size: 0.8rem; color: var(--text-muted); }
.room-card-phone a { color: var(--navy); font-weight: 600; }
.room-card-phone a:hover { color: var(--gold); }

/* ===================== AMENITIES ICON GRID ===================== */
.amenity-strip { background: var(--bg-light); }
.amenity-item {
  text-align: center;
  padding: 28px 16px;
}
.amenity-item .icon-circle {
  width: 64px; height: 64px;
  background: var(--bg);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  transition: var(--transition);
  border: 1px solid var(--border);
}
.amenity-item:hover .icon-circle {
  background: var(--navy);
}
.amenity-item .icon-circle i { font-size: 1.5rem; color: var(--navy); transition: color 0.3s; }
.amenity-item:hover .icon-circle i { color: var(--gold); }
.amenity-item h6 { font-size: 0.88rem; color: var(--navy); font-weight: 700; margin-bottom: 0; }

/* ===================== LARGE AMENITY CARDS ===================== */
.amenity-card {
  background: var(--bg-light);
  box-shadow: var(--shadow);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
  height: 100%;
  border-top: 3px solid transparent;
}
.amenity-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-top-color: var(--gold);
}
.amenity-card .icon-wrap {
  width: 68px; height: 68px;
  background: linear-gradient(135deg, var(--bg) 0%, #ede8df 100%);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.amenity-card .icon-wrap i { font-size: 1.7rem; color: var(--navy); }
.amenity-card h5 { font-size: 1rem; color: var(--navy); margin-bottom: 8px; font-weight: 700; }
.amenity-card p { font-size: 0.83rem; color: var(--text-muted); }

/* ===================== ABOUT SNIPPET ===================== */
.about-section { background: var(--bg); }
.about-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.about-img-wrap img { width: 100%; height: 460px; object-fit: cover; }
.about-img-badge {
  position: absolute;
  bottom: 24px; left: 24px;
  background: var(--navy);
  color: #fff;
  padding: 16px 22px;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
}
.about-img-badge span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.about-content h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.about-content p { font-size: 0.95rem; line-height: 1.8; margin-bottom: 16px; }
.stat-row { display: flex; gap: 32px; margin: 28px 0; flex-wrap: wrap; }
.stat-item { text-align: left; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--navy);
  font-weight: 700;
  line-height: 1;
  display: block;
}
.stat-label { font-size: 0.78rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }

/* ===================== TESTIMONIALS ===================== */
.testimonials-section { background: var(--bg-light); }
.testimonial-card {
  background: var(--bg);
  padding: 32px;
  border-left: 4px solid var(--gold);
  box-shadow: var(--shadow);
  transition: var(--transition);
  height: 100%;
}
.testimonial-card:hover { box-shadow: var(--shadow-lg); }
.t-stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 14px; letter-spacing: 2px; }
.t-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1rem; color: var(--navy); line-height: 1.75; margin-bottom: 20px; }
.t-author { font-size: 0.85rem; font-weight: 700; color: var(--navy); font-family: 'Inter', sans-serif; }
.t-location { font-size: 0.78rem; color: var(--text-muted); }

/* ===================== LOCATION ===================== */
.location-section { background: var(--bg); }
.map-box {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 420px;
}
.map-box iframe { width: 100%; height: 100%; border: 0; }
.contact-info-card {
  background: var(--bg-light);
  padding: 36px;
  box-shadow: var(--shadow);
  height: 100%;
}
.contact-info-card h4 { font-size: 1.4rem; color: var(--navy); margin-bottom: 24px; }
.ci-item { display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start; }
.ci-item i { color: var(--gold); font-size: 1rem; margin-top: 3px; min-width: 18px; }
.ci-item p { margin: 0; font-size: 0.9rem; line-height: 1.6; }
.ci-item a { color: var(--navy); font-weight: 600; }
.ci-item a:hover { color: var(--gold); }
.btn-wa {
  background: var(--whatsapp);
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 28px;
  border: none;
  display: inline-flex; align-items: center; gap: 9px;
  transition: var(--transition);
  cursor: pointer;
}
.btn-wa:hover { background: #1ebe57; transform: translateY(-2px); }
.btn-navy {
  background: var(--navy);
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 28px;
  border: 2px solid var(--navy);
  display: inline-block;
  transition: var(--transition);
}
.btn-navy:hover { background: transparent; color: var(--navy) !important; }

/* ===================== CTA BANNER ===================== */
.cta-section {
  background: linear-gradient(135deg, var(--navy) 0%, #1e4872 100%);
  padding: 90px 0;
  text-align: center;
}
.cta-section h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 14px; }
.cta-section p { color: rgba(255,255,255,0.82); font-size: 1.05rem; margin-bottom: 36px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===================== PAGE HERO (inner pages) ===================== */
.page-hero {
  background: linear-gradient(140deg, var(--navy) 0%, #1e4872 100%);
  padding: 100px 0 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.page-hero h1 { color: #fff; font-size: clamp(1.9rem, 4.5vw, 3rem); margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,0.82); font-size: 1rem; }
.breadcrumb-wrap {
  display: flex; justify-content: center; gap: 8px;
  font-size: 0.82rem; color: rgba(255,255,255,0.65);
  margin-top: 14px;
}
.breadcrumb-wrap a { color: var(--gold); }
.breadcrumb-wrap span { color: rgba(255,255,255,0.4); }

/* ===================== ROOM DETAIL (rooms.html) ===================== */
.room-detail {
  background: var(--bg-light);
  box-shadow: var(--shadow);
  margin-bottom: 36px;
  transition: var(--transition);
}
.room-detail:hover { box-shadow: var(--shadow-lg); }
.room-detail-img { height: 300px; overflow: hidden; }
.room-detail-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.room-detail:hover .room-detail-img img { transform: scale(1.04); }
.room-detail-body { padding: 32px; }
.room-detail-body h3 { font-size: 1.6rem; color: var(--navy); margin-bottom: 14px; }
.room-detail-body p { font-size: 0.93rem; line-height: 1.75; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.ftag {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 5px 14px;
  font-size: 0.78rem;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.avail-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.8rem; font-weight: 700; color: #27ae60;
  background: #e8f8ec; padding: 5px 14px;
  margin-bottom: 16px;
}

/* Booking Stepper */
.booking-process { margin: 48px 0; }
.stepper { display: flex; flex-wrap: wrap; gap: 0; justify-content: center; }
.step-item {
  flex: 1; min-width: 100px; max-width: 160px;
  text-align: center;
  position: relative;
  padding: 0 8px;
}
.step-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 27px; left: 65%;
  width: 70%; height: 2px;
  background: var(--gold); z-index: 0;
}
.step-circle {
  width: 56px; height: 56px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  position: relative; z-index: 1;
  border: 3px solid var(--gold);
}
.step-circle i { color: var(--gold); font-size: 1.2rem; }
.step-item h6 { font-size: 0.8rem; color: var(--navy); font-weight: 700; margin-bottom: 4px; }
.step-item p { font-size: 0.72rem; color: var(--text-muted); }

/* Info Box */
.info-box {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 28px 32px;
}
.info-box h5 { color: var(--navy); margin-bottom: 16px; font-size: 1.1rem; }
.info-row { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 12px; font-size: 0.9rem; }
.info-row i { color: var(--gold); margin-top: 2px; min-width: 18px; }
.info-row strong { color: var(--navy); }

/* ===================== GALLERY ===================== */
.gallery-filter {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px; margin-bottom: 40px;
}
.filter-btn {
  padding: 9px 24px;
  background: transparent;
  border: 2px solid var(--navy);
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; transition: var(--transition);
}
.filter-btn.active, .filter-btn:hover {
  background: var(--navy); color: #fff;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.42s ease;
  display: block;
}
.gallery-overlay {
  position: absolute; inset: 0;
  background: rgba(201,168,76,0.82);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s ease;
}
.gallery-overlay i { color: #fff; font-size: 2rem; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item:hover img { transform: scale(1.1); }
#gallery-count { font-size: 0.85rem; color: var(--text-muted); }

/* ===================== TEAM (about.html) ===================== */
.team-card {
  background: var(--bg-light);
  box-shadow: var(--shadow);
  padding: 36px 28px;
  text-align: center;
  transition: var(--transition);
  height: 100%;
  border-top: 4px solid var(--gold);
}
.team-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.team-avatar {
  width: 88px; height: 88px;
  background: linear-gradient(135deg, var(--navy), #2a5b8e);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.team-avatar i { font-size: 2.4rem; color: var(--gold); }
.team-card h4 { font-size: 1.15rem; color: var(--navy); margin-bottom: 4px; }
.team-card .role { color: var(--gold); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.team-card p { font-size: 0.87rem; line-height: 1.65; }

.future-callout {
  background: var(--bg-light);
  border-left: 5px solid var(--gold);
  padding: 40px 36px;
  box-shadow: var(--shadow);
}
.future-callout h4 { color: var(--navy); margin-bottom: 16px; font-size: 1.4rem; }
.future-callout p { font-size: 0.93rem; line-height: 1.8; margin-bottom: 12px; }

.kolkata-office {
  background: var(--navy);
  color: rgba(255,255,255,0.88);
  padding: 36px;
}
.kolkata-office h5 { color: var(--gold); margin-bottom: 18px; font-size: 1.1rem; }
.kolkata-office p { font-size: 0.9rem; margin-bottom: 10px; }
.kolkata-office i { color: var(--gold); margin-right: 8px; }
.kolkata-office a { color: rgba(255,255,255,0.88); }
.kolkata-office a:hover { color: var(--gold); }

/* ===================== BOOKING FORM ===================== */
.booking-form-wrap {
  background: var(--bg-light);
  padding: 40px;
  box-shadow: var(--shadow);
}
.form-label {
  font-weight: 600; font-size: 0.84rem;
  color: var(--navy);
  letter-spacing: 0.04em; text-transform: uppercase;
}
.form-control, .form-select {
  border: 1.5px solid #ddd5c5;
  border-radius: var(--radius);
  padding: 11px 14px;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.form-control:focus, .form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.form-control.is-invalid { border-color: #dc3545; }
.booking-info-panel {
  background: var(--navy);
  padding: 36px;
  height: 100%;
}
.booking-info-panel h4 { color: var(--gold); font-size: 1.25rem; margin-bottom: 24px; }
.bstep { display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start; }
.bstep-num {
  background: var(--gold); color: #fff;
  width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.82rem; font-weight: 800; flex-shrink: 0;
}
.bstep-text { font-size: 0.87rem; color: rgba(255,255,255,0.85); padding-top: 5px; }
.booking-note { background: rgba(255,255,255,0.08); padding: 16px; margin-top: 24px; }
.booking-note p { font-size: 0.82rem; color: rgba(255,255,255,0.75); margin: 0 0 6px; }
.booking-note p:last-child { margin-bottom: 0; }
.booking-note i { color: var(--gold); margin-right: 6px; }
.success-alert {
  display: none;
  background: #d4edda; border: 1px solid #c3e6cb;
  color: #155724; padding: 18px 22px;
  border-radius: var(--radius); margin-bottom: 22px;
  font-weight: 600; font-size: 0.95rem;
}
.success-alert.show { display: block; }

/* ===================== CONTACT ===================== */
.contact-box {
  background: var(--bg-light);
  padding: 28px;
  box-shadow: var(--shadow);
  border-top: 3px solid var(--gold);
  margin-bottom: 24px;
}
.contact-box h5 { color: var(--navy); margin-bottom: 16px; font-size: 1.05rem; }
.cbox-item { display: flex; gap: 12px; margin-bottom: 12px; font-size: 0.88rem; align-items: flex-start; }
.cbox-item i { color: var(--gold); margin-top: 2px; min-width: 18px; }
.cbox-item a { color: var(--navy); font-weight: 600; }
.cbox-item a:hover { color: var(--gold); }
.direction-item { display: flex; gap: 10px; margin-bottom: 10px; font-size: 0.87rem; align-items: flex-start; }
.direction-item i { color: var(--gold); margin-top: 2px; min-width: 18px; }
.distance-card {
  background: var(--bg-light);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}
.distance-table { width: 100%; border-collapse: collapse; }
.distance-table tr { border-bottom: 1px solid #f0ece3; }
.distance-table td { padding: 12px 8px; font-size: 0.88rem; vertical-align: middle; }
.distance-table td:last-child { text-align: right; }

/* ===================== FOOTER ===================== */
.footer {
  background: var(--navy);
  padding: 72px 0 0;
  color: rgba(255,255,255,0.78);
}
.footer-logo { height: 56px; filter: brightness(0) invert(1); margin-bottom: 14px; }
.footer-tagline { font-style: italic; font-size: 0.9rem; opacity: 0.75; margin-bottom: 20px; }
.footer h5 {
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  font-size: 1.05rem;
  margin-bottom: 22px;
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a {
  font-size: 0.88rem; color: rgba(255,255,255,0.72);
  transition: var(--transition);
  display: inline-flex; align-items: center; gap: 6px;
}
.footer-links a::before { content: '›'; color: var(--gold); font-size: 1rem; }
.footer-links a:hover { color: var(--gold); padding-left: 4px; }
.footer-contact p {
  font-size: 0.88rem;
  display: flex; gap: 10px; align-items: flex-start;
  margin-bottom: 10px;
}
.footer-contact i { color: var(--gold); margin-top: 3px; min-width: 16px; }
.footer-contact a { color: rgba(255,255,255,0.75); }
.footer-contact a:hover { color: var(--gold); }
.social-links { display: flex; gap: 10px; margin-top: 20px; }
.social-links a {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.78); font-size: 0.92rem;
  transition: var(--transition);
}
.social-links a:hover { background: var(--gold); color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  margin-top: 48px;
  text-align: center;
  font-size: 0.82rem;
  opacity: 0.65;
}

/* ===================== WHATSAPP FLOAT ===================== */
.whatsapp-float {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 60px; height: 60px;
  background: var(--whatsapp);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  z-index: 9998;
  animation: waPulse 2s infinite;
}
.whatsapp-float i { font-size: 28px; color: #fff; }
.wa-tooltip {
  position: absolute;
  right: 70px;
  white-space: nowrap;
  background: var(--navy);
  color: #fff;
  padding: 7px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  box-shadow: var(--shadow);
}
.whatsapp-float:hover .wa-tooltip { opacity: 1; }

@keyframes waPulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,0.65); }
  70%  { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 991px) {
  .section-py { padding: 60px 0; }
  .hero-swiper { height: 80vh; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .about-img-wrap img { height: 360px; }
  .booking-info-panel { margin-top: 24px; }
  .stepper .step-item:not(:last-child)::after { display: none; }
}
@media (max-width: 767px) {
  .section-py { padding: 48px 0; }
  .hero-swiper { height: 70vh; min-height: 420px; }
  .top-bar-left { display: none !important; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 7px; }
  .about-img-wrap img { height: 280px; }
  .booking-form-wrap { padding: 24px; }
  .map-box { height: 280px; }
  .cta-section { padding: 64px 0; }
  .step-item { min-width: 80px; }
  .page-hero { padding: 80px 0 52px; }
  .stat-row { gap: 20px; }
}
@media (max-width: 575px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .hero-swiper { height: 65vh; }
  .stepper { gap: 16px; }
  .room-detail-body { padding: 22px; }
}

/* Misc */
.bg-cream { background: var(--bg); }
.text-gold { color: var(--gold) !important; }
.text-navy { color: var(--navy) !important; }
.border-top-gold { border-top: 3px solid var(--gold); }
.navbar-toggler { border: 1px solid rgba(26,58,92,0.3); }
.navbar-toggler:focus { box-shadow: none; }
