.elementor-75 .elementor-element.elementor-element-b22a86f:not(.elementor-motion-effects-element-type-background), .elementor-75 .elementor-element.elementor-element-b22a86f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-75 .elementor-element.elementor-element-b22a86f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-75 .elementor-element.elementor-element-b22a86f > .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-f16d88f *//* 
 * Fleet Header Section Setup 
 * Uses the consistent dark charcoal background.
 */
.fleet-header-section {
    background-color: #0d0d0d; /* Dark background matching the theme */
    padding: 100px 20px 60px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fleet-header-container {
    max-width: 800px;
    margin: 0 auto;
}

/* 
 * Typography Styling 
 */
.fleet-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;
}

.fleet-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    color: #ffffff; /* White text for "Our" */
    margin: 0 0 20px 0;
    line-height: 1.2;
}

/* Golden highlight class (can be reused across the site) */
.highlight-gold {
    color: #c89c3c;
}

.fleet-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #8a95a5; /* Bluish-gray matching the image */
    margin: 0 auto;
    max-width: 580px; /* Forces the text to wrap nicely */
}

/* 
 * Responsive Adjustments for Mobile and Tablet
 */
@media (max-width: 768px) {
    .fleet-header-section {
        padding: 80px 20px 50px 20px;
    }
    .fleet-title {
        font-size: 38px;
    }
    .fleet-description {
        font-size: 14px;
        padding: 0 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32080c0 *//* Fleet Section Background */
.luxe-fleet-section {
    background-color: #0a0a0a; 
    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: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.luxe-fleet-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.5); 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* 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.7);
    border: 1px solid rgba(212, 175, 55, 0.6);
    color: #d4af37;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 12px;
    border-radius: 20px;
    z-index: 2;
}

/* Card Content Area */
.luxe-fleet-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.luxe-fleet-title {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.luxe-fleet-desc {
    font-family: 'Montserrat', sans-serif;
    color: #8a95a5;
    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 #2a2a2a; 
    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 (Right-aligned Book Now button) */
.luxe-fleet-action {
    display: flex;
    justify-content: flex-end; /* Reversed back to flex-end */
    align-items: center;
}

/* Outline Buttons (Pill-shape retained) */
.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: 9px 22px;
    border-radius: 30px; 
    text-decoration: none;
    transition: all 0.3s ease;
}

.luxe-btn-outline-small: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 */