/*
  Nirvanica Resort - Global Styles
  Design: minimalist, natural, elegant. Earthy palette.
  Optimized for fast loading and performance.
*/

/* CRITICAL CARD BACKGROUND FIX - MAXIMUM PRIORITY */
.card {
  background: #ffffff !important;
  color: #1a1a1a !important;
}

.card * {
  background: transparent !important;
  color: #1a1a1a !important;
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
  color: #1f4d3a !important;
}

.card .meta {
  color: #666666 !important;
}

/* MAKE BANASURA LAKE VIEW BOLD */
.brand .logo,
.site-footer h4,
h1, h2, h3, h4, h5, h6 {
  font-weight: bold !important;
}

/* Homepage hero brand name styling - White with different font */
.hero-content h1,
.hero h1 {
  font-weight: 800 !important;
  color: #ffffff !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  letter-spacing: 2px;
  font-family: 'Georgia', serif;
  text-transform: uppercase;
  font-size: 2.5rem;
}

/* CONTACT PAGE SPECIFIC - REMOVE ALL BLACK BOXES */
.contact-grid .card,
.contact-grid .card-body,
.contact-grid .card *,
.contact-grid .card-body * {
  background: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid rgba(31,77,58,0.1) !important;
}

.contact-grid .card h3,
.contact-grid .card-body h3 {
  color: #1f4d3a !important;
  background: transparent !important;
}

/* CRITICAL CONTACT VISIBILITY - MAXIMUM PRIORITY */
.contact-details, .contact-details *, .quick-info, .quick-info * {
  color: #1a1a1a !important;
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.contact-details strong, .quick-info strong {
  color: #1f4d3a !important;
  font-weight: bold !important;
}

.contact-details a, .quick-info a {
  color: #1f4d3a !important;
  text-decoration: none !important;
}

.contact-details a:hover, .quick-info a:hover {
  color: #2b614a !important;
  text-decoration: underline !important;
}

/* ULTRA STRONG TEXT OVERRIDES - CLEAN VISIBILITY WITHOUT SHADOWS */
body * {
  color: #1a1a1a !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #1f4d3a !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
}

body p, body span, body div, body a {
  color: #1a1a1a !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
}

/* Force contact information - CLEAN VISIBILITY */
.contact-details, .contact-details *, .quick-info, .quick-info * {
  color: #1a1a1a !important;
  text-shadow: none !important;
  background: transparent !important;
  -webkit-text-stroke: none !important;
  font-weight: normal !important;
}

.contact-details strong, .quick-info strong {
  color: #1f4d3a !important;
  text-shadow: none !important;
  font-weight: bold !important;
  -webkit-text-stroke: none !important;
}

.contact-details a, .quick-info a {
  color: #1f4d3a !important;
  text-shadow: none !important;
  text-decoration: underline !important;
  -webkit-text-stroke: none !important;
  font-weight: normal !important;
}

/* Critical CSS for booking page */
.booking-page {
  background: var(--white) !important;
}

.booking-hero,
.booking-section,
.booking-form-container {
  background: var(--white) !important;
}

/* Force text visibility on all pages - STRONG OVERRIDE */
body, body * {
  color: var(--ink) !important;
  opacity: 1 !important;
  visibility: visible !important;
  background-color: transparent !important;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--forest) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

p, li, span, div, a {
  color: var(--ink) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Ensure no text is hidden */
* {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Force all cards to have white backgrounds and visible text */
.card {
  background: #ffffff !important;
  color: #1a1a1a !important;
}

.card * {
  background: transparent !important;
  color: #1a1a1a !important;
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
  color: #1f4d3a !important;
  background: transparent !important;
}

.card .meta {
  color: #666666 !important;
  background: transparent !important;
}

/* Force all sections to have proper backgrounds and text visibility */
.section, .section * {
  background: transparent !important;
  color: var(--ink) !important;
}

.section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
  color: var(--forest) !important;
}

/* Force navigation to be visible */
.nav-links a, .site-header a {
  color: var(--ink) !important;
}

.nav-links a:hover, .site-header a:hover {
  color: var(--forest) !important;
}

/* CLEAN FOOTER AND HEADER - NO SHADOWS */
.site-footer, .site-footer * {
  color: #1a1a1a !important;
  background: transparent !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
  font-weight: normal !important;
}

.site-footer h4 {
  color: #1f4d3a !important;
  background: transparent !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
  font-weight: bold !important;
}

/* Make footer brand name bold - Forest green with modern style */
.site-footer h4:first-child {
  font-weight: 800 !important;
  color: #1a3d2e !important;
  text-shadow: 2px 2px 4px rgba(26, 61, 46, 0.3);
  letter-spacing: 1px;
  font-family: 'Arial', sans-serif;
  text-transform: capitalize;
}

.site-footer a {
  color: #1f4d3a !important;
  background: transparent !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
  font-weight: normal !important;
}

.site-footer a:hover {
  color: #2b614a !important;
  text-decoration: underline !important;
  background: transparent !important;
}

/* Site header overrides - CLEAN */
.site-header, .site-header * {
  color: #1a1a1a !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
  font-weight: normal !important;
}

.site-header a {
  color: #1a1a1a !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
  font-weight: normal !important;
}

/* Make brand name bold in header - White with modern style */
.site-header .brand .logo {
  font-weight: 800 !important;
  color: #ffffff !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
}

/* Force header brand name to be deep forest green - STRONG OVERRIDE */
.site-header .brand {
  color: #1a3d2e !important;
}

.site-header .brand .logo {
  color: #1a3d2e !important;
  font-weight: 800 !important;
  text-shadow: 2px 2px 4px rgba(26, 61, 46, 0.3) !important;
  letter-spacing: 1px !important;
  font-family: 'Arial', sans-serif !important;
  text-transform: capitalize !important;
}

/* FIX CONTACT US BUTTON VISIBILITY */
.btn, .btn * {
  color: #ffffff !important;
  background: #1f4d3a !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
  font-weight: bold !important;
  border: 2px solid #1f4d3a !important;
}

.btn:hover, .btn:hover * {
  color: #ffffff !important;
  background: #2b614a !important;
  border: 2px solid #2b614a !important;
}

.btn.invert {
  color: #1f4d3a !important;
  background: #ffffff !important;
  border: 2px solid #1f4d3a !important;
}

.btn.invert:hover {
  color: #ffffff !important;
  background: #1f4d3a !important;
  border: 2px solid #1f4d3a !important;
}

/* CTA BUTTON SPECIFIC STYLING */
.cta-animate, .btn-primary, .btn-secondary {
  color: #ffffff !important;
  background: #1f4d3a !important;
  border: 2px solid #1f4d3a !important;
  font-weight: bold !important;
  text-decoration: none !important;
  display: inline-block !important;
  padding: 12px 24px !important;
  border-radius: 4px !important;
}

.cta-animate:hover, .btn-primary:hover, .btn-secondary:hover {
  color: #ffffff !important;
  background: #2b614a !important;
  border: 2px solid #2b614a !important;
  text-decoration: none !important;
}

/* Hero button styling */
.hero-content .btn {
  color: #ffffff !important;
  background: #1f4d3a !important;
  border: 2px solid #1f4d3a !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

/* MODERN CONTACT US BUTTON - HIGHLY ATTRACTIVE */
.modern-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #1f4d3a 0%, #2b614a 50%, #1f4d3a 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(31, 77, 58, 0.3);
  transform: translateY(0);
  text-transform: uppercase;
}

.modern-contact-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s;
}

.modern-contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(31, 77, 58, 0.4);
  background: linear-gradient(135deg, #2b614a 0%, #1f4d3a 50%, #2b614a 100%);
  color: #ffffff !important;
  text-decoration: none !important;
}

.modern-contact-btn:hover::before {
  left: 100%;
}

.modern-contact-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(31, 77, 58, 0.3);
}

.modern-contact-btn .btn-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.modern-contact-btn:hover .btn-icon {
  transform: scale(1.1);
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .modern-contact-btn {
    padding: 14px 28px;
    font-size: 15px;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .modern-contact-btn {
    padding: 12px 24px;
    font-size: 14px;
    gap: 8px;
  }
}

/* Pulse animation for extra attention */
.modern-contact-btn.pulse {
  animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(31, 77, 58, 0.3);
  }
  50% {
    box-shadow: 0 8px 25px rgba(31, 77, 58, 0.6), 0 0 20px rgba(31, 77, 58, 0.3);
  }
}

/* Contact page specific overrides - CLEAN WHITE CARDS */
.contact-grid .card {
  background: #ffffff !important;
  color: #1a1a1a !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
  font-weight: normal !important;
}

.contact-grid .card * {
  background: transparent !important;
  color: #1a1a1a !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
  font-weight: normal !important;
}

.contact-grid .card h3 {
  color: #1f4d3a !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
  font-weight: bold !important;
  background: transparent !important;
}

.contact-grid .card a {
  color: #1f4d3a !important;
  text-shadow: none !important;
  -webkit-text-stroke: none !important;
  font-weight: normal !important;
  text-decoration: underline !important;
  background: transparent !important;
}

.contact-grid .card p {
  color: #1a1a1a !important;
  background: transparent !important;
}

.contact-grid .card strong {
  color: #1f4d3a !important;
  background: transparent !important;
}

:root {
  --forest: #1f4d3a;
  --forest-80: #2b614a;
  --beige: #efe9dd;
  --beige-70: #e3d9c6;
  --brown: #8a6b4f;
  --ink: #1a1a1a;
  --white: #ffffff;
  --muted: #6b7b73;
  --maxw: 1200px;
  --radius: 14px;
  --shadow-soft: 0 10px 30px rgba(0,0,0,0.08);
  --shadow-hover: 0 16px 40px rgba(0,0,0,0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--ink) !important;
  background: var(--beige);
  line-height: 1.6;
}

img, video { 
  display: block; 
  max-width: 100%; 
  height: auto; 
}

/* Image optimization */
img {
  content-visibility: auto;
}

/* Layout */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(239,233,221,0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(31,77,58,0.08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-decoration: none;
}
.brand .logo { display: block; }
.brand .tag { margin: 0; line-height: 1.2; }
.brand .logo {
  color: var(--forest);
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 20px;
}
.brand .tag {
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  gap: 18px;
}
.nav-links a {
  text-decoration: none;
  color: var(--forest);
  padding: 8px 12px;
  border-radius: 999px;
  transition: background-color .2s ease, color .2s ease;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: var(--forest);
  color: var(--beige);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}

/* Footer */
footer.site-footer {
  background: linear-gradient(180deg, rgba(31,77,58,0.06), rgba(31,77,58,0.12));
  padding: 40px 0;
  margin-top: 60px;
  border-top: 1px solid rgba(31,77,58,0.08);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
}
.footer-grid h4 { margin: 0 0 10px; color: var(--forest); }
.footer-grid a { color: var(--forest-80); text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; }
.copyright {
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
}

/* Hero Video */
.hero {
  position: relative;
  height: 100svh;
  min-height: 560px;
  width: 100%;
  overflow: hidden;
  background: #0d1613;
}
.hero video {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05);
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.2) 40%, rgba(239,233,221,0.0) 70%);
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--beige);
  padding: 0 20px;
}
.hero h1 {
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: clamp(36px, 6vw, 64px);
}
.hero p.tagline {
  margin: 0 0 24px;
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 600;
  background: linear-gradient(90deg, var(--forest), var(--white));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 12px rgba(0,0,0,0.2);
}

.btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--beige);
  color: var(--forest);
  text-decoration: none;
  font-weight: 600;
  box-shadow: var(--shadow-soft);
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.btn.invert { background: var(--forest); color: var(--beige); }

/* Sections */
section.section {
  padding: 70px 0;
}
section.section .section-head {
  margin-bottom: 16px;
}
section.section h2 {
  margin: 0 0 8px;
  color: var(--forest) !important;
  font-size: clamp(24px, 4vw, 36px);
}
section.section p.lead {
  color: var(--muted);
  font-size: 18px;
}

/* Cards and grids */
.grid {
  display: grid;
  gap: 20px;
}
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: #ffffff !important;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  border: 1px solid rgba(31,77,58,0.08);
  color: #1a1a1a !important;
}

.card .card-body { 
  padding: 18px; 
  background: #ffffff !important;
  color: #1a1a1a !important;
}

.card h3 { 
  margin: 0 0 8px; 
  color: #1f4d3a !important; 
}

.card .meta { 
  color: #666666 !important; 
  font-size: 14px; 
}

.card p, .card li {
  color: #1a1a1a !important;
}

/* Force all text in cards to be visible - OVERRIDE */
.card * {
  color: #1a1a1a !important;
  background: transparent !important;
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
  color: #1f4d3a !important;
}

.card .meta {
  color: #666666 !important;
}

/* Contact information styling - STRONG OVERRIDES */
.contact-details, .contact-details * {
  color: var(--ink) !important;
  background: transparent !important;
}

.contact-details a, .quick-info a {
  color: var(--forest) !important;
  text-decoration: none;
  transition: color 0.3s ease;
  background: transparent !important;
}

.contact-details a:hover, .quick-info a:hover {
  color: var(--forest-80) !important;
  text-decoration: underline;
}

.contact-details strong, .quick-info strong {
  color: var(--forest) !important;
  background: transparent !important;
}

/* Force contact section visibility */
.card .card-body h3 {
  color: var(--forest) !important;
  background: transparent !important;
}

.card .card-body p {
  color: var(--ink) !important;
  background: transparent !important;
}

.card .card-body a {
  color: var(--forest) !important;
  background: transparent !important;
}

/* Room cards - consistent image sizing */
.grid.cols-3 .card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
}

/* Gallery */
.gallery-grid { grid-template-columns: repeat(3, 1fr); }
.gallery-grid img { width: 100%; height: 260px; object-fit: cover; border-radius: 10px; }
.lightbox {
  position: fixed; inset: 0; display: none;
  align-items: center; justify-content: center;
  background: rgba(0,0,0,0.85);
  z-index: 2000;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 12px; box-shadow: var(--shadow-hover); }
.lightbox .close { position: absolute; top: 20px; right: 20px; color: #fff; font-size: 28px; cursor: pointer; }

/* Contact */
.contact-grid { grid-template-columns: 1.2fr 1fr; }
.contact-card form {
  display: grid; gap: 12px;
}
.input, textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(31,77,58,0.18);
  background: #fff;
  font: inherit;
}
textarea { min-height: 120px; resize: vertical; }

.map-embed {
  border: 0; width: 100%; height: 100%; min-height: 320px; border-radius: 12px; box-shadow: var(--shadow-soft);
}

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }

/* Homepage subtle animations */
.fade-in-up { opacity: 0; transform: translateY(16px); animation: fadeUpIn .8s ease forwards; }
.fade-in-up.delay-1 { animation-delay: .15s; }
.fade-in-up.delay-2 { animation-delay: .3s; }
.fade-in-up.delay-3 { animation-delay: .45s; }

@keyframes fadeUpIn { to { opacity: 1; transform: translateY(0); } }

/* CTA button animation */
.cta-animate { position: relative; animation: popIn .6s ease-out .1s both; }
.cta-animate:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,0.15); }

@keyframes popIn {
  0% { opacity: 0; transform: translateY(10px) scale(0.98); }
  60% { opacity: 1; transform: translateY(0) scale(1.02); }
  100% { transform: translateY(0) scale(1); }
}

/* Utilities */
.muted { color: var(--muted); }
.spacer { height: 40px; }


/* Enhanced Responsive Design */

/* Large Desktop (1400px+) */
@media (min-width: 1400px) {
  .container { max-width: 1400px; }
  .hero-content h1 { font-size: 4rem; }
  .section-head h2 { font-size: 3rem; }
}

/* Desktop (1024px - 1399px) */
@media (min-width: 1024px) and (max-width: 1399px) {
  .container { max-width: 1200px; }
  .hero-content h1 { font-size: 3.5rem; }
}

/* Tablet Landscape (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .container { max-width: 100%; padding: 0 20px; }
  .grid.cols-3 { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-content h1 { font-size: 2.8rem; }
  .section-head h2 { font-size: 2.2rem; }
  
  /* Touch-friendly buttons */
  .btn { padding: 16px 32px; font-size: 1.1rem; }
  
  /* Better card spacing */
  .card { margin-bottom: 20px; }
}

/* Tablet Portrait (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
  .container { padding: 0 16px; }
  .grid.cols-2, .grid.cols-3 { grid-template-columns: 1fr; gap: 16px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .hero-content h1 { font-size: 2.4rem; }
  .section-head h2 { font-size: 2rem; }
  
  /* Mobile navigation */
  .nav-links { 
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background: rgba(239,233,221,0.98); 
    backdrop-filter: blur(10px);
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { 
    font-size: 1.5rem; 
    margin: 10px 0; 
    padding: 15px 30px;
    border-radius: 25px;
    background: rgba(255,255,255,0.8);
    transition: all 0.3s ease;
  }
  .nav-links a:hover { background: rgba(255,255,255,1); transform: scale(1.05); }
  .nav-toggle { 
    display: inline-flex; 
    position: relative;
    z-index: 1001;
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
    padding: 8px;
  }
  
  /* Touch-friendly interactions */
  .btn { padding: 18px 36px; font-size: 1.2rem; min-height: 48px; }
  .card { margin-bottom: 16px; }
  .card img { height: 200px; }
  
  /* Footer adjustments */
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}

/* Mobile (320px - 480px) */
@media (max-width: 480px) {
  .container { padding: 0 12px; }
  .grid.cols-2, .grid.cols-3 { grid-template-columns: 1fr; gap: 12px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 10px; }
  
  /* Typography scaling */
  .hero-content h1 { font-size: 2rem; line-height: 1.2; }
  .section-head h2 { font-size: 1.8rem; }
  .section-head .lead { font-size: 1rem; }
  .card-body h3 { font-size: 1.3rem; }
  .card-body .meta { font-size: 0.9rem; }
  
  /* Mobile navigation */
  .nav-links { 
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background: rgba(239,233,221,0.98); 
    backdrop-filter: blur(10px);
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { 
    font-size: 1.4rem; 
    margin: 8px 0; 
    padding: 12px 24px;
    border-radius: 20px;
    background: rgba(255,255,255,0.8);
    transition: all 0.3s ease;
    text-align: center;
    width: 200px;
  }
  .nav-links a:hover { background: rgba(255,255,255,1); transform: scale(1.05); }
  .nav-toggle { 
    display: inline-flex; 
    position: relative;
    z-index: 1001;
    background: rgba(255,255,255,0.9);
    border-radius: 6px;
    padding: 6px;
    font-size: 1.2rem;
  }
  
  /* Touch-friendly buttons */
  .btn { 
    padding: 16px 32px; 
    font-size: 1.1rem; 
    min-height: 48px;
    border-radius: 25px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
  
  /* Card adjustments */
  .card { margin-bottom: 12px; }
  .card img { height: 180px; }
  
  /* Footer single column */
  .footer-grid { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  
  /* Form improvements */
  .input, textarea { 
    padding: 16px; 
    font-size: 16px; /* Prevents zoom on iOS */
    border-radius: 12px;
  }
  
  /* Gallery mobile optimization */
  .gallery-grid img { height: 200px; }
  
  /* Hero video adjustments */
  .hero video { height: 60vh; }
  .hero-content { padding: 20px; }
}

/* Ultra-wide screens (1920px+) */
@media (min-width: 1920px) {
  .container { max-width: 1600px; }
  .hero-content h1 { font-size: 4.5rem; }
  .section-head h2 { font-size: 3.5rem; }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card img, .gallery-grid img { image-rendering: -webkit-optimize-contrast; }
}

/* Landscape orientation adjustments */
@media (orientation: landscape) and (max-height: 500px) {
  .hero { height: 100vh; }
  .hero-content h1 { font-size: 2rem; }
  .section { padding: 40px 0; }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  :root {
    --white: #1a1a1a;
    --muted: #888;
    --forest: #4a7c59;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Banasura Lake View Page Styles */
.hero-section {
  background: linear-gradient(135deg, #1f4d3a 0%, #2b614a 50%, #8a6b4f 100%);
  color: var(--white);
  padding: 120px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 300;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin: 0 0 40px;
  opacity: 0.9;
  font-weight: 300;
}

.bg-light {
  background: #f8f6f2;
}

.bg-accent {
  background: linear-gradient(135deg, #8a6b4f 0%, #a67c52 100%);
  color: var(--white);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.feature-card {
  text-align: center;
  padding: 40px 30px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.feature-card h3 {
  font-size: 1.5rem;
  margin: 0 0 15px;
  color: var(--forest);
  font-weight: 500;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.gallery-item {
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.02);
}

/* Faster, smoother gallery image reveal */
.gallery-grid img {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: opacity .45s ease, transform .45s ease;
}
.gallery-grid img.loaded,
.gallery-grid img[data-loaded="true"] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Subtle hover zoom */
.gallery-grid img { will-change: transform; }
.gallery-grid img:hover { transform: scale(1.03); }

/* Staggered animation for gallery items */
.gallery-grid img:nth-child(1) { transition-delay: .05s; }
.gallery-grid img:nth-child(2) { transition-delay: .10s; }
.gallery-grid img:nth-child(3) { transition-delay: .15s; }
.gallery-grid img:nth-child(4) { transition-delay: .20s; }
.gallery-grid img:nth-child(5) { transition-delay: .25s; }
.gallery-grid img:nth-child(6) { transition-delay: .30s; }
.gallery-grid img:nth-child(7) { transition-delay: .35s; }
.gallery-grid img:nth-child(8) { transition-delay: .40s; }

.image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8e2d5 0%, #d4c4a8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brown);
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  padding: 20px;
}

.contact-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.contact-content h2 {
  font-size: 2.5rem;
  margin: 0 0 20px;
  font-weight: 300;
}

.contact-content p {
  font-size: 1.1rem;
  margin: 0 0 40px;
  opacity: 0.9;
}

.contact-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-whatsapp {
  background: #25d366;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
  background: #21bf5b;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp svg {
  width: 20px;
  height: 20px;
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 13px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: var(--white);
  color: var(--brown);
  transform: translateY(-2px);
}

/* Smooth scrolling enhancement */
html {
  scroll-behavior: smooth;
}

/* Desktop Enhancements */

/* Enhanced hover states for desktop */
@media (hover: hover) and (pointer: fine) {
  .card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }
  
  .card img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .card:hover img {
    transform: scale(1.05);
  }
  
  .btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
  
  .btn.invert:hover {
    background: var(--white);
    color: var(--forest);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
  }
  
  /* Gallery hover effects */
  .gallery-grid img {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .gallery-grid img:hover {
    transform: scale(1.08) rotate(1deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  }
  
  /* Navigation hover effects */
  .nav-links a {
    position: relative;
    transition: all 0.3s ease;
  }
  
  .nav-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--forest);
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }
  
  .nav-links a:hover::after {
    width: 100%;
  }
  
  /* Footer link hover */
  .footer-grid a {
    transition: all 0.3s ease;
  }
  
  .footer-grid a:hover {
    color: var(--forest);
    transform: translateX(5px);
  }
}

/* Desktop-specific improvements */
@media (min-width: 1024px) {
  /* Better spacing */
  .section { padding: 100px 0; }
  .section-head { margin-bottom: 60px; }
  
  /* Enhanced grid layouts */
  .grid.cols-3 { gap: 40px; }
  .grid.cols-2 { gap: 30px; }
  .gallery-grid { gap: 25px; }
  
  /* Typography improvements */
  .hero-content h1 { 
    font-size: 3.5rem; 
    letter-spacing: -0.02em;
    line-height: 1.1;
  }
  
  .section-head h2 { 
    font-size: 2.8rem; 
    letter-spacing: -0.01em;
    margin-bottom: 20px;
  }
  
  .section-head .lead { 
    font-size: 1.2rem; 
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
  }
  
  /* Card improvements */
  .card-body h3 { 
    font-size: 1.6rem; 
    margin-bottom: 15px;
  }
  
  .card-body .meta { 
    font-size: 1rem; 
    line-height: 1.5;
  }
  
  /* Button improvements */
  .btn { 
    padding: 18px 36px; 
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  
  /* Form improvements */
  .input, textarea { 
    padding: 16px 20px; 
    font-size: 1rem;
    border-radius: 12px;
  }
  
  /* Footer improvements */
  .footer-grid { gap: 50px; }
  .footer-grid h4 { 
    font-size: 1.3rem; 
    margin-bottom: 20px;
  }
  
  .footer-grid a { 
    font-size: 1rem; 
    margin-bottom: 8px;
  }
}

/* Large desktop optimizations */
@media (min-width: 1400px) {
  .container { max-width: 1400px; }
  
  .hero-content h1 { font-size: 4rem; }
  .section-head h2 { font-size: 3rem; }
  
  .grid.cols-3 { gap: 50px; }
  .gallery-grid { gap: 30px; }
  
  .card-body h3 { font-size: 1.8rem; }
  .card-body .meta { font-size: 1.1rem; }
}

/* Booking Page Styles - Force White Backgrounds */
.booking-hero {
  background: var(--white) !important;
  color: var(--forest);
  padding: 60px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(31,77,58,0.1);
  will-change: auto;
}

/* Force white backgrounds for specific booking page elements only */
.booking-page .booking-section,
.booking-page .booking-form-container,
.booking-page .form-section {
  background: var(--white) !important;
}

.booking-hero::before {
  display: none;
}

.booking-hero .hero-content {
  position: relative;
  z-index: 2;
}

.booking-hero h1 {
  font-size: 3.5rem;
  font-weight: 300;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  color: var(--forest);
}

.booking-hero .hero-subtitle {
  font-size: 1.25rem;
  margin: 0;
  color: var(--muted);
  font-weight: 300;
}

.booking-section {
  padding: 40px 0;
  background: var(--white) !important;
}

.booking-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.booking-form-container {
  background: var(--white) !important;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 25px;
  border: 1px solid rgba(31,77,58,0.08);
}

.booking-form {
  display: grid;
  gap: 20px;
}

.form-section {
  padding: 15px 0;
  border-bottom: 1px solid rgba(31,77,58,0.08);
  background: var(--white);
}

.form-section:last-of-type {
  border-bottom: none;
}

.form-section h3 {
  color: var(--forest);
  font-size: 1.5rem;
  margin: 0 0 20px;
  font-weight: 500;
}

.section-description {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 20px;
  font-style: italic;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  color: var(--forest);
  font-weight: 500;
  font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 2px solid rgba(31,77,58,0.15);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  will-change: auto;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(31,77,58,0.1);
}

/* Date input specific styling for better visibility */
input[type="date"] {
  color: var(--ink) !important;
  background: var(--white) !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0.3);
  cursor: pointer;
}

input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  color: var(--ink) !important;
}

.nights-info {
  margin-top: 15px;
  padding: 10px 16px;
  background: var(--white);
  border: 1px solid rgba(31,77,58,0.1);
  border-radius: 8px;
  color: var(--forest);
  font-weight: 500;
}

.guests-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.guest-counter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.guest-counter label {
  color: var(--forest);
  font-weight: 500;
  font-size: 14px;
}

.counter {
  display: flex;
  align-items: center;
  border: 2px solid rgba(31,77,58,0.15);
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
}

.counter-btn {
  background: var(--forest);
  color: var(--white);
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 18px;
  font-weight: bold;
}

.counter-btn:hover {
  background: var(--forest-80);
}

.counter-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.counter input {
  flex: 1;
  text-align: center;
  border: none;
  background: transparent;
  color: var(--ink);
  font-weight: 500;
  font-size: 16px;
}

.room-config {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}


.total-rooms-selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.total-rooms-counter {
  display: flex;
  align-items: center;
  border: 2px solid rgba(31,77,58,0.15);
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
  width: fit-content;
}

.total-rooms-btn {
  background: var(--forest);
  color: var(--white);
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 18px;
  font-weight: bold;
}

.total-rooms-btn:hover {
  background: var(--forest-80);
}

.total-rooms-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.total-rooms-counter input {
  width: 60px;
  text-align: center;
  border: none;
  background: transparent;
  color: var(--ink);
  font-weight: 500;
  font-size: 16px;
  padding: 0 10px;
}

.rooms-info {
  margin-top: 5px;
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
}

.room-types {
  display: grid;
  gap: 15px;
}

.room-option {
  position: relative;
}

.room-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 2px solid rgba(31,77,58,0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
  background: var(--white);
}

.room-card:hover {
  border-color: var(--forest);
  box-shadow: 0 4px 15px rgba(31,77,58,0.1);
}

.room-quantity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 120px;
}

.room-quantity label {
  font-size: 12px;
  font-weight: 500;
  color: var(--forest);
  margin: 0;
}

.quantity-counter {
  display: flex;
  align-items: center;
  border: 2px solid rgba(31,77,58,0.15);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.qty-btn {
  background: var(--forest);
  color: var(--white);
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
  font-weight: bold;
}

.qty-btn:hover {
  background: var(--forest-80);
}

.qty-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.quantity-counter input {
  width: 50px;
  text-align: center;
  border: none;
  background: transparent;
  color: var(--ink);
  font-weight: 500;
  font-size: 14px;
  padding: 6px;
}

.room-selection-summary {
  margin-top: 20px;
  padding: 20px;
  background: var(--white);
  border-radius: 8px;
  border: 1px solid rgba(31,77,58,0.1);
}

.room-inventory {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(31,77,58,0.1);
}

.room-inventory h4 {
  margin: 0 0 15px;
  color: var(--forest);
  font-size: 1.1rem;
  font-weight: 500;
}

.inventory-grid {
  display: grid;
  gap: 8px;
}

.inventory-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
}

.inventory-item.total {
  font-weight: 600;
  color: var(--forest);
  padding-top: 10px;
  border-top: 1px solid rgba(31,77,58,0.1);
  margin-top: 5px;
}

.inventory-type {
  color: var(--muted);
}

.inventory-count {
  color: var(--forest);
  font-weight: 500;
}

.selected-rooms {
  font-size: 14px;
  color: var(--forest);
}

.selected-rooms h4 {
  margin: 0 0 10px;
  color: var(--forest);
  font-size: 1rem;
  font-weight: 500;
}

.selected-rooms p {
  margin: 0;
  font-style: italic;
  color: var(--muted);
}

.room-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(31,77,58,0.1);
}

.room-item:last-child {
  border-bottom: none;
}

.room-item-name {
  font-weight: 500;
}

.room-item-qty {
  color: var(--muted);
  font-size: 12px;
}

.room-selection-header {
  padding: 8px 0;
  border-bottom: 1px solid rgba(31,77,58,0.1);
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--forest);
  font-size: 13px;
}

.room-icon {
  font-size: 2.5rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(31,77,58,0.1);
  border-radius: 50%;
}

.room-details {
  flex: 1;
}

.room-details h4 {
  margin: 0 0 8px;
  color: var(--forest);
  font-size: 1.2rem;
  font-weight: 500;
}

.room-details p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
}

.room-price {
  color: var(--forest);
  font-weight: 600;
  font-size: 1.1rem;
}

.room-availability {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  padding: 4px 8px;
  background: rgba(31,77,58,0.1);
  border-radius: 4px;
  text-align: center;
}

.payment-info {
  background: var(--white);
  border: 1px solid rgba(31,77,58,0.1);
  border-radius: 12px;
  padding: 20px;
}

.payment-method {
  display: flex;
  align-items: center;
  gap: 15px;
}

.payment-icon {
  font-size: 2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 50%;
}

.payment-details h4 {
  margin: 0 0 5px;
  color: var(--forest);
  font-size: 1.1rem;
}

.payment-details p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.policy-info {
  display: grid;
  gap: 12px;
}

.policy-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: var(--white);
  border: 1px solid rgba(31,77,58,0.1);
  border-radius: 8px;
  font-size: 14px;
}

.policy-icon {
  font-size: 1.2rem;
  width: 24px;
  text-align: center;
}

.terms-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.terms-checkbox input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: var(--forest);
}

.terms-checkbox label {
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}

.terms-checkbox a {
  color: var(--forest);
  text-decoration: none;
}

.terms-checkbox a:hover {
  text-decoration: underline;
}

.form-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-top: 30px;
}

.btn-secondary {
  background: transparent;
  color: var(--forest);
  border: 2px solid var(--forest);
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: var(--forest);
  color: var(--white);
}

.btn-primary {
  background: var(--forest);
  color: var(--white);
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: var(--forest-80);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(31,77,58,0.3);
}

.booking-summary {
  background: var(--forest) !important;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 20px;
  height: fit-content;
  border: 1px solid rgba(31,77,58,0.08);
  position: sticky;
  top: 100px;
}

.booking-summary h3 {
  color: var(--white);
  font-size: 1.3rem;
  margin: 0 0 20px;
  font-weight: 500;
}

.summary-content {
  display: grid;
  gap: 15px;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(31,77,58,0.08);
  color: var(--white);
}

.summary-item span:first-child {
  color: var(--white);
  font-weight: 500;
}

.summary-item:last-child {
  border-bottom: none;
}

.summary-item.total {
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--white);
  padding-top: 15px;
  border-top: 2px solid var(--white);
  border-bottom: none;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 3000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
}

.modal-content {
  background-color: var(--white);
  margin: 5% auto;
  padding: 0;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 1px solid rgba(31,77,58,0.08);
  background: var(--forest);
  color: var(--white);
  border-radius: 12px 12px 0 0;
}

.modal-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.modal-close {
  background: none;
  border: none;
  color: var(--white);
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.modal-close:hover {
  background: rgba(255,255,255,0.2);
}

.modal-body {
  padding: 30px;
}

.confirmation-details {
  display: grid;
  gap: 15px;
  margin-bottom: 25px;
}

.confirmation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(31,77,58,0.08);
}

.confirmation-item:last-child {
  border-bottom: none;
}

.confirmation-message {
  background: var(--white);
  border: 1px solid rgba(31,77,58,0.1);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.confirmation-message p {
  margin: 0 0 10px;
  color: var(--muted);
}

.confirmation-message p:last-child {
  margin-bottom: 0;
}

.modal-footer {
  padding: 20px 30px;
  border-top: 1px solid rgba(31,77,58,0.08);
  text-align: right;
}

/* Responsive Design for Booking Page */
@media (max-width: 1024px) {
  .booking-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .booking-summary {
    position: static;
    order: -1;
  }
  
  .guests-grid {
    grid-template-columns: 1fr;
  }
  
  .room-config {
    grid-template-columns: 1fr;
  }
  
  .room-card {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .room-quantity {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .booking-hero h1 {
    font-size: 2.5rem;
  }
  
  .booking-hero .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .booking-form-container {
    padding: 25px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .form-actions {
    flex-direction: column;
  }
  
  .btn-secondary,
  .btn-primary {
    width: 100%;
    text-align: center;
  }
  
  .modal-content {
    width: 95%;
    margin: 10% auto;
  }
  
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 20px;
  }
}


