/* ==========================================================================
   PRABHU LODGE PREMIUM REDESIGN CUSTOM OVERRIDES
   ========================================================================== */

/* Global scroll and width boundaries to prevent any horizontal overflow */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
*, *:before, *:after {
  box-sizing: inherit !important;
}

/* 1. TOP INFORMATION BAR OVERRIDES */
.luxury-top-bar {
  background: #001a14 !important; /* Extremely dark elegant green */
  height: 36px !important; /* Exactly 36px height matching requirement */
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(249, 225, 75, 0.12) !important;
  display: flex !important;
  align-items: center !important;
  font-family: 'Poppins', sans-serif !important;
  position: fixed !important; /* Fixed at the top */
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1050 !important; /* Sit on top of all layers */
}
.luxury-top-bar .container-fluid {
  width: 100% !important;
}
.luxury-top-bar .row {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.luxury-top-bar .left-info span,
.luxury-top-bar .right-info span {
  color: #ffffff !important; /* Solid crisp white matching screenshot */
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.6px !important;
  display: inline-flex !important;
  align-items: center !important;
}
.luxury-top-bar span i {
  color: #F9E14B !important; /* Gold icons */
  font-size: 13px !important;
  margin-right: 6px !important;
  text-shadow: 0 0 5px rgba(249, 225, 75, 0.3) !important;
}
.luxury-top-bar .text-muted {
  color: transparent !important;
  display: inline-block !important;
  width: 1px !important;
  height: 12px !important;
  background: rgba(255, 255, 255, 0.45) !important; /* More visible divider line matching screenshot */
  margin: 0 16px !important;
  vertical-align: middle !important;
}
.luxury-top-bar .social-icon {
  color: #F9E14B !important; /* Solid gold icons by default matching screenshot */
  font-size: 13px !important;
  margin-left: 16px !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.luxury-top-bar .social-icon:hover {
  color: #ffffff !important; /* Glow white on hover */
  transform: translateY(-2px) scale(1.15) !important;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6) !important;
}

/* 2. FLOATING NAVIGATION BAR OVERRIDES */
.floating-header {
  position: fixed !important; /* Ensure it is fixed at the top */
  left: 4% !important;
  right: 4% !important;
  width: auto !important;
  max-width: 92vw !important; /* Prevent header card from expanding beyond screen edges */
  box-sizing: border-box !important;
  height: 72px !important; /* Exactly 72px height matching requirement */
  margin: 0 !important;
  padding: 0 35px !important; /* Remove vertical padding for exact height alignment */
  display: flex !important;
  align-items: center !important;
  background: linear-gradient(135deg, rgba(0, 48, 38, 0.94), rgba(0, 32, 25, 0.97)) !important; /* Deep luxury green card */
  border: 1.5px solid rgba(249, 225, 75, 0.45) !important; /* Distinct gold outline border matching screenshot */
  border-radius: 0 0 50px 50px !important; /* Flat top corners (0), rounded bottom corners (50px) for attached dropdown style */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  z-index: 1040 !important; /* Sits just below top bar layer */
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.floating-header .container-fluid,
.floating-header .row {
  height: 100% !important;
}
.floating-header .row {
  align-items: center !important;
}

/* Center navigation menu geometrically in the floating header card on desktop */
@media (min-width: 1200px) {
  .floating-header .row {
    display: flex !important;
    width: 100% !important;
  }
  .floating-header .site-logo {
    flex: 1 1 0% !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  .floating-header .col-auto:has(.desktop-nav) {
    flex: 0 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .floating-header .col-auto:has(.btn-book-now) {
    flex: 1 1 0% !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
  }
}
.floating-header:hover {
  box-shadow: 0 15px 40px rgba(249, 225, 75, 0.15) !important;
  border-color: rgba(249, 225, 75, 0.75) !important;
}
.floating-header.scrolled {
  height: 72px !important; /* Maintain 72px height scrolled */
  padding: 0 30px !important;
  background: rgba(0, 40, 32, 0.97) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
}

/* Desktop offset and mobile positioning logic */
@media (min-width: 992px) {
  body {
    margin-top: 36px !important; /* Push body down to avoid overlap of fixed top bar (Exactly 36px top-bar height) */
  }
  .floating-header,
  .floating-header.scrolled {
    top: 36px !important; /* Attached directly to the bottom of the 36px top bar (0px gap) */
  }
}
@media (max-width: 991.98px) {
  .floating-header {
    top: 15px !important; /* Mobile offset (no top bar visible) */
  }
  .floating-header.scrolled {
    top: 10px !important;
  }
}

/* Logo styling with breathing room */
.floating-header .site-logo img {
  max-height: 42px !important; /* Scaled down slightly for vertical balance */
  width: auto !important;
  transition: all 0.5s ease !important;
}
.floating-header.scrolled .site-logo img {
  max-height: 34px !important;
}

/* Desktop nav items link formatting */
.desktop-nav .nav-menu {
  gap: 28px !important; /* Tighter item spacing matching screenshot */
}
.desktop-nav .nav-menu li a {
  color: #ffffff !important; /* Bold solid white */
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important; /* Semi-bold text matching screenshot */
  font-size: 14px !important; /* Clear readable size */
  letter-spacing: 0.8px !important; /* Tight clean tracking matching screenshot */
  text-transform: uppercase !important;
  padding: 8px 0 !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.desktop-nav .nav-menu li:hover a {
  color: #F9E14B !important;
  transform: translateY(-1px) !important;
}

/* Intermediate screen responsive adjustment to prevent navbar menu wrap/overlap */
@media (max-width: 1399.98px) {
  .desktop-nav .nav-menu {
    gap: 12px !important; /* Tighter gaps to fit all links */
  }
  .desktop-nav .nav-menu li a {
    font-size: 11.5px !important; /* Crisp, slightly smaller font */
    letter-spacing: 0.4px !important;
  }
  .floating-header .btn-book-now {
    padding: 8px 14px !important; /* Compact button */
    font-size: 11.5px !important;
  }
  .floating-header {
    padding: 0 20px !important; /* Narrower side padding, maintain flex height */
  }
  .floating-header .site-logo img {
    max-height: 32px !important; /* Keep logo proportional */
  }
}

/* Active Nav Dot Indicator */
.desktop-nav .nav-menu li {
  position: relative;
}
.desktop-nav .nav-menu li.active a {
  color: #F9E14B !important;
}
.desktop-nav .nav-menu li.active::after {
  content: '';
  position: absolute;
  bottom: -4px; /* Centered under text padding */
  left: 50%;
  transform: translateX(-50%);
  width: 5px; /* Clean circle dot */
  height: 5px;
  border-radius: 50%;
  background-color: #F9E14B !important;
  box-shadow: 0 0 8px #F9E14B, 0 0 15px rgba(249, 225, 75, 0.5) !important;
}

/* Book Now Button Overrides (Rectangular with rounded corners matching screenshot) */
.floating-header .btn-book-now {
  background: #F9E14B !important;
  color: #003026 !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  padding: 10px 24px !important;
  border-radius: 8px !important; /* Slightly rounded rectangle matching screenshot */
  border: 1.5px solid #F9E14B !important;
  box-shadow: 0 4px 15px rgba(249, 225, 75, 0.25) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.floating-header .btn-book-now:hover {
  background: transparent !important;
  color: #F9E14B !important;
  border-color: #F9E14B !important;
  box-shadow: 0 6px 20px rgba(249, 225, 75, 0.4) !important;
  transform: translateY(-2px) scale(1.03) !important;
}

/* Hamburger toggle line color */
.menu-toggle-btn .hamburger-line {
  background-color: #ffffff !important;
  transition: all 0.3s ease !important;
}
.menu-toggle-btn:hover .hamburger-line {
  background-color: #F9E14B !important; /* Turns gold on hover */
}

/* 3. LUXURY HERO OVERRIDES */
.luxury-hero {
  background-image: url('../images/hero_luxury_bg.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  height: auto !important; /* Allow height to expand dynamically */
  min-height: 100vh !important; /* Ensure at least 100vh height */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important; /* Prevent bottom bar from being cut off */
  padding-top: 105px !important; /* Reduced to bring content closer to navbar */
  padding-bottom: 95px !important; /* Reduced to pull up the docked bar */
}
.luxury-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.7) 100%) !important;
  z-index: 1 !important;
}
.luxury-hero .hero-content-container {
  position: relative;
  z-index: 10 !important; /* Sit on top of video wrapper and overlay */
  padding: 0 !important;
  margin: 0 !important;
}

/* Video Background Styling Overrides */
.hero-video-wrap {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important; /* Behind text content */
  overflow: hidden !important;
}
.hero-video-bg {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.hero-video-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.7) 100%) !important;
  z-index: 2 !important;
}
.hero-vignette {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.65) !important;
  z-index: 3 !important;
  pointer-events: none !important;
}

/* Hero Badge */
.luxury-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 6px !important;
}
.luxury-hero .hero-badge .badge-line {
  width: 30px;
  height: 1.5px;
  background: #F9E14B;
  display: inline-block;
}
.luxury-hero .hero-badge .badge-text {
  color: #F9E14B !important;
  letter-spacing: 4px !important;
  font-size: 12px !important; /* Slightly smaller badge text */
  font-weight: 600 !important;
  font-family: 'Poppins', sans-serif !important;
}

/* Hero Title */
.luxury-hero .gsap-reveal-lines {
  font-family: 'Playfair Display', serif !important;
  font-weight: 800 !important;
  font-size: clamp(24px, 3.8vw, 54px) !important; /* Reduced max size from 84px to 54px for screen height scaling */
  line-height: 1.15 !important;
  color: #ffffff !important;
  margin-bottom: 8px !important; /* Reduced margin */
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.luxury-hero .highlight-gold {
  color: #F9E14B !important;
}

/* Decorative Separator */
.hero-separator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px !important;
  margin-bottom: 12px !important; /* Reduced separator margins */
}
.hero-separator .flourish-svg {
  filter: drop-shadow(0 2px 4px rgba(249, 225, 75, 0.4));
}

/* Hero Description */
.luxury-hero .hero-desc {
  font-size: clamp(13px, 1.1vw, 14.5px) !important; /* Crisp, readable, slightly smaller font */
  line-height: 1.7 !important;
  max-width: 680px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  font-family: 'Poppins', sans-serif;
  margin-bottom: 22px !important; /* Reduced margin to bring up buttons */
}

/* Hero Actions Buttons */
.btn-hero-gold {
  background: #F9E14B !important;
  color: #003329 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 12.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 11px 22px !important; /* Slightly more compact buttons */
  border-radius: 8px !important; /* Rectangular corners */
  border: 1px solid #F9E14B !important;
  box-shadow: 0 4px 15px rgba(249, 225, 75, 0.3) !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important; /* Prevents conflict with GSAP transforms */
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-hero-gold:hover {
  background: transparent !important;
  color: #F9E14B !important;
  box-shadow: 0 4px 20px rgba(249, 225, 75, 0.5) !important;
  transform: translateY(-2px);
}
.btn-hero-outline-gold {
  background: transparent !important;
  color: #F9E14B !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 12.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 11px 22px !important; /* Slightly more compact buttons */
  border-radius: 8px !important; /* Rectangular corners */
  border: 1px solid rgba(249, 225, 75, 0.6) !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important; /* Prevents conflict with GSAP transforms */
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-hero-outline-gold:hover {
  background: rgba(249, 225, 75, 0.1) !important;
  border-color: #F9E14B !important;
  color: #F9E14B !important;
  transform: translateY(-2px);
}

/* 4. VERTICAL SLIDER DOTS (LEFT) */
.hero-slider-dots {
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 18px;
  z-index: 15 !important;
}
.hero-slider-dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-slider-dots .dot.active {
  background: #F9E14B;
  border-color: #F9E14B;
  box-shadow: 0 0 8px #F9E14B;
}

/* 5. VERTICAL SLIDER ARROWS (RIGHT) */
.hero-slider-arrows {
  position: absolute;
  right: 45px;
  top: 42%; /* Shifted up slightly to avoid overlap with fixed widgets */
  transform: translateY(-50%);
  flex-direction: column;
  gap: 15px;
  z-index: 15 !important;
}
.hero-slider-arrows .arrow-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 13px;
  outline: none;
}
.hero-slider-arrows .arrow-btn:hover {
  border-color: #F9E14B;
  color: #F9E14B;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(249, 225, 75, 0.3);
  transform: scale(1.05);
}

/* 6. DOCKED BOTTOM FEATURE BAR */
.hero-docked-bar-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 15 !important;
  padding: 0 !important; /* Touch bottom, left, and right edges */
  margin: 0 !important;
}
.hero-docked-bar {
  background: rgba(0, 48, 38, 0.96) !important; /* Deep dark green card matching navbar */
  border: none !important;
  border-top: 1.5px solid rgba(249, 225, 75, 0.45) !important; /* Distinct gold top border matching screenshot */
  border-radius: 28px 28px 0 0 !important; /* Rounded top corners, square bottom corners */
  padding: 14px 45px !important; /* Reduced vertical padding */
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.35) !important;
  max-width: 100% !important;
  width: 100% !important;
}
.docked-item {
  display: flex;
  align-items: center;
  gap: 15px; /* Tighter gap */
  padding: 4px 10px; /* Reduced padding */
}
/* Divider lines between items in desktop row */
.docked-item-col:not(:last-child) {
  border-right: 1px solid rgba(249, 225, 75, 0.15) !important;
}

.docked-icon-box {
  width: 38px; /* Compact icon container */
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #F9E14B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F9E14B;
  font-size: 14px; /* Slightly smaller icon font */
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(249, 225, 75, 0.2);
}
.docked-text h5 {
  color: #ffffff !important; /* Solid crisp white */
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px; /* Compact header size */
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 1px 0;
  letter-spacing: 0.5px;
}
.docked-text p {
  color: rgba(255, 255, 255, 0.75) !important; /* Highly readable semi-transparent white */
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px; /* Compact paragraph size */
  margin: 0;
  font-weight: 300;
}

/* Responsive adjustments for mobile and tablets */
@media (max-width: 991px) {
  .hero-slider-dots,
  .hero-slider-arrows {
    display: none !important; /* Hide side dots/arrows on tablet/mobile for clean screen */
  }
  .luxury-hero .hero-content-container {
    padding-bottom: 240px; /* Extra bottom padding on smaller screens as docked bar expands vertically */
  }
  .hero-docked-bar-container {
    padding: 0 !important; /* Keep touching edges on mobile */
  }
  .hero-docked-bar {
    border-radius: 20px 20px 0 0 !important; /* Rounded top corners, square bottom corners */
    padding: 15px 20px !important;
  }
  .docked-item {
    padding: 10px 0;
  }
  .docked-item-col:not(:last-child) {
    border-right: none !important; /* Disable vertical dividers on stacked layout */
  }
  .docked-item:not(:last-child) {
    border-bottom: 1px solid rgba(249, 225, 75, 0.12) !important; /* Horizontal dividers for stacked layout */
  }
}

@media (max-width: 575px) {
  .luxury-hero .hero-content-container {
    padding-bottom: 300px;
  }
  .docked-text h5 {
    font-size: 12px;
  }
  .docked-text p {
    font-size: 11px;
  }
  .docked-icon-box {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}

/* Disable custom yellow cursor ring and dot, reverting to default browser cursor */
.custom-cursor-ring,
.custom-cursor-dot {
  display: none !important;
}

/* About Luxury Section Redesign (Light Theme) */
.about-luxury-section {
  background-color: #FBF9F2 !important;
  color: #003026;
  padding: 100px 0 !important;
  position: relative;
  overflow: hidden;
}

.about-luxury-section .section-badge {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #cda821; /* Slightly darker gold for readability on light bg */
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.about-luxury-section h2.heading {
  color: #003026 !important;
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.25;
}

.about-luxury-section p.lead-text {
  font-size: 16px;
  line-height: 1.85;
  color: #3f554e; /* Deep green-grey text color for optimal contrast and readability */
  margin-bottom: 30px;
}

.about-luxury-section .luxury-img-container {
  position: relative;
  padding-left: 20px;
  padding-top: 20px;
  max-width: 480px; /* Decreased size for a more professional, balanced layout */
  margin: 0 auto;
}

.about-luxury-section .luxury-img-frame {
  position: relative;
  z-index: 2;
}

.about-luxury-section .luxury-img-frame::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid rgba(0, 48, 38, 0.15); /* Delicate dark green outline */
  border-radius: 16px;
  z-index: -1;
}

.about-luxury-section .main-img {
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 48, 38, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}

.about-luxury-section .main-img:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 48, 38, 0.2);
}

@keyframes floatCircular {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(3deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

.about-luxury-section .overlap-badge-img {
  position: absolute;
  bottom: -30px;
  right: -20px;
  z-index: 3;
  width: 180px; /* Decreased size */
  height: 180px;
  border-radius: 50%;
  border: 6px solid #ffffff !important;
  box-shadow: 0 12px 28px rgba(0, 48, 38, 0.15) !important;
  object-fit: cover;
  animation: floatCircular 6s ease-in-out infinite;
  transition: all 0.5s ease;
}

.about-luxury-section .overlap-badge-img:hover {
  animation-play-state: paused;
  transform: scale(1.1) rotate(5deg);
  border-color: #F9E14B !important;
}

/* Button overrides specific to light about section */
.about-luxury-section .btn-hero-gold {
  background: #003026 !important;
  color: #F9E14B !important;
  border: 1.5px solid #003026 !important;
  box-shadow: 0 4px 15px rgba(0, 48, 38, 0.15) !important;
}

.about-luxury-section .btn-hero-gold:hover {
  background: transparent !important;
  color: #003026 !important;
  box-shadow: 0 6px 20px rgba(0, 48, 38, 0.25) !important;
}

.about-luxury-section .btn-hero-outline-gold {
  border-color: #003026 !important;
  color: #003026 !important;
}

.about-luxury-section .btn-hero-outline-gold:hover {
  background: #003026 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(0, 48, 38, 0.2) !important;
}

@media (max-width: 991.98px) {
  .about-luxury-section {
    padding: 70px 0 !important;
  }
  .about-luxury-section .overlap-badge-img {
    width: 130px;
    height: 130px;
    bottom: -20px;
    right: -10px;
  }
  .about-luxury-section h2.heading {
    font-size: 32px;
  }
}

/* Luxury Room Card Redesign */
.room-card-luxury {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 48, 38, 0.04);
  border: 1px solid rgba(0, 48, 38, 0.06);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.room-card-luxury:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 48, 38, 0.12);
  border-color: rgba(249, 225, 75, 0.4);
}

.room-card-luxury .img-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  aspect-ratio: 4 / 3; /* Forces a perfect, uniform 4:3 landscape ratio */
}

.room-card-luxury .img-wrap img {
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crops the image dynamically to fill the container without stretching */
  display: block;
}

.room-card-luxury:hover .img-wrap img {
  transform: scale(1.05);
}

.room-card-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
}

.room-card-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #003026;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.room-card-luxury:hover .room-card-content h3 {
  color: #cda821;
}

.room-card-content .room-features {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #7a8f8a;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.room-card-actions {
  margin-top: auto;
}

.btn-enquire-now {
  background: #003026 !important;
  color: #F9E14B !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  border: 1.5px solid #003026 !important;
  width: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-shadow: 0 4px 15px rgba(0, 48, 38, 0.1) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  text-decoration: none !important;
}

.btn-enquire-now:hover {
  background: transparent !important;
  color: #003026 !important;
  border-color: #003026 !important;
  box-shadow: 0 6px 20px rgba(0, 48, 38, 0.2) !important;
  transform: translateY(-2px) !important;
}

/* Mobile Optimization & Responsive Refinements */
@media (max-width: 575.98px) {
  /* Header Card Spacing */
  .floating-header {
    left: 12px !important;
    right: 12px !important;
    max-width: calc(100vw - 24px) !important;
    padding: 0 15px !important;
    height: 64px !important; /* Slightly more compact height on mobile */
  }
  
  .floating-header .site-logo img {
    max-height: 32px !important; /* Smaller logo for mobile viewports */
  }
  
  .floating-header .btn-book-now {
    font-size: 11px !important;
    padding: 8px 16px !important;
    letter-spacing: 0.8px !important;
    gap: 4px !important;
  }
  
  /* Hero Heading scaling */
  .site-hero-inner .heading {
    font-size: 32px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.5px !important;
  }
  
  .site-hero-inner .sub-heading {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 30px !important;
  }
  
  .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  
  .hero-actions .btn {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 12px 20px !important;
    font-size: 12px !important;
  }
  
  /* About Luxury Section Mobiles Stack */
  .about-luxury-section {
    padding: 60px 0 !important;
  }
  
  .about-luxury-section h2.heading {
    font-size: 28px !important;
    margin-bottom: 15px !important;
  }
  
  .about-luxury-section .overlap-badge-img {
    width: 110px !important;
    height: 110px !important;
    bottom: -15px !important;
    right: -5px !important;
    border-width: 4px !important;
  }
  
  .about-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
  
  .about-actions a {
    margin-right: 0 !important;
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
  }
  
  /* Gallery Filter Sizing */
  .gallery-filter-btn {
    padding: 6px 12px !important;
    font-size: 11px !important;
    margin: 4px 2px !important;
    letter-spacing: 0.5px !important;
  }
  
  /* Section Spacing adjustments */
  .section {
    padding: 60px 0 !important;
  }
  
  .heading {
    font-size: 28px !important;
  }
}

@media (max-width: 400px) {
  /* Ultra-small screen header tweaks */
  .floating-header {
    padding: 0 10px !important;
  }
  
  .floating-header .btn-book-now {
    padding: 6px 12px !important;
    font-size: 10px !important;
  }
}

/* Custom Homepage Redesign Cards and Layouts */
.presence-card, .testimonial-card {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.presence-card:hover, .testimonial-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 35px rgba(0,48,38,0.08) !important;
}
.check-icon i {
  color: #cda821 !important; /* Gold checkmark color */
}

/* --- LUXURY LANDING PAGE REDESIGN STYLES --- */

.bg-cream {
  background-color: #FFFDF6 !important;
  background-image: radial-gradient(circle at 10% 20%, rgba(249, 225, 75, 0.02) 0%, transparent 40%),
                    radial-gradient(circle at 90% 80%, rgba(249, 225, 75, 0.02) 0%, transparent 40%);
}
.bg-white {
  background-color: #FFFFFF !important;
  background-image: radial-gradient(circle at 80% 30%, rgba(0, 70, 59, 0.015) 0%, transparent 50%);
}
.bg-emerald {
  background-color: #00463B !important;
  background-image: radial-gradient(circle at 20% 30%, rgba(249, 225, 75, 0.02) 0%, transparent 50%);
}
.text-emerald {
  color: #00463B !important;
}
.text-gold {
  color: #F9E14B !important;
}
.py-120 {
  padding-top: 60px !important;
  padding-bottom: 70px !important;
}
.py-160 {
  padding-top: 80px !important; 
  padding-bottom: 90px !important;
}
#trust-section {
  padding-top: 15px !important; /* Specific adjustment to pull first section up close to the docked bar */
}

.section-badge-luxury {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #cda821;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 6px;
}
.section-badge-luxury::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  background-color: #F9E14B;
}

/* Counter Grid */
.counter-box-container {
  background: #FFFDF6;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0, 48, 38, 0.04);
  border: 1px solid rgba(249, 225, 75, 0.25);
  border-top: 4px solid #00463B; /* Green top border for a corporate stamp */
  padding: 10px 0;
}
.counter-box {
  padding: 20px;
  border-right: 1px dashed rgba(0, 70, 59, 0.15);
}
.counter-box:last-child {
  border-right: none;
}
.counter-number {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #00463B;
  display: block;
}
.counter-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

@media (max-width: 767.98px) {
  .counter-box {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .counter-box:last-child {
    border-bottom: none;
  }
}

/* Glassmorphism Highlight Cards */
.glass-card {
  position: relative;
  overflow: hidden;
  background: #ffffff !important; /* solid white base for professional corporate look */
  border: 1px solid rgba(0, 70, 59, 0.08) !important;
  border-radius: 16px !important;
  padding: 45px 30px !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  box-shadow: 0 8px 30px rgba(0, 48, 38, 0.03) !important;
}
.glass-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #F9E14B;
  transition: height 0.3s ease;
}
.glass-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 45px rgba(0, 48, 38, 0.08) !important;
  border-color: rgba(249, 225, 75, 0.4) !important;
}
.glass-card:hover::after {
  height: 4px; /* reveals a golden accent bar at the bottom on hover */
}
.icon-circle-gold {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1.5px solid #F9E14B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00463B;
  font-size: 1.8rem;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.glass-card:hover .icon-circle-gold {
  background-color: #F9E14B;
  color: #00463B;
  box-shadow: 0 0 15px rgba(249, 225, 75, 0.4);
}

/* Timeline/Presence Graphics */
.timeline-wrap {
  position: relative;
  padding: 40px 0;
}
.timeline-center-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, rgba(249, 225, 75, 0) 0%, #00463B 20%, #00463B 80%, rgba(249, 225, 75, 0) 100%);
  transform: translateX(-50%);
}
.timeline-dot {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00463B;
  border: 3.5px solid #F9E14B;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-shadow: 0 0 10px rgba(249, 225, 75, 0.4);
}

/* Presence Card Luxury */
.presence-card-luxury {
  background: #ffffff !important;
  border-radius: 20px !important;
  border: 1px solid rgba(0, 70, 59, 0.08) !important;
  border-left: 5px solid #00463B !important; /* corporate green bar on the left side */
  box-shadow: 0 10px 35px rgba(0, 48, 38, 0.03) !important;
  transition: all 0.4s ease !important;
}
.presence-card-luxury:hover {
  transform: translateY(-5px) !important;
  border-left-color: #F9E14B !important; /* turns gold on hover */
  box-shadow: 0 20px 45px rgba(0, 48, 38, 0.08) !important;
}

/* Featured Rooms Section */
.room-card-premium {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  background: #ffffff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 70, 59, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
}
.room-card-premium .img-wrap {
  position: relative;
  overflow: hidden;
  height: 240px !important;
  width: 100% !important;
  margin: 0;
  flex-shrink: 0 !important;
}
.room-card-premium .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.room-card-premium:hover .img-wrap img {
  transform: scale(1.08);
}
.room-card-premium .room-card-content {
  padding: 35px 30px;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  justify-content: space-between !important;
}
.room-card-premium .room-card-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #00463B;
  margin-bottom: 12px;
}
.room-card-premium:hover {
  transform: translateY(-8px);
  border-color: rgba(249, 225, 75, 0.3) !important;
  box-shadow: 0 25px 50px rgba(0, 48, 38, 0.12);
}

/* Guest Experience Grid */
.experience-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(249, 225, 75, 0.1);
  border: 1px solid rgba(249, 225, 75, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F9E14B;
  font-size: 1.4rem;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgba(249, 225, 75, 0.05);
  transition: all 0.3s ease;
}
.experience-item {
  padding: 32px 25px !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1.5px solid rgba(249, 225, 75, 0.25) !important;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}
.experience-item h3 {
  color: #FFFFFF !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  margin-top: 15px !important;
  margin-bottom: 12px !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7) !important;
  letter-spacing: 0.3px !important;
}
.experience-item p {
  color: #E2E8F0 !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  font-family: 'Poppins', sans-serif !important;
  opacity: 0.95 !important;
}
.experience-item .experience-icon-wrap {
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  background: rgba(249, 225, 75, 0.15);
  border: 1.5px solid #F9E14B;
  color: #F9E14B !important;
  font-size: 1.2rem;
  margin: 0 auto 15px auto;
  transition: all 0.3s ease;
}
.experience-item:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #F9E14B !important;
  transform: translateY(-6px) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35) !important;
}
.experience-item:hover h3 {
  color: #F9E14B !important;
}
.experience-item:hover .experience-icon-wrap {
  background: #F9E14B !important;
  color: #003026 !important;
  box-shadow: 0 0 25px rgba(249, 225, 75, 0.5) !important;
}

/* Glowing gold border/button helper */
.glow-gold-btn {
  border: 2px solid #F9E14B !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(249, 225, 75, 0.2);
}
.glow-gold-btn:hover {
  background: #F9E14B !important;
  color: #00463B !important;
  box-shadow: 0 0 25px rgba(249, 225, 75, 0.5);
}

/* Masonry Gallery Preview */
.masonry-grid {
  display: flex;
  margin-left: -15px;
  width: auto;
}
.masonry-col {
  padding-left: 15px;
  background-clip: padding-box;
}
.masonry-item {
  margin-bottom: 30px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}
.masonry-item img {
  width: 100%;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.masonry-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 70, 59, 0.85);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}
.masonry-item:hover .masonry-overlay {
  opacity: 1;
}
.masonry-item:hover img {
  transform: scale(1.06);
}
.masonry-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F9E14B;
  color: #00463B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Testimonial Glass Slider */
.testimonial-glass-card {
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 20px !important;
  padding: 50px !important;
  box-shadow: 0 15px 35px rgba(0, 48, 38, 0.02) !important;
  max-width: 800px;
  margin: 0 auto;
}

/* Location Card Corporate */
.location-card-corporate {
  background: #ffffff !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0, 70, 59, 0.08) !important;
  border-top: 3px solid #F9E14B !important; /* gold top border */
  box-shadow: 0 8px 25px rgba(0, 48, 38, 0.02) !important;
  transition: all 0.3s ease !important;
  overflow: hidden;
}
.location-card-corporate:hover {
  box-shadow: 0 15px 35px rgba(0, 48, 38, 0.06) !important;
  transform: translateY(-3px) !important;
}

/* Testimonial Luxury Cards */
.testimonial-card-luxury {
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(0, 70, 59, 0.08) !important;
  border-top: 4px solid #00463B !important; /* Green top border by default */
  padding: 40px 30px !important;
  box-shadow: 0 8px 30px rgba(0, 48, 38, 0.03) !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  position: relative;
  overflow: hidden;
}
.testimonial-card-luxury:hover {
  transform: translateY(-6px) !important;
  border-top-color: #F9E14B !important; /* turns gold on hover */
  box-shadow: 0 20px 45px rgba(0, 48, 38, 0.08) !important;
}
.testimonial-card-luxury .stars {
  color: #F9E14B;
  font-size: 1.1rem;
}
.testimonial-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #666666;
  font-style: italic;
}
.author-avatar {
  font-size: 2.2rem;
  color: #00463B;
  opacity: 0.85;
}
.author-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #00463B;
  margin-bottom: 2px;
}
.author-city {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  color: #888888;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Footer Luxury Premium Styles */
.footer-luxury {
  background-color: #00221c !important; /* Deep forest emerald green */
  position: relative;
  padding: 80px 0 30px 0 !important;
  border-top: 1px solid rgba(249, 225, 75, 0.25) !important;
  color: #b3c5c2 !important;
  font-family: 'Poppins', sans-serif;
}

/* Gold Ornaments and Borders */
.footer-luxury-border-ornament {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00221c;
  padding: 0 20px;
  z-index: 10;
  color: #F9E14B;
  font-size: 1.4rem;
}

/* Headers styling */
.footer-column-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #F9E14B !important;
  font-size: 1.15rem;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.footer-column-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  background-color: #F9E14B;
}

/* Column 1 Intro */
.footer-brand-logo {
  max-height: 48px !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
  display: block !important;
  margin-bottom: 15px;
}
.footer-intro-text {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #b3c5c2;
}
.footer-stars-rating {
  color: #F9E14B;
  font-size: 0.95rem;
  margin-top: 15px;
}
.footer-stars-subtext {
  font-size: 0.82rem;
  color: #8fa09d;
  display: block;
  margin-top: 5px;
}

/* Column 2: Quick Links */
.footer-links-list li {
  margin-bottom: 12px;
}
.footer-links-list li a {
  color: #b3c5c2 !important;
  font-size: 0.92rem;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}
.footer-links-list li a i {
  font-size: 0.65rem;
  color: #F9E14B;
  margin-right: 8px;
  transition: transform 0.25s ease;
}
.footer-links-list li a:hover {
  color: #ffffff !important;
  padding-left: 5px;
}
.footer-links-list li a:hover i {
  transform: translateX(3px);
}

/* Column 3: Contact Boxes */
.footer-contact-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  padding: 12px 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s ease;
}
.footer-contact-box:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(249, 225, 75, 0.15);
}
.footer-contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(249, 225, 75, 0.08);
  color: #F9E14B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  margin-right: 12px;
  flex-shrink: 0;
}
.footer-contact-title {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8fa09d;
  margin-bottom: 2px;
  font-weight: 600;
}
.footer-contact-value {
  font-size: 0.85rem;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 0;
}

/* Column 4: Branches */
.footer-branch-card {
  border: 1.5px solid rgba(249, 225, 75, 0.15);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.footer-branch-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: #F9E14B;
}
.footer-branch-img {
  width: 90px;
  height: 68px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 12px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-branch-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #F9E14B;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.footer-branch-text {
  font-size: 0.72rem;
  color: #b3c5c2;
  line-height: 1.35;
  margin-bottom: 4px;
}
.footer-branch-map-link {
  font-size: 0.72rem;
  color: #F9E14B !important;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}
.footer-branch-map-link:hover {
  color: #ffffff !important;
}

/* Middle CTA Banner */
.footer-cta-banner {
  border: 1.5px solid rgba(249, 225, 75, 0.25);
  border-radius: 18px;
  background-color: #001a15;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.footer-cta-img-col {
  background-size: cover;
  background-position: center;
  min-height: 150px;
  border-right: 1.5px solid rgba(249, 225, 75, 0.15);
}
.footer-cta-content-col {
  padding: 30px 40px;
}
.footer-cta-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #F9E14B !important;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.footer-cta-subheading {
  font-size: 0.92rem;
  color: #b3c5c2;
  margin-bottom: 0;
}
.footer-cta-btn-gold {
  background-color: #F9E14B !important;
  color: #00221c !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 12px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase;
  border: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(249, 225, 75, 0.2);
}
.footer-cta-btn-gold:hover {
  background-color: #ffffff !important;
  color: #00221c !important;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.footer-cta-btn-outline {
  background-color: transparent !important;
  color: #F9E14B !important;
  border: 1.5px solid #F9E14B !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 11px 28px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.footer-cta-btn-outline:hover {
  background-color: #F9E14B !important;
  color: #00221c !important;
  transform: translateY(-2px);
}

/* Features Bar styling */
.footer-features-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 0;
  margin-bottom: 30px;
}
.footer-feature-item {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-feature-item:last-child {
  border-right: none;
}
.footer-feature-item i {
  color: #F9E14B;
  font-size: 1.05rem;
  margin-right: 10px;
}

/* Bottom Row Widgets */
.footer-bottom-widgets {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-widget-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #F9E14B;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-social-icons {
  display: flex;
  gap: 10px;
}
.footer-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(249, 225, 75, 0.3);
  color: #F9E14B !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: transparent;
  text-decoration: none !important;
}
.footer-social-btn:hover {
  background-color: #F9E14B;
  color: #00221c !important;
  border-color: #F9E14B;
  transform: scale(1.08);
}

.footer-google-box {
  border: 1.5px solid rgba(249, 225, 75, 0.25);
  border-radius: 12px;
  padding: 15px 25px;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}
.footer-google-logo {
  font-size: 2.2rem;
  color: #ffffff;
  margin-right: 20px;
}
.footer-google-stars {
  color: #F9E14B;
  font-size: 0.9rem;
  margin-bottom: 2px;
}
.footer-google-text {
  font-size: 0.8rem;
  color: #b3c5c2;
  margin-bottom: 0;
}

.footer-callout-box {
  display: flex;
  align-items: center;
}
.footer-callout-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(249, 225, 75, 0.3);
  color: #F9E14B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-right: 15px;
  flex-shrink: 0;
}
.footer-callout-label {
  font-size: 0.72rem;
  color: #8fa09d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1px;
  font-weight: 600;
}
.footer-callout-phone {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.footer-callout-desc {
  font-size: 0.72rem;
  color: #8fa09d;
  margin-top: 1px;
  margin-bottom: 0;
}

/* Copyright links bar */
.footer-copyright-text {
  font-size: 0.78rem;
  color: #8fa09d;
  margin-bottom: 0;
}
.footer-legal-links a {
  color: #8fa09d !important;
  font-size: 0.78rem;
  margin: 0 10px;
  transition: color 0.25s ease;
  text-decoration: none !important;
}
.footer-legal-links a:hover {
  color: #ffffff !important;
}
.footer-credits-text {
  font-size: 0.78rem;
  color: #8fa09d;
  margin-bottom: 0;
}
.footer-credits-text a {
  color: #F9E14B !important;
  text-decoration: none !important;
  font-weight: 600;
}
.footer-credits-text a:hover {
  color: #ffffff !important;
}

/* Mobile Responsiveness Overrides */
@media (max-width: 991.98px) {
  .footer-features-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-feature-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0;
    width: 50%;
    justify-content: center;
  }
  .footer-feature-item:last-child {
    border-bottom: none;
  }
  .footer-cta-img-col {
    border-right: none;
    border-bottom: 1.5px solid rgba(249, 225, 75, 0.15);
    min-height: 150px;
  }
  .footer-cta-content-col {
    text-align: center;
    padding: 25px;
  }
  .footer-cta-buttons {
    justify-content: center;
    margin-top: 20px;
  }
  .footer-social-icons {
    justify-content: center;
    margin-bottom: 25px;
  }
  .footer-google-box {
    justify-content: center;
    margin-bottom: 25px;
  }
  .footer-callout-box {
    justify-content: center;
  }
  .footer-copyright-text,
  .footer-legal-links,
  .footer-credits-text {
    text-align: center !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .footer-feature-item {
    width: 100%;
  }
  .footer-cta-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
}

.footer-map-container:hover {
  border-color: #F9E14B !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(249, 225, 75, 0.15) !important;
}

/* About Us Page Hero Section Styles */
.about-hero-premium {
  position: relative;
  height: 80vh;
  min-height: 550px;
  max-height: 800px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding-top: 100px; /* Offset for floating header */
}

/* Background image with slow Ken Burns zoom animation */
.about-hero-bg-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  animation: kenburnsZoom 36s infinite alternate ease-in-out;
  z-index: 1;
}

@keyframes kenburnsZoom {
  0% {
    transform: scale(1.08) translate(0, 0);
  }
  100% {
    transform: scale(1.22) translate(-1%, -1%);
  }
}

/* Dark Emerald Gradient Overlay (75% opacity) */
.about-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 34, 28, 0.5) 0%,
    rgba(0, 70, 59, 0.35) 50%,
    rgba(0, 34, 28, 0.5) 100%
  );
  z-index: 2;
}

/* Particles Container overlay */
.about-particles-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
}

/* Container content centered */
.about-hero-container {
  position: relative;
  z-index: 4;
  padding-bottom: 40px;
}

/* Small Premium Badge */
.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(249, 225, 75, 0.08);
  border: 1px solid rgba(249, 225, 75, 0.25);
  color: #F9E14B;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 8px 16px;
  border-radius: 30px;
  text-transform: uppercase;
}
.about-hero-badge i {
  font-size: 0.72rem;
}

/* Main Heading (Playfair Display) */
.about-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700;
  color: #ffffff !important;
  line-height: 1.25;
  text-shadow: 0 4px 15px rgba(0,0,0,0.5) !important;
}

/* Subheading (Elegant Gold) */
.about-hero-subtitle {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  color: #F9E14B !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
}

/* Short Introduction */
.about-hero-intro {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.92rem, 1.8vw, 1.08rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95) !important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
}

/* Decorative Gold Divider */
.about-hero-divider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.about-hero-divider-line {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249, 225, 75, 0.3), transparent);
}
.about-hero-divider-ornament {
  color: #F9E14B;
  opacity: 0.85;
}

/* Minimalist Breadcrumb Navigation */
.about-hero-breadcrumbs {
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.about-hero-breadcrumbs a {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
  font-weight: 500;
}
.about-hero-breadcrumbs a:hover {
  color: #F9E14B !important;
}
.about-hero-breadcrumbs .breadcrumb-separator {
  color: rgba(249, 225, 75, 0.4);
  font-size: 0.65rem;
}
.about-hero-breadcrumbs .active {
  color: #ffffff !important;
  font-weight: 600;
}

/* Subtle Animated Scroll Indicator */
.about-hero-scroll-indicator {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
  z-index: 5;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about-hero-scroll-indicator:hover {
  color: #F9E14B !important;
}
.about-hero-scroll-indicator .scroll-mouse {
  width: 20px;
  height: 32px;
  border: 1.5px solid currentColor;
  border-radius: 12px;
  position: relative;
}
.about-hero-scroll-indicator .scroll-wheel {
  width: 3px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: mouseScrollWheel 1.6s infinite ease-in-out;
}
.about-hero-scroll-indicator .scroll-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

/* Global Hero Heading & Text Visibility Overrides */
.site-hero h1,
.site-hero .heading,
.site-hero-inner h1,
.site-hero-inner .heading {
  color: #ffffff !important;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
}

.site-hero .sub-heading,
.site-hero-inner .sub-heading {
  color: #F9E14B !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
}

.site-hero .custom-breadcrumbs a,
.site-hero-inner .custom-breadcrumbs a {
  color: rgba(255, 255, 255, 0.75) !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) !important;
}

.site-hero .custom-breadcrumbs a:hover,
.site-hero-inner .custom-breadcrumbs a:hover {
  color: #F9E14B !important;
}

.site-hero .custom-breadcrumbs li,
.site-hero-inner .custom-breadcrumbs li {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Responsiveness adjustments for the about hero */
@media (max-width: 768px) {
  .about-hero-premium {
    height: auto !important;
    min-height: 100vh !important;
    padding-top: 130px !important;
    padding-bottom: 70px !important;
  }
  .about-hero-scroll-indicator {
    display: none !important;
  }
  .about-hero-title {
    font-size: 2.1rem !important;
  }
  .about-hero-subtitle {
    font-size: 1.1rem !important;
    margin-bottom: 20px !important;
  }
  .about-hero-intro {
    font-size: 0.9rem !important;
    margin-bottom: 30px !important;
  }
}

/* Rooms Page Hero Section Styles */
.rooms-hero-wrapper {
  background-color: #00221c; /* Dark emerald backdrop visible in curved corners */
  width: 100%;
  overflow: hidden;
}

.rooms-hero-premium {
  position: relative;
  height: 85vh;
  min-height: 600px;
  max-height: 850px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding-top: 100px; /* Offset for floating header */
  padding-bottom: 120px; /* Space for the bottom curve */
  background-color: #00221c;
  
  /* Curved bottom border styling */
  border-bottom: 4px solid #F9E14B !important; /* Glowing gold border */
  border-radius: 0 0 50% 50% / 0 0 80px 80px !important; /* Elegant curved bottom shape */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

/* Background image with slow Ken Burns zoom animation */
.rooms-hero-bg-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  animation: kenburnsZoom 36s infinite alternate ease-in-out;
  z-index: 1;
}

/* Dark Emerald Gradient Overlay (Slightly lighter for brightness) */
.rooms-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 34, 28, 0.55) 0%,
    rgba(0, 70, 59, 0.4) 50%,
    rgba(0, 34, 28, 0.55) 100%
  );
  z-index: 2;
}

/* Container content centered */
.rooms-hero-container {
  position: relative;
  z-index: 4;
  padding-bottom: 20px;
}

/* Small Premium Badge */
.rooms-hero-badge-container {
  display: flex;
  justify-content: center;
}
.rooms-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(249, 225, 75, 0.08);
  border: 1px solid rgba(249, 225, 75, 0.25);
  color: #F9E14B !important;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 8px 16px;
  border-radius: 30px;
  text-transform: uppercase;
}
.rooms-hero-badge i {
  font-size: 0.72rem;
}

/* Main Heading (Playfair Display) */
.rooms-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700;
  color: #ffffff !important;
  line-height: 1.25;
  text-shadow: 0 4px 15px rgba(0,0,0,0.5) !important;
}

/* Subheading (Elegant Gold) */
.rooms-hero-subtitle {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  color: #F9E14B !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
}

/* Decorative Gold Divider */
.rooms-hero-divider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.rooms-hero-divider-line {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249, 225, 75, 0.3), transparent);
}
.rooms-hero-divider-ornament {
  color: #F9E14B;
  opacity: 0.85;
}

/* Short Introduction */
.rooms-hero-intro {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.92rem, 1.8vw, 1.08rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95) !important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
}

/* Minimalist Breadcrumb Navigation */
.rooms-hero-breadcrumbs {
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rooms-hero-breadcrumbs a {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
  font-weight: 500;
  text-shadow: 0 1px 5px rgba(0,0,0,0.4) !important;
}
.rooms-hero-breadcrumbs a:hover {
  color: #F9E14B !important;
}
.rooms-hero-breadcrumbs .breadcrumb-separator {
  color: #F9E14B !important;
  font-size: 0.8rem;
  text-shadow: 0 1px 5px rgba(0,0,0,0.4) !important;
}
.rooms-hero-breadcrumbs .active {
  color: #ffffff !important;
  font-weight: 600;
  text-shadow: 0 1px 5px rgba(0,0,0,0.4) !important;
}

/* Subtle Animated Scroll Indicator */
.rooms-hero-scroll-indicator {
  position: absolute;
  bottom: 45px; /* Shifted up slightly due to bottom curve */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
  z-index: 5;
  transition: all 0.3s ease;
  cursor: pointer;
}
.rooms-hero-scroll-indicator:hover {
  color: #F9E14B !important;
}
.rooms-hero-scroll-indicator .scroll-mouse {
  width: 20px;
  height: 32px;
  border: 1.5px solid currentColor;
  border-radius: 12px;
  position: relative;
}
.rooms-hero-scroll-indicator .scroll-wheel {
  width: 3px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: mouseScrollWheel 1.6s infinite ease-in-out;
}
.rooms-hero-scroll-indicator .scroll-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

/* Responsiveness adjustments for rooms page hero */
@media (max-width: 768px) {
  .rooms-hero-premium {
    height: auto !important;
    min-height: 100vh !important;
    padding-top: 130px !important;
    padding-bottom: 100px !important;
    border-radius: 0 0 50% 50% / 0 0 40px 40px !important; /* Smaller curve on mobile */
  }
  .rooms-hero-scroll-indicator {
    display: none !important;
  }
  .rooms-hero-title {
    font-size: 2.1rem !important;
  }
  .rooms-hero-subtitle {
    font-size: 1.1rem !important;
    margin-bottom: 20px !important;
  }
  .rooms-hero-intro {
    font-size: 0.9rem !important;
    margin-bottom: 30px !important;
  }
}

/* ========================================== */
/* SERVICES PAGE LUXURY REDESIGN CLASS RULES  */
/* ========================================== */

/* Services Main Background */
.services-wrapper {
  background-color: #FFFDF6 !important;
  color: rgba(0, 70, 59, 0.75) !important;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

/* Badge (Standard Across Redesign) */
.services-badge-luxury {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #cca833 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.services-badge-luxury .stars-gold {
  color: #cca833;
  font-size: 0.85rem;
  letter-spacing: 4px;
  margin-bottom: 6px;
}

/* Heading (Standard Across Redesign) */
.services-heading-luxury {
  font-family: 'Playfair Display', serif;
  color: #00463B !important;
  font-weight: 700;
  line-height: 1.25;
}

/* Section 1: Welcome Section */
.welcome-section {
  padding: 160px 0 80px 0;
  position: relative;
  background-color: #FFFDF6;
}
.welcome-container-custom {
  max-width: 1400px;
  margin: 0 auto;
}
.welcome-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: #00463B !important;
}
.welcome-highlight {
  color: #cca833 !important;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.welcome-desc {
  max-width: 700px;
  margin: 0 auto;
  font-size: 0.92rem;
  line-height: 1.8;
  color: rgba(0, 70, 59, 0.75);
}
/* Gold Divider Ornaments */
.services-divider-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 25px 0;
}
.services-divider-line {
  height: 1px;
  width: 50px;
  background: rgba(204, 168, 51, 0.35);
}
.services-divider-icon {
  width: 24px;
  height: auto;
  opacity: 0.8;
}

/* Arched Welcome Images */
.arched-image-wrapper {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 70, 59, 0.08);
  border: 1px solid rgba(204, 168, 51, 0.25);
  padding: 6px;
  background: #FFFDF6;
}
.arched-left {
  border-radius: 180px 180px 0 0;
}
.arched-right {
  border-radius: 180px 180px 0 0;
}
.arched-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arched-left img {
  border-radius: 174px 174px 0 0;
}
.arched-right img {
  border-radius: 174px 174px 0 0;
}

/* Thin golden ornamental frames around arched images */
.arched-frame-left, .arched-frame-right {
  position: absolute;
  top: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  border: 1px dashed rgba(204, 168, 51, 0.45);
  pointer-events: none;
}
.arched-frame-left {
  left: 15px;
  border-radius: 170px 170px 0 0;
}
.arched-frame-right {
  right: 15px;
  border-radius: 170px 170px 0 0;
}

/* Section 2: Service Grid */
.services-grid-section {
  padding: 60px 0 100px 0;
  background-color: #FFFDF6;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.service-card-premium {
  background: #ffffff;
  border: 1.5px solid rgba(0, 70, 59, 0.12);
  border-radius: 20px;
  padding: 35px 22px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 70, 59, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  opacity: 1 !important;
  visibility: visible !important;
}
/* Icon Circle styling */
.service-icon-wrap {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #00463B, #002620);
  color: #F9E14B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
  border: 2px solid rgba(249, 225, 75, 0.4);
  transition: all 0.4s ease;
  box-shadow: 0 6px 16px rgba(0, 70, 59, 0.2);
}
.service-card-premium h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: #003026 !important;
  margin-bottom: 12px;
  letter-spacing: -0.2px;
}
.service-card-premium p {
  font-size: 0.86rem;
  line-height: 1.6;
  color: #2D3748 !important; /* Dark slate text for 100% clear readability */
  margin-bottom: 0;
}
/* Hover styles for Section 2 cards */
.service-card-premium:hover {
  transform: translateY(-8px);
  border-color: #cca833;
  box-shadow: 0 20px 45px rgba(0, 70, 59, 0.12);
  background: #FFFDF6;
}
.service-card-premium:hover .service-icon-wrap {
  background: #cca833;
  color: #003026;
  transform: rotate(360deg) scale(1.08);
  box-shadow: 0 8px 20px rgba(204, 168, 51, 0.3);
}

@media (max-width: 1199px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Decorative Section Header Line with Title */
.services-section-divider-title {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.services-section-divider-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(204, 168, 51, 0.35);
  z-index: 1;
}
.services-section-divider-title span {
  background: #00463B;
  color: #F9E14B;
  padding: 8px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  border: 1px solid rgba(204, 168, 51, 0.3);
}
.services-section-divider-title.light-bg span {
  background: #FFFDF6;
  color: #cca833;
}

/* Section 3: Interactive Experience Timeline */
.timeline-section {
  padding: 100px 0;
  background-color: #002c25;
  color: #ffffff;
  position: relative;
}
.timeline-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 50% 30%, rgba(249, 225, 75, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.timeline-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 60px;
}
/* Timeline Connecting Line */
.timeline-connector {
  position: absolute;
  top: 22px;
  left: 10%;
  right: 10%;
  height: 1px;
  border-top: 1.5px dashed rgba(249, 225, 75, 0.35);
  z-index: 1;
}
.timeline-step {
  flex: 1;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.timeline-node {
  width: 44px;
  height: 44px;
  background: #002c25;
  border: 2px solid #F9E14B;
  color: #F9E14B;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  margin-bottom: 25px;
  box-shadow: 0 0 15px rgba(249, 225, 75, 0.2);
  transition: all 0.4s ease;
}
.timeline-card {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.timeline-card h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #F9E14B !important;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.timeline-card p {
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}
/* Timeline step interactive hover */
.timeline-step:hover {
  transform: translateY(-5px);
}
.timeline-step:hover .timeline-node {
  background: #F9E14B;
  color: #002c25;
  box-shadow: 0 0 25px rgba(249, 225, 75, 0.4);
}
.timeline-step:hover .timeline-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: #F9E14B;
}

/* Section 4: Luxury Split Layout */
.split-layout-section {
  padding: 100px 0;
  background-color: #FFFDF6;
}
.split-image-container {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 70, 59, 0.07);
  position: relative;
  height: 400px;
  border: 1px solid rgba(204, 168, 51, 0.2);
}
.split-img-parallax {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split-bullets-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 30px;
}
.bullet-card-premium {
  background: #ffffff;
  border: 1px solid rgba(0, 70, 59, 0.05);
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 15px rgba(0, 70, 59, 0.01);
  transition: all 0.3s ease;
}
.bullet-card-premium i {
  color: #cca833;
  font-size: 1rem;
  flex-shrink: 0;
}
.bullet-card-premium span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: #00463B;
}
.bullet-card-premium:hover {
  border-color: #cca833;
  box-shadow: 0 8px 20px rgba(204, 168, 51, 0.1);
  transform: translateY(-2px);
}

/* Section 5: Premium Statistics */
.stats-section-dark {
  background-color: #002c25;
  padding: 60px 0;
  color: #ffffff;
  position: relative;
  border-top: 1px solid rgba(249, 225, 75, 0.15);
  border-bottom: 1px solid rgba(249, 225, 75, 0.15);
}
.stat-counter-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.stat-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1.5px dashed rgba(249, 225, 75, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F9E14B;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.stat-info-block {
  text-align: left;
}
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #F9E14B;
  margin-bottom: 2px;
  line-height: 1.1;
}
.stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}

/* Section 6: Luxury Amenities Showcase */
.showcase-section {
  padding: 100px 0;
  background-color: #FFFDF6;
}
.showcase-grid-slider {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  padding: 10px 5px 25px 5px;
  scrollbar-width: thin;
  scrollbar-color: rgba(204, 168, 51, 0.3) transparent;
}
.showcase-grid-slider::-webkit-scrollbar {
  height: 5px;
}
.showcase-grid-slider::-webkit-scrollbar-thumb {
  background: rgba(204, 168, 51, 0.3);
  border-radius: 10px;
}
.showcase-card-horizontal {
  background: #ffffff;
  border: 1px solid rgba(0, 70, 59, 0.05);
  border-radius: 20px;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 20px rgba(0, 70, 59, 0.02);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  min-width: 250px;
  flex: 0 0 250px;
}
.showcase-icon-box {
  width: 50px;
  height: 50px;
  background: rgba(0, 70, 59, 0.03);
  color: #00463B;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.showcase-content-box h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #00463B !important;
  margin-bottom: 10px;
}
.showcase-content-box p {
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(0, 70, 59, 0.7);
  margin-bottom: 20px;
  height: 60px;
  overflow: hidden;
}
.showcase-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #cca833;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  margin-top: auto;
}
.showcase-link-arrow i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}
.showcase-card-horizontal:hover {
  transform: translateY(-5px);
  border-color: #cca833;
  box-shadow: 0 12px 30px rgba(204, 168, 51, 0.12);
}
.showcase-card-horizontal:hover .showcase-icon-box {
  background: #00463B;
  color: #F9E14B;
}
.showcase-card-horizontal:hover .showcase-link-arrow i {
  transform: translateX(4px);
}

/* Section 7: Guest Promise */
.promise-section {
  padding: 60px 0;
  background-color: #FFFDF6;
}
.promise-card-dark {
  background-color: #002c25;
  border-radius: 20px;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(249, 225, 75, 0.2);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.promise-icon-quote {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(249, 225, 75, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F9E14B;
  font-size: 1.15rem;
  margin-bottom: 25px;
  background-color: #002c25;
}
.promise-text-custom {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #ffffff;
  margin-bottom: 15px;
}
.promise-citation-custom {
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #F9E14B;
  text-transform: uppercase;
}

/* Section 8: Premium Booking CTA */
.booking-cta-section-blur {
  position: relative;
  padding: 85px 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-top: 1px solid rgba(249, 225, 75, 0.3);
  border-bottom: 1px solid rgba(249, 225, 75, 0.3);
}
.booking-cta-section-blur::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(0, 30, 24, 0.88) 0%, rgba(0, 16, 12, 0.94) 100%);
  z-index: 1;
}
.booking-cta-section-blur .container {
  position: relative;
  z-index: 2;
}
.booking-cta-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 44, 37, 0.85);
  z-index: 1;
}
.booking-cta-content {
  position: relative;
  z-index: 2;
  text-align: left;
  color: #ffffff;
}
.booking-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-cta-title-custom {
  font-family: 'Playfair Display', serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 8px;
}
.booking-cta-subtitle-custom {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}
.booking-cta-btn-gold {
  background: #F9E14B;
  color: #00463B !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 1px;
  padding: 15px 30px;
  border-radius: 8px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #F9E14B;
}
.booking-cta-btn-gold:hover {
  background: #ffffff;
  color: #00463B !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}
.booking-cta-btn-whatsapp {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 1px;
  padding: 15px 30px;
  border-radius: 8px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.booking-cta-btn-whatsapp:hover {
  background: rgba(255,255,255,0.08);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* ========================================== */
/* RESPONSIVENESS OVERRIDES FOR REDESIGN      */
/* ========================================== */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .timeline-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .timeline-connector {
    top: 5%;
    bottom: 5%;
    left: 22px;
    width: 2px;
    height: auto;
    position: absolute;
  }
  .timeline-step {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    text-align: left;
    gap: 20px;
  }
  .timeline-node {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .split-image-container {
    height: 320px;
    margin-bottom: 30px;
  }
  .stat-counter-wrap {
    margin-bottom: 30px;
  }
  .booking-cta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .arched-image-wrapper {
    height: 350px;
    margin-bottom: 30px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .welcome-title {
    font-size: 1.65rem !important;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .split-bullets-container {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .timeline-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .timeline-connector {
    display: none;
  }
  .promise-card-dark {
    padding: 30px 25px;
  }
  .promise-text-custom {
    font-size: 1rem;
  }
}

/* Section 4.5: Locations Section Styles */
.locations-section {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
  border-top: 1.5px solid rgba(0, 70, 59, 0.05);
}
.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.location-card-premium {
  background: #FFFDF6;
  border: 1px solid rgba(0, 70, 59, 0.08);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 70, 59, 0.02);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}
.location-card-premium:hover {
  transform: translateY(-5px);
  border-color: #cca833;
  box-shadow: 0 15px 35px rgba(204, 168, 51, 0.08);
}
.location-branch-badge {
  background-color: rgba(204, 168, 51, 0.12);
  color: #cca833;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.location-card-premium h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: #00463B;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.location-card-premium h3 i {
  color: #cca833;
}
.location-address {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: rgba(0, 70, 59, 0.8);
  line-height: 1.7;
  margin-bottom: 25px;
}
.location-ideal-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #00463B;
  margin-bottom: 12px;
}
.location-ideal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.location-ideal-list li {
  background: rgba(0, 70, 59, 0.05);
  color: #00463B;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.location-ideal-list li i {
  color: #cca833;
  font-size: 0.75rem;
}
.location-desc-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  line-height: 1.8;
  color: rgba(0, 70, 59, 0.75);
}

/* Section 7.5: Frequently Asked Questions Accordion */
.faq-section-luxury {
  padding: 100px 0;
  background-color: #FFFDF6;
  position: relative;
  border-top: 1.5px solid rgba(0, 70, 59, 0.05);
}
.faq-accordion-custom {
  max-width: 900px;
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item-premium {
  background: #ffffff;
  border: 1px solid rgba(0, 70, 59, 0.06);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 70, 59, 0.01);
  transition: all 0.3s ease;
}
.faq-item-premium:hover {
  border-color: rgba(204, 168, 51, 0.3);
  box-shadow: 0 8px 25px rgba(0, 70, 59, 0.03);
}
.faq-trigger-btn {
  width: 100%;
  padding: 24px 30px;
  background: none;
  border: none;
  text-align: left;
  outline: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.faq-question-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #00463B;
  margin: 0;
  transition: all 0.3s ease;
}
.faq-trigger-btn:hover .faq-question-text {
  color: #cca833;
}
.faq-item-premium.active .faq-question-text {
  color: #cca833;
}
.faq-icon-wrapper {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 70, 59, 0.04);
  color: #00463B;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
}
.faq-icon-line {
  position: absolute;
  background-color: currentColor;
  transition: transform 0.3s ease;
}
.faq-icon-line.horizontal {
  width: 10px;
  height: 2px;
}
.faq-icon-line.vertical {
  width: 2px;
  height: 10px;
}
.faq-item-premium.active .faq-icon-wrapper {
  background-color: rgba(204, 168, 51, 0.15);
  color: #cca833;
}
.faq-item-premium.active .faq-icon-line.vertical {
  transform: rotate(90deg);
}
.faq-panel-content {
  display: none;
  padding: 0 30px 24px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: rgba(0, 70, 59, 0.8);
  line-height: 1.8;
  border-top: 1px solid rgba(0, 70, 59, 0.04);
}
.faq-panel-content p {
  margin: 0;
  padding-top: 16px;
}
.faq-panel-content ul {
  margin: 10px 0 0 0;
  padding-left: 20px;
}
.faq-panel-content li {
  margin-bottom: 6px;
}

/* 6 Stats counter grid style overrides */
@media (max-width: 1200px) {
  .stat-counter-wrap {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .stat-info-block {
    text-align: center;
  }
}

/* Responsiveness overrides for locations and FAQ */
@media (max-width: 991px) {
  .locations-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .locations-section, .faq-section-luxury {
    padding: 70px 0;
  }
  .faq-trigger-btn {
    padding: 20px;
  }
  .faq-panel-content {
    padding: 0 20px 20px 20px;
  }
}

/* =================================================== */
/* NIZAMABAD BRANCH & NEARBY PLACES CUSTOM STYLES */
/* =================================================== */
/* =================================================== */
/* NIZAMABAD BRANCH & NEARBY PLACES CUSTOM STYLES     */
/* =================================================== */
.nizamabad-hero-banner {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 0 100px 0;
}
.nizamabad-hero-bg-zoom {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  animation: nizamabadKenBurns 25s infinite alternate ease-in-out;
  transform-origin: center center;
}
@keyframes nizamabadKenBurns {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.12); }
}
.nizamabad-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(0, 30, 24, 0.78) 0%, rgba(0, 16, 12, 0.92) 100%);
  z-index: 2;
}
.nizamabad-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
}
.nizamabad-hero-badge {
  display: inline-block;
  background: rgba(249, 225, 75, 0.15);
  border: 1.5px solid rgba(249, 225, 75, 0.6);
  color: #F9E14B !important;
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  box-shadow: 0 0 20px rgba(249, 225, 75, 0.25);
  backdrop-filter: blur(8px);
}
.nizamabad-hero-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 3.2rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin-bottom: 20px !important;
  letter-spacing: -0.5px;
}
.nizamabad-hero-title .brand-white-text {
  color: #FFFFFF !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8) !important;
}
.nizamabad-hero-title .brand-gold-text {
  color: #F9E14B !important;
  text-shadow: 0 4px 25px rgba(249, 225, 75, 0.35) !important;
}
.nizamabad-hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  gap: 15px;
}
.nizamabad-hero-divider-line {
  height: 1px;
  width: 60px;
  background: linear-gradient(90deg, transparent, rgba(249, 225, 75, 0.7), transparent);
}
.nizamabad-hero-subtitle {
  font-size: 1.15rem !important;
  line-height: 1.85 !important;
  color: #F8F9FA !important;
  max-width: 840px !important;
  margin: 0 auto 35px auto !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9) !important;
  font-weight: 400 !important;
}

/* Feature Grid Cards */
.nizamabad-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.nizamabad-feature-card {
  background: #ffffff;
  border: 1.5px solid rgba(0, 70, 59, 0.1);
  border-radius: 20px;
  padding: 35px 25px;
  box-shadow: 0 10px 30px rgba(0, 70, 59, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}
.nizamabad-feature-card:hover {
  transform: translateY(-8px);
  border-color: #cca833;
  box-shadow: 0 20px 40px rgba(0, 70, 59, 0.12);
  background: #FFFDF6;
}
.nizamabad-feature-icon {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #00463B, #002620);
  color: #F9E14B;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
  border: 1.5px solid rgba(249, 225, 75, 0.4);
  box-shadow: 0 5px 15px rgba(0, 70, 59, 0.15);
}
.nizamabad-feature-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #003026 !important;
  margin-bottom: 10px;
}
.nizamabad-feature-card p {
  font-size: 0.86rem;
  line-height: 1.6;
  color: #2D3748 !important;
  margin: 0;
}

/* Perfect For Pills Grid */
.nizamabad-pills-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.nizamabad-pill-card {
  background: #ffffff;
  border: 1.5px solid rgba(0, 70, 59, 0.12);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: #003026 !important;
  font-size: 0.92rem;
  box-shadow: 0 4px 15px rgba(0, 70, 59, 0.03);
  transition: all 0.3s ease;
}
.nizamabad-pill-card:hover {
  border-color: #cca833;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(204, 168, 51, 0.15);
  background: #FFFDF6;
}
.nizamabad-pill-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00463B;
  color: #F9E14B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* Facilities Grid */
.nizamabad-facilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.nizamabad-facility-tile {
  background: #ffffff;
  border: 1.5px solid rgba(0, 70, 59, 0.1);
  border-radius: 16px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 6px 20px rgba(0, 70, 59, 0.03);
  transition: all 0.3s ease;
}
.nizamabad-facility-tile:hover {
  transform: translateY(-4px);
  border-color: #F9E14B;
  box-shadow: 0 12px 30px rgba(0, 70, 59, 0.08);
}
.nizamabad-facility-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00463B, #002620);
  color: #F9E14B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.nizamabad-facility-title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #003026 !important;
  margin: 0;
}

/* Responsive Overrides */
@media (max-width: 1199px) {
  .nizamabad-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nizamabad-pills-grid, .nizamabad-facilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .nizamabad-hero-title {
    font-size: 2rem;
  }
  .nizamabad-features-grid, .nizamabad-pills-grid, .nizamabad-facilities-grid {
    grid-template-columns: 1fr;
  }
}






/* =================================================== */
/* CONTACT PAGE VIDEO HERO SECTION                     */
/* =================================================== */
.contact-hero-premium {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 0 100px 0;
  background-color: #00221c;
}
.contact-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.contact-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(0, 32, 25, 0.76) 0%, rgba(0, 16, 12, 0.90) 100%);
  z-index: 2;
}
.contact-hero-container {
  position: relative;
  z-index: 3;
}
.contact-hero-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 3.2rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.5px;
}
.contact-hero-title .brand-white-text {
  color: #FFFFFF !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8) !important;
}
.contact-hero-title .brand-gold-text {
  color: #F9E14B !important;
  text-shadow: 0 4px 25px rgba(249, 225, 75, 0.35) !important;
}
/* =================================================== */
/* CONTACT PAGE LUXURY FORM & BRANCH CARDS             */
/* =================================================== */
.contact-form-card-luxury {
  background: #ffffff;
  border: 1.5px solid rgba(204, 168, 51, 0.3);
  border-radius: 24px;
  padding: 45px 40px;
  box-shadow: 0 20px 45px rgba(0, 48, 38, 0.08);
  transition: all 0.4s ease;
}
.contact-form-card-luxury:hover {
  box-shadow: 0 25px 55px rgba(0, 48, 38, 0.12);
  border-color: rgba(204, 168, 51, 0.5);
}
.contact-input-custom {
  height: 52px !important;
  border-radius: 12px !important;
  border: 1.5px solid rgba(0, 48, 38, 0.12) !important;
  background-color: #FAFBF9 !important;
  font-size: 0.95rem !important;
  color: #003026 !important;
  padding: 0 18px !important;
  transition: all 0.3s ease !important;
}
.contact-input-custom:focus {
  border-color: #cca833 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 15px rgba(204, 168, 51, 0.2) !important;
  outline: none !important;
}
textarea.contact-input-custom {
  height: auto !important;
  padding: 16px 18px !important;
}

.contact-branch-card-luxury {
  background: #ffffff;
  border: 1.5px solid rgba(204, 168, 51, 0.25);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 12px 30px rgba(0, 48, 38, 0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.contact-branch-card-luxury:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 48, 38, 0.12);
  border-color: rgba(204, 168, 51, 0.6);
}
.contact-branch-header-badge {
  display: inline-block;
  background: #003026;
  color: #F9E14B;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.contact-branch-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #003026;
  margin-bottom: 12px;
}
.contact-branch-info-line {
  display: flex;
  align-items: flex-start;
  font-size: 0.95rem;
  color: #2D3748;
  margin-bottom: 10px;
  line-height: 1.6;
}
.contact-branch-info-line i {
  color: #cca833;
  font-size: 1.1rem;
  margin-top: 3px;
  margin-right: 12px;
  flex-shrink: 0;
}

.contact-map-selector-btn {
  background: #FAFBF9;
  border: 1.5px solid rgba(0, 48, 38, 0.15);
  color: #003026;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
/* =================================================== */
/* UNIVERSAL FOOTER TEXT COLOR OVERRIDES (PURE WHITE)  */
/* =================================================== */
.footer-luxury,
.footer-luxury p,
.footer-luxury div,
.footer-luxury span:not(.footer-branch-title):not(.footer-widget-label),
.footer-intro-text,
.footer-description-text,
.footer-branch-text,
.footer-copyright-text,
.footer-credits-text,
.footer-legal-links,
.footer-legal-links a {
  color: #FFFFFF !important;
}

.footer-luxury h1,
.footer-luxury h2,
.footer-luxury h3,
.footer-luxury h4,
.footer-luxury h5,
.footer-luxury h6 {
  color: #FFFFFF !important;
}

/* =================================================== */
/* COMPREHENSIVE MOBILE RESPONSIVE REFINEMENTS          */
/* =================================================== */

/* 1. FORCE TOP BAR TO BE 100% HIDDEN ON MOBILE (< 992px) */
@media (max-width: 991.98px) {
  .luxury-top-bar,
  .luxury-top-bar *,
  div.luxury-top-bar {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  
  body {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* 2. FLOATING HEADER ON MOBILE (< 992px) */
@media (max-width: 991.98px) {
  .floating-header,
  .floating-header.scrolled {
    top: 10px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: calc(100vw - 24px) !important;
    height: 64px !important;
    padding: 0 16px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, rgba(0, 48, 38, 0.96), rgba(0, 24, 18, 0.98)) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
  }
  
  .floating-header .container-fluid,
  .floating-header .row {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }

  .floating-header .site-logo {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    max-width: 65% !important;
  }

  .floating-header .site-logo img {
    max-height: 34px !important;
    width: auto !important;
    object-fit: contain !important;
  }

  .floating-header .col-auto.d-flex {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .floating-header .btn-book-now {
    padding: 6px 14px !important;
    font-size: 11px !important;
    height: 36px !important;
    line-height: 24px !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 575.98px) {
  .floating-header .btn-book-now {
    display: none !important;
  }
}

/* 3. HERO PADDING ON MOBILE */
@media (max-width: 991.98px) {
  .site-hero,
  .site-hero.inner-page,
  .contact-hero-premium,
  .services-hero-premium,
  .nizamabad-hero-section {
    padding-top: 105px !important;
    padding-bottom: 60px !important;
    min-height: auto !important;
  }
  
  .site-hero-inner {
    padding-top: 25px !important;
  }
}

/* =================================================== */
/* FULLSCREEN MOBILE MENU Z-INDEX & INTERACTION FIX   */
/* =================================================== */
.fullscreen-mobile-menu {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 999999 !important; /* Sit above header, sticky booking bar, and all page sections */
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.4s ease, visibility 0.4s ease !important;
}
.fullscreen-mobile-menu.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  display: block !important;
}
.fullscreen-mobile-menu .mobile-menu-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(135deg, rgba(0, 48, 38, 0.98), rgba(0, 18, 14, 0.99)) !important;
  backdrop-filter: blur(25px) !important;
  -webkit-backdrop-filter: blur(25px) !important;
  z-index: 1 !important;
}
.fullscreen-mobile-menu .mobile-menu-content {
  position: relative !important;
  z-index: 2 !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 60px 20px 40px 20px !important;
}
.fullscreen-mobile-menu .mobile-menu-list {
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.fullscreen-mobile-menu .mobile-menu-list li {
  margin-bottom: 16px !important;
  opacity: 1 !important;
  transform: none !important;
}
.fullscreen-mobile-menu .mobile-menu-list li a {
  color: #ffffff !important;
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(22px, 5.5vw, 36px) !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block !important;
  padding: 6px 16px !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
}
/* =================================================== */
/* LUXURY LEADERSHIP SECTION STYLES                   */
/* =================================================== */
.leadership-section-container {
  padding: 80px 0 !important;
  background: linear-gradient(180deg, #F8F9FA 0%, #FFFFFF 100%) !important;
}

.luxury-leader-card {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  border: 1.5px solid rgba(0, 48, 38, 0.1) !important;
  box-shadow: 0 15px 35px rgba(0, 32, 25, 0.08) !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
}

.luxury-leader-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(249, 225, 75, 0.8) !important;
  box-shadow: 0 25px 45px rgba(0, 48, 38, 0.15) !important;
}

.luxury-leader-img-wrap {
  position: relative !important;
  width: 100% !important;
  height: 380px !important;
  overflow: hidden !important;
  background: #00241C !important;
}

.luxury-leader-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.luxury-leader-card:hover .luxury-leader-img-wrap img {
  transform: scale(1.05) !important;
}

.luxury-leader-badge {
  position: absolute !important;
  bottom: 15px !important;
  left: 20px !important;
  background: linear-gradient(135deg, rgba(0, 48, 38, 0.92), rgba(0, 24, 18, 0.96)) !important;
  color: #F9E14B !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(249, 225, 75, 0.5) !important;
  backdrop-filter: blur(8px) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
}

.luxury-leader-body {
  padding: 30px 25px 35px 25px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  text-align: center !important;
}

.luxury-leader-name {
  font-family: 'Playfair Display', serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #003026 !important;
  margin-bottom: 4px !important;
}

.luxury-leader-role {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #C5A059 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 16px !important;
}

.luxury-leader-divider {
  width: 50px !important;
  height: 2px !important;
  background: #F9E14B !important;
  margin: 0 auto 16px auto !important;
}

.luxury-leader-quote {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #555555 !important;
  font-style: italic !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .leadership-section-container {
    padding: 50px 0 !important;
  }
  .luxury-leader-img-wrap {
    height: 320px !important;
  }
  .luxury-leader-body {
    padding: 24px 18px 28px 18px !important;
  }
  .luxury-leader-name {
    font-size: 20px !important;
  }
}

/* =================================================== */
/* FOOTER BOTTOM PADDING & STICKY BAR CLEARANCE FIX   */
/* =================================================== */
@media (max-width: 991.98px) {
  .footer-luxury {
    padding-bottom: 110px !important; /* Ensure copyright & credits text are 100% visible above sticky booking bar */
  }
  .footer-copyright-text,
  .footer-credits-text,
  .footer-legal-links {
    font-size: 0.85rem !important;
    line-height: 1.6 !important;
    color: #FFFFFF !important;
    text-align: center !important;
  }
  .footer-credits-text a {
    color: #F9E14B !important;
    font-weight: 600 !important;
  }
  .whatsapp-float {
    bottom: 75px !important; /* Position WhatsApp button neatly above the sticky bottom booking bar */
  }
  .gotop-float {
    bottom: 135px !important;
  }
}