:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3ed9056 *//* Scoped Wrapper to avoid conflicting with other Elementor styles */
    .luxe-funeral-wrapper {
        font-family: 'Montserrat', sans-serif;
        background-color: #000000;
        color: #ffffff;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* =====================================
       HERO SECTION
       ===================================== */
    .luxe-f-hero {
        position: relative;
        width: 100%;
        min-height: 70vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        /* Third-party placeholder image for luxury black car */
        background: url('http://luxearrivalltd.co.uk/wp-content/uploads/2026/07/Black-Car-Funeral.webp') center center/cover no-repeat;
        padding: 60px 20px;
    }

    /* Dark Overlay for Hero */
    .luxe-f-hero::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.8) 100%);
        z-index: 1;
    }

    .luxe-f-hero-content {
        position: relative;
        z-index: 2;
        max-width: 800px;
        margin: 0 auto;
    }

    /* Subtle Top Icon */
    .luxe-f-hero-icon {
        margin-bottom: 20px;
    }

    .luxe-f-hero-title {
        font-family: 'Playfair Display', serif;
        font-size: clamp(36px, 5vw, 54px);
        font-weight: 600;
        color: #ffffff;
        margin: 0 0 15px 0;
        line-height: 1.2;
    }

    .luxe-f-hero-title span {
        color: #d4af37; /* Gold */
    }

    .luxe-f-hero-desc {
        font-size: 15px;
        color: #e0e0e0;
        max-width: 500px;
        margin: 0 auto 35px auto;
        line-height: 1.6;
        font-weight: 400;
    }

    .luxe-f-btn-solid {
        display: inline-block;
        background-color: #d4af37;
        color: #000000;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
        padding: 15px 35px;
        text-transform: uppercase;
        text-decoration: none;
        border: 1px solid #d4af37;
        border-radius: 3px;
        transition: all 0.3s ease;
    }

    .luxe-f-btn-solid:hover {
        background-color: transparent;
        color: #d4af37;
    }

    /* =====================================
       PACKAGES SECTION (Design exactly like image)
       ===================================== */
    .luxe-f-packages {
        padding: 100px 20px;
        background-color: #000000;
    }

    .luxe-f-section-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .luxe-f-subtitle {
        color: #d4af37;
        font-size: 10px;
        letter-spacing: 3px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .luxe-f-section-title {
        font-family: 'Playfair Display', serif;
        color: #d4af37; /* Fully gold like image */
        font-size: clamp(28px, 4vw, 36px);
        font-weight: 600;
        margin: 0 0 15px 0;
    }

    .luxe-f-section-desc {
        color: #888888;
        font-size: 14px;
    }

    /* Grid Layout */
    .luxe-f-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        max-width: 1100px;
        margin: 0 auto;
    }

    /* Card Design */
    .luxe-f-card {
        background-color: #070707; /* Very dark gray/black */
        border: 1px solid #222222;
        border-radius: 8px;
        padding: 40px 30px;
        display: flex;
        flex-direction: column;
        transition: transform 0.4s ease, border-color 0.4s ease;
    }

    .luxe-f-card:hover {
        transform: translateY(-5px);
        border-color: rgba(212, 175, 55, 0.5);
    }

    /* Highlighted Middle Card */
    .luxe-f-card.featured {
        border-color: #d4af37;
        position: relative;
    }

    .luxe-f-badge {
        background-color: #d4af37;
        color: #000000;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 4px 10px;
        border-radius: 20px;
        display: inline-block;
        margin-bottom: 20px;
        align-self: flex-start;
    }

    .luxe-f-card-title {
        font-family: 'Playfair Display', serif;
        color: #ffffff;
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 5px 0;
    }

    .luxe-f-card-car {
        color: #d4af37;
        font-size: 12px;
        margin: 0 0 25px 0;
        font-weight: 500;
    }

    /* Features List */
    .luxe-f-features {
        list-style: none;
        padding: 0;
        margin: 0 0 35px 0;
        flex-grow: 1;
    }

    .luxe-f-features li {
        font-size: 13px;
        color: #cccccc;
        margin-bottom: 12px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        line-height: 1.5;
    }

    /* Star Icon like the image */
    .luxe-f-features li svg {
        flex-shrink: 0;
        margin-top: 3px;
    }

    /* Outline Button */
    .luxe-f-btn-outline {
        display: block;
        text-align: center;
        background-color: transparent;
        color: #d4af37;
        border: 1px solid #d4af37;
        padding: 12px 20px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 3px;
        transition: all 0.3s ease;
    }

    .luxe-f-btn-outline:hover {
        background-color: #d4af37;
        color: #000000;
    }

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

    @media (max-width: 768px) {
        .luxe-f-grid {
            grid-template-columns: 1fr;
        }
        .luxe-f-card.featured {
            order: -1; /* Puts the featured card at the top on mobile */
        }
    }/* End custom CSS */