.elementor-82 .elementor-element.elementor-element-1186933:not(.elementor-motion-effects-element-type-background), .elementor-82 .elementor-element.elementor-element-1186933 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5EBD3;}.elementor-82 .elementor-element.elementor-element-1186933{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-82 .elementor-element.elementor-element-1186933 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5987a7b *//* 
 * Services Header Section Setup 
 * Uses the light cream/beige background matching the screenshot.
 */
.services-hero-section {
    background-color: #f9f8f6; /* Light beige background */
    padding: 20px 20px 80px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.services-hero-container {
    max-width: 800px;
    margin: 0 auto;
}

/* 
 * Typography Styling 
 */
.services-subtitle {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #c89c3c; /* Golden color */
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.services-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    color: #1a1a1a; /* Dark charcoal/black for "Our" */
    margin: 0 0 20px 0;
    line-height: 1.2;
}

/* Golden highlight class */
.highlight-gold {
    color: #c89c3c; /* Golden color for "Services" */
}

.services-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #7a7a7a; /* Medium gray text matching the image */
    margin: 0 auto;
    max-width: 500px; /* Constrains the text width so it wraps nicely into two lines */
}

/* 
 * Responsive Adjustments for Mobile and Tablet
 */
@media (max-width: 768px) {
    .services-hero-section {
        padding: 80px 20px 60px 20px;
    }
    .services-title {
        font-size: 38px;
    }
    .services-description {
        font-size: 14px;
        padding: 0 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16c375c *//* 
 * Section Background Setup 
 * Uses the warm beige color matching your screenshot.
 */
.services-list-section {
    background-color: #f5ebd3; /* Exact warm beige background */
    padding: 60px 20px 100px 20px;
    width: 100%;
}

.services-list-container {
    max-width: 850px; /* Constrains width to make it look elegant */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px; /* Spacing between each card */
}

/* 
 * Individual Service Card Styling 
 */
.service-list-card {
    background-color: #f8f5ed; /* Soft off-white/cream matching the image */
    border-radius: 12px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02); /* Extremely soft shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-list-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

/* 
 * The Alternating Layout Magic 
 * Flips the flex direction for even items (Icon right, text left).
 */
.service-list-card.reverse-layout {
    flex-direction: row-reverse;
}

/* 
 * Dark Icon Box Styling 
 */
.service-icon-box {
    background-color: #1a1a1a; /* Dark charcoal/black */
    width: 75px;
    height: 75px;
    border-radius: 16px; /* Squircle corners */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; /* Prevents the box from squishing */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-svg {
    color: #c89c3c; /* Golden luxury color */
}

/* 
 * Content Styling 
 */
.service-content {
    flex-grow: 1;
    text-align: left; /* Keeps text left-aligned even when layout reverses */
}

.service-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

.service-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #7a7a7a;
    margin: 0 0 20px 0;
}

/* 
 * Explore Service Link Styling 
 */
.service-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #c89c3c; /* Golden color */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.service-link .arrow {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.service-list-card:hover .service-link .arrow {
    transform: translateX(5px); /* Arrow moves slightly to the right on hover */
}

/* 
 * Responsive Design 
 */
@media (max-width: 768px) {
    .service-list-card, 
    .service-list-card.reverse-layout {
        flex-direction: column; /* Stacks vertically on mobile */
        text-align: center;
        padding: 30px 20px;
        gap: 20px;
    }
    
    .service-content {
        text-align: center; /* Center text on mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d4f815 *//* 
 * CTA Banner Section Setup
 * Includes a dark linear-gradient overlay directly on top of the background image.
 */
.cta-banner-section {
    background-image: linear-gradient(rgba(10, 10, 10, 0.75), rgba(10, 10, 10, 0.75)), url('http://luxearrivalltd.co.uk/wp-content/uploads/2026/07/Luxe-Arrival-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* 
 * Container for the text and button 
 */
.cta-banner-content {
    max-width: 700px;
    margin: 0 auto;
}

/* 
 * Typography Styling 
 */
.cta-banner-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 600;
    color: #ffffff; /* White text for contrast */
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.cta-banner-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #d1d1d1; /* Light gray to stand out against the dark overlay */
    margin: 0 0 35px 0;
}

/* 
 * Solid Gold Button Styling 
 * Matches the pill-shape design from the screenshot.
 */
.luxe-btn-solid {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #000000; /* Black text on gold button */
    background-color: #c89c3c; /* Solid gold color */
    padding: 15px 35px;
    border-radius: 30px; /* Completely rounded pill shape */
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Button Hover Effect */
.luxe-btn-solid:hover {
    background-color: #dcb355; /* Slightly lighter gold on hover */
    transform: translateY(-3px); /* Subtle lift */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* 
 * Responsive Adjustments for Mobile and Tablet 
 */
@media (max-width: 768px) {
    .cta-banner-section {
        padding: 70px 20px;
    }
    .cta-banner-title {
        font-size: 32px;
    }
    .cta-banner-desc {
        font-size: 14px;
        margin-bottom: 25px;
    }
}/* End custom CSS */