/* ==========================================================================
   Yercaud Stays - 100% Pixel Perfect UI/UX Design System
   ========================================================================== */

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

:root {
  --color-primary: #07241A;
  --color-dark-green: #0A3325;
  --color-green-btn: #0D3E2E;
  --color-gold: #D4AF37;
  --color-cream: #FAF9F6;
  --color-white: #FFFFFF;
  --color-gray-bg: #F8F9FA;
  --color-dark-text: #111827;
  --color-muted-text: #6B7280;
  --border-light: #E5E7EB;
  --transition-smooth: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--color-dark-text);
  background-color: #FFFFFF;
  overflow-x: hidden;
  line-height: 1.6;
  padding-top: 68px !important; /* Offset for fixed top navbar */
}

h1, h2, h3, .font-serif {
  font-family: 'Playfair Display', serif;
  color: var(--color-dark-text);
}

.script-font {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
}

/* Subtitle divider lines */
.section-subtitle-line {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6B7280;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.section-subtitle-line::before, .section-subtitle-line::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #9CA3AF;
}

/* Section Main Heading */
.section-title-centered {
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-dark-text);
  margin-bottom: 2.5rem;
}

/* Permanent Fixed Forest Green Top Navbar Across All Pages */
.navbar-custom, nav.navbar-custom {
  background-color: #0A3325 !important;
  background: #0A3325 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 10000 !important;
  padding: 0.65rem 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
}

.navbar-brand .brand-logo-img {
  height: 38px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: transform 0.2s ease;
}

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

.navbar-brand .brand-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 1.1;
}

.nav-link {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0 0.75rem;
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
  position: relative;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #D4AF37;
  border-radius: 2px;
}

.btn-contact-pill {
  background-color: #0D3E2E;
  color: #FFFFFF !important;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.45rem 1.25rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: var(--transition-smooth);
}

.btn-contact-pill:hover {
  background-color: #06221A;
  transform: translateY(-1px);
}

/* Hero Section Background Video & Fallback Banner Image */
.hero-section-video, .hero-section-mockup {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #FFFFFF;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #07241A url('../home page banner.png') center/cover no-repeat;
}

.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(7, 36, 26, 0.75) 0%, rgba(7, 36, 26, 0.45) 60%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}

.hero-script-tag {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 2.2rem;
  color: #D4AF37;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  margin-bottom: 0.25rem;
}

.hero-title-mockup {
  font-family: 'Playfair Display', serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.12;
  color: #FFFFFF;
  text-shadow: 0 4px 20px rgba(0,0,0,0.6);
  max-width: 600px;
}

.hero-subtext-mockup {
  font-size: 1.05rem;
  color: #FFFFFF;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
  max-width: 500px;
  margin-bottom: 2rem;
}

.btn-explore-green {
  background-color: #0D3E2E;
  color: #FFFFFF !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  border: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.btn-explore-green:hover {
  background-color: #051E16;
  transform: translateY(-2px);
}

/* Category Horizontal Infinite Scroll Track & Cards */
.category-scroll-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.category-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  color: var(--color-dark-green);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.category-nav-btn:hover {
  background: #0D3E2E;
  color: #FFFFFF;
  border-color: #0D3E2E;
  transform: translateY(-50%) scale(1.08);
}

.category-nav-prev {
  left: -18px;
}

.category-nav-next {
  right: -18px;
}

.category-single-row-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.85rem;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto; /* Required for zero-flicker infinite jump */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  padding: 0.6rem 0.3rem;
  cursor: grab;
}

.category-single-row-grid::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.category-box-card {
  flex: 0 0 120px;
  min-width: 120px;
  max-width: 120px;
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 1.1rem 0.6rem;
  text-align: center;
  transition: var(--transition-smooth);
  text-decoration: none;
  color: var(--color-dark-text);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  user-select: none;
}

.category-box-card:hover {
  border-color: #0D3E2E;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  color: var(--color-dark-green);
}

.category-box-card i {
  font-size: 1.5rem;
  color: #0D3E2E;
  transition: transform 0.2s ease;
}

.category-box-card:hover i {
  transform: scale(1.1);
}

.category-box-card span {
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  display: block;
  line-height: 1.2;
}

/* Tablet & Mobile View Compact Sizes */
@media (max-width: 768px) {
  .category-nav-prev {
    left: -10px;
  }
  .category-nav-next {
    right: -10px;
  }

  .category-single-row-grid {
    gap: 0.55rem !important;
    padding: 0.45rem 0.2rem !important;
  }

  .category-box-card {
    flex: 0 0 94px !important;
    min-width: 94px !important;
    max-width: 94px !important;
    min-height: 82px !important;
    padding: 0.65rem 0.35rem !important;
    border-radius: 10px !important;
    gap: 0.35rem !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
  }

  .category-box-card i {
    font-size: 1.25rem !important;
  }

  .category-box-card span {
    font-size: 0.72rem !important;
    max-width: 86px !important;
    letter-spacing: -0.2px;
  }
}

/* Small Smartphone Screen View */
@media (max-width: 480px) {
  .category-single-row-grid {
    gap: 0.45rem !important;
    padding: 0.35rem 0.15rem !important;
  }

  .category-box-card {
    flex: 0 0 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
    min-height: 78px !important;
    padding: 0.55rem 0.3rem !important;
    border-radius: 9px !important;
    gap: 0.3rem !important;
  }

  .category-box-card i {
    font-size: 1.15rem !important;
  }

  .category-box-card span {
    font-size: 0.68rem !important;
    max-width: 80px !important;
  }
}

/* Property Cards */
.stay-card-mockup {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.stay-card-mockup:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.stay-card-mockup .card-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;

}

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

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

.badge-featured-green {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background-color: #0D3E2E;
  color: #FFFFFF;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
}

.wishlist-btn-heart {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #374151;
  font-size: 0.85rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
  cursor: pointer;
}

.wishlist-btn-heart:hover, .wishlist-btn-heart.active {
  background: #FFFFFF;
  color: #DC2626;
  transform: scale(1.1);
}

.amenity-pill {
  background: #F3F4F6;
  color: #374151;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 50px;
  border: 1px solid #E5E7EB;
  display: inline-flex;
  align-items: center;
}

.stay-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-dark-text);
  margin-bottom: 0.25rem;
}

.stay-card-location {
  font-size: 0.8rem;
  color: var(--color-muted-text);
  margin-bottom: 0.75rem;
}

.stay-card-desc {
  font-size: 0.85rem;
  color: #4B5563;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.btn-view-details-green {
  background-color: #0D3E2E;
  color: #FFFFFF !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.65rem 1.5rem;
  border-radius: 5px;
  border: none;
  text-transform: capitalize;
  transition: var(--transition-smooth);
}

.btn-view-details-green:hover {
  background-color: #051E16;
}

/* Why Choose Cards */
.why-choose-card {
  background: #FFFFFF;
  border: 1px solid #F3F4F6;
  border-radius: 12px;
  padding: 2rem 1.25rem;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
  transition: var(--transition-smooth);
}

.why-choose-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.why-choose-card i {
  font-size: 2.2rem;
  color: #0D3E2E;
  margin-bottom: 1rem;
}

.why-choose-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.why-choose-desc {
  font-size: 0.8rem;
  color: var(--color-muted-text);
  line-height: 1.5;
}

/* Attraction Cards with Location Badge & Multi-Image Badges */
.attraction-card-mockup {
  position: relative;
  height: 260px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  cursor: pointer;
  background-color: #0A3325;
}

/* Attraction Auto-Slide Cross-Fade Layer */
.attraction-card-slides {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.attraction-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s ease-out;
  transform: scale(1);
}

.attraction-slide-img.active {
  opacity: 1;
  transform: scale(1.05);
}

.attraction-card-mockup:hover .attraction-slide-img.active {
  transform: scale(1.08);
}

.attraction-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0,0,0,0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.attraction-top-badges {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.attraction-cat-pill {
  background: rgba(13, 62, 46, 0.85);
  backdrop-filter: blur(4px);
  color: #D4AF37;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 50px;
  border: 1px solid rgba(212, 175, 55, 0.35);
}

.attraction-photos-pill {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.attraction-location-badge {
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.attraction-location-badge i {
  color: #D4AF37;
}

/* Fail-Safe Custom Modal Overlay (Global Highest Z-Index 999999) */
.custom-modal-backdrop {
  display: none !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.88) !important;
  z-index: 999999 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1rem !important;
  backdrop-filter: blur(6px) !important;
}

.custom-modal-backdrop.active {
  display: flex !important;
}

.custom-modal-content {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  max-width: 780px !important;
  width: 100% !important;
  max-height: 92vh !important;
  overflow-y: auto !important;
  position: relative !important;
  box-shadow: 0 25px 60px rgba(0,0,0,0.6) !important;
  animation: modalPopIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

@keyframes modalPopIn {
  from { opacity: 0; transform: scale(0.85); }
  to { opacity: 1; transform: scale(1); }
}

.custom-modal-close {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  background: rgba(0, 0, 0, 0.65) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 1.5rem !important;
  cursor: pointer !important;
  z-index: 20 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
  backdrop-filter: blur(4px);
}

.custom-modal-close:hover {
  background: rgba(220, 53, 69, 0.9) !important;
  transform: scale(1.1) !important;
}

/* Multi-Image Modal Carousel Stage */
.custom-modal-gallery-stage {
  position: relative;
  height: 60vh;
  min-height: 380px;
  max-height: 560px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.custom-modal-gallery-stage img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain !important;
  transition: opacity 0.25s ease;
}

.custom-modal-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.custom-modal-nav-btn:hover {
  background: rgba(13, 62, 46, 0.95);
  color: #D4AF37;
  border-color: #D4AF37;
  transform: translateY(-50%) scale(1.1);
}

.custom-modal-nav-prev {
  left: 15px;
}

.custom-modal-nav-next {
  right: 15px;
}

.custom-modal-counter-badge {
  position: absolute;
  bottom: 12px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 5;
}

.custom-modal-thumbnails-strip {
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #F8F9FA;
  border-bottom: 1px solid #E5E7EB;
  overflow-x: auto;
  scrollbar-width: thin;
}

.custom-modal-thumb-item {
  flex: 0 0 65px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.65;
  transition: all 0.2s ease;
}

.custom-modal-thumb-item:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.custom-modal-thumb-item.active {
  border-color: #0D3E2E;
  opacity: 1;
  box-shadow: 0 2px 8px rgba(13, 62, 46, 0.3);
}

.custom-modal-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Testimonial Cards */
.testimonial-card-mockup {
  background: #FFFFFF;
  border: 1px solid #F3F4F6;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-quote-icon {
  font-size: 2rem;
  color: #6A9C89;
  margin-bottom: 0.75rem;
}

.testimonial-text {
  font-size: 0.9rem;
  color: #4B5563;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.testimonial-author-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--color-dark-text);
}

.testimonial-author-city {
  font-size: 0.75rem;
  color: var(--color-muted-text);
}

/* CTA Escape Banner */
.cta-escape-banner {
  background: linear-gradient(rgba(7, 36, 26, 0.9), rgba(7, 36, 26, 0.9)), url('../images/hero.jpg') center/cover no-repeat;
  color: #FFFFFF;
  padding: 4rem 0;
}

/* Footer Custom */
.footer-custom {
  background: #051A12;
  color: #FFFFFF;
  padding: 4rem 0 2rem 0;
}

.footer-custom h5 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}

.footer-custom a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.85rem;
  transition: var(--transition-smooth);
}

.footer-custom a:hover {
  color: #FFFFFF;
}

/* Dynamic Property Main Image Responsive Height */
.property-main-img-wrap {
  height: 380px;
  width: 100%;
}

/* Smooth Touch Horizontal Scrollbars */
.scroll-touch-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.scroll-touch-x::-webkit-scrollbar {
  display: none;
}

/* ==========================================================================
   COMPLETE RESPONSIVE DESIGN SYSTEM (ALL VIEWPORTS & DEVICES)
   ========================================================================== */

/* Extra Large Displays (>= 1400px) */
@media (min-width: 1400px) {
  .container { max-width: 1320px; }
  .hero-title-mockup { font-size: 4rem; }
}

/* Large Screens / Desktop (992px to 1199.98px) */
@media (max-width: 1199.98px) {
  .hero-title-mockup { font-size: 3.2rem; }
  .hero-script-tag { font-size: 1.9rem; }
  .section-title-centered { font-size: 2rem; }
  .category-single-row-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.75rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .category-single-row-grid .category-box-card {
    min-width: 125px;
    flex-shrink: 0;
  }
}

/* Medium Screens / Tablets (768px to 991.98px) */
@media (max-width: 991.98px) {
  body {
    padding-top: 64px !important;
  }
  
  /* Navbar Mobile Navigation Collapsed Overlay */
  .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    padding: 0.35rem 0.65rem !important;
    border-radius: 8px !important;
    font-size: 1.2rem !important;
    cursor: pointer !important;
    outline: none !important;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.5) !important;
    outline: none !important;
  }
  .navbar-collapse {
    background-color: #0A3325 !important;
    padding: 1.25rem;
    border-radius: 12px;
    margin-top: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
    max-height: 80vh;
    overflow-y: auto;
  }
  .navbar-collapse.show, .navbar-collapse.is-open {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .navbar-collapse:not(.show):not(.is-open) {
    display: none !important;
  }
  .navbar-nav .nav-link {
    padding: 0.6rem 1rem !important;
    border-radius: 6px;
    text-align: center;
    margin: 0.2rem 0;
    font-size: 0.95rem !important;
  }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.12);
  }
  .navbar-nav .nav-link.active::after {
    display: none;
  }
  .btn-contact-pill {
    width: 100%;
    justify-content: center;
    margin-top: 0.75rem;
    padding: 0.6rem 1rem;
  }

  /* Hero Section Fluid Scaling */
  .hero-section-video, .hero-section-mockup {
    min-height: 70vh;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .hero-title-mockup {
    font-size: 2.6rem;
    max-width: 100%;
  }
  .hero-subtext-mockup {
    font-size: 1rem;
    max-width: 100%;
  }

  /* Property Detail Page & Main Gallery Height */
  .property-main-img-wrap {
    height: 300px !important;
  }
  .custom-modal-content {
    max-width: 95% !important;
  }
  .sticky-top {
    position: relative !important;
    top: 0 !important;
  }
}

/* Small Screens / Mobile Landscape & Portrait (576px to 767.98px) */
@media (max-width: 767.98px) {
  body {
    padding-top: 60px !important;
  }
  
  .section-title-centered {
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
  }
  
  .hero-section-video, .hero-section-mockup {
    min-height: 55vh;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    text-align: center;
  }
  .hero-script-tag {
    font-size: 1.6rem;
  }
  .hero-title-mockup {
    font-size: 2.1rem;
    line-height: 1.2;
  }
  .hero-subtext-mockup {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  
  .btn-explore-green {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 1.5rem;
  }
  
  .property-main-img-wrap {
    height: 250px !important;
  }
  
  .stay-card-mockup .card-img-wrap {
    height: 180px;
  }

  /* Highlights & Similar Stays sliders */
  .highlight-card-item {
    flex: 0 0 230px;
    max-width: 230px;
  }
  
  .custom-modal-img-wrap {
    height: 220px !important;
  }
  .custom-modal-content {
    border-radius: 14px !important;
  }
  .custom-modal-close {
    width: 34px !important;
    height: 34px !important;
    font-size: 1.2rem !important;
    top: 10px !important;
    right: 10px !important;
  }
  
  .cta-escape-banner {
    padding: 2.5rem 0;
  }
  .cta-escape-banner h3 {
    font-size: 1.4rem !important;
  }
}

/* 2 Cards in Single Row Mobile Optimization (< 768px) */
@media (max-width: 767.98px) {
  .stay-card-mockup {
    padding: 0.65rem !important;
    border-radius: 10px;
  }
  .stay-card-mockup .card-img-wrap {
    height: 120px !important;
    margin-bottom: 0.5rem !important;
    border-radius: 8px !important;
  }
  .stay-card-mockup .card-img-wrap img {
    height: 100% !important;
  }
  .stay-card-title {
    font-size: 0.9rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.2rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .stay-card-location {
    font-size: 0.68rem !important;
    margin-bottom: 0.35rem !important;
  }
  .stay-card-desc {
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
    margin-bottom: 0.5rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .stay-card-mockup .d-flex.gap-3.text-muted.small {
    gap: 0.45rem !important;
    font-size: 0.68rem !important;
    margin-bottom: 0.5rem !important;
  }
  .amenities-pills-row {
    gap: 0.25rem !important;
    margin-bottom: 0.5rem !important;
  }
  .amenities-pills-row .amenity-pill {
    font-size: 0.62rem !important;
    padding: 0.15rem 0.35rem !important;
  }
  .btn-view-details-green {
    font-size: 0.68rem !important;
    padding: 0.4rem 0.4rem !important;
    letter-spacing: 0.2px;
  }
  .badge-featured-green {
    font-size: 0.52rem !important;
    padding: 0.2rem 0.4rem !important;
    top: 5px !important;
    left: 5px !important;
  }
  .attraction-card-mockup {
    height: 165px !important;
    border-radius: 10px !important;
  }
  .attraction-overlay {
    padding: 0.5rem !important;
  }
  .attraction-location-badge {
    font-size: 0.72rem !important;
    padding: 0.25rem 0.45rem !important;
  }
  .attraction-photos-pill {
    font-size: 0.6rem !important;
    padding: 0.15rem 0.35rem !important;
  }
}

/* Ultra Small Mobile Screens (< 576px) */
@media (max-width: 575.98px) {
  .hero-title-mockup {
    font-size: 1.75rem;
  }
  .hero-script-tag {
    font-size: 1.35rem;
  }
  .section-title-centered {
    font-size: 1.5rem;
  }
  .property-main-img-wrap {
    height: 210px !important;
  }
  .amenity-pill {
    font-size: 0.65rem;
    padding: 0.2rem 0.45rem;
  }
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .why-choose-card {
    padding: 1.25rem 0.6rem;
  }
  .why-choose-card i {
    font-size: 1.75rem;
    margin-bottom: 0.6rem;
  }
  .why-choose-title {
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
  }
  .why-choose-desc {
    font-size: 0.76rem;
    line-height: 1.4;
  }
  .attraction-card-mockup {
    height: 155px !important;
  }
  .attraction-overlay {
    padding: 0.5rem !important;
  }
  .attraction-location-badge {
    font-size: 0.7rem !important;
  }
}

/* ==========================================================================
   SUPER PRELOAD SYSTEM - LUXURY STYLING & ANIMATIONS
   ========================================================================== */

/* 1. SPA-Style Top Navigation Loader */
.super-top-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5px;
  z-index: 1000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.super-top-loader.active {
  opacity: 1;
}

.super-top-loader-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #D4AF37 0%, #FFE57F 50%, #10B981 100%);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.8), 0 0 4px rgba(255, 255, 255, 0.9);
  transition: width 0.35s cubic-bezier(0.1, 0.9, 0.2, 1), opacity 0.2s ease;
}

/* 2. Fullscreen Luxury Splash Preloader */
.super-preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, #0B3D2E 0%, #07241A 60%, #03140E 100%);
  overflow: hidden;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.super-preloader-wrapper.preloader-dismissed {
  opacity: 0 !important;
  transform: scale(1.04) !important;
  filter: blur(6px) !important;
  pointer-events: none !important;
}

/* Ambient Mist Orbs */
.super-preloader-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.preloader-mist-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.25;
  animation: preloaderFloat 8s ease-in-out infinite alternate;
}

.preloader-mist-orb.orb-1 {
  width: 380px;
  height: 380px;
  background: #D4AF37;
  top: 15%;
  left: 20%;
}

.preloader-mist-orb.orb-2 {
  width: 420px;
  height: 420px;
  background: #10B981;
  bottom: 10%;
  right: 15%;
  animation-delay: -4s;
}

@keyframes preloaderFloat {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(40px, 30px) scale(1.15); }
}

/* Content Container */
.super-preloader-content {
  position: relative;
  z-index: 10;
  max-width: 380px;
  width: 90%;
  padding: 2.5rem 1.5rem;
}

/* Emblem & Orbiting Rings */
.preloader-brand-emblem-wrap {
  position: relative;
  width: 86px;
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid transparent;
}

.preloader-ring-outer {
  inset: -6px;
  border-top-color: #D4AF37;
  border-bottom-color: rgba(212, 175, 55, 0.3);
  animation: preloaderSpin 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.preloader-ring-inner {
  inset: 2px;
  border-left-color: #FFDF73;
  border-right-color: rgba(255, 223, 115, 0.2);
  animation: preloaderSpinRev 2.2s linear infinite;
}

.preloader-emblem-core {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.25);
  animation: preloaderPulse 2.4s ease-in-out infinite alternate;
}

.preloader-icon {
  font-size: 1.5rem;
  color: #FFE57F;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}

.preloader-glow-pulse {
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
  animation: preloaderAura 2s ease-in-out infinite alternate;
}

@keyframes preloaderSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes preloaderSpinRev {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

@keyframes preloaderPulse {
  0% { transform: scale(0.96); box-shadow: 0 0 15px rgba(212, 175, 55, 0.2); }
  100% { transform: scale(1.04); box-shadow: 0 0 30px rgba(212, 175, 55, 0.4); }
}

@keyframes preloaderAura {
  0% { opacity: 0.3; transform: scale(0.9); }
  100% { opacity: 0.8; transform: scale(1.15); }
}

/* Luxury Typography */
.preloader-brand-title {
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.preloader-title-accent {
  color: #D4AF37;
  font-weight: 700;
}

.preloader-brand-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.preloader-sub-line {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: rgba(212, 175, 55, 0.5);
}

/* Progress Box & Dynamic Counter */
.preloader-progress-box {
  width: 100%;
}

.preloader-progress-track {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.preloader-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #D4AF37 0%, #FFE57F 50%, #10B981 100%);
  border-radius: 100px;
  position: relative;
  transition: width 0.15s ease-out;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}

.preloader-progress-flare {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  animation: preloaderFlare 1.8s infinite;
}

@keyframes preloaderFlare {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(200%); }
}

.preloader-meta-row {
  font-size: 0.78rem;
}

.preloader-status-text {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  font-size: 0.75rem;
}

.preloader-counter {
  color: #FFE57F;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  letter-spacing: 1px;
}

.percent-sign {
  font-size: 0.7rem;
  margin-left: 1px;
  opacity: 0.85;
}




