﻿/* Import Google Fonts - Oswald for bold, highway-scannable headings; Roboto for clean reading */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&family=Roboto:wght@300;400;500;700&display=swap');

/* Reset & Base Layout */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #FDFBF7; /* Soft Cream/Off-White from logo typography */
  color: #2D3142; /* Readable dark slate for body copy */
  line-height: 1.6;
  font-weight: 400;
}
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; /* यह दाएँ-बाएँ वाले स्क्रॉलर को पूरी तरह ब्लॉक कर देगा */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Headings – Impactful, bold, and instantly readable for tired drivers */
h1, h2, h3, h4, h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase; /* Mirrors the all-caps layout of the logo */
  letter-spacing: 1px; /* Tight, clean, modern highway tracking */
  color: #1A1C1E; /* Deep Charcoal for high contrast */
  text-decoration: none;
}

/* Call to Action Button Class Example - Using the Logo Crimson Red */
.btn-gold-arch, .btn-primary {
  background-color: #D32F2F; /* Deep Crimson Red from logo background */
  color: #FDFBF7; /* Cream text for visibility */
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-gold-arch:hover {
  background-color: #B71C1C; /* Slightly darker red for hover state */
}
/* ==========================================================================
   Monterey Motel - Antique Spanish Revival Option 3
   Color Palette:
   - Aged Parchment (Left Arch Stage): #F4EFE6
   - Deep Indigo Ocean (Main Background): #040926
   - Antique Terracotta Gold (Metal Accent): #00a3b4
   - Muted Warm Gold (Hairlines & Icons): #D4A359
   - Linen Text (Typography): #EFECE6
   ========================================================================== */

/* Google Serif Font Import for Antique Elegance */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Montserrat:wght@400;500;600&display=swap');

.site-header.option3-antique {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

/* --------------------------------------------------------------------------
   1. Left Arch Stage (Aged Parchment & Spanish Cutout)
   -------------------------------------------------------------------------- */
.antique-brand-stage {
  width: 270px;
  background-color: #F4EFE6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  position: relative;
  z-index: 2;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-right: 2px solid #00a3b4;
  box-shadow: 6px 0 20px rgba(0, 0, 0, 0.25);
}

.brand-link {
  display: block;
  text-decoration: none;
}

.brand-logo {
  height: 85px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 3px 6px rgba(4, 9, 38, 0.2));
  transition: transform 0.4s ease;
}

.brand-link:hover .brand-logo {
  transform: scale(1.03);
}

/* --------------------------------------------------------------------------
   2. Right Panel Stage (Deep Indigo & Brass Details)
   -------------------------------------------------------------------------- */
.antique-panel-stage {
  flex-grow: 1;
  background-color: #040926;
  margin-left: -40px;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
}

/* Hairline Ornamental Utility Bar */
.antique-utility {
  border-bottom: 1px solid rgba(212, 163, 89, 0.25);
  padding: 10px 40px 10px 20px;
}

.utility-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.antique-link {
  color: #EFECE6;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.85;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.antique-link span {
  color: #00a3b4;
  margin-right: 8px;
}

.antique-link:hover {
  opacity: 1;
  color: #D4A359;
}

.utility-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Social Media Links replacing Heritage Badge */
.header-social-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-social-links .social-link {
  color: #00a3b4;
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-social-links .social-link:hover {
  color: #D4A359;
  transform: translateY(-2px);
}

/* Navigation Section */
.antique-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px 16px 20px;
  flex-grow: 1;
}

.antique-nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.nav-item {
  color: #EFECE6;
  text-decoration: none;
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  position: relative;
  padding: 6px 0;
  transition: color 0.3s ease;
}

.nav-item::after {
  content: '◆';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  font-size: 0.5rem;
  color: #00a3b4;
  transition: transform 0.3s ease;
}

.nav-item:hover,
.nav-item.active {
  color: #D4A359;
}

.nav-item:hover::after,
.nav-item.active::after {
  transform: translateX(-50%) scale(1);
}

/* --------------------------------------------------------------------------
   3. Framed Antique Brass CTA Button
   -------------------------------------------------------------------------- */
.btn-antique-reserve {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: rgba(200, 130, 66, 0.08);
  border: 1px solid #00a3b4;
  color: #EFECE6;
  text-decoration: none;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.btn-corner {
  position: absolute;
  width: 6px;
  height: 6px;
  border-color: #D4A359;
  border-style: solid;
}

.btn-corner.top-left {
  top: -3px;
  left: -3px;
  border-width: 1px 0 0 1px;
}

.btn-corner.bottom-right {
  bottom: -3px;
  right: -3px;
  border-width: 0 1px 1px 0;
}

.btn-antique-reserve:hover {
  background: #00a3b4;
  color: #040926;
  box-shadow: 0 0 20px rgba(200, 130, 66, 0.35);
}
/* ==========================================================================
   Monterey Motel - Responsive Stylesheet (Tablet & Mobile)
   Color Palette explicitly specified:
   - Deep Indigo Ocean: #040926
   - Aged Parchment: #F4EFE6
   - Antique Terracotta Gold: #00a3b4
   - Muted Warm Gold: #D4A359
   - Linen Text: #EFECE6
   ========================================================================== */

/* --------------------------------------------------------------------------
   Desktop Default Visibility Setup
   -------------------------------------------------------------------------- */
.desktop-header-wrap {
  display: flex;
  width: 100%;
}

.mobile-header-bar,
.mobile-drawer-overlay {
  display: none;
}

/* ==========================================================================
   Monterey Motel - Fixed Mobile & iPad Header (No Merging / Overlapping)
   ========================================================================== */

@media screen and (max-width: 1024px) {

  /* 1. Prevent parent header from collapsing or causing relative overlap */
  .site-header.option3-antique {
    position: relative !important; /* Switch from absolute to prevent content merge */
    top: auto;
    left: auto;
    width: 100%;
    z-index: 1000;
  }

  /* Hide Desktop Layout Entirely */
  .desktop-header-wrap {
    display: none !important;
  }

  /* 2. Isolated Mobile/Tablet Top Bar with Fixed Height Box */
  .mobile-header-bar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 75px; /* Explicit height ensures no merging */
    padding: 0 20px;
    background-color: #040926;
    border-bottom: 2px solid #00a3b4;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
  }

  /* 3. Strict Container for Logo */
  .mobile-brand {
  display: flex;
  align-items: center;
  padding: 6px 14px;
  background-color: #F4EFE6; /* Aged Parchment Background */
  border-radius: 4px;
  border: 1px solid #00a3b4; /* Antique Gold Border */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

  /* 4. Strict Image Rules to Prevent Overlap */
 .mobile-logo {
  max-height: 42px;
  width: auto;
  display: block;
  object-fit: contain;
}

  /* 5. Fixed Hamburger Button Alignment */
  .mobile-hamburger-btn {
    background: transparent;
    border: 1px solid #00a3b4;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    flex-shrink: 0; /* Prevents button from shrinking/squishing logo */
    transition: all 0.3s ease;
  }

  .hamburger-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .hamburger-box .line {
    width: 20px;
    height: 2px;
    background-color: #D4A359;
    display: block;
    transition: transform 0.3s ease;
  }

  .hamburger-label {
    font-family: 'Cinzel', serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #EFECE6;
  }

  .mobile-hamburger-btn:hover {
    background: #00a3b4;
  }

  .mobile-hamburger-btn:hover .line {
    background-color: #040926;
  }
  
  .mobile-hamburger-btn:hover .hamburger-label {
    color: #040926;
  }

  /* 6. Slide-out Drawer Overlay */
  .mobile-drawer-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: -100%; /* Hidden off-screen */
    width: 100%;
    max-width: 420px; /* Tablet drawer limit */
    height: 100vh;
    z-index: 2000;
    background-color: #040926;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.6);
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    overflow-y: auto;
    border-left: 2px solid #00a3b4;
  }

  .mobile-drawer-overlay.is-active {
    right: 0;
  }

  .mobile-drawer-content {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-sizing: border-box;
  }

  /* Drawer Top Header */
  .drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(212, 163, 89, 0.3);
  }

  .drawer-brand {
    display: flex;
  align-items: center;
  padding: 6px 14px;
  background-color: #F4EFE6; /* Aged Parchment Background */
  border-radius: 4px;
  border: 1px solid #00a3b4; /* Antique Gold Border */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  }

  .drawer-logo {
    max-height: 48px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .drawer-close-btn {
    background: transparent;
    border: none;
    font-size: 2.2rem;
    color: #D4A359;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
  }

  .drawer-close-btn:hover {
    color: #00a3b4;
  }

  /* Navigation Links Inside Drawer */
  .drawer-navigation {
    padding: 20px 0;
  }

  .drawer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .drawer-link {
    color: #EFECE6;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: color 0.3s ease, transform 0.3s ease;
  }

  .drawer-link span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    color: #00a3b4;
    font-weight: 400;
  }

  .drawer-link:hover,
  .drawer-link.active {
    color: #D4A359;
    transform: translateX(6px);
  }

  /* Property Details Section inside Drawer */
  .drawer-property-card {
    margin-top: auto;
    background: rgba(244, 239, 230, 0.04);
    border: 1px solid rgba(200, 130, 66, 0.3);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .property-title {
    font-family: 'Cinzel', serif;
    color: #D4A359;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 4px 0;
  }

  .property-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .property-detail-item span {
    color: #00a3b4;
    font-size: 0.85rem;
    margin-top: 3px;
  }

  .property-detail-item strong {
    display: block;
    color: #EFECE6;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .property-detail-item p,
  .property-detail-item a {
    color: rgba(239, 236, 230, 0.75);
    font-size: 0.75rem;
    text-decoration: none;
    margin: 2px 0 0 0;
  }

  .property-detail-item a:hover {
    color: #D4A359;
  }

  /* Reserve CTA Button */
  .btn-drawer-reserve {
    display: block;
    text-align: center;
    padding: 12px 0;
    background: #00a3b4;
    color: #040926;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 6px;
    transition: background 0.3s ease;
  }

  .btn-drawer-reserve:hover {
    background: #D4A359;
  }
}

/* --------------------------------------------------------------------------
   SMALL SMARTPHONES (<= 576px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .mobile-header-bar {
    height: 65px; /* Slightly shorter bar for small screens */
    padding: 0 16px;
  }

  .mobile-logo {
    max-height: 42px; /* Scale logo down proportionally */
  }

  .hamburger-label {
    display: none; /* Hide 'MENU' text on small phones to prevent crowding */
  }

  .mobile-hamburger-btn {
    padding: 8px;
  }

  .mobile-drawer-overlay {
    max-width: 100%; /* Take full width on mobile phones */
  }
}
/* ==========================================================================
   Monterey Motel - Antique Spanish Revival Hero Slider
   Color Palette:
   - Deep Indigo Ocean: #040926
   - Antique Terracotta Gold: #00a3b4
   - High-Contrast Warm Gold: #EAA845
   - Cream Linen / Parchment: #F4EFE6
   ========================================================================== */

.hero-slider-section.antique-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 850px;
  background-color: #040926;
  overflow: hidden;
  /* CRITICAL: Prevents the slider from going inside/under absolute desktop header */
  padding-top: 105px; 
  box-sizing: border-box;
  
}

.hero-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Arch Framed Architectural Canvas Window */
.arch-frame-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-top: 2px solid #00a3b4;
  border-bottom: 2px solid #00a3b4;
}

/* Individual Slide Logic */
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* Ken Burns Antique Image Motion Animation */
.slide-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  transition: transform 6s ease-out;
}

.hero-slide.active .slide-img {
  transform: scale(1); /* Slow vintage zoom-out motion */
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg, 
    rgba(4, 9, 38, 0.5) 0%, 
    rgba(4, 9, 38, 0.25) 50%, 
    rgba(4, 9, 38, 0.7) 100%
  );
}

/* Content Container & High Contrast WAVE Card */
.slide-content-container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Antique Card Box */
.slide-card.antique-card {
  position: relative;
  background: rgba(4, 9, 38, 0.92); /* Solid contrast backing */
  border: 1px solid #00a3b4;
  padding: 38px 42px;
  max-width: 520px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, opacity 0.8s ease 0.2s;
}

.hero-slide.active .slide-card.antique-card {
  transform: translateY(0);
  opacity: 1;
}

/* Decorative Corner Accents */
.card-corner {
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: #EAA845;
  border-style: solid;
}

.card-corner.top-left {
  top: -4px;
  left: -4px;
  border-width: 1px 0 0 1px;
}

.card-corner.bottom-right {
  bottom: -4px;
  right: -4px;
  border-width: 0 1px 1px 0;
}

/* Card Typography */
.slide-badge {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #EAA845; /* High Contrast Gold */
  text-transform: uppercase;
  margin-bottom: 12px;
}

.slide-title {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.25;
  margin: 0 0 14px 0;
}

.slide-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #F4EFE6;
  margin: 0 0 26px 0;
}

/* Call to Action Button */
.btn-hero-cta {
  display: inline-block;
  padding: 12px 28px;
  background-color: #00a3b4;
  color: #040926;
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #EAA845;
  transition: all 0.3s ease;
}

.btn-hero-cta:hover {
  background-color: #F4EFE6;
  color: #040926;
  border-color: #F4EFE6;
}

/* Antique Navigation Controls */
.slider-controls.antique-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #040926;
  padding: 10px 18px;
  border: 1px solid #00a3b4;
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.slider-btn {
  background: transparent;
  border: 1px solid #00a3b4;
  color: #F4EFE6;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-btn:hover {
  background: #00a3b4;
  color: #040926;
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(244, 239, 230, 0.3);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #EAA845;
  transform: scale(1.3);
}

/* ==========================================================================
   UPDATED MOBILE & TABLET RESPONSIVE FIXES
   ========================================================================== */

@media screen and (max-width: 1024px) {
  /* 1. Ensure container has proper fixed height for background images */
  .hero-slider-section.antique-hero {
    height: 80vh !important;
    min-height: 550px !important;
    max-height: 700px !important;
    padding-top: 0 !important; /* Mobile header flows in normal document flow */
  }

  .hero-slider-container,
  .arch-frame-wrapper {
    height: 100% !important;
  }

  /* 2. FIX SLIDE OVERLAP GHOSTING */
  /* Inactive slides MUST hide their content so text doesn't stack on top of each other */
  .hero-slide {
    display: none; /* Hard hide inactive slides */
    opacity: 0;
    pointer-events: none;
  }

  .hero-slide.active {
    display: block; /* Show active slide only */
    opacity: 1;
    pointer-events: auto;
  }

  /* 3. Center and pad the card properly */
  .slide-content-container {
    padding: 30px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box;
  }

  .slide-card.antique-card {
    width: 100% !important;
    max-width: 480px !important;
    text-align: center !important;
    padding: 24px 20px !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }

  /* 4. Center CTA Button */
  .btn-hero-cta {
    display: inline-block;
    width: auto !important;
    min-width: 200px;
    margin: 0 auto;
  }

  /* 5. Center Navigation Controls at the bottom */
  .slider-controls.antique-controls {
    bottom: 20px !important;
    right: 50% !important;
    transform: translateX(50%) !important;
    white-space: nowrap;
  }
}

@media screen and (max-width: 576px) {
  .hero-slider-section.antique-hero {
    min-height: 500px !important;
  }

  .slide-title {
    font-size: 1.35rem !important;
    line-height: 1.3 !important;
  }

  .slide-desc {
    font-size: 0.85rem !important;
    margin-bottom: 18px !important;
  }

  .btn-hero-cta {
    width: 100% !important; /* Full width button on small mobile screens */
    padding: 12px 16px !important;
  }
}
/* ==========================================================================
   Monterey Motel - Welcome / About Section
   Color Palette:
   - Soft Off-White Background: #F7F6F0
   - Teal/Cyan Brand Accent: #00A3B4
   - Navy Primary Heading Text: #040926
   ========================================================================== */

.welcome-section {
  background-color: #F7F6F0;
  padding: 40px 0 60px 0;
  color: #040926;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.welcome-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Header & Title Layout */
.welcome-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

.header-text-block {
  flex: 1;
  max-width: 900px;
}

.welcome-badge {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #040926; /* Teal Accent */
  margin-bottom: 16px;
}

.welcome-title {
  font-family: 'Cinzel', serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.15;
  color: #040926;
  letter-spacing: -0.5px;
  margin: 0 0 18px 0;
  text-decoration: none;
}

/* First Half Content (Under Main Heading) */
.welcome-subtitle {
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #2D3748;
  margin: 0;
}

/* Circular Floating CTA Button */
.circle-cta {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  background-color: #00A3B4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  margin-top: 15px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 163, 180, 0.25);
}

.circle-cta:hover {
  transform: scale(1.08) rotate(5deg);
  background-color: #008492;
}

.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.cta-icon {
  font-size: 1.2rem;
}

.cta-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

/* Second Half Content (Centered Intro) */
.welcome-intro {
  max-width: 1080px;
  margin: 40px auto 70px auto;
  text-align: center;
}

.welcome-intro p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4A5162;
  margin: 0;
}

/* Staggered 3-Image Gallery Grid */
.welcome-gallery {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.gallery-item {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-item.item-left {
  height: 420px;
}

.gallery-item.item-center {
  height: 480px;
  margin-top: 40px; /* Staggered downward alignment */
}

.gallery-item.item-right {
  height: 380px;
}

.gallery-item:hover img {
  transform: scale(1.04);
  transition: transform 0.6s ease;
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS (Tablets & Mobile)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .welcome-section {
    padding: 70px 0;
  }

  .welcome-title {
    font-size: 2.5rem;
  }

  .welcome-subtitle {
    font-size: 1.25rem;
  }

  .circle-cta {
    width: 120px;
    height: 120px;
  }

  .welcome-gallery {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gallery-item.item-left,
  .gallery-item.item-center,
  .gallery-item.item-right {
    height: 320px;
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .welcome-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .welcome-title {
    font-size: 2rem;
  }

  .welcome-subtitle {
    font-size: 1.1rem;
  }

  .circle-cta {
    align-self: flex-start;
    margin-top: 10px;
  }
}
/* ==========================================================================
   Antique Modal Popup Styling
   ========================================================================== */

.antique-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 9, 38, 0.85); /* Deep Indigo Dimmer */
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding: 20px;
  box-sizing: border-box;
}

.antique-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.antique-modal-container {
  position: relative;
  background: #F4EFE6; /* Parchment cream background */
  border: 2px solid #00a3b4; /* Antique terracotta gold border */
  width: 100%;
  max-width: 1250px;
  max-height: 85vh;
  overflow-y: auto;
  padding: 45px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  transform: translateY(30px) scale(0.96);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.antique-modal-overlay.active .antique-modal-container {
  transform: translateY(0) scale(1);
}

/* Close Button */
.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 1px solid #00a3b4;
  color: #040926;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modal-close-btn:hover {
  background: #00a3b4;
  color: #F4EFE6;
}

/* Modal Typography & Structure */
.modal-badge {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #00a3b4;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.modal-title {
  font-family: 'Cinzel', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #040926;
  margin: 0 0 15px 0;
  line-height: 1.25;
}

.modal-divider {
  width: 60px;
  height: 2px;
  background-color: #00a3b4;
  margin-bottom: 24px;
}

.modal-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #2D3748;
  margin-bottom: 18px;
}

/* Feature Highlights Grid inside Modal */
.modal-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(200, 130, 66, 0.3);
  border-bottom: 1px solid rgba(200, 130, 66, 0.3);
}

.highlight-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #040926;
}

.highlight-item span {
  font-size: 1.2rem;
  color: #00a3b4;
}

.modal-footer-action {
  text-align: center;
  margin-top: 25px;
}

.btn-modal-action {
  display: inline-block;
  padding: 12px 30px;
  background-color: #040926;
  color: #F4EFE6;
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #040926;
  transition: all 0.3s ease;
}

.btn-modal-action:hover {
  background-color: #00a3b4;
  border-color: #00a3b4;
  color: #040926;
}

@media screen and (max-width: 576px) {
  .antique-modal-container {
    padding: 30px 20px;
  }
  .modal-highlights {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
/* ==========================================================================
   Monterey Motel - Room Cards & Marquee Section
   Color Palette:
   - Cream Background: #F7F6F0
   - Teal Accent: #00A3B4
   - Deep Ocean Navy: #040926
   - Muted Sand Text: #7D7565
   ========================================================================== */

.rooms-marquee-section {
  background-color: #F7F6F0;
  padding: 40px 0 0 0;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

.rooms-header-container {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding: 0 20px;
}

.rooms-top-badge {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #040926; /* Distinct Teal Accent */
  text-transform: uppercase;
  margin-bottom: 12px;
}

.rooms-main-title {
  font-family: 'Cinzel', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #040926;
  line-height: 1.2;
  margin: 0;
}

/* --- 4-Card Responsive Wrapper --- */
.rooms-slider-wrapper {
  max-width: 1420px;
  margin: 0 auto;
  padding: 10px 24px 60px 24px;
  box-sizing: border-box;
}

/* 4-Card Centered Grid Layout for Desktop */
.rooms-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  justify-content: center;
}

/* Individual Room Cards */
.room-card {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border: 1px solid rgba(0, 163, 180, 0.15);
  display: flex;
  flex-direction: column;
}

.room-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(4, 9, 38, 0.12);
}

.room-image-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #EAE6DF;
}

.room-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.room-card:hover .room-image-wrap img {
  transform: scale(1.06);
}

/* Badges & Favorite Buttons */
.room-rating-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(4, 9, 38, 0.8);
  backdrop-filter: blur(4px);
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.room-rating-badge .fa-star {
  color: #EAA845;
}

.room-fav-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #040926;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.room-fav-btn:hover {
  background: #FFFFFF;
  color: #00A3B4;
  transform: scale(1.1);
}

/* Card Body Content */
.room-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.room-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.room-name {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #040926;
  margin: 0;
  line-height: 1.3;
}

.room-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.82rem;
  color: #61594B;
  border-top: 1px solid #F0ECE1;
  padding-top: 14px;
  margin-top: auto;
}

.room-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.room-meta span .fa-solid {
  color: #00A3B4;
}

/* ==========================================================================
   Continuous Infinite Marquee Banner Styling
   ========================================================================== */

.marquee-ribbon-container {
  width: 100%;
  overflow: hidden;
  background-color: #F7F6F0;
  border-top: 1px solid rgba(0, 163, 180, 0.2);
  border-bottom: 1px solid rgba(0, 163, 180, 0.2);
  padding: 26px 0;
  margin-top: 20px;
  white-space: nowrap;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeLoop 28s linear infinite;
}

.marquee-ribbon-container:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 40px;
}

.marquee-content span.marquee-text {
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #040926;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.marquee-content span.marquee-text:hover {
  opacity: 1;
  color: #040926;
}

.marquee-content .icon-accent {
  font-size: 2.8rem;
  color: #00A3B4;
}

/* Font Awesome Icon Enforcer */
span.fa-solid,
span.fa-regular,
span.fa-brands,
span[class*="fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  display: inline-block;
}

span.fa-solid {
  font-weight: 900 !important;
}

span.fa-regular {
  font-weight: 400 !important;
}

@keyframes marqueeLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .rooms-track {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .rooms-main-title {
    font-size: 2.2rem;
  }

  .rooms-slider-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .rooms-track {
    display: flex;
    width: max-content;
    gap: 16px;
  }

  .room-card {
    width: 280px;
  }

  .marquee-content span.marquee-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 576px) {
  .rooms-main-title {
    font-size: 1.7rem;
  }

  .room-card {
    width: 260px;
  }
}--------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS (Tablets & Mobile)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .rooms-main-title {
    font-size: 2.2rem;
  }

  .room-card {
    width: 280px;
  }

  .marquee-content span {
    font-size: 2.5rem;
  }

  .marquee-content span {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 576px) {
  .rooms-marquee-section {
    padding-top: 50px;
  }

  .rooms-main-title {
    font-size: 1.7rem;
  }

  .rooms-slider-wrapper {
    padding: 10px 16px 40px 16px;
  }

  .room-card {
    width: 260px;
  }

  .marquee-content span {
    font-size: 1.8rem;
  }
}
/* ==========================================================================
   Room Placeholder & Content Styling
   ========================================================================== */

/* Icon Placeholder Style when images are unavailable */
.room-image-wrap.room-icon-placeholder {
  background: linear-gradient(135deg, #040926 0%, #1A2352 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-icon-placeholder .icon-main {
  font-size: 4rem;
  color: #00a3b4;
  opacity: 0.9;
  transition: transform 0.4s ease, color 0.4s ease;
}

.room-card:hover .room-icon-placeholder .icon-main {
  transform: scale(1.15);
  color: #F4EFE6;
}

/* Updated Marquee Icon Styling */
.marquee-content i.icon-accent {
  font-size: 5rem;
  color: #00A3B4;
}

.marquee-content span {
  font-family: 'Cinzel', serif;
  font-size: 7rem;
  font-weight: 600;
  color: #00a3b4;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* ==========================================================================
   Attractions Fan-Spread Gallery Section (Realistic Card Design)
   ========================================================================== */

.attractions-section {
  background-color: #00A3B4; /* Signature Ocean Teal */
  padding: 90px 40px 110px 40px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
}

/* Header Alignment */
.attractions-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  margin: 0 auto 70px auto;
}

.sub-badge {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:#040926;
  display: block;
  margin-bottom: 10px;
}

.main-heading {
  font-family: 'Cinzel', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  max-width: 650px;
  line-height: 1.2;
}

.explore-btn {
  background-color: #FFFFFF;
  color: #040926;
  padding: 14px 28px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.explore-btn:hover {
  background-color: #040926;
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* Container Layout */
.attractions-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
  perspective: 1000px;
}

/* Realistic & Elegant Card Design */
.attraction-card {
  flex: 1;
  min-width: 230px;
  max-width: 250px;
  background-color: #FFFFFF;
  color: #040926;
  border-radius: 16px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 15px 35px rgba(4, 9, 38, 0.25);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
  transform-origin: bottom center;
}

/* Image Wrapper with Aspect Ratio */
.card-image-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
}

.card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.attraction-card:hover .card-image-wrap img {
  transform: scale(1.08);
}

/* Distance Pill Overlay */
.distance-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(4, 9, 38, 0.75);
  backdrop-filter: blur(6px);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.distance-badge span {
  color: #00a3b4;
}

/* Card Typography */
.card-content {
  padding: 16px 8px 8px 8px;
}

.attraction-title {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #040926;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.attraction-desc {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #61594B;
  margin: 0;
}

/* ==========================================================================
   FAN-SPREAD ANIMATION LOGIC
   ========================================================================== */

/* Initial Fanned / Rotated Layout */
.attractions-cards-wrapper .card-1 { transform: rotate(-18deg) translateY(30px); }
.attractions-cards-wrapper .card-2 { transform: rotate(-9deg) translateY(10px); }
.attractions-cards-wrapper .card-3 { transform: rotate(0deg) translateY(0px); }
.attractions-cards-wrapper .card-4 { transform: rotate(9deg) translateY(10px); }
.attractions-cards-wrapper .card-5 { transform: rotate(18deg) translateY(30px); }

/* Unfolded Straight Alignment on Hover */
.attractions-cards-wrapper:hover .attraction-card,
.attractions-cards-wrapper.unfolded .attraction-card {
  transform: rotate(0deg) translateY(0);
}

.attractions-cards-wrapper .attraction-card:hover {
  transform: translateY(-14px) scale(1.04) !important;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
  z-index: 10;
}

/* Responsive Breakpoints */
@media screen and (max-width: 1024px) {
  .attractions-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .attractions-cards-wrapper {
    flex-wrap: wrap;
  }
  .attractions-cards-wrapper .attraction-card {
    transform: none !important;
    max-width: 45%;
  }
}

@media screen and (max-width: 600px) {
  .attractions-cards-wrapper .attraction-card {
    max-width: 100%;
  }
  .main-heading {
    font-size: 2rem;
  }
}

/* ==========================================================================
   YouTube Video & Virtual Tour Section
   ========================================================================== */

.video-tour-section {
  background-color: #040926; /* Deep Navy to contrast with adjacent sections */
  color: #FFFFFF;
  padding: 90px 20px;
  position: relative;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

/* Header Container */
.video-header-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.video-top-badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #00a3b4; /* Gold Accent */
  text-transform: uppercase;
  margin-bottom: 12px;
}

.video-main-title {
  font-family: 'Cinzel', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.25;
  margin: 0 0 16px 0;
}

.video-subtext {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Video Frame Outer Border & Glow */
.video-frame-wrapper {
  max-width: 1080px;
  margin: 0 auto 50px auto;
  border-radius: 20px;
  padding: 12px;
  background: linear-gradient(135deg, rgba(200, 130, 66, 0.3) 0%, rgba(0, 163, 180, 0.2) 100%);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6);
}

/* Aspect Ratio Maintainer (16:9 Standard) */
.video-aspect-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000000;
}

.video-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Highlight Pills Row */
.video-highlights-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}

.highlight-pill {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 24px;
  border-radius: 12px;
  min-width: 250px;
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.highlight-pill:hover {
  transform: translateY(-4px);
  border-color: #00A3B4;
  background: rgba(0, 163, 180, 0.1);
}

.highlight-icon {
  font-size: 1.6rem;
  color: #00A3B4;
}

.pill-text {
  display: flex;
  flex-direction: column;
}

.pill-text strong {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  color: #FFFFFF;
}

.pill-text span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}
/* Video Section Aspect Ratio Box */
.video-frame-wrapper {
  max-width: 900px;
  margin: 0 auto 40px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-aspect-ratio {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  background-color: #040926;
}

/* Coming Soon Overlay Base */
.video-coming-soon-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, #0B1647 0%, #040926 100%);
  text-align: center;
  padding: 20px;
}

.placeholder-content {
  max-width: 450px;
}

/* Animated Play Icon */
.play-icon-pulse {
  font-size: 4rem;
  color: #00A3B4;
  margin-bottom: 16px;
  animation: pulseGlow 2s infinite ease-in-out;
}

.placeholder-title {
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.placeholder-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

/* Subtle Pulse Keyframes */
@keyframes pulseGlow {
  0% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.08);
    color: #C88242; /* Soft Gold Highlight */
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
}
/* ==========================================================================
   Responsive Adaptations
   ========================================================================== */

@media screen and (max-width: 1024px) {
  .video-main-title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .video-tour-section {
    padding: 60px 16px;
  }

  .video-main-title {
    font-size: 1.8rem;
  }

  .highlight-pill {
    width: 100%;
  }
}
/* ==========================================================================
   White Theme FAQ & Sliding Collage Gallery Section
   ========================================================================== */

.faq-gallery-section.light-theme {
  background-color: #FFFFFF;
  color: #040926;
  padding: 100px 40px;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.faq-gallery-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* --------------------------------------------------------------------------
   LEFT COLUMN: FAQ Accordion (White Theme)
   -------------------------------------------------------------------------- */
.section-badge {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #040926; /* Warm Gold */
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.faq-section-title {
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #040926;
  margin: 0 0 16px 0;
  line-height: 1.25;
}

.faq-subtitle {
  font-size: 0.95rem;
  color: #61594B;
  margin-bottom: 35px;
  line-height: 1.6;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item[open] {
  border-color: #00A3B4;
  background: #F0FDFB;
  box-shadow: 0 8px 20px rgba(0, 163, 180, 0.08);
}

.faq-question {
  padding: 20px 24px;
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #040926;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-icon {
  font-size: 0.9rem;
  color: #00A3B4;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-icon {
  transform: rotate(180deg);
  color: #00a3b4;
}

.faq-answer {
  padding: 0 24px 22px 24px;
  font-size: 0.88rem;
  line-height: 1.65;
  color: #4A5568;
}

.faq-answer strong {
  color: #00A3B4;
}
/* ==========================================================================
   FAQ Links & Interactive Elements
   ========================================================================== */

.faq-phone-link,
.faq-link {
  color: #040926; /* Motel Teal Accent */
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.faq-phone-link:hover,
.faq-link:hover {
  color: #040926; /* Deep Ocean Navy on hover */
  text-decoration: underline;
}

.faq-phone-link:focus-visible,
.faq-link:focus-visible {
  outline: 2px solid #00A3B4;
  outline-offset: 2px;
  border-radius: 2px;
}
/* --------------------------------------------------------------------------
   RIGHT COLUMN: Collage Slider & Animation Logic
   -------------------------------------------------------------------------- */
.gallery-column {
  position: relative;
}

.collage-slider-wrapper {
  position: relative;
  width: 100%;
}

.collage-track {
  position: relative;
  min-height: 380px;
}

/* Individual Slide Sets */
.slide-set {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  grid-template-rows: 180px 180px;
  gap: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
}

.slide-set.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Collage Cards */
.collage-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(4, 9, 38, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.item-main { grid-column: 1 / 2; grid-row: 1 / 3; }
.item-sub-top { grid-column: 2 / 3; grid-row: 1 / 2; }
.item-sub-bottom { grid-column: 2 / 3; grid-row: 2 / 3; }

.collage-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.collage-item:hover .collage-img {
  transform: scale(1.08);
}

.img-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(4, 9, 38, 0.85);
  backdrop-filter: blur(6px);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Controls */
.collage-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 0 4px;
}

.slide-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #000;
}

.current-num {
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
}
.total-num{
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
}
.gallery-label {
  margin-left: 10px;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  color: #040926;
  font-weight: 700;
}

.nav-buttons {
  display: flex;
  gap: 10px;
}

.slider-btn {
  background: #F1F5F9;
  border: 1px solid #CBD5E1;
  color: #040926;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.slider-btn:hover {
  background-color: #00A3B4;
  border-color: #00A3B4;
  color: #FFFFFF;
  transform: translateY(-2px);
}
/* Placeholder styling for missing image slots */
.collage-item.icon-placeholder {
  background-color: #F1F5F9;
  border: 1px dashed #CBD5E1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.collage-item.icon-placeholder .placeholder-icon {
  font-size: 2.2rem;
  color: #94A3B8;
}
/* Responsive */
@media screen and (max-width: 1024px) {
  .faq-gallery-container { grid-template-columns: 1fr; gap: 50px; }
}

@media screen and (max-width: 600px) {
  .faq-gallery-section.light-theme { padding: 60px 20px; }
  .slide-set {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 140px 140px;
  }
  .item-main { grid-column: 1 / 2; grid-row: 1 / 2; }
  .item-sub-top { grid-column: 1 / 2; grid-row: 2 / 3; }
  .item-sub-bottom { grid-column: 1 / 2; grid-row: 3 / 4; }
}
/* ==========================================================================
   Monterey Motel - Updated Footer Stylesheet
   ========================================================================== */

/* Main Container Base */
.site-footer {
  background-color: #040926; /* Deep Navy Primary Base */
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* --------------------------------------------------------------------------
   1. Top CTA / Highlight Ribbon
   -------------------------------------------------------------------------- */
.footer-cta-bar {
  background: linear-gradient(135deg, #00A3B4 0%, #007A87 100%);
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cta-subtitle {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFFFFF;
  opacity: 0.9;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}

.cta-title {
  font-family: 'Cinzel', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
}

.footer-book-btn {
  background-color: #00a3b4; /* Warm Gold Accent */
  color: #000;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.footer-book-btn:hover {
  background-color: #FFFFFF;
  color: #040926;
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   2. Main Content Grid Structure (3-Column Layout)
   -------------------------------------------------------------------------- */
.footer-main-content {
  padding: 80px 0 60px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr 1fr; /* 3-Column Split */
  gap: 50px;
}

.footer-heading {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 24px 0;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #00a3b4;
}
.title a span{
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 24px 0;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
}

.title a span::after{
 content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #00a3b4;
}
.cgsl{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
/* --------------------------------------------------------------------------
   3. Column 1: Brand & Logo Fix
   -------------------------------------------------------------------------- */
/* White container pill to ensure high contrast and visibility for the logo */
.footer-logo.logo-wrapper {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 10px 18px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer-logo img {
  max-width: 160px;
  height: auto;
  display: block;
}

.brand-desc {
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 24px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #00A3B4;
  border-color: #00A3B4;
  transform: translateY(-3px);
}

/* --------------------------------------------------------------------------
   4. Column 2: Quick Links (2-Column Inner Grid)
   -------------------------------------------------------------------------- */
.footer-links.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Splits menu items into 2 columns */
  column-gap: 24px;
  row-gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.footer-links a span {
  font-size: 0.65rem;
  color: #00A3B4;
}

.footer-links a:hover {
  color: #00A3B4;
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   5. Column 3: Contact Details
   -------------------------------------------------------------------------- */
.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.contact-info .info-icon {
  color: #00a3b4;
  font-size: 1rem;
  margin-top: 3px;
}

.contact-info a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #00A3B4;
}

/* --------------------------------------------------------------------------
   6. Bottom Legal / Copyright Bar
   -------------------------------------------------------------------------- */
.footer-bottom-bar {
  background-color: #020517;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.copyright-text {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
}

.legal-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-links a:hover {
  color: #FFFFFF;
}

/* --------------------------------------------------------------------------
   7. Responsive Adaptations
   -------------------------------------------------------------------------- */
@media screen and (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .cta-flex, 
  .bottom-flex {
    flex-direction: column;
    text-align: center;
  }

  .footer-links.two-columns {
    grid-template-columns: 1fr 1fr; /* Retains 2-columns on mobile */
    gap: 12px;
  }

  .footer-container {
    padding: 0 20px;
  }

  .legal-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }

  .footer-heading::after {
    left: 0;
  }
}
/* --- BACK TO TOP BUTTON --- */
.back-to-top-btn {
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    /* Monterey Teal Accent */
    background-color: #00A3B4; 
    color: #FFFFFF;
    /* Subtle Navy Tinted Border */
    border: 2px solid #00A3B4; 
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 18px;
    z-index: 9999;
    
    /* Smooth transitions and initial hidden state */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
    box-shadow: 0 6px 20px rgba(0, 163, 180, 0.35);
}

/* Shown state via JavaScript class */
.back-to-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Hover & Focus Accessibility States */
.back-to-top-btn:hover,
.back-to-top-btn:focus {
    /* Deep Ocean Navy on Hover */
    background-color: #040926; 
    color: #00A3B4;
    border-color: #00A3B4;
    outline: none;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(4, 9, 38, 0.4);
}

/* Focus ring for keyboard accessibility navigation */
.back-to-top-btn:focus-visible {
    outline: 3px solid #040926;
    outline-offset: 3px;
}

/* Adjust position for mobile layout */
@media (max-width: 600px) {
    .back-to-top-btn {
        bottom: 20px;
        right: 20px;
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}
/* --- UNIVERSAL COOKIE BANNER --- */
.uni-cookie-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /* Deep Ocean Navy sampled from site footer/header */
  background-color: #040926; 
  /* Monterey Teal Accent top border */
  border-top: 3px solid #00A3B4; 
  z-index: 999999;
  padding: 16px 20px;
  box-sizing: border-box;
  display: none; /* Controlled dynamically by JavaScript */
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.45);
}

.uni-cookie-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.uni-cookie-text {
  color: #FFFFFF; /* High contrast text on dark navy background */
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.uni-cookie-link {
  /* Monterey Teal Accent link */
  color: #00A3B4; 
  text-decoration: underline; /* WCAG in-text link recognition */
  margin-left: 4px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.uni-cookie-link:hover,
.uni-cookie-link:focus {
  color: #FFFFFF; /* Pure white on hover/focus */
  text-decoration: underline;
}

.uni-cookie-btn {
  /* Monterey Teal Accent Button */
  background-color: #00A3B4; 
  color: #FFFFFF; /* High contrast white text */
  border: 1px solid #00A3B4;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.25s ease;
}

.uni-cookie-btn:hover,
.uni-cookie-btn:focus {
  /* Cream background on hover matching page theme */
  background-color: #F7F6F0; 
  color: #040926; /* Deep Navy text on light cream */
  border-color: #F7F6F0;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(247, 246, 240, 0.25);
}

/* Responsive adjustment for mobile screen breakpoints */
@media (max-width: 600px) {
  .uni-cookie-container {
    flex-direction: column;
    gap: 12px;
    padding: 4px 0;
  }
  .uni-cookie-text {
    font-size: 13px;
  }
  .uni-cookie-btn {
    width: 100%; /* Full-width touch target for mobile devices */
  }
}
/* ==========================================================================
   ACCESSIBILITY / CONTACT BAR — Ocean Navy & Teal Accent Theme
   ========================================================================== */

.accessibility-bar {
  /* Elegant dark navy background with subtle teal depth */
  background: linear-gradient(90deg, #040926 0%, #08123d 50%, #040926 100%);
  color: #F7F6F0; /* Soft cream text for high contrast */
  text-align: center;
  padding: 12px 20px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.3px;
  font-weight: 500;
  position: relative;
  z-index: 99;
  box-shadow: 0 4px 15px rgba(4, 9, 38, 0.25);
  border-bottom: 1px solid rgba(0, 163, 180, 0.3); /* Subtle teal bottom accent */
  overflow: hidden;
}

/* Soft ambient teal shimmer layer */
.accessibility-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg, 
    rgba(0, 163, 180, 0) 0%, 
    rgba(0, 163, 180, 0.15) 50%, 
    rgba(0, 163, 180, 0) 100%
  );
  opacity: 0.6;
  animation: shimmerFlow 8s infinite linear;
}

@keyframes shimmerFlow {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.accessibility-bar p {
  margin: 0;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* Interactive Links */
.accessibility-bar a {
  color: #00A3B4; /* Distinct Teal Accent */
  font-weight: 700;
  margin-left: 5px;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.accessibility-bar a:hover {
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(0, 163, 180, 0.8);
}

/* Icons / Inline Spans */
.accessibility-bar span {
  color: #00A3B4;
  margin-right: 6px;
  font-size: 16px;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 768px) {
  .accessibility-bar {
    font-size: 14.5px;
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
  .accessibility-bar {
    font-size: 13.5px;
  }
  .accessibility-bar span {
    font-size: 14px;
  }
}
/* ==========================================================================
   Monterey Motel - Unified Inner Pages Hero CSS
   Color Palette:
   - Deep Ocean Navy: #040926
   - Teal Accent: #00A3B4
   - High-Contrast Gold: #EAA845
   - Cream Linen: #F4EFE6
   ========================================================================== */

section.page-hero-banner {
  position: relative;
  width: 100%;
  min-height: 440px;
  max-height: 550px;
  background-color: #040926;
  padding-top: 105px; /* Offset for absolute header */
  box-sizing: border-box;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Base Frame Structure */
.page-hero-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 335px;
  display: flex;
  align-items: center;
  border-top: 2px solid #00A3B4;
  border-bottom: 2px solid #00A3B4;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(4, 9, 38, 0.88) 0%,
    rgba(4, 9, 38, 0.65) 50%,
    rgba(4, 9, 38, 0.85) 100%
  );
  z-index: 1;
}

.page-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Parchment Hero Box */
.page-hero-card {
  position: relative;
  background: rgba(4, 9, 38, 0.92);
  border: 1px solid #00A3B4;
  padding: 36px 40px;
  max-width: 620px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

/* Corner Gold Accents */
.card-corner-notch {
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: #EAA845;
  border-style: solid;
}

.card-corner-notch.top-left {
  top: -5px;
  left: -5px;
  border-width: 2px 0 0 2px;
}

.card-corner-notch.bottom-right {
  bottom: -5px;
  right: -5px;
  border-width: 0 2px 2px 0;
}

/* Meta Bar & Breadcrumbs */
.page-hero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.page-hero-icon {
  color: #00A3B4;
  font-size: 0.9rem;
}

.page-hero-breadcrumbs {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  color: #F4EFE6;
  letter-spacing: 0.5px;
}

.page-hero-breadcrumbs a {
  color: #00A3B4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-hero-breadcrumbs a:hover {
  color: #EAA845;
  text-decoration: underline;
}

.crumb-divider {
  margin: 0 6px;
  opacity: 0.5;
}

.crumb-current {
  color: #EAA845;
  font-weight: 600;
}

/* Typography Elements */
.page-hero-badge {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #EAA845;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-hero-title {
  font-family: 'Cinzel', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.25;
  margin: 0 0 14px 0;
}

.page-hero-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #F4EFE6;
  margin: 0 0 24px 0;
  opacity: 0.9;
}

/* Call To Action Button */
.btn-hero-action {
  display: inline-block;
  padding: 12px 26px;
  background-color: #00A3B4;
  color: #040926;
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #EAA845;
  transition: all 0.3s ease;
}

.btn-hero-action:hover {
  background-color: #F4EFE6;
  color: #040926;
  border-color: #F4EFE6;
}

/* Responsive Rules */
@media screen and (max-width: 768px) {
  section.page-hero-banner {
    min-height: 380px;
    padding-top: 85px;
  }

  .page-hero-card {
    padding: 28px 24px;
    max-width: 100%;
  }

  .page-hero-title {
    font-size: 1.75rem;
  }

  .page-hero-subtitle {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 480px) {
  .page-hero-title {
    font-size: 1.5rem;
  }
}
/* ==========================================================================
   Monterey Motel - Amenities Overview Section CSS
   ========================================================================== */

.amenities-overview-section {
  background-color: #F7F6F0; /* Cream linen background */
  padding: 70px 20px;
  font-family: 'Montserrat', sans-serif;
}

.amenities-section-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header Typography & Style */
.amenities-header-block {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 50px auto;
}

.amenities-badge {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #00A3B4; /* Teal Accent */
  text-transform: uppercase;
  margin-bottom: 12px;
}

.amenities-title {
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #040926; /* Deep Ocean Navy */
  line-height: 1.25;
  margin: 0 0 16px 0;
}

.title-accent-line {
  width: 60px;
  height: 3px;
  background-color: #EAA845; /* High-Contrast Gold */
  margin: 0 auto 24px auto;
  border-radius: 2px;
}

.amenities-description {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #4A453C;
  margin: 0;
}

.amenities-description a{
  text-decoration: none;
  font-weight: bold;
  
  color: #4A453C;
  
}

/* 2-Column Responsive Grid */
.amenities-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.amenity-column {
  background: #FFFFFF;
  border: 1px solid rgba(0, 163, 180, 0.2);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(4, 9, 38, 0.05);
}

.column-title {
  font-family: 'Cinzel', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #040926;
  margin: 0 0 24px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #F0ECE1;
  padding-bottom: 14px;
}

.icon-primary {
  color: #00A3B4;
}

.icon-secondary {
  color: #EAA845;
}

/* Cards Inside Column */
.amenity-cards-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.amenity-feature-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #FBFBFA;
  border: 1px solid #EAE6DF;
  border-radius: 12px;
  padding: 16px 20px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.amenity-feature-card:hover {
  transform: translateY(-2px);
  border-color: #00A3B4;
  box-shadow: 0 6px 18px rgba(4, 9, 38, 0.06);
}

/* Feature Icon Styles */
.feature-icon-box {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background-color: rgba(0, 163, 180, 0.1);
  color: #00A3B4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.feature-icon-box.muted {
  background-color: #F0ECE1;
  color: #7D7565;
}

.feature-info {
  flex-grow: 1;
}

.feature-info h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #040926;
  margin: 0 0 4px 0;
}

.feature-info p {
  font-size: 0.82rem;
  color: #61594B;
  margin: 0;
  line-height: 1.4;
}

/* Status Badges */
.status-pill {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

.status-pill.free {
  background-color: rgba(0, 163, 180, 0.15);
  color: #00A3B4;
}

.status-pill.included {
  background-color: rgba(4, 9, 38, 0.08);
  color: #040926;
}

.status-pill.note {
  background-color: #F0ECE1;
  color: #000;
}

/* ==========================================================================
   RESPONSIVE LAYOUT
   ========================================================================== */
@media screen and (max-width: 992px) {
  .amenities-grid-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .amenities-overview-section {
    padding: 50px 16px;
  }

  .amenities-title {
    font-size: 1.9rem;
  }

  .amenity-column {
    padding: 20px;
  }

  .amenity-feature-card {
    flex-wrap: wrap;
    gap: 12px;
  }

  .status-pill {
    margin-left: auto;
  }
}
/* ==========================================================================
   Monterey Motel - Isolated Unique Showcase Section (v2 Prefix)
   ========================================================================== */

.monterey-attract-v2-section {
  background-color: #040926; /* Deep Navy Theme */
  color: #F4EFE6;
  padding: 90px 24px;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  width: 100%;
}

.monterey-attract-v2-container {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Header Area */
.monterey-attract-v2-header {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 55px auto;
}

.monterey-attract-v2-crest {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #EAA845;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.monterey-attract-v2-title {
  font-family: 'Cinzel', serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.monterey-attract-v2-divider {
  width: 70px;
  height: 3px;
  background-color: #00A3B4;
  margin: 0 auto 24px auto;
}

.monterey-attract-v2-intro {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #fff;
  margin: 0;
}
.monterey-attract-v2-intro a{
  text-decoration: none;
  font-weight: bold;
    color: #fff;
}

/* Section Grid */
.monterey-attract-v2-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 32px;
  align-items: stretch;
}

/* Left Display Screen */
.monterey-attract-v2-canvas {
  position: relative;
  min-height: 500px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 163, 180, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.monterey-attract-v2-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  box-sizing: border-box;
}

.monterey-attract-v2-card.monterey-attract-v2-active {
  opacity: 1;
  visibility: visible;
}

.monterey-attract-v2-img-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.monterey-attract-v2-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.monterey-attract-v2-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(4, 9, 38, 0.95) 0%,
    rgba(4, 9, 38, 0.6) 90%,
    rgba(4, 9, 38, 0.2) 100%
  );
}

.monterey-attract-v2-card-body {
  position: relative;
  z-index: 2;
}

.monterey-attract-v2-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #00A3B4;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.monterey-attract-v2-card-title {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 14px 0;
}

.monterey-attract-v2-card-text {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #F4EFE6;
  margin: 0 0 20px 0;
  max-width: 92%;
}

.monterey-attract-v2-pill {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(234, 168, 69, 0.15);
  border: 1px solid #EAA845;
  color: #EAA845;
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 4px;
}

/* Right Navigation Panel */
.monterey-attract-v2-menu {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.monterey-attract-v2-btn {
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 163, 180, 0.15);
  border-radius: 12px;
  padding: 18px 24px;
  color: #F4EFE6;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.monterey-attract-v2-btn:hover {
  background: rgba(0, 163, 180, 0.1);
  border-color: #00A3B4;
}

.monterey-attract-v2-btn.monterey-attract-v2-active {
  background: rgba(0, 163, 180, 0.18);
  border-color: #EAA845;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.monterey-attract-v2-num {
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #EAA845;
  opacity: 0.8;
}

.monterey-attract-v2-info {
  flex-grow: 1;
}

.monterey-attract-v2-info h4 {
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px 0;
}

.monterey-attract-v2-info span {
  font-size: 0.78rem;
  color: #00A3B4;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}

.monterey-attract-v2-icon {
  color: #EAA845;
  font-size: 0.85rem;
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.monterey-attract-v2-btn.monterey-attract-v2-active .monterey-attract-v2-icon {
  opacity: 1;
  transform: translateX(4px);
}

/* ==========================================================================
   IPAD & TABLET RESPONSIVE BREAKPOINT (577px - 1024px)
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .monterey-attract-v2-section {
    padding: 60px 20px;
  }

  .monterey-attract-v2-header {
    margin-bottom: 35px;
  }

  .monterey-attract-v2-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .monterey-attract-v2-canvas {
    min-height: 640px;
  }

  /* Arranging menu buttons in a 2-column grid for tablets */
  .monterey-attract-v2-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .monterey-attract-v2-btn {
    padding: 14px 18px;
    gap: 12px;
  }

  .monterey-attract-v2-card-text {
    max-width: 100%;
  }
}

/* ==========================================================================
   MOBILE BREAKPOINT (576px and below)
   ========================================================================== */
@media screen and (max-width: 576px) {
  .monterey-attract-v2-section {
    padding: 45px 16px;
  }

  .monterey-attract-v2-header {
    margin-bottom: 30px;
  }

  .monterey-attract-v2-title {
    font-size: 1.75rem;
  }

  .monterey-attract-v2-canvas {
    min-height: 580px;
    border-radius: 12px;
  }

  .monterey-attract-v2-card {
    padding: 20px;
  }

  .monterey-attract-v2-card-title {
    font-size: 1.35rem;
    margin-bottom: 8px;
  }

  .monterey-attract-v2-card-text {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 14px;
    max-width: 100%;
  }

  .monterey-attract-v2-meta {
    font-size: 0.75rem;
    margin-bottom: 6px;
  }

  /* Single column menu stack for phone screens */
  .monterey-attract-v2-menu {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .monterey-attract-v2-btn {
    padding: 12px 16px;
    gap: 12px;
    border-radius: 10px;
  }

  .monterey-attract-v2-num {
    font-size: 1rem;
  }

  .monterey-attract-v2-info h4 {
    font-size: 0.95rem;
  }

  .monterey-attract-v2-info span {
    font-size: 0.72rem;
  }
}
/* ==========================================================================
   Monterey Motel - Isolated Nearby Attractions Directory Grid
   ========================================================================== */

.monterey-dist-grid-section {
  background-color: #040926; /* Midnight Deep Navy */
  color: #F4EFE6;
  padding: 10px 24px;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  width: 100%;
}

.monterey-dist-grid-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Header Area */
.monterey-dist-grid-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.monterey-dist-grid-crest {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #EAA845;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.monterey-dist-grid-title {
  font-family: 'Cinzel', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.monterey-dist-grid-divider {
  width: 70px;
  height: 3px;
  background-color: #00A3B4;
  margin: 0 auto 24px auto;
}

.monterey-dist-grid-intro {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #D3CFC9;
  margin: 0;
}

/* Category Tab Filter Controls */
.monterey-dist-grid-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.monterey-dist-grid-tab {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 163, 180, 0.25);
  color: #D3CFC9;
  padding: 10px 20px;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.monterey-dist-grid-tab:hover {
  background: rgba(0, 163, 180, 0.2);
  color: #FFFFFF;
  border-color: #00A3B4;
}

.monterey-dist-grid-tab.active {
  background: #EAA845;
  color: #040926;
  border-color: #EAA845;
  box-shadow: 0 4px 15px rgba(234, 168, 69, 0.3);
}

/* Grid Layout */
.monterey-dist-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}

/* Individual Cards */
.monterey-dist-grid-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 20px;
  transition: all 0.3s ease;
}

.monterey-dist-grid-card:hover {
  transform: translateY(-4px);
  background: rgba(0, 163, 180, 0.1);
  border-color: rgba(0, 163, 180, 0.4);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.monterey-dist-grid-card.hide {
  display: none;
}

.monterey-dist-grid-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(0, 163, 180, 0.15);
  border: 1px solid rgba(0, 163, 180, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A3B4;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.monterey-dist-grid-card:hover .monterey-dist-grid-icon {
  background: #EAA845;
  color: #040926;
  border-color: #EAA845;
}

.monterey-dist-grid-details {
  flex-grow: 1;
}

.monterey-dist-grid-details h3 {
  font-family: 'Cinzel', serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.monterey-dist-grid-tag {
  display: block;
  font-size: 0.75rem;
  color: #A09A8E;
  font-weight: 500;
}

/* Responsiveness */
@media screen and (max-width: 768px) {
  .monterey-dist-grid-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .monterey-dist-grid-title {
    font-size: 1.8rem;
  }
}
/* ==========================================================================
   Monterey Motel - Location Section (Theme-Matched Color Scheme)
   ========================================================================== */

/* Location Intro Section */
.monterey-loc-sec-intro {
  padding: 30px 24px;
  background-color: #F7F6F0; /* Warm Cream background */
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  width: 100%;
}

.monterey-loc-sec-intro-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Eyebrow / Subtitle */
.monterey-loc-sec-subtitle {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #00A3B4; /* Coastal Teal */
  margin-bottom: 12px;
}

/* Main Title Heading */
.monterey-loc-sec-title {
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px 0;
}

.monterey-loc-sec-title a {
  color: #040926; /* Deep Ocean Navy */
  text-decoration: none;
  transition: color 0.3s ease;
}

.monterey-loc-sec-title a:hover {
  color: #EAA845; /* Gold Accent */
}

/* Gold Divider */
.monterey-loc-sec-divider {
  width: 70px;
  height: 3px;
  margin: 0 auto 28px auto;
  background-color: #EAA845; /* Spanish Gold */
  border-radius: 2px;
}

/* Description Text */
.monterey-loc-sec-text {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #4A453C; /* Muted Charcoal Brown */
  max-width: 1000px;
  margin: 0 auto;
}

.monterey-loc-sec-text a {
  color: #4A453C; /* Accent Teal */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.monterey-loc-sec-text a:hover,
.monterey-loc-sec-text a:focus {
  color: #040926; /* Dark Navy hover */
  text-decoration: underline;
}

/* ==========================================================================
   Location Interactive Hero Section (Dark & Gold Card Layout)
   ========================================================================== */
.monterey-loc-sec-hero {
  padding: 40px 24px 90px 24px;
  background-color: #F7F6F0; /* Seamless Warm Cream Transition */
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

.monterey-loc-sec-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 0;
  align-items: stretch;
  background: #040926; /* Deep Navy Card Frame */
  border-radius: 16px;
  border: 1px solid rgba(0, 163, 180, 0.3);
  box-shadow: 0 20px 40px rgba(4, 9, 38, 0.25);
  overflow: hidden;
}

/* Left Content / Info Box */
.monterey-loc-sec-info-box {
  flex: 1;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #040926;
  color: #F4EFE6;
}

/* Coordinates & Directions Cards */
.monterey-loc-sec-coords,
.monterey-loc-sec-directions {
  background: rgba(255, 255, 255, 0.04);
  padding: 24px;
  border-left: 4px solid #EAA845; /* Gold Accent Bar */
  border-radius: 10px;
  margin-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.monterey-loc-sec-coords:last-child,
.monterey-loc-sec-directions:last-child {
  margin-bottom: 0;
}

/* Card Titles */
.monterey-loc-sec-coords h3,
.monterey-loc-sec-directions h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
}

.monterey-loc-sec-coords h3 span,
.monterey-loc-sec-directions h3 span {
  color: #00A3B4; /* Teal Icon Accent */
}

/* Coordinates List */
.monterey-loc-sec-coords ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.monterey-loc-sec-coords ul li {
  font-size: 0.92rem;
  color: #D3CFC9;
  margin-bottom: 8px;
}

.monterey-loc-sec-coords ul li strong {
  color: #EAA845; /* Gold text highlight */
}

/* Directions Inputs & Button */
.monterey-loc-sec-directions form label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #D3CFC9;
  margin-bottom: 6px;
}

.monterey-loc-sec-directions form input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(0, 163, 180, 0.3);
  color: #FFFFFF;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

.monterey-loc-sec-directions form input:focus {
  outline: none;
  border-color: #EAA845;
  background: rgba(255, 255, 255, 0.12);
}

.monterey-loc-sec-directions form button {
  width: 100%;
  padding: 14px;
  background: #EAA845; /* Gold Solid Button */
  color: #040926; /* Dark Text for readability */
  border: none;
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.monterey-loc-sec-directions form button:hover {
  background: #00A3B4; /* Transitions to Coastal Teal */
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 163, 180, 0.35);
}

/* Right Side Map Canvas */
.monterey-loc-sec-map-box {
  flex: 1.1;
  background: #040926;
  min-height: 440px;
}

.monterey-loc-sec-map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 440px;
  border: none;
  display: block;
}

/* ==========================================================================
   Responsive View Breakpoints
   ========================================================================== */
@media (max-width: 992px) {
  .monterey-loc-sec-hero {
    padding: 30px 20px 60px 20px;
  }

  .monterey-loc-sec-wrapper {
    flex-direction: column;
  }

  .monterey-loc-sec-map-box,
  .monterey-loc-sec-map-box iframe {
    min-height: 350px;
  }

  .monterey-loc-sec-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .monterey-loc-sec-intro {
    padding: 50px 20px 20px 20px;
  }

  .monterey-loc-sec-info-box {
    padding: 28px;
  }

  .monterey-loc-sec-text {
    font-size: 0.92rem;
  }
}

@media (max-width: 480px) {
  .monterey-loc-sec-title {
    font-size: 1.6rem;
  }

  .monterey-loc-sec-info-box {
    padding: 20px;
  }

  .monterey-loc-sec-map-box,
  .monterey-loc-sec-map-box iframe {
    min-height: 280px;
  }
}
/* ==========================================================================
   Monterey Motel - Contact Page Section Styles (Spanish Revival / Luxury Theme)
   ========================================================================== */

/* --- 1. Contact Intro Section --- */
.monterey-contact-sec-intro {
  width: 100%;
  padding: 80px 24px 40px 24px;
  background-color: #F7F6F0; /* Warm Cream Parchment */
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

.monterey-contact-sec-intro-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Eyebrow Subtitle */
.monterey-contact-sec-eyebrow {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #00A3B4; /* Coastal Teal Accent */
  margin-bottom: 12px;
}

/* Main Heading */
.monterey-contact-sec-heading {
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px 0;
}

.monterey-contact-sec-heading a {
  color: #040926; /* Deep Ocean Navy */
  text-decoration: none;
  transition: color 0.3s ease;
}

.monterey-contact-sec-heading a:hover {
  color: #EAA845; /* Spanish Gold Accent */
}

/* Divider Line */
.monterey-contact-sec-divider {
  width: 70px;
  height: 3px;
  margin: 0 auto 28px auto;
  background-color: #EAA845; /* Spanish Gold Accent */
  border-radius: 2px;
}

/* Intro Paragraph */
.monterey-contact-sec-text {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #4A453C; /* Muted Charcoal Brown */
  max-width: 1000px;
  margin: 0 auto;
}

.monterey-contact-sec-text a {
  color: #4A453C; /* Coastal Teal */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.monterey-contact-sec-text a:hover,
.monterey-contact-sec-text a:focus {
  color: #040926; /* Deep Ocean Navy */
  text-decoration: underline;
}


/* --- 2. Contact Info & Image Hero Card --- */
.monterey-contact-sec-hero {
  width: 100%;
  padding: 40px 24px 90px 24px;
  background-color: #F7F6F0; /* Seamless Warm Cream Transition */
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

.monterey-contact-sec-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 0;
  align-items: stretch;
  background: #040926; /* Deep Navy Container */
  border-radius: 16px;
  border: 1px solid rgba(0, 163, 180, 0.3);
  box-shadow: 0 20px 40px rgba(4, 9, 38, 0.25);
  overflow: hidden;
}

/* Left Panel Info Content */
.monterey-contact-sec-info-box {
  flex: 1;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #040926;
  color: #F4EFE6;
}

.monterey-contact-sec-intro-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #D3CFC9;
  margin-bottom: 30px;
}

/* Contact Details Glass Box */
.monterey-contact-sec-details-area {
  background: rgba(255, 255, 255, 0.04);
  padding: 24px;
  border-left: 4px solid #EAA845; /* Gold Accent Bar */
  border-radius: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.monterey-contact-sec-details-area h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
}

.monterey-contact-sec-details-area h3 span {
  color: #00A3B4; /* Teal Icon Accent */
}

.monterey-contact-sec-details-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.monterey-contact-sec-details-area ul li {
  font-size: 0.92rem;
  color: #D3CFC9;
  margin-bottom: 16px;
  line-height: 1.6;
}

.monterey-contact-sec-details-area ul li:last-child {
  margin-bottom: 0;
}

.monterey-contact-sec-details-area ul li strong {
  color: #EAA845; /* Gold Label Highlight */
}

.monterey-contact-sec-details-area a {
  color: #00A3B4; /* Coastal Teal */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.monterey-contact-sec-details-area a:hover {
  color: #EAA845; /* Warm Gold */
  text-decoration: underline;
}

/* Right Panel Image Frame */
.monterey-contact-sec-image-box {
  flex: 1;
  background: #040926;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}

.monterey-contact-sec-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* --- 3. Responsive Breakpoints --- */
@media (max-width: 992px) {
  .monterey-contact-sec-hero {
    padding: 30px 20px 60px 20px;
  }

  .monterey-contact-sec-wrapper {
    flex-direction: column;
  }

  .monterey-contact-sec-image-box {
    height: 300px;
    min-height: 300px;
  }

  .monterey-contact-sec-info-box {
    padding: 35px 25px;
  }

  .monterey-contact-sec-heading {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .monterey-contact-sec-intro {
    padding: 50px 20px 20px 20px;
  }

  .monterey-contact-sec-text {
    font-size: 0.92rem;
  }
}

@media (max-width: 480px) {
  .monterey-contact-sec-heading {
    font-size: 1.6rem;
  }

  .monterey-contact-sec-info-box {
    padding: 24px 18px;
  }

  .monterey-contact-sec-image-box {
    height: 240px;
    min-height: 240px;
  }
}
/* ==========================================================================
   Monterey Motel - Sitemap Section (Spanish Revival / Coastal Luxury Theme)
   ========================================================================== */

.monterey-sitemap-sec {
  width: 100%;
  padding: 80px 24px 90px 24px;
  background-color: #F7F6F0; /* Warm Cream Background */
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  box-sizing: border-box;
}

.monterey-sitemap-sec-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Eyebrow Label */
.monterey-sitemap-sec-eyebrow {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #00A3B4; /* Coastal Teal Accent */
  margin-bottom: 12px;
}

/* Main Heading */
.monterey-sitemap-sec-heading {
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px 0;
}

.monterey-sitemap-sec-heading a {
  color: #040926; /* Deep Ocean Navy */
  text-decoration: none;
  transition: color 0.3s ease;
}

.monterey-sitemap-sec-heading a:hover {
  color: #EAA845; /* Spanish Gold Accent */
}

/* Gold Divider Line */
.monterey-sitemap-sec-divider {
  width: 70px;
  height: 3px;
  margin: 0 auto 28px auto;
  background-color: #EAA845; /* Spanish Gold Accent */
  border-radius: 2px;
}

/* Subtitle Description */
.monterey-sitemap-sec-subtitle {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #4A453C; /* Muted Charcoal Brown */
  max-width: 1000px;
  margin: 0 auto 50px auto;
}

.monterey-sitemap-sec-subtitle a {
  color: #4A453C; /* Coastal Teal Link */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.monterey-sitemap-sec-subtitle a:hover,
.monterey-sitemap-sec-subtitle a:focus {
  color: #040926; /* Deep Ocean Navy */
  text-decoration: underline;
}

/* Links Grid Grid Frame */
.monterey-sitemap-sec-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
}

/* Individual Sitemap Column Block */
.monterey-sitemap-sec-block {
  background: #040926; /* Deep Ocean Navy Box */
  padding: 35px 30px;
  border-radius: 14px;
  border: 1px solid rgba(0, 163, 180, 0.3);
  box-shadow: 0 12px 30px rgba(4, 9, 38, 0.15);
}

.monterey-sitemap-sec-block h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #EAA845; /* Gold Heading Accent */
  margin: 0 0 20px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(234, 168, 69, 0.3);
}

.monterey-sitemap-sec-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.monterey-sitemap-sec-block ul li {
  margin-bottom: 14px;
}

.monterey-sitemap-sec-block ul li:last-child {
  margin-bottom: 0;
}

.monterey-sitemap-sec-block ul li a {
  color: #F4EFE6; /* Warm White Link Text */
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.monterey-sitemap-sec-block ul li a span {
  font-size: 0.75rem;
  color: #00A3B4; /* Coastal Teal Chevron */
  transition: transform 0.3s ease, color 0.3s ease;
}

.monterey-sitemap-sec-block ul li a:hover {
  color: #EAA845; /* Gold on Hover */
  transform: translateX(4px);
}

.monterey-sitemap-sec-block ul li a:hover span {
  color: #EAA845;
  transform: translateX(2px);
}

/* Responsive Grid */
@media (max-width: 992px) {
  .monterey-sitemap-sec-links {
    grid-template-columns: repeat(2, 1fr);
  }
  .monterey-sitemap-sec-heading {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .monterey-sitemap-sec {
    padding: 50px 20px 60px 20px;
  }

  .monterey-sitemap-sec-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .monterey-sitemap-sec-block {
    padding: 25px 20px;
  }

  .monterey-sitemap-sec-heading {
    font-size: 1.6rem;
  }

  .monterey-sitemap-sec-subtitle {
    font-size: 0.92rem;
    margin-bottom: 35px;
  }
}
/* ==========================================================================
   Monterey Motel - FAQ Section Styles (Spanish Revival / Coastal Luxury Theme)
   ========================================================================== */

.monterey-faq-sec {
  width: 100%;
  padding: 80px 24px 90px 24px;
  background-color: #F7F6F0; /* Warm Cream Parchment Background */
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

.monterey-faq-sec-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Eyebrow Label */
.monterey-faq-sec-eyebrow {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #040926; /* Coastal Teal Accent */
  margin-bottom: 12px;
}

/* Main Heading */
.monterey-faq-sec-heading {
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px 0;
}

.monterey-faq-sec-heading a {
  color: #040926; /* Deep Ocean Navy */
  text-decoration: none;
  transition: color 0.3s ease;
}

.monterey-faq-sec-heading a:hover {
  color: #EAA845; /* Spanish Gold Accent */
}

/* Gold Divider */
.monterey-faq-sec-divider {
  width: 70px;
  height: 3px;
  margin: 0 auto 40px auto;
  background-color: #EAA845; /* Spanish Gold Accent */
  border-radius: 2px;
}

/* FAQ List Container */
.monterey-faq-sec-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

/* FAQ Item Card */
.monterey-faq-sec-item {
  background: #040926; /* Deep Ocean Navy Card Frame */
  padding: 30px 32px;
  border-radius: 12px;
  border: 1px solid rgba(0, 163, 180, 0.25);
  box-shadow: 0 10px 25px rgba(4, 9, 38, 0.12);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.monterey-faq-sec-item:hover {
  border-color: #EAA845; /* Gold Accent Frame on Hover */
  transform: translateY(-2px);
}

/* FAQ Item Question Header */
.monterey-faq-sec-item h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 14px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
}

.monterey-faq-sec-item h3 span {
  color: #00A3B4; /* Teal Icon Accent */
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* FAQ Item Answer Paragraph */
.monterey-faq-sec-item p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #D3CFC9;
  margin: 0;
}

/* FAQ Internal & Action Links */
.monterey-faq-sec-item p a {
  display: inline-block;
  margin-top: 10px;
  color: #00A3B4; /* Coastal Teal Link */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.monterey-faq-sec-item p a:hover {
  color: #EAA845; /* Warm Spanish Gold */
  text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .monterey-faq-sec-heading {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .monterey-faq-sec {
    padding: 50px 20px 60px 20px;
  }

  .monterey-faq-sec-item {
    padding: 24px 20px;
  }

  .monterey-faq-sec-item h3 {
    font-size: 1.05rem;
  }

  .monterey-faq-sec-item p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .monterey-faq-sec-heading {
    font-size: 1.6rem;
  }

  .monterey-faq-sec-item h3 {
    font-size: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
/* ===== RESERVATION BOX SECTION – MONTEREY MOTEL LONG BEACH ===== */
.below-section {
  position: relative;
  padding: 10px 0;
  text-align: center;
  z-index: 1;
  background-color: #F7F6F0;
}

/* Reservation wrapper */
.reservation-box {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.reservation-container {
  display: flex;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  background: #040926; 
  box-shadow: 0 20px 45px rgba(4, 9, 38, 0.25);
  width: 100%;
  max-width: 1280px;
  height: 110px;
  border: 1px solid rgba(0, 163, 180, 0.3);
}

/* Desktop Flex layout */
.res-flex {
  display: flex;
  width: 100%;
  align-items: stretch;
}

/* Form items */
.res-item {
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(0, 163, 180, 0.2);
  flex: 1;
  transition: background 0.3s ease;
  box-sizing: border-box;
}

.res-item:hover {
  background: rgba(0, 163, 180, 0.08);
}

.res-item.small {
  min-width: 110px;
  text-align: left; /* Aligned left for structural balance across screens */
}

/* Labels */
.res-item label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #00A3B4;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 1.5px;
  display: block;
}

/* Inputs & Selects */
.res-input,
.res-select {
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

.res-select option {
  color: #040926;
  background: #ffffff;
}

/* Button */
.res-button {
  background: #00A3B4;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  transition: all 0.35s ease;
}

.res-button button {
  background: none;
  border: none;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0 30px;
  font-size: 14px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: color 0.3s ease;
}

.res-button:hover {
  background: #EAA845;
}

.res-button:hover button {
  color: #040926;
}

/* Input layout helper */
.res-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.res-content.center {
  justify-content: flex-start;
}

.res-input {
  position: relative;
  z-index: 1;
  padding-right: 30px;
}

.res-content span {
  font-size: 16px;
  color: #EAA845;
  position: absolute;
  right: 0;
  pointer-events: none;
  z-index: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 2;
}

/* ============================================================
   TABLET & IPAD BREAKPOINT (769px to 1024px)
   ============================================================ */
@media (min-width: 769px) and (max-width: 1024px) {
  .reservation-container {
    height: auto;
  }

  .res-flex {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas:
      "in in in out out out"
      "adult adult kid kid room room"
      "btn btn btn btn btn btn";
    gap: 1px;
    background: rgba(0, 163, 180, 0.25);
  }

  .res-item {
    border-right: none;
    background: #040926;
    padding: 16px 20px;
  }

  /* Grid area assignments */
  .res-flex > .res-item:nth-child(1) { grid-area: in; }
  .res-flex > .res-item:nth-child(2) { grid-area: out; }
  .res-flex > .res-item:nth-child(3) { grid-area: adult; }
  .res-flex > .res-item:nth-child(4) { grid-area: kid; }
  .res-flex > .res-item:nth-child(5) { grid-area: room; }

  .res-button {
    grid-area: btn;
    min-height: 55px;
  }
}

/* ============================================================
   MOBILE BREAKPOINT (768px and below)
   ============================================================ */
@media (max-width: 768px) {
  .reservation-container {
    height: auto;
  }

  .res-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "in in"
      "out out"
      "adult kid"
      "room room"
      "btn btn";
    gap: 1px;
    background: rgba(0, 163, 180, 0.25);
  }

  .res-item {
    border-right: none;
    background: #040926;
    padding: 16px 20px;
  }

  .res-item.small {
    min-width: unset;
  }

  /* Explicit Mobile Grid Area Mapping */
  .res-flex > .res-item:nth-child(1) { grid-area: in; }
  .res-flex > .res-item:nth-child(2) { grid-area: out; }
  .res-flex > .res-item:nth-child(3) { grid-area: adult; }
  .res-flex > .res-item:nth-child(4) { grid-area: kid; }
  .res-flex > .res-item:nth-child(5) { grid-area: room; }

  .res-button {
    grid-area: btn;
    min-height: 55px;
  }

  .res-button button {
    padding: 15px 20px;
  }
}

/* ======================
    Datepicker Theming
====================== */
.ui-datepicker {
  background: #ffffff;
  border: 1px solid #00A3B4;
  color: #040926;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(4, 9, 38, 0.2);
}

.ui-datepicker-header {
  background: #040926;
  color: #EAA845;
  border: none;
}

.ui-state-default {
  background: #F7F6F0;
  color: #040926;
  border: 1px solid #e2e8f0;
}

.ui-state-hover {
  background: #00A3B4 !important;
  color: #ffffff !important;
}

.ui-state-active {
  background: #040926 !important;
  color: #EAA845 !important;
  border: 1px solid #EAA845 !important;
}