.elementor-33 .elementor-element.elementor-element-57124ba{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-33 .elementor-element.elementor-element-57124ba > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-33 .elementor-element.elementor-element-4f89918{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-33 .elementor-element.elementor-element-96fc9b0 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-33 .elementor-element.elementor-element-a4c4e38{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-33 .elementor-element.elementor-element-07a0c91 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-33 .elementor-element.elementor-element-e6c6910{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-33 .elementor-element.elementor-element-3d2fb21 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-33 .elementor-element.elementor-element-480d5a1{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-33 .elementor-element.elementor-element-b662d74 > .elementor-widget-container{margin:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fb71089 *//* Import Google Fonts -  */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Montserrat:wght@300;400;500&display=swap');

/* --- Scoped CSS for Luxe Hero Section Only --- */
.luxe-hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #111;
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.luxe-hero-section * {
    box-sizing: border-box; /* Only for this slider */
}

/* --- Slideshow --- */
.luxe-hero-section .luxe-hero-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.luxe-hero-section .luxe-swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* --- Swiper Navigation Arrows --- */
.luxe-hero-section .luxe-swiper-next,
.luxe-hero-section .luxe-swiper-prev {
    color: rgba(255, 255, 255, 0.5); /* Semi-transparent white */
    transition: all 0.3s ease;
    z-index: 10; /* High z-index to stay above everything */
    pointer-events: auto; /* Ensures they are clickable */
}

/* Arrow Hover Effect */
.luxe-hero-section .luxe-swiper-next:hover,
.luxe-hero-section .luxe-swiper-prev:hover {
    color: #d4af37; /* Turns gold on hover */
    transform: scale(1.1); /* Slight zoom */
}

/* Size Adjustments for Desktop */
.luxe-hero-section .swiper-button-next:after, 
.luxe-hero-section .swiper-button-prev:after {
    font-size: 32px; /* Perfect size for desktop */
    font-weight: bold;
}

/* Arrow Positioning */
.luxe-hero-section .luxe-swiper-prev {
    left: 30px;
}

.luxe-hero-section .luxe-swiper-next {
    right: 30px;
}

/* --- Overlay --- */
.luxe-hero-section .luxe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
}

/* --- Text Layer --- */
.luxe-hero-section .luxe-content-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    pointer-events: none; /* Prevents text layer from blocking arrow clicks */
}

.luxe-hero-section .luxe-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    pointer-events: auto; /* Re-enables clicking on buttons inside container */
}

/* Typography & Colors */
.luxe-hero-section .luxe-brand-title {
    font-family: 'Cinzel', serif;
    color: #d4af37;
    font-size: 28px;
    letter-spacing: 2px;
    margin: 0 0 5px 0;
    font-weight: 500;
}

.luxe-hero-section .luxe-brand-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #a8945a;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.luxe-hero-section .luxe-main-heading {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.1;
    margin: 0 0 25px 0;
    font-weight: 600;
}

.luxe-hero-section .luxe-text-gold {
    color: #d4af37;
}

.luxe-hero-section .luxe-services-list {
    font-family: 'Montserrat', sans-serif;
    color: #c4c4c4;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0 0 40px 0;
}

/* Buttons */
.luxe-hero-section .luxe-btn-group {
    display: flex;
    gap: 20px;
    margin: 0 0 40px 0;
}

.luxe-hero-section .luxe-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-block;
}

.luxe-hero-section .luxe-btn-primary {
    background-color: #d4af37;
    color: #000000;
    border: 1px solid #d4af37;
}

.luxe-hero-section .luxe-btn-primary:hover {
    background-color: #b3922d;
    border-color: #b3922d;
    color: #000;
}

.luxe-hero-section .luxe-btn-secondary {
    background-color: transparent;
    color: #d4af37;
    border: 1px solid #d4af37;
}

.luxe-hero-section .luxe-btn-secondary:hover {
    background-color: rgba(212, 175, 55, 0.1);
    color: #d4af37;
}

.luxe-hero-section .luxe-tagline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #888;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0;
}

/* Scroll Indicator */
.luxe-hero-section .luxe-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    animation: bounce 2s infinite;
    cursor: pointer;
    pointer-events: auto;
}

/* Animations */
.luxe-hero-section .fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.luxe-hero-section .fade-in {
    opacity: 0;
    animation: fadeIn 1.5s ease forwards;
}

.luxe-hero-section .delay-1 { animation-delay: 0.2s; }
.luxe-hero-section .delay-2 { animation-delay: 0.4s; }
.luxe-hero-section .delay-3 { animation-delay: 0.6s; }
.luxe-hero-section .delay-4 { animation-delay: 0.8s; }
.luxe-hero-section .delay-5 { animation-delay: 1.2s; }

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); }
    40% { transform: translateY(-10px) translateX(-50%); }
    60% { transform: translateY(-5px) translateX(-50%); }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .luxe-hero-section .luxe-overlay {
        background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.6) 100%);
    }
    
    .luxe-hero-section .luxe-container {
        align-items: center; 
        text-align: center; 
        padding: 0 20px;
    }
    
    .luxe-hero-section .luxe-btn-group {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }
    
    .luxe-hero-section .luxe-btn {
        width: 100%;
        text-align: center;
    }
    
    .luxe-hero-section .luxe-services-list {
        line-height: 1.8;
    }

    /* Mobile adjustments for Swiper Arrows */
    .luxe-hero-section .swiper-button-next:after, 
    .luxe-hero-section .swiper-button-prev:after {
        font-size: 20px; /* Smaller arrows on mobile */
    }
    
    .luxe-hero-section .luxe-swiper-prev {
        left: 10px;
    }

    .luxe-hero-section .luxe-swiper-next {
        right: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca21c60 *//* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Montserrat:wght@300;400;500&display=swap');

/* Enable smooth scrolling for the entire page */
html {
    scroll-behavior: smooth;
}

/* Section setup */
.luxe-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    text-align: center;
    overflow: hidden;
}

/* --- Slideshow & Ken Burns Effect --- */
.luxe-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.luxe-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    /* 4 images * 6 seconds = 24s total time */
    animation: kenBurnsFade 24s linear infinite; 
}

/* Delay for each slide (6s interval) */
.slide-1 { animation-delay: 0s; }
.slide-2 { animation-delay: 6s; }
.slide-3 { animation-delay: 12s; }
.slide-4 { animation-delay: 18s; } /* New 4th slide delay */

/* Ken Burns Animation Keyframes for 4 images (25% of time per image) */
@keyframes kenBurnsFade {
    0% { opacity: 0; transform: scale(1); }
    5% { opacity: 1; } /* Fade in rapidly */
    20% { opacity: 1; } /* Stay visible */
    25% { opacity: 0; transform: scale(1.12); } /* Fade out & max zoom at 6s */
    100% { opacity: 0; transform: scale(1); } /* Remain hidden for the rest of the cycle */
}
/* ----------------------------------- */

.luxe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
}

.luxe-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Typography & Colors */
.luxe-brand-title {
    font-family: 'Cinzel', serif;
    color: #d4af37;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: 500;
}

.luxe-brand-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #a8945a;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.luxe-main-heading {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 600;
}

.luxe-text-gold {
    color: #d4af37;
}

.luxe-services-list {
    font-family: 'Montserrat', sans-serif;
    color: #c4c4c4;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

/* Buttons */
.luxe-btn-group {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.luxe-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.luxe-btn-primary {
    background-color: #d4af37;
    color: #000000;
    border: 1px solid #d4af37;
}

.luxe-btn-primary:hover {
    background-color: #b3922d;
    border-color: #b3922d;
}

.luxe-btn-secondary {
    background-color: transparent;
    color: #d4af37;
    border: 1px solid #d4af37;
}

.luxe-btn-secondary:hover {
    background-color: rgba(212, 175, 55, 0.1);
}

/* Footer Tagline */
.luxe-tagline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #888;
    font-size: 16px;
    letter-spacing: 0.5px;
}

/* Scroll Indicator - Updated for clickable link */
.luxe-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: bounce 2s infinite;
    cursor: pointer;
    display: inline-block;
}

/* --- Animations --- */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1.5s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
.delay-5 { animation-delay: 1.2s; }

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); }
    40% { transform: translateY(-10px) translateX(-50%); }
    60% { transform: translateY(-5px) translateX(-50%); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .luxe-btn-group {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }
    .luxe-btn {
        width: 100%;
        text-align: center;
    }
    .luxe-services-list {
        line-height: 1.8;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e204b23 *//* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Montserrat:wght@300;400;500&display=swap');

/* Section & Background setup */
.luxe-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #111; /* Fallback */
    text-align: center;
    overflow: hidden;
}

.luxe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
}

.luxe-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Typography & Colors */
.luxe-brand-title {
    font-family: 'Cinzel', serif;
    color: #d4af37;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: 500;
}

.luxe-brand-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #a8945a;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.luxe-main-heading {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 600;
}

.luxe-text-gold {
    color: #d4af37;
}

.luxe-services-list {
    font-family: 'Montserrat', sans-serif;
    color: #c4c4c4;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

/* Buttons */
.luxe-btn-group {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.luxe-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.luxe-btn-primary {
    background-color: #d4af37;
    color: #000000;
    border: 1px solid #d4af37;
}

.luxe-btn-primary:hover {
    background-color: #b3922d;
    border-color: #b3922d;
}

.luxe-btn-secondary {
    background-color: transparent;
    color: #d4af37;
    border: 1px solid #d4af37;
}

.luxe-btn-secondary:hover {
    background-color: rgba(212, 175, 55, 0.1);
}

/* Footer Tagline */
.luxe-tagline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #888;
    font-size: 16px;
    letter-spacing: 0.5px;
}

/* Scroll Indicator */
.luxe-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: bounce 2s infinite;
}

/* --- Animations --- */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1.5s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
.delay-5 { animation-delay: 1.2s; }

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); }
    40% { transform: translateY(-10px) translateX(-50%); }
    60% { transform: translateY(-5px) translateX(-50%); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .luxe-btn-group {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }
    .luxe-btn {
        width: 100%;
        text-align: center;
    }
    .luxe-services-list {
        line-height: 1.8;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1205109 *//* Note: Assuming Google Fonts (Cinzel, Playfair Display, Montserrat) are already imported from previous section */

.luxe-services-section {
    background-color: #faf8f5; /* Light cream background matching image */
    padding: 100px 20px;
    width: 100%;
}

.luxe-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Section Header --- */
.luxe-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.luxe-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #d4af37; /* Gold */
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.luxe-heading {
    font-family: 'Playfair Display', serif;
    color: #1a1a1a;
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 600;
    margin: 0 0 15px 0;
}

.luxe-description {
    font-family: 'Montserrat', sans-serif;
    color: #777;
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
}

/* --- Services Grid --- */
.luxe-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* --- Individual Card Styles --- */
.luxe-card {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 40px 30px;
    text-decoration: none; /* Removes default link underline */
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
}

/* Smooth hover transition */
.luxe-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    border-color: #eaeaea;
}

.luxe-card-icon {
    margin-bottom: 25px;
    display: inline-block;
}

.luxe-card-title {
    font-family: 'Playfair Display', serif;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.luxe-card-text {
    font-family: 'Montserrat', sans-serif;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 30px 0;
    flex-grow: 1; /* Pushes the "Learn More" link to the bottom evenly */
}

/* Learn More Link & Arrow Animation */
.luxe-card-link {
    font-family: 'Montserrat', sans-serif;
    color: #d4af37;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.luxe-arrow {
    margin-left: 5px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.luxe-card:hover .luxe-arrow {
    transform: translateX(5px);
}

/* --- Dark Card (View All Services) --- */
.luxe-card-dark {
    background-color: #1a1a1a;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.luxe-card-dark:hover {
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.15); /* Gold tinted shadow */
}

.luxe-card-title-dark {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.luxe-card-icon-arrow {
    transition: transform 0.3s ease;
}

.luxe-card-dark:hover .luxe-card-icon-arrow {
    transform: translateX(8px);
}

/* --- Entrance Animations (Matching previous section) --- */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .luxe-services-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablet */
    }
}

@media (max-width: 768px) {
    .luxe-services-grid {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
    .luxe-section-header {
        margin-bottom: 40px;
    }
    .luxe-card {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ce4ec9 *//* Fleet Section Background */
.luxe-fleet-section {
    background-color: #000000; /* Dark background matching image */
    padding: 100px 20px;
    width: 100%;
}

/* Header Adjustments for Dark Theme */
.luxe-heading-gold {
    font-family: 'Playfair Display', serif;
    color: #d4af37;
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 600;
    margin: 0 0 15px 0;
}

.luxe-description-light {
    font-family: 'Montserrat', sans-serif;
    color: #a0a0a0;
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
}

/* Fleet Grid */
.luxe-fleet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* Fleet Card Design */
.luxe-fleet-card {
    background-color: #121212;
    border: 1px solid #222;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative; /* REQUIRED for the invisible link trick */
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

/* Card Hover Effects */
.luxe-fleet-card:hover {
    transform: translateY(-5px);
    border-color: #d4af37;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* =========================================
   NEW TRICK: Invisible Link Covering Card
   ========================================= */
.luxe-card-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Sits above everything EXCEPT the Book Now button */
    cursor: pointer;
}
/* ========================================= */

/* Image Wrapper & Zoom Effect */
.luxe-fleet-img-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.luxe-fleet-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.luxe-fleet-card:hover .luxe-fleet-img-wrapper img {
    transform: scale(1.05);
}

/* Gold Badge on Image */
.luxe-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #d4af37;
    color: #d4af37;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 12px;
    border-radius: 20px;
    /* Needs to be above image but below overlay link */
    z-index: 0; 
}

/* Card Content Area */
.luxe-fleet-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Card Title (Now it's just normal text, no link issues!) */
.luxe-fleet-title {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px 0;
    transition: color 0.3s ease;
}

/* Changes title color to gold when you hover anywhere on the card */
.luxe-fleet-card:hover .luxe-fleet-title {
    color: #d4af37;
}

.luxe-fleet-desc {
    font-family: 'Montserrat', sans-serif;
    color: #888;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

/* Specs (Icons & Text) */
.luxe-fleet-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
}

.luxe-fleet-specs li {
    font-family: 'Montserrat', sans-serif;
    color: #a0a0a0;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Action Area */
.luxe-fleet-action {
    display: flex;
    justify-content: flex-end; 
}

/* Outline Buttons (BOOK NOW) */
.luxe-btn-outline-small {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #d4af37;
    border: 1px solid #d4af37;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    
    /* CRITICAL: z-index: 2 makes sure this is clicked INSTEAD of the card overlay */
    position: relative;
    z-index: 2; 
}

.luxe-btn-outline-small:hover {
    background-color: #d4af37;
    color: #000;
}

/* Footer Section Button */
.luxe-fleet-footer {
    text-align: center;
    margin-top: 20px;
}

.luxe-btn-outline-large {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #d4af37;
    border: 1px solid #d4af37;
    padding: 15px 40px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.luxe-btn-outline-large:hover {
    background-color: #d4af37;
    color: #000;
}

/* Responsive Grid */
@media (max-width: 1024px) {
    .luxe-fleet-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .luxe-fleet-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96fc9b0 *//* Section Setup */
.luxe-features-section {
    background-color: #f0e4c8; /* Warm cream background matching the image */
    padding: 100px 20px;
    width: 100%;
}

/* Features Grid */
.luxe-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    row-gap: 60px;
    column-gap: 40px;
    margin-top: 50px;
}

/* Individual Feature Item */
.luxe-feature-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* White Icon Box with Soft Curve */
.luxe-feature-icon {
    background-color: #ffffff;
    width: 65px;
    height: 65px;
    border-radius: 16px; /* Squircle look */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); /* Very soft shadow to lift it */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.luxe-feature-item:hover .luxe-feature-icon {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

/* 
 * NEW: Image tag styling 
 * Ensures uploaded media library icons fit perfectly inside the white box.
 */
.luxe-custom-img {
    width: 28px; /* Adjust this value if you want the icon larger or smaller */
    height: 28px;
    object-fit: contain; /* Prevents the image from stretching */
    display: block;
}

/* Typography */
.luxe-feature-title {
    font-family: 'Playfair Display', serif;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.luxe-feature-desc {
    font-family: 'Montserrat', sans-serif;
    color: #777777;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    max-width: 280px; /* Keeps text nicely wrapped like in the design */
}

/* --- Entrance Animations --- */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* --- Responsive Layout --- */
@media (max-width: 992px) {
    .luxe-features-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for tablet */
    }
}

@media (max-width: 768px) {
    .luxe-features-grid {
        grid-template-columns: 1fr; /* 1 column for mobile */
        row-gap: 45px;
    }
    .luxe-feature-desc {
        max-width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07a0c91 *//* Note: Assuming Google Fonts (Cinzel, Playfair Display, Montserrat) and animation keyframes are already present. */

/* Experience Section Background Setup */
.luxe-experience-section {
    position: relative;
    width: 100%;
    padding: 100px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0a0a0a; /* Fallback color */
}

/* Dark Overlay */
.luxe-experience-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 8, 0.85); /* 85% opacity black overlay for text contrast */
    z-index: 1;
}

/* Content Container */
.luxe-experience-content {
    position: relative;
    z-index: 2; /* Brings content above the overlay */
}

/* Grid Layout */
.luxe-experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

/* Individual Experience Card */
.luxe-exp-card {
    background-color: rgba(18, 18, 18, 0.6); /* Semi-transparent dark background */
    backdrop-filter: blur(4px); /* Halka glass effect */
    border: 1px solid rgba(212, 175, 55, 0.15); /* Very subtle gold border */
    border-radius: 12px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.luxe-exp-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.5); /* Border glows slightly on hover */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Card Icon */
.luxe-exp-icon {
    margin-bottom: 20px;
}

/* Card Typography */
.luxe-exp-title {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.luxe-exp-desc {
    font-family: 'Montserrat', sans-serif;
    color: #999999; /* Light grey text */
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .luxe-experience-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .luxe-experience-grid {
        grid-template-columns: 1fr;
    }
    .luxe-exp-card {
        padding: 30px 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d2fb21 *//* Testimonial Section Background */
.luxe-testimonials-section {
    background-color: #000000; /* Dark background */
    padding: 100px 20px;
    width: 100%;
}

/* Header Separator */
.luxe-separator {
    width: 50px;
    height: 1px;
    background-color: #10101; /* Gold line */
    margin: 25px auto 0;
    opacity: 0.5;
}

/* Grid Layout (2x2) */
.luxe-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 60px;
}

/* Testimonial Card Styling */
.luxe-testimonial-card {
    background-color: #111111;
    border: 1px solid rgba(255, 255, 255, 0.05); /* Very faint white/grey border */
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

/* Hover Effect */
.luxe-testimonial-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.3); /* Soft gold border on hover */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Stars Rating */
.luxe-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
}

.luxe-stars svg {
    width: 16px;
    height: 16px;
    fill: #d4af37; /* Gold color */
}

/* Blockquote (Review Text) */
.luxe-testimonial-card blockquote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #cccccc;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 30px 0;
    padding: 0;
    border: none;
    flex-grow: 1; /* Pushes the cite tag to the bottom */
}

/* Citation (Name and Title) */
.luxe-testimonial-card cite {
    display: flex;
    flex-direction: column;
    font-style: normal; /* Removes default italic from cite */
}

.luxe-client-name {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.luxe-client-title {
    font-family: 'Montserrat', sans-serif;
    color: #d4af37; /* Gold title */
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .luxe-testimonials-grid {
        grid-template-columns: 1fr; /* Switch to 1 column on tablets and mobile */
        gap: 25px;
    }
    .luxe-testimonial-card {
        padding: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b662d74 *//* CTA Section Setup */
.luxe-cta-section {
    position: relative;
    width: 100%;
    padding: 120px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #050505; /* Fallback color */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Dark Gradient Overlay */
.luxe-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.9) 100%);
    z-index: 1;
}

/* Content Container */
.luxe-cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px; /* Kept narrower for better text reading */
}

/* Typography */
.luxe-cta-heading {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.2;
    margin: 15px 0 25px 0;
    font-weight: 600;
}

.luxe-cta-description {
    font-family: 'Montserrat', sans-serif;
    color: #cccccc;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto 40px auto;
    max-width: 600px;
}

/* CTA Buttons Layout */
.luxe-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* Re-using button styles (if not already loaded globally) */
.luxe-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-block;
}

.luxe-btn-primary {
    background-color: #d4af37;
    color: #000000;
    border: 1px solid #d4af37;
}

.luxe-btn-primary:hover {
    background-color: #b3922d;
    border-color: #b3922d;
    transform: translateY(-2px);
}

.luxe-btn-secondary {
    background-color: transparent;
    color: #d4af37;
    border: 1px solid #d4af37;
}

.luxe-btn-secondary:hover {
    background-color: rgba(212, 175, 55, 0.1);
    transform: translateY(-2px);
}

/* --- Entrance Animations (if not loaded) --- */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.delay-2 { animation-delay: 0.2s; }

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .luxe-cta-section {
        padding: 80px 20px;
    }
    .luxe-cta-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .luxe-btn {
        width: 100%;
    }
}/* End custom CSS */