:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9ab5d29 *//* Main Section Wrapper */
.luxe-vip-section {
    position: relative;
    width: 100%;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Background Image URL provided by user */
    background-image: url('http://luxearrivalltd.co.uk/wp-content/uploads/2026/07/VIP-Events-Luxe-Arrival.webp'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 20px;
    box-sizing: border-box;
    margin: 0;
}

/* Gradient Overlay for Vignette Effect */
.luxe-vip-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.85));
    z-index: 1;
}

/* Content Container */
.luxe-vip-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Icon Spacing */
.luxe-vip-icon {
    margin-bottom: 15px;
}

/* Heading Styling */
.luxe-vip-title {
    font-family: 'Playfair Display', serif; /* Inherits Elementor global font */
    color: #ffffff;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.1;
}

/* Golden Highlight Text */
.luxe-vip-title .highlight-text {
    color: #d5aa3c; 
}

/* Description Text */
.luxe-vip-desc {
    font-family: 'Montserrat', sans-serif;
    color: #e5e5e5;
    font-size: clamp(14px, 2vw, 16px);
    margin: 0 0 35px 0;
    line-height: 1.6;
    font-weight: 400;
}

/* 
==============================================
PREMIUM BUTTON CSS (MATCHING PREVIOUS DESIGN)
==============================================
*/
.btn-gold {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 14px 36px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0.5px;
    
    /* Exact Gradient from previous inspection */
    background: linear-gradient(135deg, #c9a227, #9c7a1e);
    color: #050505;
    font-weight: 600;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

/* Premium Hover effect */
.btn-gold:hover {
    box-shadow: 0 0 30px #c9a22766; /* Golden glow */
    transform: scale(1.02); /* Slight zoom in */
    color: #050505;
}

/* Responsive Fixes for Mobile */
@media (max-width: 768px) {
    .luxe-vip-section {
        min-height: 450px;
        padding: 60px 15px;
    }
    
    /* Removes line break on mobile so text fits nicely */
    .desktop-br {
        display: none; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8dfd26 *//* Main Section Wrapper (Updated to Pure Black) */
.luxe-dark-features {
    background-color: #000000; /* Pure black background */
    padding: 100px 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

/* CSS Grid for 3 Columns */
.luxe-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    width: 100%;
}

/* Individual Card Styling (Updated for Dark Mode) */
.luxe-feature-card {
    background-color: #111111; /* Very dark grey card background */
    border: 1px solid #222222; /* Subtle dark border */
    border-radius: 12px;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

/* Premium Hover Effect on Card */
.luxe-feature-card:hover {
    transform: translateY(-5px); /* Lifts up slightly */
    border-color: rgba(213, 170, 60, 0.4); /* Subtle gold border on hover */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5); /* Deep elegant shadow */
}

/* Dark Icon Background Box */
.luxe-feature-icon-bg {
    background-color: #0a0a0a; /* Ultra dark for icon bg */
    border: 1px solid #222222;
    width: 64px;
    height: 64px;
    border-radius: 14px; /* Squircle shape */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Card Title Styling (Gold as default) */
.luxe-feature-title {
    font-family: 'Playfair Display', serif; 
    color: #d4af37; /* Gold color for the rest of the text */
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: 0.2px;
}

/* Specific class to make the first word White */
.title-white {
    color: #ffffff;
}

/* Card Description Text (Updated to Light Grey) */
.luxe-feature-desc {
    font-family: 'Montserrat', sans-serif;
    color: #a3a3a3; /* Light muted gray for readability in dark mode */
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .luxe-features-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablet */
    }
}

@media (max-width: 768px) {
    .luxe-dark-features {
        padding: 60px 15px;
    }
    .luxe-features-grid {
        grid-template-columns: 1fr; /* 1 column on mobile */
        gap: 20px;
    }
    .luxe-feature-card {
        padding: 40px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78cf7fd *//* Main Section Wrapper */
.luxe-special-cta {
    background-color: #000000; /* Deep black background */
    padding: 100px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

/* Container for centering content */
.luxe-special-container {
    text-align: center;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Heading Styling */
.luxe-special-title {
    font-family: 'Playfair Display', serif; /* Inherits from Elementor global fonts */
    color: #ffffff; /* White text */
    font-size: clamp(28px, 4vw, 36px); /* Responsive sizing */
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

/* Description Text Styling */
.luxe-special-desc {
    font-family: 'Montserrat', sans-serif;
    color: #a3a3a3; /* Light gray text for perfect contrast */
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

/* 
==============================================
PREMIUM GOLD BUTTON (Consistent with your theme)
==============================================
*/
.btn-gold {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 14px 36px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0.5px;
    
    /* Exact Gradient requested earlier */
    background: linear-gradient(135deg, #c9a227, #9c7a1e);
    color: #050505;
    font-weight: 600;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

/* Premium Hover effect */
.btn-gold:hover {
    box-shadow: 0 0 30px #c9a22766; /* Golden glow */
    transform: scale(1.02); /* Slight zoom in */
    color: #050505;
}

/* Responsive Fixes for Tablet and Mobile */
@media (max-width: 768px) {
    .luxe-special-cta {
        padding: 70px 15px;
    }
    
    /* Remove manual line breaks on mobile so text flows naturally */
    .desktop-br {
        display: none; 
    }
}/* End custom CSS */