* {
    /* border: 1px solid red; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: scroll-position;
    overscroll-behavior: none;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/* 1rem=16px */
:root {
    /* Refined Premium Color Palette */
    --primary-dark: #1B1B1B;
    --warm-gold: linear-gradient(to right, #f2e3c6, #e4d1a9);
    --cream: #F9F5ED;
    --dark-gray: #2C2C2C;
    --light-gray: #F5F2EE;
    --white: #FFFFFF;
    --text-dark: #3C2A15;
    --text-light: #7D7468;
    --accent-gold: #e5a449;
    --button-bg: #f2e3c6;
    --button-hover: #e4d1a9;
    --button-text: #3c2a15;

    /* Typography */
    --font-heading: 'Sprat', serif;
    --font-body: 'Inter', sans-serif;

    /* Spacing */
    --container-width: 1200px;
    --section-padding: 80px;

    /* Transitions */
    --transition: all 0.3s ease;
}

@font-face {
    font-family: 'Sprat';
    src: url('fonts/Sprat-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sprat';
    src: url('fonts/Sprat-RegularMedium.otf') format('opentype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

.sprat {
    font-family: 'Sprat', sans-serif;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-header h2,
.room-details h3,
.gallery-section h2,
.facility-card h4,
.footer-logo-section h3,
.tariff-block h3,
.tariff-extras h3,
.booking-info h2,
.booking-form h2,
.reviewer-details h4,
.contact-card h4 {
    font-family: 'Sprat', sans-serif !important;

}

/* Also apply text-transform to all headings for consistency */
h1,
h2,
h3,
h4 {
    text-transform: uppercase;
}

html {
    scroll-behavior: smooth;
}

/* Performance optimizations */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
}

/* Reduce repaints and reflows */
img {
    will-change: auto;
    transform: translateZ(0);
}

.brand-logo {
    will-change: auto;
    transform: translateZ(0);
}

/* GPU acceleration for smooth animations */
.slider-track {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.gallery-load-more-container {
    text-align: center;
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

#load-more-btn,
#show-less-btn {
    width: auto;
    min-width: 140px;
    text-align: center;
}


.about-image-slider {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Optimize hero video */
.hero-video {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Optimize transitions - moved to end of file for better specificity */

body {
    font-family: var(--font-body);
    line-height: 1.6;
    color: var(--text-dark);
    background: var(--white);
    overflow-x: hidden;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    line-height: 1.2;
    color: var(--text-dark);
}


h2 {
    font-size: clamp(2rem, 5vw, 2.5rem);
}

p {
    font-size: 1.1rem;
}

/* Section Header Styles (Common for multiple sections) */
.section-header {
    text-align: center;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 4rem;
    position: relative;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, rgba(168, 138, 68, 0), rgba(168, 138, 68, 1), rgba(168, 138, 68, 0));
}

.section-header h2 {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 6vw, 2.8rem);
    width: 100%;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
}

/* Consistent Section Tag Styling */
.section-tag {
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 3px;
    color: #a88a44;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    position: relative;
    padding: 0 35px;
    font-weight: 500;
}

.section-tag::before,
.section-tag::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 25px;
    height: 1px;
    background: linear-gradient(to right, rgba(168, 138, 68, 0.5), rgba(168, 138, 68, 1));
}

.section-tag::before {
    left: 0;
    transform: scaleX(-1);
}

.section-tag::after {
    right: 0;
}

/* Section Divider */
.section-divider {
    height: 2px;
    background: linear-gradient(to right, rgba(168, 138, 68, 0), rgba(168, 138, 68, 0.5), rgba(168, 138, 68, 0));
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.section-subtitle {
    font-size: 1.15rem;
    color: #666;
    max-width: 650px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.3px;
}

/* Navbar (Header) styles - Based on hotelbeach.framer.website */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    justify-content: flex-end;
    width: 100%;
    background-color: transparent;
    z-index: 1000;
    transition: background-color 0.3s ease, padding 0.3s ease;
    padding: 25px 0;
    /* Increased padding */
}



.header-container {
    /* max-width: var(--container-width); */
    margin: 0 auto;
    padding: 0 20px;
    display: flex;

    justify-content: flex-end;

    align-items: center;
    /* Spacing between logo and nav links */
}

.roomheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
      padding: 0 20px;
  width: 100%;

}

.brand-logo {
    display: none;
    align-items: center;
    text-decoration: none;
    color: var(--white);
    /* Default color for hero section */
    transition: color 0.3s ease;
}

.main-header.scrolled .brand-logo {
    color: var(--primary-dark);
}



.brand-logo-text {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    /* Increased font size */
    font-weight: 500;
    letter-spacing: 1px;
    white-space: nowrap;
}

.header-nav {
    display: none;
    align-items: center;
}

.header-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    /* Increased spacing between nav links */
}

.nav-item-link {
    text-decoration: none;
    color: var(--white);
    /* Default color for hero section */
    font-size: 1.15rem;
    /* Increased font size */
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
}

.main-header.scrolled .nav-item-link {
    color: var(--text-dark);
}

.nav-item-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--accent-gold);
    transition: width 0.3s ease;
}

.nav-item-link:hover::after {
    width: 100%;
}

.nav-actions {
    margin-left: 40px;
    /* Increased margin */
}

.book-now-header-btn {
    background-color: var(--accent-gold);
    color: var(--white);
    padding: 13px 28px;
    /* Increased padding */
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
    /* Adjusted font size */
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
}

.book-now-header-btn:hover {
    background-color: #c49646;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    /* Hidden by default on desktop */
    position: fixed;
    /* Kept fixed for consistent mobile positioning */
    top: 0px;
    right: 20px;
    z-index: 1001;
    width: 55px;
    /* Slightly increased size */
    height: 55px;
    /* Slightly increased size */
    border-radius: 50%;
    background-color: var(--accent-gold) !important;
    /* Semi-transparent white circle */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    /* Ensure no default button border */
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.menu-toggle .menu-icon {
    display: block;
    position: fixed !important;
    margin: 15px;
    width: 28px;
    /* Adjusted size of icon itself */
    height: 20px;
    /* Adjusted size of icon itself */
    position: relative;
}

.menu-toggle .menu-icon .bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--cream);
    /* Dark bars on light circle */
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.menu-toggle .menu-icon .bar:nth-child(1) {
    top: 0;
    background-color: var(--cream) !important;

}

.menu-toggle .menu-icon .bar:nth-child(2) {
    top: 9px;
}

.menu-toggle .menu-icon .bar:nth-child(3) {
    top: 18px;
}

/* Hamburger active state animation */
.menu-toggle.active .menu-icon .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active .menu-icon .bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .menu-icon .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}


/* Mobile Navbar (Slide from right) */
.mobile-navbar {
    text-align: center;
    position: fixed;
    top: -100vh;
    /* Start fully off-screen to the right */
    width: 100vw;
    /* Full width mobile menu */
    max-width: none;
    /* Max width for larger mobiles/small tablets */
    height: 100vh;
    background-color: var(--accent-gold);
    /* Dark background for mobile menu */
    z-index: 999;
    transition: top 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    /* Slower, smoother ease-out */
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.4);
    overflow-y: auto;
}

.main-header.hide-on-mobile-menu-open {
    transform: translateY(-100%);
    /* Or display: none; visibility: hidden; opacity: 0; */
    pointer-events: none;
    /* Prevents interaction */
    transition: transform 0.3s ease;
    /* Ensure transition property is already on .main-header for smoothness */
}

.header-nav-links.hide-on-mobile-menu-open {
    transform: translateY(-210%);
    /* Or display: none; visibility: hidden; opacity: 0; */
    pointer-events: none;
    /* Prevents interaction */
    transition: transform 0.2s ease;
    /* Ensure transition property is already on .main-header for smoothness */
}

.mobile-navbar.active {
    top: 0;
    /* Slide in */
}

book .mobile-navbar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding-top: 0px;
}

@media (max-width: 992px) {

    /* If the main-header.hide-on-mobile-menu-open is also triggered, this helps */
    .main-content {
        position: relative;
        /* Sometimes needed for z-index context */
        z-index: 1;
        /* Keep it below the mobile menu */
    }

    .mobile-nav-links {
        list-style: none;
        padding: 0;
        margin: 160px 0 auto;
        /* Push content down, more space from top */
    }
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 20px 0 auto;
    /* Push content down, more space from top */
}

.mobile-nav-links li {
    margin-bottom: 25px;
    /* Increased spacing between items */
    opacity: 0;
    /* For staggered animation */
    transform: translateX(20px);
    /* For slide-in effect */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.mobile-navbar.active .mobile-nav-links li {
    opacity: 1;
    transform: translateX(0);
}

/* Staggered animation for mobile links */
.mobile-navbar.active .mobile-nav-links li:nth-child(1) {
    transition-delay: 0.1s;
}

.mobile-navbar.active .mobile-nav-links li:nth-child(2) {
    transition-delay: 0.15s;
}

.mobile-navbar.active .mobile-nav-links li:nth-child(3) {
    transition-delay: 0.2s;
}

.mobile-navbar.active .mobile-nav-links li:nth-child(4) {
    transition-delay: 0.25s;
}

.mobile-navbar.active .mobile-nav-links li:nth-child(5) {
    transition-delay: 0.3s;
}

.mobile-navbar.active .mobile-nav-links li:nth-child(6) {
    transition-delay: 0.35s;
}

.mobile-navbar.active .mobile-nav-links li:nth-child(7) {
    transition-delay: 0.4s;
}


.mobile-nav-item-link {
    text-decoration: none;
    color: var(--white);
    font-family: var(--font-body);
    /* Use heading font for mobile menu items */
    font-size: 1.6rem;
    /* Increased font size for mobile links */
    text-transform: uppercase;
    display: block;
    padding: 10px 30px;
    transition: color 0.3s ease;
}

.mobile-nav-item-link:hover {
    color: var(--primary-dark);
}

.mobile-nav-actions {
    margin-top: 40px;
    /* Increased margin */
}

.mobile-book-now-btn {
    display: block;
    text-align: center;
    background-color: var(--warm-gold);
    color: var(--white);
    padding: 15px 25px;
    /* Increased padding */
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.8rem;
    /* Increased font size */
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.mobile-book-now-btn:hover {
    background-color: #c49646;
    transform: translateY(-2px);
}

/* Body overflow control when menu is open */
body.menu-open {
    overflow: hidden;
}


/* Hero Section - Content positioned at bottom */
.hero-section {
    position: relative;
    min-height: 100svh;
    height: 100svh;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
    z-index: 1;
}

.hero-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.hero-subtitle {
    font-size: clamp(0.8rem, 1.5vw, 1rem);
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.9;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.hero-subtitle::before,
.hero-subtitle::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}

.hero-subtitle::before {
    left: 0;
}

.hero-subtitle::after {
    right: 0;
}

.hero-section h1 {
    font-size: clamp(2rem, 5vw, 5rem);
    line-height: 1.1;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: clamp(1.8rem, 8vw, 3rem);
        line-height: 1.2;
        padding: 0 1rem;
    }

    .hero-subtitle {
        font-size: 0.8rem;
        letter-spacing: 2px;
    }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
        padding: 0 1rem;
    }
}

.scroll-arrow-line {
    rotate: 90deg;
    border: 1px solid white;
}

.scroll-line-container {
    transform: translateX(-50%);
    height: clamp(3rem, 10vh, 6rem);
    cursor: pointer;
    z-index: 10;
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.scroll-line {
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    position: relative;
    opacity: 0.7;
    transition: all 0.3s ease;
    animation: pulseOpacity 2s infinite;
}

.scroll-line-container:hover .scroll-line {
    opacity: 1;
}

.scroll-line-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    opacity: 0.7;
    animation: pulseOpacity 2s infinite;
}

@keyframes pulseOpacity {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.9;
    }
}

.hero-explore-btn {
    display: inline-flex;
    align-items: center;
    padding: clamp(0.9rem, 2.5vw, 1.2rem) clamp(1.8rem, 4vw, 2.5rem);
    background: linear-gradient(135deg, #a88a44, #d4b978);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: clamp(0.9rem, 2vw, 1.1rem);

    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(168, 138, 68, 0.3);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.hero-explore-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.hero-explore-btn:hover::before {
    left: 100%;
}

.hero-explore-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #c9ad6a, #a88a44);
    box-shadow: 0 12px 35px rgba(168, 138, 68, 0.4);
}

.hero-explore-btn:active {
    transform: translateY(0);
}

/* Vertical Scroll Line */

/* Responsive styles for hero section */
@media (max-width: 768px) {

    .hero-explore-btn {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {

    .hero-subtitle {
        font-size: 0.8rem;
    }
}



/* Gallery Section - Updated to match reference image */
.gallery-section {
    padding: 6rem 0;
    background-color: #f9f7f2;
    position: relative;
    overflow: hidden;
}

.gallery-section .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3.5rem;
    padding: 0 1.5rem;
}

.section-tag {
    color: #a88a44;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.gallery-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

.section-subtitle {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
}

.filter-container {
    max-width: 1200px;
    margin: 0 auto 3rem;
    padding: 0 1.5rem;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.8rem 1.5rem;
    background: #fff;
    color: #333;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.filter-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #a88a44, #d4b978);
    transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

.filter-btn.active::before,
.filter-btn:hover::before {
    left: 0;
}

.filter-btn .filter-icon,
.filter-btn span {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
    color: #fff;
    box-shadow: 0 5px 15px rgba(168, 138, 68, 0.2);
    transform: translateY(-2px);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gallery-item:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.gallery-item-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.02);
}

.gallery-item .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item .gallery-icon {
    width: 65px;
    height: 65px;
    background-color: #a88a44;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 15px;
    opacity: 0;
}

.gallery-item:hover .gallery-icon {
    opacity: 1;
}

.gallery-caption {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 10px;
    opacity: 0;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

/* Responsive Gallery Display Logic */
.gallery-item.hidden-item {
    display: none;
}

.see-all-button {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin: 2rem 0 1rem;
}

.see-all-btn {
    background: linear-gradient(135deg, #a88a44, #d4b978);
    color: #fff;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(168, 138, 68, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.see-all-btn:hover {
    box-shadow: 0 6px 20px rgba(168, 138, 68, 0.4);
}

.see-all-button.hidden {
    display: none;
}

/* Lightbox styles */


.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s ease;
}

.lightbox-close:hover {
    color: #a88a44;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    background: rgba(168, 138, 68, 0.8);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.lightbox-prev {
    left: 30px;
}

.lightbox-next {
    right: 30px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(168, 138, 68, 1);
    transform: translateY(-50%) scale(1.1);
}

.lightbox-caption {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 6px;
}

/* Loading animation */
.gallery-loading {
    opacity: 0.6;
    pointer-events: none;
}

.gallery-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #a88a44;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 10;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 1.6rem;
        /* Smaller size for very small screens */
        /* Or if you still want clamp: font-size: clamp(1.4rem, 6vw, 1.8rem); */
    }

    /* Also adjust other headings if they look too big */
    .section-header h2 {
        font-size: 1.6rem;
        /* Targeting specific section header h2 if needed */
    }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .gallery-section h2 {
        font-size: 2.2rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .filter-btn {
        padding: 0.7rem 1.2rem;
    }
}

@media (max-width: 768px) {
    .gallery-section {
        padding: 5rem 0;
    }

    .gallery-section .section-header {
        margin-bottom: 2.5rem;
    }

    .gallery-section h2 {
        font-size: 1.8rem;
    }

    .filter-container {
        margin-bottom: 2rem;
        overflow-x: auto;
        padding-bottom: 1rem;
    }

    .filter-buttons {
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0.5rem;
        width: max-content;
    }

    .filter-btn {
        white-space: nowrap;
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }

    .see-all-gallery {
        display: block;
    }

    .lightbox-content {
        width: 95%;
        max-height: 70%;
    }

    .lightbox-prev,
    .lightbox-next {
        font-size: 20px;
        padding: 12px 16px;
    }

    .lightbox-prev {
        left: 15px;
    }

    .lightbox-next {
        right: 15px;
    }
}

@media (max-width: 576px) {
    .gallery-section {
        padding: 4rem 0;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .filter-buttons {
        gap: 0.6rem;
    }

    .filter-btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .gallery-section h2 {
        font-size: 1.6rem;
    }

    .gallery-item img {
        height: 240px;
    }

    .lightbox-close {
        top: 10px;
        right: 20px;
        font-size: 30px;
    }
}

/* About Section - Enhanced Description & Heading */
.about-section {
    padding: 120px 0;
    background-color: #f9f7f4;
    overflow: hidden;
    position: relative;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23a88a4422" x="0" y="0"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.about-content {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.about-header {
    text-align: center;
    margin-bottom: 5rem;
    position: relative;
}

.about-small-title {
    font-size: 1rem;
    color: #a88a44;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1.2rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding: 0 30px;
}

.about-small-title::before,
.about-small-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background: linear-gradient(to right, rgba(168, 138, 68, 0.5), rgba(168, 138, 68, 1));
}

.about-small-title::before {
    left: 0;
    transform: scaleX(-1);
}

.about-small-title::after {
    right: 0;
}

.about-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-bottom: 2.5rem;
    color: var(--text-dark);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.about-description {
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    line-height: 1.8;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.about-image-slider {
    height: 400px;
    overflow: hidden;
    margin-top: 5rem;
    position: relative;
    border-radius: 0;
}

.about-image-slider::before,
.about-image-slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.about-image-slider::before {
    left: 0;
    background: linear-gradient(to right, #f9f7f4, transparent);
}

.about-image-slider::after {
    right: 0;
    background: linear-gradient(to left, #f9f7f4, transparent);
}

.slider-track {
    display: flex;
    width: calc((290px + 10px) * 32);
    animation: autoSlide 50s linear infinite;
    align-items: flex-start;
    padding: 10px 0;
}

.slider-track:hover {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .slider-track {
        animation: autoSlide 30s linear infinite;
    }
}

.slider-image {
    flex: 0 0 280px;
    margin-right: 10px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}

.slider-image:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.slider-image:hover img {
    transform: scale(1.05);
}

/* Varying heights for dynamic look */
.slider-image:nth-child(1) {
    height: 280px;
}

.slider-image:nth-child(2) {
    height: 240px;
}

.slider-image:nth-child(3) {
    height: 320px;
}

.slider-image:nth-child(4) {
    height: 260px;
}

.slider-image:nth-child(5) {
    height: 300px;
}

.slider-image:nth-child(6) {
    height: 250px;
}

.slider-image:nth-child(7) {
    height: 290px;
}

.slider-image:nth-child(8) {
    height: 270px;
}

/* Repeat heights for duplicated images */
.slider-image:nth-child(9) {
    height: 280px;
}

.slider-image:nth-child(10) {
    height: 240px;
}

.slider-image:nth-child(11) {
    height: 320px;
}

.slider-image:nth-child(12) {
    height: 260px;
}

.slider-image:nth-child(13) {
    height: 300px;
}

.slider-image:nth-child(14) {
    height: 250px;
}

.slider-image:nth-child(15) {
    height: 290px;
}

.slider-image:nth-child(16) {
    height: 270px;
}

@keyframes autoSlide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-2320px);
    }
}

/* Rooms Section - Premium Responsive Design */
.rooms-section {
    padding: 6rem 0;
    background-color: #f9f7f2;
}

.rooms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.rooms-section .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2rem;
}

.rooms-header {
    text-align: center;
    margin-bottom: 3rem;
}

.rooms-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;

    color: #3a3a3a;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-size: 1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.rooms-elegant-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.room-card {
    transition: all 0.4s ease;
}

.room-card:hover {
    transform: scale(1.05), translateY(-5px);

}

.room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.room-card:hover .room-image {
    transform: scale(1.05);
}

.elegant-room-card {
    background: #fff;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.elegant-room-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: #fff;
}

.room-image-container {
    height: 400px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
    position: relative;
}

.room-image-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.elegant-room-card:hover .room-image-container::after {
    opacity: 1;
}

.room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.elegant-room-card:hover .room-image {
    transform: scale(1.05);
}

.room-details {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    flex-grow: 1;
}

.room-price {
    font-size: 1.1rem;
    font-weight: 500;
    color: #a88a44;
    margin-bottom: 0;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
}

.room-price::after {
    content: "Double Occupancy";
    font-size: 0.8rem;
    font-weight: 400;
    color: #888;
    margin-left: auto;
    font-style: italic;
}

.room-details h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
    position: relative;
    padding-bottom: 0.8rem;
}

.room-details h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #a88a44;
}

.room-description {
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.book-now-btn {
    background-color: transparent;
    color: #333;
    border: 1px solid #a88a44;
    padding: 0.9rem;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    margin-top: auto;
    position: relative;
    overflow: hidden;
}

.book-now-btn:hover {
    background-color: #a88a44;
    color: #fff;
    border-color: #a88a44;
}

.explore-all-rooms {
    text-align: center;
    margin-top: 3rem;
}

.explore-rooms-btn {
    display: inline-block;
    background-color: transparent;
    color: #333;
    border: 1px solid #ddd;
    padding: 1rem 2rem;
    font-size: 0.9rem;

    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.explore-rooms-btn:hover {
    background-color: #f5f5f5;
}

/* Rooms Page Header */
.rooms-page-header {
    height: 400px;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('rooms/headerrooms.webp') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5%;
    position: relative;
}

.rooms-page-header h1 {
    color: #333333;
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
}

/* Hidden state for elements that will be revealed */
.reveal-item {
    opacity: 0;
    transform: translateY(20px);
    /* Start slightly below its final position */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    /* Smooth transition */
}

/* Revealed state */
.reveal-item.is-revealed {
    opacity: 1;
    transform: translateY(0);
    /* Move to its final position */
}

/* Optional: Staggered reveal effect (for a more dynamic look) */
/* This will apply to children of containers that you want to reveal in sequence */
.reveal-child {
    /* A class for elements *inside* a section that you want to stagger */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* When the parent .reveal-item is revealed, its .reveal-child elements animate */
/* The transition-delay will be added by JavaScript */
.reveal-item.is-revealed .reveal-child {
    opacity: 1;
    transform: translateY(0);
}


/* Hotel Facilities Section - Matching Reference Image */
.facilities-section {
    padding: 6rem 0;
    background-color: #ffffff;
}

.facilities-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.facilities-section .section-header {
    text-align: left;
    margin-bottom: 3rem;
}

.facilities-section .section-tag {
    display: inline-block;
    color: #E4B343;
    font-size: 1rem;

    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.facilities-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;

    color: #333333;
    margin-bottom: 1rem;
}

.facilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.facility-card {
    background-color: #f8f8f8;
    border: 2px solid #d0d0d0;
    padding: 2rem;
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.facility-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.facility-icon {
    margin-bottom: 1.5rem;
}

.facility-icon svg {
    color: #E4B343;
    width: 40px;
    height: 40px;
}

.facility-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;

    color: #333333;
    margin-bottom: 1rem;
}

.facility-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .facilities-grid {
        grid-template-columns: 1fr;
    }

    .facilities-section h2 {
        font-size: 2rem;
    }
}

/* Elegant Rooms Section - New Design */
/* (This section was a duplicate, consolidating into the updated rooms-section above) */


/* Mobile Responsive Updates */
@media (max-width: 768px) {
    .hero-section {
        background-attachment: scroll;
        height: 90vh;
    }



    .line-break {
        display: inline;
    }

    .hero-explore-btn {
        padding: 0.7rem 2rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        line-height: 1.3;
    }

    .line-break {
        display: inline;
    }

    .hero-explore-btn {
        padding: 0.7rem 2rem;
        font-size: 0.85rem;
    }
}


/* Rooms Page Header */
.rooms-page-header {
    height: 400px;
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('rooms/headerrooms.webp') center/cover no-repeat; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5%;
    position: relative;
}

.rooms-page-header h1 {
    z-index: 400;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 4rem;

}

/* Additional Details Section */
.additional-details {
    background-color: #f9f7f2;
    padding: 4rem 0;
    margin-top: 3rem;
}

.additional-details .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.additional-details h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;

    color: #3a3a3a;
    margin-bottom: 2rem;
    text-align: center;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.detail-item {
    margin-bottom: 2rem;
}

.detail-item h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;

    color: #333;
    margin-bottom: 1rem;
}

.detail-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-item ul li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: #666;
}

.detail-item ul li::before {
    content: '•';
    color: #333;
    margin-right: 0.5rem;
}

@media (max-width: 992px) {
    .rooms-elegant-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rooms-header h2 {
        font-size: 2.2rem;
    }

    .rooms-page-header h1 {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .rooms-section {
        padding: 4rem 0;
    }

    .rooms-elegant-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .rooms-header h2 {
        font-size: 2rem;
    }

    .room-image-container {
        height: 200px;
    }

    .rooms-page-header {
        height: 300px;
    }

    .rooms-page-header h1 {
        font-size: 2.5rem;
    }

    .details-grid {
        grid-template-columns: 1fr;
    }
}

/* Gallery Section - Updated */
.gallery-section {
    padding: 6rem 0;
    background-color: #f9f7f2;
    position: relative;
    overflow: hidden;
}

.gallery-section .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3.5rem;
}

.gallery-section .section-tag {
    display: inline-block;
    font-size: 0.85rem;

    letter-spacing: 2px;
    color: #a88a44;
    margin-bottom: 1rem;
    text-transform: uppercase;
    position: relative;
    padding: 0 30px;
}

.gallery-section .section-tag:before,
.gallery-section .section-tag:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #a88a44;
}

.gallery-section .section-tag:before {
    left: 0;
}

.gallery-section .section-tag:after {
    right: 0;
}

.gallery-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

.filter-container {
    max-width: 1200px;
    margin: 0 auto 3rem;
    padding: 0 1.5rem;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.8rem 1.5rem;
    background: #fff;
    color: #333;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;

    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.filter-btn.active,
.filter-btn:hover {
    background: linear-gradient(135deg, #a88a44, #d4b978);
    color: #fff;
    box-shadow: 0 5px 15px rgba(168, 138, 68, 0.2);
}

.filter-btn::after {
    display: none;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gallery-item:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.gallery-item-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.02);
}

.gallery-item .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item .gallery-icon {
    width: 65px;
    height: 65px;
    background-color: #a88a44;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 15px;
    opacity: 0;
}

.gallery-item:hover .gallery-icon {
    opacity: 1;
}

.gallery-caption {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 10px;
    opacity: 0;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

/* Responsive Gallery Display Logic */
.gallery-item.hidden-item {
    display: none;
}

.see-all-button {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin: 2rem 0 1rem;
}

.see-all-btn {
    background: linear-gradient(135deg, #a88a44, #d4b978);
    color: #fff;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(168, 138, 68, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.see-all-btn:hover {
    box-shadow: 0 6px 20px rgba(168, 138, 68, 0.4);
}

.see-all-button.hidden {
    display: none;
}

/* Lightbox styles */


.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s ease;
}

.lightbox-close:hover {
    color: #a88a44;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    background: rgba(168, 138, 68, 0.8);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.lightbox-prev {
    left: 30px;
}

.lightbox-next {
    right: 30px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(168, 138, 68, 1);
    transform: translateY(-50%) scale(1.1);
}

.lightbox-caption {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 6px;
}

/* Loading animation */
.gallery-loading {
    opacity: 0.6;
    pointer-events: none;
}

.gallery-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #a88a44;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 10;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .gallery-section h2 {
        font-size: 2.2rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .filter-btn {
        padding: 0.7rem 1.2rem;
    }
}

@media (max-width: 768px) {
    .gallery-section {
        padding: 5rem 0;
    }

    .gallery-section .section-header {
        margin-bottom: 2.5rem;
    }

    .gallery-section h2 {
        font-size: 1.8rem;
    }

    .filter-container {
        margin-bottom: 2rem;
        overflow-x: auto;
        padding-bottom: 1rem;
    }

    .filter-buttons {
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0.5rem;
        width: max-content;
    }

    .filter-btn {
        white-space: nowrap;
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }

    .see-all-gallery {
        display: block;
    }

    .lightbox-content {
        width: 95%;
        max-height: 70%;
    }

    .lightbox-prev,
    .lightbox-next {
        font-size: 20px;
        padding: 12px 16px;
    }

    .lightbox-prev {
        left: 15px;
    }

    .lightbox-next {
        right: 15px;
    }
}

@media (max-width: 576px) {
    .gallery-section {
        padding: 4rem 0;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .filter-buttons {
        gap: 0.6rem;
    }

    .filter-btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .gallery-section h2 {
        font-size: 1.6rem;
    }

    .gallery-item img {
        height: 240px;
    }

    .lightbox-close {
        top: 10px;
        right: 20px;
        font-size: 30px;
    }
}

/* Restaurant Section - Fixed layout */
.restaurant-section {
    padding: 8rem 0;
    background-color: #f9f7f4;
    position: relative;
    overflow: hidden;
}

.restaurant-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23a88a4422" x="0" y="0"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.restaurant-section .section-header {
    text-align: left;
    max-width: 800px;
    margin: 0 auto 4rem;
    position: relative;
}

.restaurant-section .section-tag {
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #a88a44;
    margin-bottom: 0.8rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.restaurant-section .section-tag::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 1px;
    background: linear-gradient(to right, rgba(168, 138, 68, 0.5), rgba(168, 138, 68, 1));
}

.restaurant-section .section-title {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    margin: 0 0 0.8rem;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.restaurant-section .section-subtitle {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 2rem;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.7;
    max-width: 600px;
}

.dining-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
    position: relative;
    z-index: 1;
}

.dining-text-content {
    flex: 1;
    position: relative;
}

.dining-text-content::before {
    content: '"';
    position: absolute;
    top: -40px;
    left: -20px;
    font-size: 120px;
    font-family: serif;
    color: rgba(168, 138, 68, 0.1);
    line-height: 1;
}

.dining-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.dining-features {
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.dining-features li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.8rem;
    color: #555;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.dining-features li:hover {
    transform: translateX(5px);
}

.dining-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #a88a44;
    box-shadow: 0 0 0 2px rgba(168, 138, 68, 0.3);
}

.explore-button {
    display: inline-block;
    padding: 1.1rem 2.5rem;
    background: transparent;
    color: #a88a44;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    border: 1px solid #a88a44;
    transition: all 0.4s ease;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.explore-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #a88a44;
    transition: width 0.4s ease;
    z-index: -1;
}

.explore-button:hover {
    color: #333333;
}

.explore-button:hover::before {
    width: 100%;
}

/* --------- New layered image styles --------- */
.dining-image-wrapper {
    position: relative;
    flex: 1;
    min-height: 300px;
    overflow: hidden;
    border-radius: 8px;
    /* box-shadow: 0 15px 35px rgba(0,0,0,0.15); */
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dining-image-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Base image: fills the wrapper */
.dining-image-wrapper .base-img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 8px;
    transition: transform 0.8s ease;
}

.dining-image-wrapper:hover .base-img {
    transform: scale(1.05);
}

/* Overlay image: square, centered, overlapping */
.dining-image-wrapper .overlay-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45%;
    max-width: 350px;
    aspect-ratio: 1/1;
    transform: translate(-50%, -50%) rotate(0deg);
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    transition: transform 0.3s ease;
}

.dining-image-wrapper .overlay-img:hover {
    transform: translate(-50%, -50%) scale(1.02);
}

/* --------- Responsive --------- */
@media (max-width: 992px) {
    .dining-content-wrapper {
        flex-direction: column-reverse;
        gap: 3rem;
    }

    .dining-image-wrapper {
        width: 100%;
        min-height: 240px;
    }

    .dining-image-wrapper .overlay-img {
        width: 60%;
        max-width: none;
    }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle,
    .dining-description {
        font-size: 0.95rem;
    }

    .dining-image-wrapper .overlay-img {
        width: 70%;
    }
}


/* Facilities Section - Fix grid layout */
.facilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.facility-card {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 2.5rem;
    text-align: center;
    border: 2px solid #d0d0d0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.facility-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.facility-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(168, 138, 68, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #a88a44;
    transition: all 0.3s ease;
}

.facility-card:hover .facility-icon {
    background-color: #a88a44;
    color: #fff;
    transform: scale(1.1);
}

.facility-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;

    margin-bottom: 1rem;
    color: #333;
}

.facility-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .facilities-grid {
        grid-template-columns: 1fr;
    }
}

.footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 80px 0 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-brand {
    text-align: center;
    margin-bottom: 60px;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.logo-img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #a88a44;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.logo-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0;
    color: #fff;
}

.footer-tagline {
    font-size: 1rem;
    letter-spacing: 2px;
    color: #a88a44;
    text-transform: uppercase;
    margin: 10px 0;
}

.footer-description {
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
    color: #ccc;
    font-size: 0.95rem;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #333;
    margin: 50px 0 60px;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.social-icon {
    color: #ccc;
    font-size: 18px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
}

.social-icon:hover {
    color: #fff;
    border-color: #a88a44;
    background-color: #a88a44;
    transform: translateY(-3px);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.footer-section h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #a88a44;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    padding-left: 15px;
}

.footer-links a:before {
    content: '→';
    position: absolute;
    left: 0;
    color: #a88a44;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 20px;
}

.footer-links a:hover:before {
    opacity: 1;
    transform: translateX(0);
}

.contact-info {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.6;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-item i {
    margin-right: 12px;
    margin-top: 3px;
    color: #a88a44;
    flex-shrink: 0;
    width: 18px;
    display: flex;
    justify-content: center;
}

.footer-bottom {
    border-top: 2px solid #333;
    padding-top: 30px;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.footer-legal {
    display: flex;
    gap: 30px;
}

.footer-legal a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #ccc;
}

@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
    }

    .contact-section {
        grid-column: 1 / -1;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        padding: 0 20px;
    }

    .logo-text h3 {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: left;
    }

    .footer-section h3:after {
        left: 0;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-legal {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-social {
        gap: 15px;
    }

    .footer-legal {
        flex-direction: column;
        gap: 15px;
    }

    .logo-text h3 {
        font-size: 1.5rem;
    }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .footer-logo-section {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 4rem 0 3rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .footer-logo-section {
        grid-column: span 1;
    }

    .footer-bottom .footer-container {
        flex-direction: column;
        gap: 1rem;
    }

    .social-icons {
        margin-top: 0.5rem;
    }
}

/* Lightbox Styles */


.lightbox.active {
    display: flex;
    opacity: 1;
}

.lightbox-content {
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
}

.lightbox-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 1.2rem;

    background-color: rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 1101;
    background: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all 0.3s ease;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 15px;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1101;
}

.lightbox-prev {
    left: 30px;
}

.lightbox-next {
    right: 30px;
}

/* Gallery and mobile optimization */
@media (max-width: 768px) {
    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }
}

.footer-social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.footer-social-icon {
    color: #ccc;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
}

.footer-social-icon:hover {
    color: #fff;
    border-color: #a88a44;
    background-color: #a88a44;
    transform: translateY(-3px);
}

/* See All Gallery Button */
.see-all-gallery {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.see-all-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #a88a44, #d4b978);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;

    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(168, 138, 68, 0.3);
    text-align: center;
    width: auto;
    max-width: none;
    margin: 0;
}

.see-all-btn:hover {
    transform: scale(0.98);
    background: linear-gradient(135deg, #8e7438, #c9ad6a);
    box-shadow: 0 6px 15px rgba(168, 138, 68, 0.4);
}

.see-all-btn:active {
    transform: scale(0.98);
}

/* Mobile Gallery Optimization */
@media (max-width: 768px) {
    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 2rem;
    }

    .gallery-item {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .gallery-item.show {
        opacity: 1;
        transform: translateY(0);
    }

    .gallery-item:nth-child(n+3) {
        display: none;
    }

    .gallery-item-inner {
        height: 100%;
        position: relative;
    }

    .gallery-item img {
        height: 180px;
        object-fit: cover;
    }

    .see-all-gallery {
        margin-top: 1rem;
        display: flex;
        justify-content: center;
    }

    .see-all-btn {
        width: 90%;
        max-width: 300px;
        justify-content: center;
        padding: 0.9rem 1.5rem;
        font-size: 1.1rem;
        background: linear-gradient(135deg, #a88a44, #d4b978);
        box-shadow: 0 5px 15px rgba(168, 138, 68, 0.3);
        border-radius: 12px;
        text-align: center;

    }

    /* Remaining count indicator */
    .gallery-item:nth-child(2)::after {
        content: '+' attr(data-remaining) ' more';
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 8px;
        font-size: 0.9rem;

        z-index: 2;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    /* Mobile lightbox optimizations */
    .lightbox-content {
        max-width: 95%;
        max-height: 75vh;
        border: none;
    }

    .lightbox-caption {
        bottom: 15px;
        font-size: 1rem;
        padding: 8px 5px;
    }

    .lightbox-prev,
    .lightbox-next {
        opacity: 0.8;
        width: 40px;
        height: 40px;
        font-size: 18px;
        background: rgba(0, 0, 0, 0.5);
    }

    .lightbox-close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 30px;
        background: rgba(0, 0, 0, 0.5);
    }
}

/* Desktop - Hide See All button */
@media (min-width: 769px) {
    .see-all-gallery {
        display: none;
    }
}

/* Filter buttons layout - vertical stack instead of horizontal scroll */
@media (max-width: 768px) {
    .filter-container {
        margin-bottom: 1.5rem;
        overflow-x: visible;
        display: flex;
        justify-content: center;
    }

    .filter-buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: 90%;
        max-width: 300px;
    }

    .filter-btn {
        padding: 0.7rem 0.5rem;
        font-size: 0.9rem;
        background: #fff;
        color: #333;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        white-space: normal;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .filter-btn.active {
        background: linear-gradient(135deg, #a88a44, #d4b978);
        color: #fff;
    }

    /* Improved See All Button */
    .see-all-btn {
        width: 90%;
        max-width: 300px;
        justify-content: center;
        padding: 0.9rem 0;
        font-size: 1.1rem;
        background: linear-gradient(135deg, #a88a44, #d4b978);
        box-shadow: 0 5px 15px rgba(168, 138, 68, 0.3);
        border-radius: 12px;
        text-align: center;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .see-all-btn:active {
        transform: scale(0.98);
    }
}

.activities-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f5f1e8 0%, #ede7d9 100%);
    position: relative;
    overflow: hidden;
}

.activities-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
}

.activities-text {
    padding-right: 2rem;
}

.activities-title {
    font-size: clamp(2.5rem, 3vw, 4rem);
    font-weight: 300;
    line-height: 1.2;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
    font-family: 'Playfair Display', serif;
}

.activities-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 1.5rem;
}

.tagline {
    font-size: 1.2rem;
    font-weight: 500;
    color: #a88a44;
    font-style: italic;
    margin-bottom: 2.5rem;
    font-family: 'Playfair Display', serif;
}

.learn-more-btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    border: 2px solid #a88a44;
    color: #a88a44;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    background: transparent;
}

.learn-more-btn:hover {
    background: #a88a44;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(168, 138, 68, 0.3);
}

.activities-images {
    position: relative;
    height: 500px;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    height: 100%;
}

.activity-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.activity-image:hover {
    transform: translateY(-10px);
}

.activity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.activity-image:hover img {
    transform: scale(1.1);
}

.large-image {
    grid-row: span 2;
}

@media (max-width: 768px) {
    .activities-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .activities-text {
        padding-right: 0;
        text-align: center;
    }

    .activities-images {
        height: 400px;
    }

    .dining-content-wrapper {
        flex-direction: column;
        gap: 4rem;
    }

    .dining-text-content {
        text-align: center;
    }

    .dining-text-content::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .dining-features {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .dining-features li {
        justify-content: flex-start;
        text-align: left;
    }

    .image-grid {
        grid-template-columns: 1fr;
    }

    .large-image {
        grid-row: span 1;
    }

    .dining-image-wrapper {
        min-height: 350px;
    }
}

@media (max-width: 480px) {

    .activities-section,
    .restaurant-section {
        padding: 5rem 0;
    }

    .dining-image-wrapper {
        min-height: 300px;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }
}


.form-tag {
    font-size: 0.8rem;

    color: #a88a44;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.booking-form h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;

    color: #333;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-group.half {
    flex: 1;
}

.booking-form label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #555;
}

.required {
    color: #e74c3c;
}

.booking-form input,
.booking-form select {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.booking-form input:focus,
.booking-form select:focus {
    outline: none;
    border-color: #a88a44;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.1);
}

.check-availability-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #a88a44, #ffc107);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;

    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(168, 138, 68, 0.3);
}

.check-availability-btn:hover {
    background: linear-gradient(135deg, #8e7438, #ffb700);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(168, 138, 68, 0.4);
}

@media (max-width: 992px) {
    .booking-content {
        flex-direction: column;
        gap: 3rem;
    }

    .booking-info h2 {
        font-size: 2rem;
        text-align: center;
    }

    .booking-form {
        width: 100%;
        max-width: 500px;
    }

    .reservation-phone {
        justify-content: center;
    }

    .booking-section {
        height: auto;
        padding: 5rem 0;
    }
}

@media (max-width: 768px) {
    .booking-info h2 {
        font-size: 1.8rem;
    }

    .booking-form {
        padding: 2rem;
    }

    .form-row {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* Consistent image styling */
.card-image img,
.gallery-image,
.dining-image img,
.about-image img,
.facility-card img {
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card-image:hover img,
.gallery-item:hover .gallery-image,
.dining-image:hover img,
.about-image:hover img,
.facility-card:hover img {
    transform: scale(1.03);
}

.gallery-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-item-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Typography consistency */
h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;

    color: #333;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;

    line-height: 1.6;
    color: #666;
}

.dark-bg h2 {
    color: #fff;
}

.dark-bg p {
    color: #e0e0e0;
}

/* Add dark background class */
.dark-bg {
    background-color: #1a1a1a;
    color: #fff;
}

.light-bg {
    background-color: #f9f7f2;
    color: #333;
}

.section-wave {
    display: none;
}

/* Reviews Section - Original Design */
.reviews-section {
    position: relative;
    padding: 6rem 0;
    background-color: #f9f7f2;
    overflow: hidden;
}

.pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23a88a44' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: 0;
}

.reviews-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
}

.reviews-section .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.reviews-section .section-tag {
    display: inline-block;
    font-size: 0.9rem;
    text-align: center;

    letter-spacing: 2px;
    color: #a88a44;
    margin-bottom: 1rem;
    position: relative;
    padding: 0 2rem;
    text-transform: uppercase;
}

.reviews-section .section-tag::before,
.reviews-section .section-tag::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1.5rem;
    height: 1px;
    background-color: #a88a44;
}

.reviews-section .section-tag::before {
    left: 0;
}

.reviews-section .section-tag::after {
    right: 0;
}

.reviews-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;

    color: #333;
    margin-bottom: 0.5rem;
    position: relative;
}

.reviews-section h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #a88a44;
}

.reviews-slider {
    display: flex;
    gap: 2rem;
    margin: 0 auto;
    max-width: 1200px;
    overflow-x: hidden;
    transition: transform 0.5s ease;
}

.review-card {
    flex: 0 0 calc(33.333% - 1.33rem);
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #a88a44, #d4b978);
    border-radius: 8px 8px 0 0;
}

.quote-icon {
    color: #a88a44;
    margin-bottom: 1.5rem;
}

.review-content {
    flex-grow: 1;
}

.review-content blockquote {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    font-style: italic;
    margin: 0;
    padding: 0;
}

.reviewer-info {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    border: 2px solid #a88a44;
}

.reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewer-details h4 {
    font-size: 1rem;

    color: #333;
    margin: 0 0 0.3rem;
}

.reviewer-details p {
    font-size: 0.85rem;
    color: #777;
    margin: 0;
}

.reviews-nav {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    gap: 0.5rem;
}

.rooms-page-header .nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-dot.active {
    background-color: #a88a44;
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .reviews-section h2 {
        font-size: 2.4rem;
    }

    .reviews-slider {
        flex-wrap: wrap;
        justify-content: center;
    }

    .review-card {
        flex: 0 0 calc(50% - 1rem);
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .reviews-section {
        padding: 4rem 0;
    }

    .reviews-section h2 {
        font-size: 2rem;
    }

    .review-card {
        flex: 0 0 100%;
    }
}

/* Contact Section - Original Design */
.contact-section {
    position: relative;
    background-color: #f9f7f2;
    padding: 6rem 0;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23a88a44' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: 0;
}

.contact-section .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.contact-section .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3.5rem;
}

.contact-section .section-tag {
    display: inline-block;
    font-size: 0.85rem;

    letter-spacing: 2px;
    color: #a88a44;
    margin-bottom: 1rem;
    text-transform: uppercase;
    position: relative;
    padding: 0 30px;
}

.contact-section .section-tag:before,
.contact-section .section-tag:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #a88a44;
}

.contact-section .section-tag:before {
    left: 0;
}

.contact-section .section-tag:after {
    right: 0;
}

.contact-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;

    color: #333;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.contact-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-card {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #d0d0d0;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(168, 138, 68, 0.2);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background-color: #f9f7f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #a88a44;
    transition: all 0.4s ease;
    border: 1px solid rgba(168, 138, 68, 0.2);
}

.contact-card:hover .contact-icon {
    background-color: #a88a44;
    color: #fff;
    transform: scale(1.1);
}

.contact-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;

    margin-bottom: 1.2rem;
    color: #333;
}

.contact-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.contact-card a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-card a:hover {
    color: #a88a44;
}

.contact-card span {

    color: #333;
}

/* Map Container */
.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    height: 450px;
    position: relative;
    border: 10px solid #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .contact-section h2 {
        font-size: 2.2rem;
    }

    .map-container {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 5rem 0;
    }

    .contact-section .section-header {
        margin-bottom: 2.5rem;
    }

    .contact-section h2 {
        font-size: 1.8rem;
    }

    .contact-subtitle {
        font-size: 1rem;
    }

    .map-container {
        height: 350px;
        border-width: 8px;
    }
}

@media (max-width: 576px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .contact-section h2 {
        font-size: 1.6rem;
    }

    .contact-card {
        padding: 2rem 1.5rem;
    }

    .map-container {
        height: 300px;
        border-width: 6px;
    }
}

/* From Uiverse.io by himanshu9682 */
.type--A {
    --line_color: #ffffff;
    --back_color: #ffecf6;
}

.type--B {
    --line_color: #1b1919;
    --back_color: #ffffff;
}

.type--C {
    --line_color: #00135c;
    --back_color: #ffffff;
}

.button {
    position: relative;
    z-index: 0;
    width: clamp(10rem, 10vw, 15rem);
    height: clamp(3.5rem, 4vw, 4rem);
    text-decoration: none;
    font-size: 14px;
    color: var(--back_color);
    letter-spacing: 3px;
    transition: all 0.3s ease;
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button__text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.button::before,
.button::after,
.button__text::before,
.button__text::after {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 2px;
    background: var(--back_color);
    transition: all 0.5s ease;
}

.button::before {
    top: 0;
    left: 54px;
    width: calc(100% - 56px * 2 - 16px);
}

.button::after {
    top: 0;
    right: 54px;
    width: 8px;
}

.button__text::before {
    bottom: 0;
    right: 54px;
    width: calc(100% - 56px * 2 - 16px);
}

.button__text::after {
    bottom: 0;
    left: 54px;
    width: 8px;
}

.button__line {
    position: absolute;
    top: 0;
    width: 56px;
    height: 100%;
    overflow: hidden;
}

.button__line::before {
    content: "";
    position: absolute;
    top: 0;
    width: 150%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 300px;
    border: 3px solid var(--back_color);
}

.button__line:nth-child(1),
.button__line:nth-child(1)::before {
    left: 0;
}

.button__line:nth-child(2),
.button__line:nth-child(2)::before {
    right: 0;
}

.button:hover {
    letter-spacing: 6px;
}

.button:hover::before,
.button:hover .button__text::before {
    width: 8px;
}

.button:hover::after,
.button:hover .button__text::after {
    width: calc(100% - 56px * 2 - 16px);
}

.button__drow1,
.button__drow2 {
    position: absolute;
    z-index: -1;
    border-radius: 16px;
    transform-origin: 16px 16px;
}

.button__drow1 {
    top: -16px;
    left: 40px;
    width: 32px;
    height: 0;
    transform: rotate(30deg);
}

.button__drow2 {
    top: 44px;
    left: 77px;
    width: 32px;
    height: 0;
    transform: rotate(-127deg);
}

.button__drow1::before,
.button__drow1::after,
.button__drow2::before,
.button__drow2::after {
    content: "";
    position: absolute;
}

.button__drow1::before {
    bottom: 0;
    left: 0;
    width: 0;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(-60deg);
}

.button__drow1::after {
    top: -10px;
    left: 45px;
    width: 0;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(69deg);
}

.button__drow2::before {
    bottom: 0;
    left: 0;
    width: 0;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(-146deg);
}

.button__drow2::after {
    bottom: 26px;
    left: -40px;
    width: 0;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(-262deg);
}

.button__drow1,
.button__drow1::before,
.button__drow1::after,
.button__drow2,
.button__drow2::before,
.button__drow2::after {
    background: var(--back_color);
}

.button:hover .button__drow1 {
    animation: drow1 ease-in 0.06s;
    animation-fill-mode: forwards;
}

.button:hover .button__drow1::before {
    animation: drow2 linear 0.08s 0.06s;
    animation-fill-mode: forwards;
}

.button:hover .button__drow1::after {
    animation: drow3 linear 0.03s 0.14s;
    animation-fill-mode: forwards;
}

.button:hover .button__drow2 {
    animation: drow4 linear 0.06s 0.2s;
    animation-fill-mode: forwards;
}

.button:hover .button__drow2::before {
    animation: drow3 linear 0.03s 0.26s;
    animation-fill-mode: forwards;
}

.button:hover .button__drow2::after {
    animation: drow5 linear 0.06s 0.32s;
    animation-fill-mode: forwards;
}

.rooms-page-header {
    background: url('reception/IMG_8000.webp')center/cover no-repeat;
}

@keyframes drow1 {
    0% {
        height: 0;
    }

    100% {
        height: 100px;
    }
}

@keyframes drow2 {
    0% {
        width: 0;
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    11% {
        opacity: 1;
    }

    100% {
        width: 120px;
    }
}

@keyframes drow3 {
    0% {
        width: 0;
    }

    100% {
        width: 80px;
    }
}

@keyframes drow4 {
    0% {
        height: 0;
    }

    100% {
        height: 120px;
    }
}

@keyframes drow5 {
    0% {
        width: 0;
    }

    100% {
        width: 124px;
    }
}

.con {
    width: fit-content;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}


.booking-section {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1578683010236-d716f9a3f461?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&h=1080');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 0;
    height: 00px;
    display: flex;
    align-items: center;
}

.booking-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.booking-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
}

.booking-info {
    flex: 1;
    color: #fff;
}

.booking-info .rating {
    margin-bottom: 1.5rem;
}

.booking-info .star {
    color: #ffc107;
    font-size: 1.5rem;
    margin-right: 0.3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.booking-info h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;

    line-height: 1.3;
    margin-bottom: 2rem;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

.reservation-phone {
    display: flex;
    align-items: center;
}

.phone-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.reservation-text p {
    font-size: 0.9rem;
    color: #ffc107;
    margin-bottom: 0.3rem;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.reservation-text h3 {
    font-size: 1.5rem;

    color: #fff;
    letter-spacing: 0.5px;
}

.booking-form {
    flex: 0 0 400px;
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.booking-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #ffc107, #a88a44);
}

.form-header {
    margin-bottom: 2rem;
}

/* --- Media Queries for Navbar --- */
@media (max-width: 992px) {
    .header-nav {
        display: none;
        /* Hide desktop nav links on smaller screens */
    }

    .menu-toggle {
        display: block;
        /* Show hamburger icon */
        position: fixed;
        /* Keep hamburger fixed */
        top: 20px;
        right: 20px;
        z-index: 1001;
        /* Ensure it's above other content */
        width: 55px;
        /* Slightly increased size */
        height: 55px;
        /* Slightly increased size */
        border-radius: 50%;
        background-color: var(--accent-gold);
        /* Semi-transparent white circle */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }



    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: transparent;
        /* Always transparent for mobile header */
        box-shadow: none;
        padding: 20px 0;
        /* Keep padding consistent */
        transition: background-color 0.3s ease, padding 0.3s ease;
        /* Add transform here */

    }

    .main-header.scrolled {
        background-color: transparent;
        /* Still transparent on scroll */
        box-shadow: none;
    }

    .main-header .brand-logo {
        color: var(--white);
        /* Always white for mobile logo text */
    }



}

@media (max-width: 768px) {
    .main-header .header-container {
        padding: 0 15px;
    }

    .brand-logo-text {
        font-size: 1.4rem;
        /* Adjusted for smaller screens */
    }

    .brand-logo-img {
        height: 40px;
        /* Adjusted for smaller screens */
        width: 40px;
        /* Adjusted for smaller screens */
    }

    .menu-toggle {
        width: 50px;
        /* Adjusted for smaller screens */
        height: 50px;
        /* Adjusted for smaller screens */
        /* top: 15px;
        right: 15px; */
    }

    .menu-toggle .menu-icon {
        width: 25px;
        height: 18px;
    }

    .menu-toggle .menu-icon .bar:nth-child(2) {
        top: 8px;
    }

    .menu-toggle .menu-icon .bar:nth-child(3) {
        top: 16px;
    }

    .mobile-nav-item-link {
        font-size: 2.8rem;
    }

    .mobile-book-now-btn {
        padding: 12px 20px;
        font-size: 1rem;
    }

    .mobile-social-link {
        width: 40px;
        height: 40px;
    }

    .mobile-social-link svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .main-header .header-container {
        padding: 0 10px;
    }

    .brand-logo-text {
        font-size: 1.2rem;
    }

    .brand-logo-img {
        height: 35px;
        width: 35px;
    }

    .menu-toggle {
        width: 45px;
        height: 45px;
        /* top: 10px;
        right: 10px; */
    }

    .menu-toggle .menu-icon {
        width: 22px;
        height: 16px;
    }

    .menu-toggle .menu-icon .bar:nth-child(2) {
        top: 7px;
    }

    .menu-toggle .menu-icon .bar:nth-child(3) {
        top: 14px;
    }

    .mobile-nav-links {
        margin-top: 60px 0 auto;
    }

    .mobile-nav-links li {
        margin-bottom: 20px;
    }

    .mobile-nav-item-link {
        font-size: 1.9rem;
    }

    .mobile-book-now-btn {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
}

h2 {
    font-size: clamp(2rem, 5vw, 2.5rem);
    /* min-size, preferred-size (vw for scaling), max-size */
}

/* Adjusted section header h2 for better scaling */
.section-header h2 {
    font-size: clamp(2.2rem, 6vw, 2.8rem);
}

/* Adjust general paragraph font size for smaller screens */
@media (max-width: 768px) {
    p {
        font-size: 1rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    p {
        font-size: 0.95rem;
    }

    .section-subtitle {
        font-size: 0.9rem;
    }
}


/* --- Navbar Responsive Adjustments --- */

/* Mobile Menu Toggle - Ensure correct positioning and display on mobile */
@media (max-width: 992px) {
    .header-nav {
        display: none;
        /* Hide desktop nav links on smaller screens */
    }

    .menu-toggle {
        display: flex;
        /* Show hamburger icon on mobile */
        position: fixed;
        /* Keep hamburger fixed */
        top: 20px;
        right: 20px;
        /* Corrected to use right for positioning */
        /* Removed: left: 20px; margin-left: 20px; */
        z-index: 1001;
        /* Ensure it's above other content */
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background-color: var(--accent-gold);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        align-items: center;
        justify-content: center;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    /* Main header on mobile (transparent, no shadow, and transitions for hiding) */
    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        padding: 20px 0;
        /* Added transform and opacity for smooth hiding/showing */
        transition: background-color 0.3s ease, padding 0.3s ease, transform 0.4s ease, opacity 0.4s ease;
    }

    /* Main header hiding when mobile menu is active */
    .main-header.hide-on-mobile-menu-open {
        transform: translateY(-100%);
        /* Slide up to hide */
        pointer-events: none;
        /* Prevents interaction */
        opacity: 0;
        /* Fade out */
    }
}

/* Mobile Navbar (Slide from Top) */


/* Mobile Nav Links - Text Size */
.mobile-nav-item-link {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    /* Adjusted font size for mobile menu links */
    padding: 5px 0;
    /* Adjust padding as needed */
}

@media (max-width: 768px) {
    .main-header .header-container {
        padding: 0 15px;
    }

    .brand-logo-text {
        font-size: 1.4rem;
    }

    .brand-logo-img {
        height: 40px;
        width: 40px;
    }

    .menu-toggle {
        width: 50px;
        height: 50px;
        top: 15px;
        right: 15px;
    }

    .menu-toggle .menu-icon {
        width: 25px;
        height: 18px;
    }

    .menu-toggle .menu-icon .bar:nth-child(2) {
        top: 8px;
    }

    .menu-toggle .menu-icon .bar:nth-child(3) {
        top: 16px;
    }

    .mobile-nav-item-link {
        font-size: 1.8rem;
        /* Further adjust for smaller tablets */
    }

    .mobile-book-now-btn {
        padding: 12px 20px;
        font-size: 1rem;
    }

    .mobile-social-link {
        width: 40px;
        height: 40px;
    }

    .mobile-social-link svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .main-header .header-container {
        padding: 0 10px;
    }

    .brand-logo-text {
        font-size: 1.2rem;
    }

    .brand-logo-img {
        height: 35px;
        width: 35px;
    }

    .menu-toggle {
        width: 45px;
        height: 45px;
        top: 10px;
        right: 10px;
    }

    .menu-toggle .menu-icon {
        width: 22px;
        height: 16px;
    }

    .menu-toggle .menu-icon .bar:nth-child(2) {
        top: 7px;
    }

    .menu-toggle .menu-icon .bar:nth-child(3) {
        top: 14px;
    }

    .mobile-nav-links {
        margin-top: 60px;
        /* Adjusted margin-top for mobile nav links */
    }

    .mobile-nav-links li {
        margin-bottom: 20px;
    }

    .mobile-nav-item-link {
        font-size: 1.1rem;
        /* Smallest size for very small phones */
    }

    .mobile-book-now-btn {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
}


/* --- Rooms Section Responsive Adjustments (Original Design) --- */

/* Ensure these are the only active rooms-section styles */
.rooms-section {
    padding: 100px 0;
    background: #f9f7f2;
    color: #333333 !important;
}

.rooms-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.rooms-header h2 {
    /* Specific h2 for rooms header */
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
    color: #333333;
}

.rooms-header p {
    /* Specific p for rooms header subtitle */
    color: #333333;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 1.1rem;
}

.rooms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Default 3 columns */
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.room-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #262626;
    transition: all 0.4s ease;
    cursor: pointer;
    height: 450px;
    /* Fixed height for consistency */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.room-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.room-image-container {
    width: 100%;
    height: 100%;
    /* Image takes full height of card */
    overflow: hidden;
}

.room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.room-card:hover .room-image {
    transform: scale(1.05);
}

.room-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.95) 0%,
            rgba(0, 0, 0, 0.8) 40%,
            rgba(0, 0, 0, 0.4) 80%,
            rgba(0, 0, 0, 0) 100%);
    padding: 3rem 1.5rem 1.5rem;
    transition: all 0.4s ease;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.room-card:hover .room-overlay {
    height: 70%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.98) 0%,
            rgba(0, 0, 0, 0.85) 40%,
            rgba(0, 0, 0, 0.5) 80%,
            rgba(0, 0, 0, 0.2) 100%);
}

.room-content {
    transition: all 0.4s ease;
}

.room-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #ffffff;
    font-family: var(--font-heading);
}

.room-description {
    color: #333333;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    opacity: 0.9;
}

.room-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 0.5rem;
    margin-top: auto;
}

.feature {
    color: #E4B343;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
}

.feature::before {
    content: "•";
    /* Corrected character encoding */
    margin-right: 5px;
    font-size: 1.2rem;
}

.explore-all-rooms {
    text-align: center;
    margin-top: 3.5rem;
}

.explore-rooms-btn {
    display: inline-block;
    background-color: transparent;
    color: #333333;
    /* Changed to white for dark background */
    border: 1px solid var(--accent-gold);
    /* Lighter border for dark bg */
    padding: 1rem 2.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.explore-rooms-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    /* Subtle hover for dark bg */
    border-color: var(--accent-gold);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


/* Tablet Responsive for Rooms Section */
@media (max-width: 992px) {
    .rooms-section {
        padding: 80px 0;
    }

    .rooms-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns for tablets */
        gap: 1.5rem;
    }

    .room-card {
        height: 400px;
    }

    .room-overlay {
        padding: 2.5rem 1.2rem 1.2rem;
    }

    .room-content h3 {
        font-size: 1.4rem;
    }

    .room-description {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .feature {
        font-size: 0.8rem;
    }
}

/* Mobile Responsive for Rooms Section */
@media (max-width: 768px) {
    .rooms-section {
        padding: 60px 0;
    }

    .rooms-header {
        margin-bottom: 2.5rem;
    }

    .rooms-header h2 {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
        /* Adjusted for smaller phones */
        margin-bottom: 1rem;
    }

    .rooms-header p {
        font-size: 1rem;
    }

    .rooms-grid {
        grid-template-columns: 1fr;
        /* 1 column for mobile phones */
        gap: 1.5rem;
    }

    .room-card {
        height: 380px;
    }

    .room-overlay {
        height: 70%;
    }

    .room-content h3 {
        font-size: 1.3rem;
        margin-bottom: 0.6rem;
    }

    .room-description {
        font-size: 0.85rem;
        line-height: 1.4;
        margin-bottom: 0.8rem;
    }

    .feature {
        font-size: 0.75rem;
    }
}

/* Small Mobile Responsive for Rooms Section */
@media (max-width: 480px) {
    .rooms-section {
        padding: 50px 0;
    }

    .rooms-grid {
        gap: 1.2rem;
        padding: 0 1rem;
    }

    .room-card {
        height: 350px;
    }

    .room-overlay {
        padding: 2rem 1rem 1rem;
    }

    .room-content h3 {
        font-size: 1.2rem;
    }

    .room-description {
        font-size: 0.8rem;
        margin-bottom: 0.7rem;
    }

    .room-features {
        gap: 0.3rem;
    }

    .feature {
        font-size: 0.7rem;
    }
}


/* --- About Section Responsive Adjustments --- */
@media (max-width: 992px) {
    .about-section {
        padding: 100px 0;
    }

    .about-title {
        font-size: clamp(2rem, 5vw, 2.8rem);
    }

    .about-description {
        font-size: 1rem;
    }

}

@media (max-width: 768px) {
    .about-section {
        padding: 80px 0;
    }

    .about-title {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }

    .about-description {
        font-size: 0.95rem;
    }

}

@media (max-width: 480px) {
    .about-section {
        padding: 60px 0;
    }

    .about-title {
        font-size: clamp(1.5rem, 8vw, 1.8rem);
    }

    .about-description {
        font-size: 0.9rem;
    }

    .slider-image {
        flex: 0 0 200px;
        /* Adjust slider image width for very small screens */
    }

    @keyframes autoSlide {

        /* Adjust animation for smaller slider images */
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-200px * 8));
        }

        /* 8 images * 200px */
    }
}


/* --- Facilities Section Responsive Adjustments --- */
@media (max-width: 992px) {
    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .facilities-section h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .facilities-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .facilities-section h2 {
        font-size: 2rem;
    }

    .facility-card {
        padding: 2rem;
    }

    .facility-icon {
        width: 70px;
        height: 70px;
    }

    .facility-icon svg {
        width: 35px;
        height: 35px;
    }

    .facility-card h4 {
        font-size: 1.2rem;
    }

    .facility-card p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .facilities-section {
        padding: 50px 0;
    }

    .facility-card {
        padding: 1.5rem;
    }

    .facility-icon {
        width: 60px;
        height: 60px;
    }

    .facility-icon svg {
        width: 30px;
        height: 30px;
    }

    .facility-card h4 {
        font-size: 1.1rem;
    }

    .facility-card p {
        font-size: 0.85rem;
    }
}


/* --- Activities Section Responsive Adjustments --- */
@media (max-width: 992px) {
    .activities-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .activities-text {
        padding-right: 0;
        text-align: center;
    }

    .activities-title {
        font-size: clamp(2rem, 5vw, 2.5rem);
    }

    .activities-images {
        height: 400px;
    }

    .image-grid {
        grid-template-columns: 1fr;
        /* Single column for images on tablets */
    }

    .large-image {
        grid-row: span 1;
        /* No longer spans 2 rows */
    }
}

@media (max-width: 768px) {
    .activities-section {
        padding: 5rem 0;
    }

    .activities-title {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }

    .activities-description {
        font-size: 1rem;
    }

    .tagline {
        font-size: 1.1rem;
    }

    .activities-images {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .activities-section {
        padding: 4rem 0;
    }

    .activities-title {
        font-size: clamp(1.5rem, 8vw, 1.8rem);
    }

    .activities-description {
        font-size: 0.95rem;
    }

    .tagline {
        font-size: 1rem;
    }

    .activities-images {
        height: 300px;
    }
}


/* --- Restaurant Section Responsive Adjustments --- */
@media (max-width: 992px) {
    .dining-content-wrapper {
        flex-direction: column-reverse;
        gap: 3rem;
    }

    .restaurant-section .section-header {
        text-align: center;
        /* Center header on mobile */
    }

    .restaurant-section .section-tag::after {
        display: none;
        /* Hide line on mobile */
    }

    .restaurant-section .section-title {
        font-size: clamp(2rem, 5vw, 2.5rem);
    }

    .restaurant-section .section-subtitle {
        text-align: center;
        font-size: 1rem;
    }

    .dining-text-content::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .dining-description {
        text-align: center;
    }

    .dining-features {
        grid-template-columns: 1fr;
        /* Single column for features */
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .dining-features li {
        justify-content: flex-start;
    }

    .dining-image-wrapper {
        min-height: 280px;
    }
}

@media (max-width: 768px) {
    .restaurant-section {
        padding: 5rem 0;
    }

    .restaurant-section .section-title {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }

    .dining-description {
        font-size: 0.95rem;
    }

    .dining-features li {
        font-size: 1rem;
    }

    .dining-image-wrapper {
        min-height: 250px;
    }
}

@media (max-width: 480px) {
    .restaurant-section {
        padding: 4rem 0;
    }

    .restaurant-section .section-title {
        font-size: clamp(1.5rem, 8vw, 1.8rem);
    }

    .dining-description {
        font-size: 0.9rem;
    }

    .dining-features li {
        font-size: 0.95rem;
    }

    .dining-image-wrapper {
        min-height: 200px;
    }
}


/* --- Gallery Section Responsive Adjustments --- */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns for tablets */
        gap: 1.5rem;
    }

    .gallery-section h2 {
        font-size: clamp(2rem, 5vw, 2.5rem);
    }
}

@media (max-width: 768px) {
    .gallery-section {
        padding: 5rem 0;
    }

    .gallery-section .section-header {
        margin-bottom: 2.5rem;
    }

    .gallery-section h2 {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }

    .filter-container {
        margin-bottom: 2rem;
        overflow-x: auto;
        padding-bottom: 1rem;
    }

    .filter-buttons {
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0.5rem;
        width: max-content;
    }

    .filter-btn {
        white-space: nowrap;
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }

    .gallery-item img {
        height: 220px;
        /* Adjust image height for smaller screens */
    }

    .lightbox-content {
        width: 95%;
        max-height: 70%;
    }

    .lightbox-prev,
    .lightbox-next {
        font-size: 20px;
        padding: 12px 16px;
    }

    .lightbox-prev {
        left: 15px;
    }

    .lightbox-next {
        right: 15px;
    }
}

@media (max-width: 576px) {
    .gallery-section {
        padding: 4rem 0;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        /* Single column for mobile phones */
        gap: 1.2rem;
    }

    .filter-buttons {
        gap: 0.6rem;
    }

    .filter-btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .gallery-section h2 {
        font-size: clamp(1.6rem, 8vw, 1.8rem);
    }

    .gallery-item img {
        height: 180px;
        /* Further adjust image height */
    }

    .lightbox-close {
        top: 10px;
        right: 20px;
        font-size: 30px;
    }
}


/* --- Reviews Section Responsive Adjustments --- */
@media (max-width: 992px) {
    .reviews-section h2 {
        font-size: clamp(2rem, 5vw, 2.5rem);
    }

    .reviews-slider {
        flex-wrap: wrap;
        /* Allow cards to wrap */
        justify-content: center;
        gap: 1.5rem;
        /* Adjust gap for wrapping */
    }

    .review-card {
        flex: 0 0 calc(50% - 0.75rem);
        /* 2 cards per row with gap */
        margin-bottom: 1.5rem;
        /* Add bottom margin when wrapping */
    }
}

@media (max-width: 768px) {
    .reviews-section {
        padding: 4rem 0;
    }

    .reviews-section h2 {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }

    .review-card {
        flex: 0 0 100%;
        /* Single column for mobile phones */
        margin-bottom: 1rem;
    }

    .reviews-slider {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .reviews-section {
        padding: 3rem 0;
    }

    .reviews-section h2 {
        font-size: clamp(1.5rem, 8vw, 1.8rem);
    }

    .review-card {
        padding: 1.5rem;
    }

    .reviewer-avatar {
        width: 40px;
        height: 40px;
    }

    .reviewer-details h4 {
        font-size: 0.9rem;
    }

    .reviewer-details p {
        font-size: 0.8rem;
    }
}


/* --- Contact Section Responsive Adjustments --- */
@media (max-width: 992px) {
    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns for tablets */
        gap: 1.5rem;
    }

    .contact-section h2 {
        font-size: clamp(2rem, 5vw, 2.5rem);
    }

    .map-container {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 5rem 0;
    }

    .contact-section .section-header {
        margin-bottom: 2.5rem;
    }

    .contact-section h2 {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }

    .contact-subtitle {
        font-size: 1rem;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
        /* Single column for mobile phones */
        gap: 1.2rem;
    }

    .contact-card {
        padding: 2rem 1.5rem;
    }

    .map-container {
        height: 350px;
        border-width: 8px;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 4rem 0;
    }
.contact-item{
    gap: 10px;
}
    .contact-section h2 {
        font-size: clamp(1.6rem, 8vw, 1.8rem);
    }

    .contact-card {
        padding: 1.5rem;
    }

    .map-container {
        height: 300px;
        border-width: 6px;
    }
}


/* --- Footer Responsive Adjustments --- */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns for larger tablets */
        gap: 40px;
    }

    .footer-section:nth-child(4) {
        /* Contact Info section */
        grid-column: 1 / -1;
        /* Span full width */
    }
}

@media (max-width: 768px) {
    .footer-container {
        justify-items: flex-start;
        padding: 0 20px;
        text-align: left;
    }

    .footer-content {
        justify-items: flex-start;
        grid-template-columns: 1fr;
        /* Single column for mobile */
        gap: 30px;
    }

    .footer-section h3 {
        text-align: left;
        /* Center footer headings */
    }

    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
        /* Center underline */
    }

    .footer-links {
        text-align: left;
        /* Center links */
    }

    .footer-links a {
        padding-left: 0;
        /* Remove left padding */
    }

    .footer-links a::before {
        display: none;
        /* Hide arrows on mobile */
    }

    .contact-item {
        justify-content: flex-start;
        /* Center contact items */
        text-align: left;
    }

    .contact-item i {
        margin-right: 0;
        margin-bottom: 5px;
        /* Add some space below icon if stacked */
    }

    .contact-item span {
        display: block;
        /* Make text stack below icon */
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }
}

.back-to-home-btn-container {
    display: flex;
    align-items: center;
}

.back-to-home-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translateY(-50%); */
    width: 55px;
    height: 55px;

    background-color: var(--accent-gold);
    color: var(--white);
    text-decoration: none;
    border-radius: 50%;
    /* font-size: 1.8rem; */
    font-weight: 900;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Removed unnecessary properties */
}

.back-icon {
    font-size: 1.7rem;
    position: fixed;
}

.back-to-home-btn:hover {
    background-color: #c49646;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments for the button */
@media (max-width: 768px) {
    .back-to-home-btn {
        width: 55px;
        height: 55px;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .back-to-home-btn {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 60px 0 20px;
    }

    .footer-content {
        gap: 20px;
    }

    .footer-social {
        gap: 10px;
    }

    .social-icon {
        width: 45px;
        height: 45px;
    }

    .social-icon svg {
        width: 16px;
        height: 16px;
    }
}

/* --- Utility Classes (kept as is) --- */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Prevent horizontal scroll on all elements */
* {
    max-width: 100%;
}

img,
video,
iframe {
    max-width: 100%;
}

/* High-resolution display optimizations */
@media (min-width: 1920px) {
    :root {
        --container-width: 1400px;
    }

    .rooms-grid {
        max-width: 1400px;
    }
}

/* Container Responsive */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }
}

/* --- Performance Boosts --- */
html,
body {
    scroll-behavior: smooth;
    transform: translateZ(0);
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
.slider-track,
.hero-video,
.about-image-slider {
    will-change: transform, opacity;
    transform: translateZ(0);
}

/* Mobile Footer Improvements */
@media (max-width: 768px) {
    .footer {
        padding: 60px 0 30px;
    }
    
    .footer-container {
        padding: 0 20px;
    }
    
    .footer-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    
    .footer-section {
        width: 100%;
    }
    
    .footer-section h3 {
        text-align: left;
        margin-bottom: 20px;
        position: relative;
    }
    
    .footer-section h3::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 60px;
        height: 2px;
        background: var(--accent-gold);
        margin-left: 0;
    }
    
    .footer-links {
        text-align: left;
        list-style: none;
        padding: 0;
    }
    
    .footer-links li {
        margin-bottom: 12px;
    }
    
    .footer-links a {
        color: #ccc;
        text-decoration: none;
        transition: color 0.3s ease;
        font-size: 14px;
    }
    
    .footer-links a:hover {
        color: var(--accent-gold);
    }
    
    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .contact-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        text-align: left;
    }
    
    .contact-item i {
        flex-shrink: 0;
        margin-top: 2px;
    }
    
    .contact-item span {
        flex: 1;
        line-height: 1.6;
        font-size: 14px;
    }
    
    .footer-bottom {
        margin-top: 40px;
        padding-top: 30px;
        border-top: 2px solid #333;
        text-align: center;
        width: 100%;
    }
    
    .footer-legal {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    
    @media (max-width: 768px) {
        .footer-legal {
            justify-content: flex-start;
            text-align: left;
        }
    }
    
    .footer-legal a {
        color: #ccc;
        text-decoration: none;
        font-size: 12px;
        transition: color 0.3s ease;
    }
    
    .footer-legal a:hover {
        color: var(--accent-gold);
    }
    
    .footer-copyright {
        color: #999;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 50px 0 25px;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-content {
        gap: 30px;
    }
    
    .footer-section h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .footer-links a {
        font-size: 13px;
    }
    
    .contact-item span {
        font-size: 13px;
    }
    
    .footer-legal {
        flex-direction: row;
        gap: 30px;
        justify-content: flex-start;
        text-align: left;
    }
    
    .footer-legal a {
        font-size: 11px;
    }
    
    .footer-copyright {
        font-size: 11px;
    }
}