/* main.css - Organized & Optimized */
/* ============================================ */
/* TABLE OF CONTENTS */
/* ============================================ */
/* 1. RESET & BASE STYLES
/* 2. VARIABLES
/* 3. LAYOUT & CONTAINERS
/* 4. HEADER & NAVIGATION
/* 5. HERO SECTION
/* 6. GALLERY & ROOMS
/* 7. VISION SECTIONS
/* 8. SERVICES & FACILITIES
/* 9. LOYALTY PROGRAM
/* 10. PARTNERS
/* 11. FAQ
/* 12. REVIEWS
/* 13. CONTACT & FOOTER
/* 14. MODALS & POPUPS
/* 15. PRELOADER
/* 16. MOBILE RESPONSIVE
/* 17. ANIMATIONS & TRANSITIONS
/* ============================================ */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.7;
    background-color: #ffffff;
    overflow-x: hidden;
    max-width: 100%;
    height: 100%;
    
}

#smooth-wrapper, #smooth-content {
    max-width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat';
    letter-spacing: 0.5px;
}

img {
    max-width: 100%;
    height: auto;
}

/* 2. VARIABLES */
:root {
    --navy: #484745;
    --gold: #c6ab7d;
    --light-gold: #d4c5a8;
    --dark-gray: #d4c5a8;
    --medium-gray: #5a5a5a;
    --light-gray: #eaeaea;
    --white: #ffffff;
    --black: #000000;
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-bgIntense: rgba(0, 0, 0, 0.337);
    --glass-border: rgba(255, 255, 255, 0.15);
    --transition-slow: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-medium: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-fast: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 3. LAYOUT & CONTAINERS */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.section {
    padding: 120px 0;
    width: 100%;
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat';
}

.section-title h2 {
    font-size: 3.5rem;
    color: var(--navy);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.section-title h2:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: var(--gold);
    transition: var(--transition-medium);
}

.section-title:hover h2:after {
    width: 120px;
}

.section-title p {
    color: var(--medium-gray);
    max-width: 700px;
    margin: 30px auto 0;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
}

/* 5. HERO SECTION */
.hero-container {
    position: relative;
    height: 100vh;
    background: #f5f5f0;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    top: 30vh;
    left: 45.8vw;
    width: 52vw;
    height: 32vh;
    transform: none !important;
    border-radius: 0 !important;
    overflow: hidden;
    z-index: 1;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-overlay {
    opacity: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ethereal {
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 8px;
    color: white;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.3);
    font-family: 'Montserrat', serif;
}

/* Left Content */
.left-content {
    position: absolute;
    left: 4vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.look-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.look-word {
    font-size: 10rem;
    font-weight: 300;
    line-height: 0.85;
    color: #b8b5ad;
    letter-spacing: -5px;
    font-family: 'Montserrat', sans-serif;
}

.find-word {
    font-size: 2.5rem;
    font-weight: 300;
    color: #8b8378;
    letter-spacing: 2px;
    margin-top: -15px;
    padding-left: 5px;
}

.beyond-text {
    font-size: 2rem;
    font-weight: 300;
    color: #666;
    letter-spacing: 3px;
    margin-top: 10px;
}

/* True Perfection Text */
.true-perfection {
    position: absolute;
    right: 4vw;
    bottom: 10vh;
    z-index: 3;
}

.true-perfection h2 {
    font-size: 4rem;
    font-weight: 300;
    color: #b8b5ad;
    letter-spacing: 12px;
    text-transform: uppercase;
}

/* Hero Booking Widget */
.hero-booking-widget {
    background: var(--glass-bgIntense);
    backdrop-filter: blur(150px);
    -webkit-backdrop-filter: blur(60px);
    border: 1px solid var(--glass-border);
    width: 320px;
    height: 70%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20%;
    right: 1%;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    transition: var(--transition-medium);
}

.booking-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group label {
    margin-bottom: 10px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--white);
    text-align: center;
}

.form-group input,
.form-group select {
    width: 90%;
    padding: 14px;
    font-size: 1rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: var(--white);
    transition: all var(--transition-medium);
    text-align: center;
}


/* 2. BUTTONS CSS - Original */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--black);
    color: var(--white);
    padding: 14px 30px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 2px;
    transition: all var(--transition-medium);
    border: 1px solid var(--navy);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2), transparent);
    transition: var(--transition-slow);
}

.btn:hover:before {
    left: 100%;
}

.btn:hover {
    color: var(--navy);
    background-color: var(--white);
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border: 1px solid white;
}

.btn-outline:hover {
    background: var(--white);
    color: var(--navy);
        border: 1px solid black;

}

.btn i {
    margin-left: 10px;
    transition: var(--transition-medium);
}

.btn:hover i {
    transform: translateX(5px);
}

/* ============================================ */
/* 2. BUTTONS CSS - Updated with Black Border on Hover */
/* ============================================ */

/* Base button styles */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--black);
    color: var(--white);
    padding: 14px 30px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 2px;
    transition: all var(--transition-medium);
    border: 1px solid var(--black) !important; /* Black border by default */
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

/* Hover effect - keep black border */
.btn:hover {
    color: var(--navy);
    background-color: var(--white);
    border: 1px solid var(--black) !important; /* Maintain black border on hover */
}

/* Outline button - white border by default */
.btn-outline {
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white) !important;
}

/* Outline button hover - change to black border */
.btn-outline:hover {
    background: var(--white);
    color: var(--navy);
    border: 1px solid var(--black) !important; /* Black border on hover */
}

/* Booking toggle in nav - already has white border */
.toggle-booking-nav {
    background: transparent !important;
    border: 0.5px solid var(--white) !important;
    color: var(--white) !important;
    padding: 8px 18px !important;
    font-size: 0.7rem !important;
    margin-left: 20px;
}

/* Booking toggle hover - change to black border */
.toggle-booking-nav:hover {
    background: var(--gold) !important;
    color: var(--black) !important;
    border: 0.5px solid var(--black) !important; /* Black border on hover */
}

/* Gallery category buttons */
.gallery-category {
    padding: 12px 25px;
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 0px;
    cursor: pointer;
    transition: all var(--transition-medium);
    font-weight: 500;
    color: var(--black);
}

.gallery-category:hover {
    background: var(--gold);
    color: var(--black);
    border-color: var(--black) !important; /* Black border on hover */
}

/* Slider navigation buttons */
.slider-btn {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    border: 1px solid var(--black) !important; /* Black border on hover */
    background: var(--gold); /* Optional: add gold background on hover */
}

/* Form submit buttons */
.form-group button,
.booking-form .btn,
input[type="submit"],
button[type="submit"] {
    border: 1px solid var(--black) !important;
}

.form-group button:hover,
.booking-form .btn:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
    border: 1px solid var(--black) !important; /* Maintain black border on hover */
}

/* Experience card buttons */
.exp-card-content .btn {
    border: 1px solid var(--black) !important;
}

.exp-card-content .btn:hover {
    border: 1px solid var(--black) !important; /* Maintain black border on hover */
}

/* Contact form buttons */
.contact-card .btn {
    border: 1px solid var(--black) !important;
}

.contact-card .btn:hover {
    border: 1px solid var(--black) !important; /* Maintain black border on hover */
}

/* Modal/Popup buttons */
.minimal-close-btn,
.minimal-nav-btn {
    border: 1px solid transparent; /* No border by default */
}

.minimal-close-btn:hover,
.minimal-nav-btn:hover {
    border: 1px solid var(--black) !important; /* Black border on hover */
}


  .user-dropdown {
            position: absolute;
            top: 100%;
            right: 0;
            background: var(--white);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            min-width: 200px;
            padding: 20px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all var(--transition-medium);
            z-index: 1001;
            margin-top: 10px;
        }

        .user-profile.active .user-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .user-dropdown a {
            display: block;
            color: var(--navy);
            padding: 12px 0;
            border-bottom: 1px solid var(--light-gray);
            font-weight: 500;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: var(--transition-fast);
        }

        .user-dropdown a:last-child {
            border-bottom: none;
        }

        .user-dropdown a:hover {
            color: var(--gold);
        }
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Transparent background */
    background: rgba(0, 0, 0, 0.2); /* small tint is optional */

    /* The important part */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari support */

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-medium);
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: var(--white);
    width: 90%;
    max-width: 500px;
    padding: 50px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: translateY(30px);
    transition: all var(--transition-medium);
}

.modal.active .modal-content {
    transform: translateY(0);
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.5rem;
    color: #000000; /* Changed from var(--medium-gray) to black */
    cursor: pointer;
    transition: var(--transition-fast);
}

.close-modal:hover {
    color: var(--gold); /* Gold on hover instead of navy */
}

.modal h2 {
    color: #000000; /* Changed from var(--navy) to black */
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.2rem;
}

.modal .form-group {
    margin-bottom: 25px;
}

.modal label {
    color: #000000; /* Changed from var(--navy) to black */
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal input {
    width: 100%;
    padding: 15px;
    border: 1px solid var(--light-gray);
    color: #000000; /* Changed from var(--dark-gray) to black */
    font-family: 'Montserrat', sans-serif;
    transition: all var(--transition-medium);
}

.modal input:focus {
    outline: none;
    border-color: var(--gold);
}

.modal .btn {
    width: 100%;
    margin-top: 10px;
}

.modal-footer {
    text-align: center;
    margin-top: 30px;
    color: #000000; /* Changed from var(--medium-gray) to black */
}

.modal-footer a {
    color: var(--gold); /* Keep gold for links */
    font-weight: 500;
    transition: var(--transition-fast);
}

.modal-footer a:hover {
    text-decoration: underline;
    color: #000000; /* Changed to black on hover */
}

/* Social icons - add border on hover */
.social-icons a:hover {
    border: 1.7px solid var(--gold) !important; /* gold border on hover */
}

/* Mobile menu buttons */
@media (max-width: 992px) {
    .mobile-language-switcher select:hover {
        border: 1px solid var(--black) !important;
    }
    
    .mobile-audio-toggle:hover {
        border: 1px solid var(--black) !important;
        border-radius: 50%;
    }
}
.close-booking-btn {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 30px;
    height: 30px;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    background-color: transparent;
    justify-content: center;
}

/* 6. GALLERY & ROOMS */
.gallery-section {
    position: relative;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
    height: auto !important;
    min-height: 100vh !important;
    padding: 120px 0 !important;
}

.gallery-title {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
    color: rgb(0, 0, 0);
    letter-spacing: 3px;
    font-family: 'Montserrat', serif;
}

.gallery-track {
    display: flex;
    gap: 30px;
    height: 100%;
    align-items: center;
    will-change: transform;
    padding: 0 10vw;
}

.gallery-item {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    margin-inline: 40px;
    margin-top: 30px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item.portrait {
    width: 30vw;
    height: 80vh;
}

.gallery-item.landscape {
    width: 55vw;
    height: 60vh;
}


/* 3. OUR GALLERY SECTION CSS - Original */
#gallery.section.gallery-section {
    height: auto !important;
    min-height: 100vh !important;
    padding: 120px 0 !important;
}

.gallery-section .section-title h2 {
    color: var(--navy);
}

.gallery-grid-fairmont {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    width: 100%;
    margin: 0 auto;
}

.gallery-item-fairmont {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform var(--transition-medium);
}

.gallery-item-fairmont:hover {
    transform: scale(1.03);
}

.gallery-item-fairmont:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.gallery-item-fairmont:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.gallery-item-fairmont:nth-child(3) {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
}

.gallery-item-fairmont:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
}

.gallery-item-fairmont:nth-child(5) {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
}

.gallery-item-fairmont:nth-child(6) {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}

.gallery-item-fairmont:nth-child(7) {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
}

.gallery-item-fairmont:nth-child(8) {
    grid-column: 3 / 5;
    grid-row: 4 / 5;
}

.gallery-item-fairmont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item-fairmont:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 31, 58, 0.8), transparent);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    opacity: 0;
    transition: all var(--transition-medium);
    color: white;
    padding: 30px;
    text-align: left;
}

.gallery-item-fairmont:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h3 {
    font-size: 1.8rem;
    transform: translateY(20px);
    transition: all var(--transition-medium) 0.1s;
}

.gallery-overlay p {
    font-size: 1rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all var(--transition-medium) 0.2s;
    color: var(--light-gray);
}

.gallery-item-fairmont:hover .gallery-overlay h3,
.gallery-item-fairmont:hover .gallery-overlay p {
    transform: translateY(0);
    opacity: 1;
}

.gallery-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 60px;
}

.gallery-category {
    padding: 12px 25px;
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 0px;
    cursor: pointer;
    transition: all var(--transition-medium);
    font-weight: 500;
    color: var(--black);
}

.gallery-category.active {
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
}

.gallery-category:hover {
    background: var(--gold);
    color: var(--black);
    border-color: var(--gold);
}
.img-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    z-index: 2;
}

/* Rooms Slider */
.rooms-slider {
    position: relative;
    height: 700px;
    overflow: hidden;
    margin: 100px 0;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(10, 31, 58, 0.7) 0%, transparent 100%);
    opacity: 0;
    transition: var(--transition-slow);
}

.slide.active {
    opacity: 1;
}

.slide.active:before {
    opacity: 1;
}

.slide-content {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 50px;
    color: var(--white);
    width: 100%;
    transform: translateY(120px);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    position: relative;
    z-index: 2;
}

.slide.active .slide-content {
    transform: translateY(0);
    opacity: 1;
}

.slide-content h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.slide-content p {
    margin-bottom: 30px;
    max-width: 600px;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 300;
}

.slider-nav {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 20;
}

.slider-btn {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
/* 7. VISION SECTIONS */
.vision-section {
    min-height: 350vh;
    position: relative;
    padding-top: 200px;
    /* Changed to visible to ensure GSAP pins don't get cut off during transitions */
    overflow: visible; 
}

#vision2, #vision3 {
    min-height: 320vh;
}

.vision-content {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    padding: 20px;
}

.vision-content-right {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    padding: 200px;
    flex-direction: row-reverse;
}

.vision-text-wrapper {
    width: 35%;
    padding-top: 15vh;
    align-self: flex-start;
    z-index: 10;
}

.vision-text h2 {
    font-size: 3rem;
    margin-bottom: 25px;
    letter-spacing: 2px;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat', serif;
}

.vision-text p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #000000;
    margin-right: 30px;
    font-family: 'Montserrat', serif;
}

.vision-images {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 150px;
}

/* THE FIX: Standardize the container height to match your largest media (70vh) */
.vision-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* Reserve the space so the 'second photo' doesn't jump when video loads */
    height: 70vh; 
}

/* Videos now fill the height of the 70vh container while maintaining your 60% width */
.vision-img video {
    display: block;
    width: 60%;  
    height: 100%; /* Changed from 70% to 100% of the 70vh container */
    object-fit: cover;
    margin: 0;
    padding: 0;
}

/* Portrait Images now fill the 70vh container */
.vision-img img {
    width: 100%; 
    height: 100%; /* Changed from 100% to fill the 70vh container */
    object-fit: cover;
}

.vision-img.portrait-group {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 90vh; /* Match the main container */
    gap: 20px;
}

/* Landscape Group Fix */
.vision-img.landscape-group {
    height: 60vh; /* Keep your original landscape height */
}

.vision-img.landscape-group img {
    height: 100%; /* Fill the 60vh container */
    width: 100%;
    margin-bottom: 0;
}

/* Explicit portrait group image sizes */
.vision-img.portrait-group img {
    width: calc(50% - 10px);
    height: 100%; /* Fill the 70vh container */
    margin-bottom: 0;
}
/* 8. SERVICES & FACILITIES */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.service-card {
    text-align: center;
    padding: 50px 30px;
    background: var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all var(--transition-medium);
    position: relative;
    overflow: hidden;
}

.service-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--black);
    z-index: 0;
    transition: var(--transition-slow);
}

.service-card:hover:before {
    height: 100%;
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.service-icon {
    font-size: 50px;
    color: var(--gold);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: var(--transition-medium);
}

.service-card:hover .service-icon {
    color: var(--white);
    transform: scale(1.1) translateY(-5px);
}

.service-card h3 {
    font-size: 1.6rem;
    color: var(--navy);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: var(--transition-medium);
}

.service-card:hover h3 {
    color: var(--white);
}

.service-card p {
    color: var(--medium-gray);
    font-size: 1rem;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    transition: var(--transition-medium);
}

.service-card:hover p {
    color: rgba(255, 255, 255, 0.8);
}

/* 9. LOYALTY PROGRAM */
.loyalty-section {
    background: var(--white);
}

.loyalty-tiers-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 60px;
}

.loyalty-tier-card {
    background: var(--white);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden;
    transition: all var(--transition-medium);
}

.loyalty-tier-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.tier-header {
    flex-basis: 300px;
    flex-shrink: 0;
    padding: 40px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tier-header.silver {
    background-color: #aeb4b8;
}

.tier-header.gold {
    background-color: #d4af37;
}

.tier-header.platinum {
    background-color: var(--navy);
}

.tier-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.tier-header h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: 'Montserrat', serif;
}

.tier-body {
    padding: 40px;
    flex-grow: 1;
}

.tier-body h4 {
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.tier-body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.tier-body ul li {
    color: var(--medium-gray);
    display: flex;
    align-items: center;
}

.tier-body ul li i {
    color: var(--gold);
    margin-right: 12px;
}

/* 10. PARTNERS */
.partners-section {
    padding: 100px 0;
    background: var(--light-gray);
}

.partners-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 60px;
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

.partners-slide-track {
    display: flex;
    width: calc(250px * 16);
    animation: scroll 40s linear infinite;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 8)); }
}

.partner-logo-slide {
    height: 100px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.partner-logo-slide img {
    max-height: 80px;
    max-width: 100%;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: var(--transition-medium);
}

.partner-logo-slide:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* 11. FAQ */
.faq-section {
    background-color: var(--black);
    color: var(--white);
    position: relative;
}

.faq-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/black-paper.png');
    opacity: 0.1;
}

.faq-section .section-title h2 {
    color: var(--white);
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.faq-question {
    padding: 25px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', serif;
    font-size: 1.2rem;
    font-weight: 200;
    transition: var(--transition-medium);
}

.faq-question:hover {
    color: var(--gold);
}

.faq-question i {
    transition: all var(--transition-medium);
    font-size: 1.2rem;
}

.faq-answer {
    padding: 0 0 30px 0;
    color: var(--gold);
    line-height: 1.8;
    display: none;
    font-size: 1.05rem;
}

.faq-item.active .faq-answer {
    display: block;
    animation: fadeIn 0.6s ease forwards;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}
/* 4. LUXURY WHERE ANCIENT SECTION - Modified with left alignment, image on right, and beige background */
.text-highlight {
    background-color: #eaeaea !important; /* Beige color */
    color: #333; /* Darker text for better contrast on beige */
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.text-highlight .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 50px;
}

.text-highlight .container > * {
    flex: 1;
}

/* Text content styling */
.text-highlight .container > div:first-child {
    text-align: left;
}

.text-highlight h2 {
    font-size: 3.2rem;
    max-width: 600px;
    margin: 0 0 30px 0; /* Removed auto margins, left aligned */
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

.text-highlight h2 span {
    color: #c6a45c; /* Gold color */
    font-weight: 500;
    position: relative;
}

.text-highlight h2 span:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c6a45c; /* Gold color */
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.text-highlight h2 span:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

.text-highlight p {
    max-width: 600px;
    margin: 0; /* Removed auto margins */
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

/* Image styling */
.text-highlight .image-wrapper {
    position: relative;
    z-index: 2;
}

.text-highlight .image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.text-highlight .image-wrapper img:hover {
    transform: scale(1.02);
}

/* Remove the black overlay pseudo-element */
.text-highlight:before {
    display: none;
}

/* Responsive design */
@media (max-width: 768px) {
    .text-highlight {
        padding: 60px 0;
    }
    
    .text-highlight .container {
        flex-direction: column;
        gap: 30px;
    }
    
    .text-highlight h2 {
        font-size: 2.4rem;
    }
    
    .text-highlight p {
        font-size: 1rem;
    }
}/* 5. EXPERIENCE CARDS - Original */
.experience-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 50px;
    margin-top: 70px;
}

.exp-card {
    background: var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all var(--transition-medium);
    height: 480px;
    position: relative;
    overflow: hidden;
}

.exp-card:hover {
    transform: translateY(-15px);
    height: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.exp-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, var(--navy) 100%);
    opacity: 0;
    z-index: 1;
    transition: var(--transition-slow);
}

.exp-card:hover:before {
    opacity: 0.8;
}

.exp-card-img {
    height: 270px;
    background-size: cover;
    background-position: center;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.exp-card:hover .exp-card-img {
    transform: scale(1.1);
}

.exp-card-content {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.exp-card-content h3 {
    font-size: 1.8rem;
    color: var(--navy);
    margin-bottom: 15px;
    transition: var(--transition-medium);
}

.exp-card:hover .exp-card-content h3 {
    color: var(--white);
}

.exp-card-content p {
    color: var(--medium-gray);
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: 1.7;
    transition: var(--transition-medium);
}

.exp-card:hover .exp-card-content p {
    color: rgba(255, 255, 255, 0.8);
}

.exp-card-content .btn {
    opacity: 0;
    transform: translateY(10px);
    transition: all var(--transition-medium);
}

.exp-card:hover .exp-card-content .btn {
    opacity: 1;
    transform: translateY(0);
}

/* 12. REVIEWS */
.reviews-section {
    background: var(--light-gray);
    position: relative;
    overflow: hidden;
}

.reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.review-card {
    background: var(--white);
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all var(--transition-medium);
    overflow: hidden;
}

.review-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 0;
    background: var(--gold);
    transition: var(--transition-slow);
}

.review-card:hover:before {
    height: 100%;
}

.review-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.review-card:after {
    content: '"';
    font-family: 'Montserrat', serif;
    font-size: 12rem;
    color: var(--gold);
    position: absolute;
    top: -30px;
    right: 20px;
    line-height: 1;
    opacity: 0.05;
    transition: var(--transition-medium);
}

.review-card:hover:after {
    opacity: 0.1;
    transform: scale(1.1);
}

.review-text {
    font-style: italic;
    margin-bottom: 30px;
    color: var(--dark-gray);
    line-height: 1.8;
    position: relative;
    z-index: 1;
    font-size: 1.1rem;
}

.reviewer {
    display: flex;
    align-items: center;
}

.reviewer-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    border: 2px solid var(--light-gray);
    transition: var(--transition-medium);
}

.review-card:hover .reviewer-avatar {
    border-color: var(--gold);
}

.reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-medium);
}

.review-card:hover .reviewer-avatar img {
    transform: scale(1.1);
}

.reviewer-info h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.reviewer-info p {
    color: var(--medium-gray);
    font-size: 0.9rem;
}

.rating {
    color: var(--gold);
    margin-top: 8px;
    font-size: 0.9rem;
}

/* ==============================
   CONTACT CARDS WITH ANIMATED BORDERS
   ============================== */

/* Contact Grid Layout */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 50px;
    margin-top: 50px;
}

.contact-card {
    position: relative;
    border: none;
    padding: 50px 40px;
    background: var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all var(--transition-medium);
    overflow: hidden;
    border: none;
    z-index: 1;
}

.contact-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-right: 4px solid black;
    border-bottom: 4px solid black;
    pointer-events: none;
    transition: opacity 0.25s ease;
    opacity: 1; /* visible by default */
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border: none;
}


.contact-card {
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: inherit;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 300deg,
    #c6ab7d 320deg,
    #e4c896 340deg,
    transparent 360deg
  );
  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
}

.contact-card h3 {
    font-size: 1.7rem;
    color: var(--navy);
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light-gray);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.contact-info {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.contact-info h4 {
    color: var(--navy);
    margin-bottom: 12px;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.contact-info p {
    color: var(--medium-gray);
    margin-bottom: 10px;
    transition: var(--transition-medium);
}

.contact-info p:hover {
    color: var(--navy);
}

/* Animated Border Elements */
.contact-card .border-top,
.contact-card .border-right,
.contact-card .border-bottom,
.contact-card .border-left {
    position: absolute;
    background: linear-gradient(90deg, #c6ab7d, #e4c896, #c6ab7d);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

/* Top border */
.contact-card .border-top {
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #c6ab7d, #e4c896, #c6ab7d);
}

/* Right border */
.contact-card .border-right {
    top: 0;
    right: 0;
    width: 4px;
    height: 0%;
    background: linear-gradient(180deg, #c6ab7d, #e4c896, #c6ab7d);
}

/* Bottom border */
.contact-card .border-bottom {
    bottom: 0;
    right: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(270deg, #c6ab7d, #e4c896, #c6ab7d);
}

/* Left border */
.contact-card .border-left {
    bottom: 0;
    left: 0;
    width: 4px;
    height: 0%;
    background: linear-gradient(0deg, #c6ab7d, #e4c896, #c6ab7d);
}

/* Footer */
footer {
    background: var(--black);
    color: var(--white);
    padding: 120px 0 50px;
    position: relative;
    overflow: hidden;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/black-paper.png');
    opacity: 0.1;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 60px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.footer-column h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Montserrat', serif;
    font-weight: 500;
}

.footer-column h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--gold);
    transition: var(--transition-medium);
}

.footer-column:hover h3:after {
    width: 80px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.footer-column ul li i {
    margin-right: 15px;
    color: var(--gold);
    font-size: 0.9rem;
    width: 16px;
}

.footer-column ul li a {
    color: var(--light-gray);
    transition: all var(--transition-fast);
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.footer-column ul li a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: var(--transition-medium);
}

.footer-column ul li a:hover {
    color: var(--gold);
}

.footer-column ul li a:hover:after {
    width: 100%;
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    color: var(--light-gray);
    position: relative;
    z-index: 2;
}

/* 14. MODALS & POPUPS */
.minimal-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
}

.minimal-popup.is-open {
    opacity: 1;
    visibility: visible;
}

.minimal-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
}

.minimal-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minimal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.minimal-close-btn:hover {
    opacity: 1;
}

.minimal-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 20px;
    z-index: 10;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.minimal-nav-btn:hover {
    opacity: 1;
}

.minimal-prev-btn {
    left: 20px;
}

.minimal-next-btn {
    right: 20px;
}

.minimal-slider-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.minimal-slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.minimal-slide {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minimal-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.minimal-slider-info {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

/* 15. PRELOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    transition: opacity 0.6s ease-out;
    pointer-events: none;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader-content {
    text-align: center;
}

.progress-bar {
    width: 300px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.progress-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: var(--gold);
    animation: loading 2.5s ease-in-out forwards;
}

@keyframes loading {
    0% { width: 0%; }
    100% { width: 100%; }
}


/* Mobile-specific adjustments */
@media (max-width: 768px) {
    /* Hide vision sections on mobile */
    .vision-section {
        /*display: none !important;*/
    }
    
    .vision-section + div[style*="height: 50px"] {
        /*display: none !important;*/
    }
    
    #vision, #vision1, #vision2, #vision3 {
        /*display: none !important;*/
    }
    
    /* Adjust hero section */
    .hero-container {
        height: 100vh;
        padding-top: 70px;
    }
    
    .video-wrapper {
        top: 20vh;
        left: 5%;
        width: 90%;
        height: 40vh;
    }
    
    .left-content {
        left: 5%;
        top: 65%;
        transform: translateY(0);
    }
    
    .look-word {
        font-size: 3.5rem !important;
        letter-spacing: -2px !important;
    }
    
    .find-word {
        font-size: 1.5rem !important;
    }
    
    .beyond-text {
        font-size: 1.2rem !important;
    }
    /* Visual Harmony Title - Compact Version with Description */
.gallery-section .section-title {
    margin-bottom: 30px !important;
    padding: 0 !important;
}

.gallery-section .section-title h2 {
    font-size: 3rem; /* Slightly smaller */
    color: var(--navy);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.gallery-section .section-title h2:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: var(--gold);
    transition: var(--transition-medium);
}

.gallery-section .section-title:hover h2:after {
    width: 120px;
}

.gallery-section .section-title p {
    color: var(--medium-gray);
    max-width: 600px;
    margin: 20px auto 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}


    .true-perfection {
        right: 5%;
        bottom: 5%;
    }
    
    .true-perfection h2 {
        font-size: 1.5rem !important;
        letter-spacing: 5px !important;
    }
    
    /* Adjust gallery */
    .gallery-title {
        font-size: 2rem !important;
        top: 15px !important;
        font-weight: 700;
        color: #484745;
    }
    
    .gallery-track {
        flex-direction: column;
        gap: 20px;
        padding: 0 5% !important;
        margin: 0 !important;
    }
    
    .gallery-item {
        margin-inline: 0 !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 3/4;
    }
    
    /* Adjust rooms slider */
    .rooms-slider {
        height: 400px !important;
    }
    
    .slide-content h3 {
        font-size: 1.5rem !important;
    }
    
    .slide-content p {
        font-size: 0.9rem !important;
    }
    
    /* Adjust booking widget */
    .hero-booking-widget {
        position: relative !important;
        width: 78% !important;
        left: 39% !important;
        transform: translateX(-50%) !important;
        right: auto !important;
        margin: 0 auto !important;
        height: fit-content;
    }
    
    /* Adjust services grid */
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .service-card {
        padding: 20px 15px !important;
    }
    
    /* Adjust loyalty tiers */
    .loyalty-tier-card {
        flex-direction: column !important;
    }
    
    .tier-header {
        flex-basis: auto !important;
        padding: 30px 20px !important;
    }
    
    /* Adjust partners slider */
    .partners-slide-track {
        animation: scroll 60s linear infinite !important;
    }
    
    .partner-logo-slide {
        width: 200px !important;
    }
    
    /* Adjust footer */
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    .footer-column {
        text-align: center;
    }
    
    .footer-column h3:after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    /* Fix overflow issues */
    .container {
        padding: 0 10px !important;
    }
    
    .gallery-track {
        padding: 0 20px !important;
    }
    
    .vision-content,
    .vision-content-right {
        padding: 15px !important;
        gap: 20px !important;
    }
    
    .vision-images {
        width: 100% !important;
        gap: 30px !important;
    }
    
    .partners-slider {
        margin: 0 -10px !important;
        padding: 0 10px !important;
    }
}

@media (max-width: 480px) {
    .mobile-header {
        height: 60px;
        padding: 0 15px;
    }
    
    .mobile-logo {
        height: 55px;
    }
    
    .hamburger-menu {
        width: 35px;
        height: 18px;
    }
    
    .hamburger-menu span:nth-child(2) {
        top: 8px;
    }
    
    .hamburger-menu span:nth-child(3) {
        top: 16px;
    }
    
    .mobile-menu-list a {
        font-size: 1rem;
    }
    
    .look-word {
        font-size: 2.8rem !important;
    }
    
    .find-word {
        font-size: 1.2rem !important;
    }
    
    .true-perfection h2 {
        font-size: 1.2rem !important;
        letter-spacing: 3px !important;
    }
    
    .services-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 992px) {
    .vision-content,
    .vision-content-right {
        flex-direction: column !important;
        padding: 50px 20px !important;
    }
    
    .vision-text-wrapper,
    .vision-images {
        width: 100% !important;
    }
    
    .vision-text-wrapper {
        padding-top: 0 !important;
        margin-bottom: 50px;
    }
    
    .vision-images {
        gap: 50px !important;
    }
    
    .vision-img.portrait-group img {
        width: 100% !important;
        height: 50vh !important;
    }
    
    .vision-img.landscape-group img {
        height: 40vh !important;
    }
}

/* 17. ANIMATIONS & TRANSITIONS */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Performance optimizations */
.exp-card, .review-card, .room-card,
.gallery-item, .vision-img,
nav ul li, .btn {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Disable animations for reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


.mobile-header {
    display: none;
}

/* Desktop header - hide on mobile */
@media (max-width: 992px) {
    /* Hide desktop header on mobile */
    #header {
        display: none !important;
    }
    
    /* Show mobile header */
    .mobile-header {
        display: flex !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: white;
        z-index: 1000;
        padding: 0 20px;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    /* Mobile logo */
    .mobile-logo {
        height: 60px;
        display: flex;
        align-items: center;
    }
    
    .mobile-logo img {
        height: 100%;
        width: auto;
    }
    
   .hamburger-menu {
    width: 35px;
    height: 16px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
    transition: transform 0.3s ease;
    transform: scale(0.7);
}

.hamburger-menu.active {
    transform: scale(0.45); /* Scale down when active */
}
    
    .hamburger-menu span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: black;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: all 0.25s ease-in-out;
    }
    
    .hamburger-menu span:nth-child(1) {
        top: 0px;
    }
    
    .hamburger-menu span:nth-child(2) {
        top: 9px;
    }
    
    .hamburger-menu span:nth-child(3) {
        top: 18px;
    }
    
    /* Hamburger menu active state */
    .hamburger-menu.active span:nth-child(1) {
        top: 9px;
        transform: rotate(45deg);
    }
    
    .hamburger-menu.active span:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger-menu.active span:nth-child(3) {
        top: 9px;
        transform: rotate(-45deg);
    }
    
    /* Mobile menu overlay */
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.95);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    /* Mobile menu content */
    .mobile-menu-content {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        padding: 30px 20px;
        background: black;
        transform: translateY(-100%);
        transition: transform 0.3s ease;
    }
    
    .mobile-menu-overlay.active .mobile-menu-content {
        transform: translateY(0);
    }
    
    /* Mobile menu list */
    .mobile-menu-list {
        list-style: none;
    }
    
    .mobile-menu-list li {
        margin-bottom: 20px;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }
    
    .mobile-menu-overlay.active .mobile-menu-list li {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* Add delay for each menu item */
    .mobile-menu-overlay.active .mobile-menu-list li:nth-child(1) { transition-delay: 0.1s; }
    .mobile-menu-overlay.active .mobile-menu-list li:nth-child(2) { transition-delay: 0.15s; }
    .mobile-menu-overlay.active .mobile-menu-list li:nth-child(3) { transition-delay: 0.2s; }
    .mobile-menu-overlay.active .mobile-menu-list li:nth-child(4) { transition-delay: 0.25s; }
    .mobile-menu-overlay.active .mobile-menu-list li:nth-child(5) { transition-delay: 0.3s; }
    .mobile-menu-overlay.active .mobile-menu-list li:nth-child(6) { transition-delay: 0.35s; }
    .mobile-menu-overlay.active .mobile-menu-list li:nth-child(7) { transition-delay: 0.4s; }
    .mobile-menu-overlay.active .mobile-menu-list li:nth-child(8) { transition-delay: 0.45s; }
    .mobile-menu-overlay.active .mobile-menu-list li:nth-child(9) { transition-delay: 0.5s; }
    .mobile-menu-overlay.active .mobile-menu-list li:nth-child(10) { transition-delay: 0.55s; }
    
    .mobile-menu-list a {
        color: white;
        font-size: 1.1rem;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        transition: all 0.3s ease;
        font-family: 'Montserrat', sans-serif;
    }
    
    .mobile-menu-list a:hover {
        color: var(--gold);
        padding-left: 10px;
    }
    
    /* Mobile language switcher and audio toggle */
    .mobile-top-controls {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    
    .mobile-language-switcher select {
        background: transparent;
        color: white;
        border: 1px solid rgba(255,255,255,0.3);
        padding: 8px 12px;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.9rem;
    }
    
    .mobile-audio-toggle {
        background: transparent;
        border: none;
        color: white;
        cursor: pointer;
        padding: 8px;
    }
    
    .mobile-audio-toggle img {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1);
    }
    
    /* Mobile social icons */
    .mobile-social-icons {
        display: flex;
        gap: 15px;
        margin-top: 20px;
    }
    
    .mobile-social-icons a {
        color: white;
        font-size: 1.2rem;
        opacity: 0.7;
        transition: all 0.3s ease;
    }
    
    .mobile-social-icons a:hover {
        opacity: 1;
        color: var(--gold);
    }
}

/* ============================================
   HIDE VISION SECTIONS ON MOBILE
============================================ */

@media (max-width: 768px) {
    /* Hide all vision sections on mobile */
    .vision-section {
        /*display: none !important;*/
    }
    
    /* Hide the spacing divs between vision sections */
    .vision-section + div[style*="height: 50px"] {
        /*display: none !important;*/
    }
    
    /* If there are specific vision sections with IDs, target them too */
    #vision, #vision1, #vision2, #vision3 {
        /*display: none !important;*/
    }
}

/* ============================================
   MOBILE-SPECIFIC ADJUSTMENTS FOR OTHER SECTIONS
============================================ */

@media (max-width: 768px) {
    /* Adjust hero section for mobile */
    .hero-container {
        height: 100vh;
        padding-top: 70px; /* Account for mobile header height */
    }
    
    /* Adjust video wrapper for mobile */
    .video-wrapper {
        top: 20vh;
        left: 5%;
        width: 90%;
        height: 40vh;
    }
    
    /* Adjust left content for mobile */
    .left-content {
        left: 5%;
        top: 65%;
        transform: translateY(0);
    }
    
    .look-word {
        font-size: 3.5rem !important;
        letter-spacing: -2px !important;
    }
    
    .find-word {
        font-size: 1.5rem !important;
    }
    
    .beyond-text {
        font-size: 1.2rem !important;
    }
    
    /* Adjust true perfection text for mobile */
    .true-perfection {
        right: 5%;
        bottom: 5%;
    }
    
    .true-perfection h2 {
        font-size: 1.5rem !important;
        letter-spacing: 5px !important;
    }
    
    /* Adjust gallery section for mobile */
    .gallery-title {
        font-size: 2rem !important;
        top: 15px !important;
        font-weight: 700;
        color: #484745;
    }
    
    .gallery-track {
        flex-direction: column;
        gap: 20px;
        padding: 0 5%;
    }
    
    .gallery-item.portrait,
    .gallery-item.landscape {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 3/4;
    }
    
    /* Adjust rooms slider for mobile */
    .rooms-slider {
        height: 400px !important;
    }
    
    .slide-content h3 {
        font-size: 1.5rem !important;
    }
    
    .slide-content p {
        font-size: 0.9rem !important;
    }
    
    /* Adjust booking widget for mobile */
    .hero-booking-widget {
        position: relative !important;
        width: 90% !important;
        margin: 20px auto !important;
        top: auto !important;
        right: auto !important;
        transform: none !important;
    }
    
    /* Adjust services grid for mobile */
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .service-card {
        padding: 20px 15px !important;
    }
    
    /* Adjust loyalty tiers for mobile */
    .loyalty-tier-card {
        flex-direction: column !important;
    }
    
    .tier-header {
        flex-basis: auto !important;
        padding: 30px 20px !important;
    }
    
    /* Adjust partners slider for mobile */
    .partners-slide-track {
        animation: scroll 60s linear infinite !important;
    }
    
    .partner-logo-slide {
        width: 200px !important;
    }
    
    /* Adjust FAQ section for mobile */
    .faq-question {
        font-size: 1rem !important;
        padding: 20px 0 !important;
    }
    
    /* Adjust footer for mobile */
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    .footer-column {
        text-align: center;
    }
    
    .footer-column h3:after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

/* ============================================
   SMALL MOBILE ADJUSTMENTS
============================================ */

@media (max-width: 480px) {
    .mobile-header {
        height: 60px;
        padding: 0 15px;
    }
    
    .mobile-logo {
        height: 55px;
    }
    
    .hamburger-menu {
        width: 35px;
        height: 18px;
    }
    
    .hamburger-menu span:nth-child(2) {
        top: 8px;
    }
    
    .hamburger-menu span:nth-child(3) {
        top: 16px;
    }
    
    .mobile-menu-list a {
        font-size: 1rem;
    }
    
    /* Adjust hero text for very small screens */
    .look-word {
        font-size: 2.8rem !important;
    }
    
    .find-word {
        font-size: 1.2rem !important;
    }
    
    .true-perfection h2 {
        font-size: 1.2rem !important;
        letter-spacing: 3px !important;
    }
    
    /* Adjust services grid for very small screens */
    .services-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================
   TABLET-SPECIFIC ADJUSTMENTS
============================================ */

@media (min-width: 769px) and (max-width: 992px) {
    /* Show vision sections on tablet but with adjustments */
    .vision-content,
    .vision-content-right {
        flex-direction: column !important;
        padding: 50px 20px !important;
    }
    
    .vision-text-wrapper,
    .vision-images {
        width: 100% !important;
    }
    
    .vision-text-wrapper {
        padding-top: 0 !important;
        margin-bottom: 50px;
    }
    
    .vision-images {
        gap: 50px !important;
    }
    
    .vision-img.portrait-group img {
        width: 100% !important;
        height: 50vh !important;
    }
    
    .vision-img.landscape-group img {
        height: 40vh !important;
    }
}


/* Mobile Menu Styles */
.hamburger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 16px;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}

.hamburger-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
}

.hamburger-menu.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  overflow-y: auto;
  padding: 80px 30px 30px;
  transition: right 0.4s ease;
}

.mobile-menu-overlay.active .mobile-menu-content {
  right: 0;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.mobile-menu-list li {
  margin-bottom: 20px;
}

.mobile-menu-list a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  transition: color 0.3s ease;
}

.mobile-menu-list a:hover {
  color: #c6ab7d;
}

.mobile-top-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.mobile-social-icons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.mobile-social-icons a {
  color: #000;
  font-size: 24px;
  transition: color 0.3s ease;
}

.mobile-social-icons a:hover {
  color: #c6ab7d;
}

@media (max-width: 768px) {
    .gallery-track {
        padding: 0 20px !important;
        margin: 0 !important;
    }
    
    .gallery-item {
        margin-inline: 0 !important; /* Remove large margins */
    }
    
    .gallery-item.portrait,
    .gallery-item.landscape {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 !important;
    }
}

/* 3. Fix vision sections overflow */
.vision-content,
.vision-content-right {
    padding: 20px !important; /* Reduce padding */
}

@media (max-width: 768px) {
    .vision-content,
    .vision-content-right {
        padding: 15px !important;
        gap: 20px !important;
    }
    
    .vision-images {
        width: 100% !important;
        gap: 30px !important; /* Reduce gap */
    }
}

/* 4. Fix video wrapper positioning */
@media (max-width: 768px) {
    .video-wrapper {
        left: 5% !important;
        width: 90% !important; /* Ensure it stays within viewport */
    }
}

/* 5. Fix hero booking widget overflow */
@media (max-width: 768px) {
    .hero-booking-widget {
        width: 78% !important;
        left: 39% !important;
        transform: translateX(-50%) !important;
        right: auto !important;
        margin: 0 auto !important;
        height: fit-content;
    }
}

/* 6. Fix container overflow */
.container {
    padding: 0 15px !important;
}

@media (max-width: 768px) {
    .container {
        padding: 0 10px !important;
    }
}

/* 7. Fix partners slider overflow */
@media (max-width: 768px) {
    .partners-slider {
        margin: 0 -10px !important;
        padding: 0 10px !important;
    }
    
    .partner-logo-slide {
        width: 150px !important; /* Reduce width on mobile */
    }
}


/* Mobile Adjustment to keep them horizontal on small screens too */
@media (max-width: 768px) {
    .slider-nav {
        right: 50%;
        transform: translateX(50%); /* Centers the button group */
        bottom: 20px;
        width: auto; /* Ensures container doesn't stretch to full width */
    }
    
    .slider-btn {
        width: 50px;
        height: 50px;
    }
}




/* Mobile Adjustment to keep them on the left on small screens */
@media (max-width: 768px) {
    .slider-nav {
        right: 10px; /* Closer to the edge on mobile */
        bottom: 20px;
        transform: none; /* Removes centering logic from previous step */
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
    }
}


  /* Responsive Design */
        @media (max-width: 1200px) {
            .hero h1 {
                font-size: 4.2rem;
            }

            .two-column,
            .happenings {
                gap: 60px;
            }

            .gallery-grid-fairmont {
                grid-template-columns: repeat(3, 1fr);
                grid-auto-rows: 200px;
            }

            .gallery-item-fairmont:nth-child(n) {
                grid-column: auto;
                grid-row: auto;
            }

            /* Reset grid placement */
        }

        @media (max-width: 992px) {

            .header-top,
            .header-main {
                padding: 10px 25px;
            }

            nav ul {
                gap: 20px;
            }

            .hero h1 {
                font-size: 3.5rem;
            }

            .hero p {
                font-size: 1.2rem;
            }

            .booking-form {
                grid-template-columns: 1fr 1fr;
            }
            
            .fairmont-slider .swiper-slide {
                width: 80vw; /* Increase width on tablets */
                height: 60vh;
            }

            .two-column,
            .happenings {
                grid-template-columns: 1fr;
            }

            .column-images {
                margin-top: 50px;
            }

            .happenings-image {
                margin-top: 50px;
            }

            .rooms-slider {
                height: 600px;
            }

            .slide-content {
                padding: 40px;
            }

            .timeline:before {
                left: 30px;
            }

            .timeline-item {
                width: 100%;
                padding-left: 80px;
                padding-right: 20px;
            }

            .timeline-item:nth-child(even) {
                left: 0;
            }

            .timeline-item:nth-child(odd) .timeline-content:before,
            .timeline-item:nth-child(even) .timeline-content:before {
                left: -50px;
            }

            .restaurant-grid {
                grid-template-columns: 1fr;
            }

            .gallery-grid-fairmont {
                grid-template-columns: repeat(2, 1fr);
            }

            .loyalty-tier-card {
                flex-direction: column;
            }

            .tier-header {
                flex-basis: auto;
            }
        }

        @media (max-width: 768px) {
            .header-top {
                flex-direction: column;
                gap: 15px;
                padding: 15px;
            }

            .header-main {
                flex-direction: column;
                gap: 20px;
                padding: 15px 25px;
            }

            nav ul {
                flex-wrap: wrap;
                justify-content: center;
                gap: 15px;
                
            }

            .hero-content {
                padding: 0 25px;
            }

            .hero h1 {
                font-size: 3rem;
            }

            .section {
                padding: 100px 0;
            }

            .section-title h2 {
                font-size: 2.8rem;
            }

            .booking-form {
                grid-template-columns: 1fr;
            }

            .hero-booking-widget {
                padding: 30px;
            }

            .fairmont-slider .swiper-slide {
                width: 85vw; /* Even wider on mobile */
                height: 55vh;
            }

            .fairmont-slider .slide-text-overlay h3 {
                font-size: 2rem;
            }
            .fairmont-slider .slide-text-overlay p {
                font-size: 1rem;
            }

            .rooms-slider {
                height: 500px;
            }

            .slide-content {
                padding: 30px;
            }

            .slide-content h3 {
                font-size: 2rem;
            }

            .reviews-container {
                grid-template-columns: 1fr;
            }

            .text-highlight h2 {
                font-size: 2.5rem;
            }

            .discover-content h3 {
                font-size: 2.5rem;
            }

            .about-hero h1 {
                font-size: 3rem;
            }

            .page-hero h1 {
                font-size: 2.8rem;
            }

            .gallery-grid-fairmont {
                grid-template-columns: 1fr;
            }

            .tier-body ul {
                grid-template-columns: 1fr;
            }

        }

        @media (max-width: 576px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .section-title h2 {
                font-size: 2.3rem;
            }

            .rooms-slider {
                height: 450px;
            }

            .slide-content {
                padding: 25px;
            }

            .slide-content h3 {
                font-size: 1.8rem;
            }

            .text-highlight h2 {
                font-size: 2rem;
            }

            .header-top-center {
                flex-direction: column;
                gap: 10px;
            }

            .faq-question {
                font-size: 1.3rem;
            }

            .exp-card,
            .review-card,
            .contact-card {
                padding: 10px 15px;
            }

            .discover-content h3 {
                font-size: 2rem;
            }

            .about-hero h1 {
                font-size: 2.5rem;
            }

            .page-hero h1 {
                font-size: 2.3rem;
            }

            .modal-content {
                padding: 30px;
            }
        }



/* Disable animations on low-performance devices */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* Responsive Design */
@media (max-width: 1024px) {
  .look-word {
    font-size: 7rem;
  }
  
  .true-perfection h2 {
    font-size: 3rem;
  }
  
  .mountain-image {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .look-word {
    font-size: 5rem;
    margin-bottom: 20px;
  }
  
  .beyond-text {
    font-size: 1.5rem;
    margin-top: 10px;
  }


  .true-perfection h2 {
    font-size: 2rem;
  }
  
 
}



/* Disable animations on mobile */
@media (max-width: 767px) {
  /* Stop all GSAP animations */
  .vision-section {
    animation: none !important;
    transition: none !important;
  }
  
  /* Remove transforms and pins */
  .vision-text-wrapper {
    position: relative !important;
    transform: none !important;
    top: auto !important;
  }
  
  /* Stack layout */
  .vision-content,
  .vision-content-right {
    display: block !important;
  }
  
  .vision-images {
    display: block !important;
  }
  
  .vision-img {
    margin-bottom: 20px;
    display: block !important;
  }
}


/* Mobile touch improvements */
@media (max-width: 768px) {
  .minimal-nav-btn {
    padding: 15px;
  }
  
  .minimal-popup-content {
    width: 95%;
    height: 85vh;
  }
}

    
/* ============================================
   HIDE VISION SECTIONS ON MOBILE
============================================ */

@media (max-width: 768px) {
    /* Hide all vision sections on mobile */
    .vision-section {
        /*display: none !important;*/
    }
    
    /* Hide the spacing divs between vision sections */
    .vision-section + div[style*="height: 50px"] {
        /*display: none !important;*/
    }
    
    /* If there are specific vision sections with IDs, target them too */
    #vision, #vision1, #vision2, #vision3 {
        /*display: none !important;*/
    }
}

/* ============================================
   MOBILE-SPECIFIC ADJUSTMENTS FOR OTHER SECTIONS
============================================ */

@media (max-width: 768px) {
    /* Adjust hero section for mobile */
    .hero-container {
        height: 100vh;
        padding-top: 70px; /* Account for mobile header height */
    }
    
    /* Adjust video wrapper for mobile */
    .video-wrapper {
        top: 20vh;
        left: 5%;
        width: 90%;
        height: 40vh;
    }
    
    /* Adjust left content for mobile */
    .left-content {
        left: 5%;
        top: 65%;
        transform: translateY(0);
    }
    
    .look-word {
        font-size: 3.5rem !important;
        letter-spacing: -2px !important;
    }
    
    .find-word {
        font-size: 1.5rem !important;
    }
    
    .beyond-text {
        font-size: 1.2rem !important;
    }
    
    /* Adjust true perfection text for mobile */
    .true-perfection {
        right: 5%;
        bottom: 5%;
    }
    
    .true-perfection h2 {
        font-size: 1.5rem !important;
        letter-spacing: 5px !important;
    }
    
    /* Adjust gallery section for mobile */
    .gallery-title {
        font-size: 2rem !important;
        top: 15px !important;
        font-weight: 700;
        color: #484745;
    }
    
    .gallery-track {
        flex-direction: column;
        gap: 20px;
        padding: 0 5%;
    }
    
    .gallery-item.portrait,
    .gallery-item.landscape {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 3/4;
    }
    
    /* Adjust rooms slider for mobile */
    .rooms-slider {
        height: 400px !important;
    }
    
    .slide-content h3 {
        font-size: 1.5rem !important;
    }
    
    .slide-content p {
        font-size: 0.9rem !important;
    }
    
    /* Adjust booking widget for mobile */
    .hero-booking-widget {
        position: relative !important;
        width: 90% !important;
        margin: 20px auto !important;
        top: auto !important;
        right: auto !important;
        transform: none !important;
    }
    
    /* Adjust services grid for mobile */
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .service-card {
        padding: 20px 15px !important;
    }
    
    /* Adjust loyalty tiers for mobile */
    .loyalty-tier-card {
        flex-direction: column !important;
    }
    
    .tier-header {
        flex-basis: auto !important;
        padding: 30px 20px !important;
    }
    
    /* Adjust partners slider for mobile */
    .partners-slide-track {
        animation: scroll 60s linear infinite !important;
    }
    
    .partner-logo-slide {
        width: 200px !important;
    }
    
    /* Adjust FAQ section for mobile */
    .faq-question {
        font-size: 1rem !important;
        padding: 20px 0 !important;
    }
    
    /* Adjust footer for mobile */
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    .footer-column {
        text-align: center;
    }
    
    .footer-column h3:after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

/* ============================================
   SMALL MOBILE ADJUSTMENTS
============================================ */


/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden;
}


html, body {
    max-width: 100%;
    overflow-x: hidden;
}

#smooth-wrapper, #smooth-content {
    max-width: 100%;
    overflow-x: hidden;
}

/* 2. Fix gallery section overflow */
.gallery-track {
    padding: 0 5vw !important; /* Reduce padding on mobile */
}

@media (max-width: 768px) {
    .gallery-track {
        padding: 0 20px !important;
        margin: 0 !important;
    }
    
    .gallery-item {
        margin-inline: 0 !important; /* Remove large margins */
    }
    
    .gallery-item.portrait,
    .gallery-item.landscape {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 !important;
    }
}

/* 3. Fix vision sections overflow */
.vision-content,
.vision-content-right {
    padding: 20px !important; /* Reduce padding */
}

@media (max-width: 768px) {
    .vision-content,
    .vision-content-right {
        padding: 15px !important;
        gap: 20px !important;
    }
    
    .vision-images {
        width: 100% !important;
        gap: 30px !important; 
    }
}

@media (max-width: 768px) {
    .video-wrapper {
        left: 5% !important;
        width: 90% !important;
    }
}

@media (max-width: 768px) {
    .hero-booking-widget {
        width: 78% !important;
        left: 39% !important;
        transform: translateX(-50%) !important;
        right: auto !important;
        margin: 0 auto !important;
        height: fit-content;
    }
}

.container {
    padding: 0 15px !important;
}

@media (max-width: 768px) {
    .container {
        padding: 0 10px !important;
    }
}

@media (max-width: 768px) {
    .partners-slider {
        margin: 0 -10px !important;
        padding: 0 10px !important;
    }
    
    .partner-logo-slide {
        width: 150px !important; 
    }
}


/* Add these styles to your existing CSS file */

/* ============================================
   MOBILE FIXES FOR ELEGANT ACCOMMODATION & SERVICES
============================================ */

/* Fix rooms slider navigation buttons on mobile */
@media (max-width: 768px) {
    /* Adjust rooms slider container */
    .rooms-slider {
        height: 450px !important;
        margin: 50px 0 !important;
    }
    
    /* Reposition navigation buttons to avoid text overlap */
    .slider-nav {
        bottom: 15px !important;
        right: 15px !important;
        gap: 8px !important;
        z-index: 30 !important;
    }
    
    /* Make buttons smaller and semi-transparent */
    .slider-btn {
        width: 40px !important;
        height: 40px !important;
        background: rgba(0, 0, 0, 0.5) !important;
        backdrop-filter: blur(5px) !important;
        -webkit-backdrop-filter: blur(5px) !important;
    }
    
    /* Adjust slide content to give more space for buttons */
    .slide-content {
        padding: 20px !important;
        padding-bottom: 60px !important; /* Extra padding at bottom for buttons */
    }
    
    .slide-content h3 {
        font-size: 1.3rem !important;
        margin-bottom: 10px !important;
    }
    
    .slide-content p {
        font-size: 0.85rem !important;
        margin-bottom: 15px !important;
        max-width: 80% !important; /* Limit width to avoid buttons */
    }
    
    /* Make buttons more visible on hover/touch */
    .slider-btn:active {
        background: var(--gold) !important;
        transform: scale(0.95);
    }
}

/* ============================================
   SERVICES SECTION - ONE COLUMN ON MOBILE
============================================ */

/* Override the previous 2-column grid on mobile */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr !important; /* Force single column */
        gap: 25px !important;
        padding: 0 15px !important;
    }
    
    /* Adjust service cards for better mobile display */
    .service-card {
        padding: 35px 25px !important;
        margin: 0 !important;
    }
    
    .service-icon {
        font-size: 45px !important;
        margin-bottom: 20px !important;
    }
    
    .service-card h3 {
        font-size: 1.4rem !important;
        margin-bottom: 15px !important;
    }
    
    .service-card p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
    
    /* Remove hover effects that might not work well on touch */
    .service-card:hover {
        transform: translateY(-5px) !important;
    }
    
    .service-card:hover:before {
        height: 0 !important; /* Disable the expanding background on mobile */
    }
    
    .service-card:hover .service-icon,
    .service-card:hover h3,
    .service-card:hover p {
        color: inherit !important; /* Keep original colors */
    }
    
    .service-card:hover .service-icon {
        color: var(--gold) !important; /* Keep gold icon */
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .services-grid {
        gap: 20px !important;
        padding: 0 10px !important;
    }
    
    .service-card {
        padding: 30px 20px !important;
    }
    
    .service-card h3 {
        font-size: 1.3rem !important;
    }
}

/* ============================================
   ADDITIONAL MOBILE IMPROVEMENTS FOR ROOMS SLIDER
============================================ */

/* For very small screens */
@media (max-width: 380px) {
    .rooms-slider {
        height: 400px !important;
    }
    
    .slide-content {
        padding: 15px !important;
        padding-bottom: 55px !important;
    }
    
    .slide-content h3 {
        font-size: 1.2rem !important;
    }
    
    .slide-content p {
        font-size: 0.8rem !important;
        max-width: 75% !important;
    }
    
    .slider-btn {
        width: 35px !important;
        height: 35px !important;
    }
}

/* Ensure slider nav stays at bottom right on all mobile devices */
@media (max-width: 768px) {
    .slider-nav {
        position: absolute !important;
        bottom: 15px !important;
        right: 15px !important;
        left: auto !important;
        transform: none !important;
        display: flex !important;
        flex-direction: row !important;
    }
}

/* Add a subtle background to buttons for better visibility */
@media (max-width: 768px) {
    .slider-btn {
        background: rgba(0, 0, 0, 0.6) !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    }
    
    .slider-btn i {
        font-size: 16px !important;
    }
    
    /* Improve touch targets */
    .slider-btn {
        min-width: 4px !important;
        min-height: 34px !important;
    }
}

/* Fix for tablet devices if you want to keep 2 columns */
@media (min-width: 769px) and (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ============================================
   FIX FOR EXPLORE ROOM BUTTONS - MAKE THEM CLICKABLE
============================================ */

/* Ensure buttons are above overlay layers */
.slide-content {
    position: relative;
    z-index: 10;
}

/* Make explore buttons clickable with proper pointer events */
.explore-room-btn,
.btn-outline,
.slide-content .btn {
    position: relative;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Ensure the slide background doesn't block button clicks */
.slide {
    pointer-events: auto;
}

/* Fix any potential overlay issues */
.slide:before {
    pointer-events: none;
    z-index: 1;
}

/* Make sure the slide content is above the overlay */
.slide-content {
    position: relative;
    z-index: 5;
}

/* Additional fix for button visibility and clickability */
.btn-outline {
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid white;
    background: transparent;
    color: white;
    padding: 12px 28px;
    font-size: 0.85rem;
}

.btn-outline:hover {
    background: var(--white);
    color: var(--navy);
    border: 1px solid var(--black);
    transform: translateY(-2px);
}

/* Fix for mobile touch events */
@media (max-width: 768px) {
    .explore-room-btn,
    .slide-content .btn {
        padding: 10px 20px;
        font-size: 0.75rem;
        min-height: 44px; /* Better touch target */
        min-width: 140px;
    }
    
    /* Ensure button is above everything on mobile */
    .slide-content {
        z-index: 15;
    }
    
    .slide-content .btn {
        z-index: 25;
        position: relative;
    }
}

/* Remove any opacity that might hide the button */
.slide-content .btn {
    opacity: 1 !important;
    visibility: visible !important;
}


/* Fix for Rooms Slider Links - Make All Clickable */
.rooms-slider {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.rooms-slider .slide {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.rooms-slider .slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.rooms-slider .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 50px;
    color: var(--white);
    z-index: 20;
}

.rooms-slider .slide-content a,
.rooms-slider .slide-content .btn,
.rooms-slider .slide-content .btn-outline,
.rooms-slider .slide-content .explore-link,
.rooms-slider .slide-content [routerLink] {
    pointer-events: auto !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 9999 !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    border: 1px solid white !important;
    color: white !important;
}

.rooms-slider .slide-content a:hover,
.rooms-slider .slide-content .btn:hover {
    background: var(--gold) !important;
    color: var(--black) !important;
    border-color: var(--gold) !important;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Fix for the slider navigation */
.slider-nav {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 100 !important;
    display: flex;
    gap: 15px;
}

.slider-btn {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 101;
    position: relative;
}

.slider-btn:hover {
    background: var(--gold);
    border-color: var(--gold);
    transform: translateY(-5px);
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .rooms-slider {
        height: 500px;
    }
    
    .rooms-slider .slide-content {
        padding: 30px;
    }
    
    .slider-nav {
        bottom: 20px;
        right: 20px;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
    }
}