:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-28f3bed *//* =========================================================
   1. HERO SECTION CSS
========================================================= */

/* Main Hero Section Wrapper (Overlay Removed) */
.luxe-car-hero {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: flex-end; 
    background-image: url('http://luxearrivalltd.co.uk/wp-content/uploads/2026/07/Rolls-Royce-Cullinan-2.webp'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 20px 80px 20px;
    box-sizing: border-box;
    margin: 0;
}

/* Content Container Setup */
.luxe-car-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px; 
    margin: 0 auto;
    text-align: left; 
}

/* Meta Wrapper (Link + Badge) */
.luxe-car-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

/* Back Link Styling */
.luxe-back-link {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #d5aa3c; 
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Added slight shadow to make it readable without overlay */
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.luxe-back-link:hover {
    opacity: 0.8;
    transform: translateX(-5px); 
}

/* Badge Styling */
.luxe-car-badge {
    font-family: 'Montserrat', sans-serif;
    color: #d5aa3c; 
    border: 1px solid rgba(213, 170, 60, 0.6); 
    background-color: rgba(0, 0, 0, 0.6); /* Slightly darker bg for visibility */
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 14px;
    border-radius: 20px; 
}

/* Main Car Title Styling */
.luxe-car-title {
    font-family: 'Playfair Display', serif; 
    color: #ffffff;
    font-size: clamp(40px, 6vw, 64px); 
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.5px;
    /* Added text shadow since overlay is removed */
    text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}

/* Responsive Fixes for Mobile (Hero) */
@media (max-width: 768px) {
    .luxe-car-hero {
        min-height: 450px;
        padding-bottom: 50px;
    }
    
    .luxe-car-meta {
        margin-bottom: 15px;
    }
}


/* =========================================================
   2. DETAILS SECTION CSS
========================================================= */

/* Main Section Wrapper */
.luxe-vd-section {
    background-color: #000000;
    padding: 80px 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

/* 2-Column CSS Grid Layout */
.luxe-vd-container {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 50px;
    max-width: 1100px;
    width: 100%;
}

/* LEFT COLUMN (Main Content) */
.luxe-vd-main {
    display: flex;
    flex-direction: column;
}

/* Headings */
.luxe-vd-heading {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    letter-spacing: 0.2px;
}

/* Overview Text */
.luxe-vd-text {
    font-family: 'Montserrat', sans-serif;
    color: #a3a3a3;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 45px 0;
}

/* Gallery Grid */
.luxe-vd-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 45px;
}

/* Gallery Images */
.luxe-gallery-item {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05);
}

.luxe-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.luxe-gallery-item:hover img {
    transform: scale(1.05);
}

/* Features Grid */
.luxe-vd-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Individual Feature Box */
.luxe-feature-box {
    font-family: 'Montserrat', sans-serif;
    color: #a3a3a3;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: border-color 0.3s ease;
}

.luxe-feature-box:hover {
    border-color: rgba(213, 170, 60, 0.4);
}

.luxe-feature-icon {
    flex-shrink: 0;
}

/* RIGHT COLUMN (Sidebar Specifications) */
.luxe-spec-card {
    background-color: #0c0c0c;
    border: 1px solid rgba(213, 170, 60, 0.15);
    border-radius: 12px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
}

.luxe-spec-title {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 25px 0;
}

/* Row for Pass/Luggage */
.luxe-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.luxe-spec-row:last-of-type {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.luxe-spec-label {
    font-family: 'Montserrat', sans-serif;
    color: #a3a3a3;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.luxe-spec-value {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

/* Button overrides for Sidebar */
.luxe-spec-btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

/* Shared Premium Button CSS */
.btn-gold {
    font-family: 'Montserrat', sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, #c9a227, #9c7a1e);
    color: #050505;
    font-weight: 600;
    transition: all .3s ease;
    box-sizing: border-box;
}

.btn-gold:hover {
    box-shadow: 0 0 30px #c9a22766; 
    transform: scale(1.02); 
    color: #050505;
}

/* RESPONSIVE DESIGN (Details) */
@media (max-width: 992px) {
    .luxe-vd-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .luxe-vd-gallery {
        grid-template-columns: 1fr;
    }
    .luxe-vd-features {
        grid-template-columns: 1fr;
    }
    .luxe-spec-card {
        padding: 30px 20px;
    }
    .luxe-vd-section {
        padding: 60px 15px;
    }
}/* End custom CSS */