
.fleet-section {
    position: relative;
    background: radial-gradient(circle at top right, #1a1a1a 0%, #050505 60%);
}

.fleet-split-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; 
    background: var(--deep);
    border: 1px solid var(--border);
    overflow: hidden; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fleet-split-row:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
    border-color: #444; 
}


.fleet-split-row.reverse .fleet-img-col {
    order: 2;
}
.fleet-split-row.reverse .fleet-info-col {
    order: 1;
}


.fleet-img-col, 
.fleet-info-col {
    padding: 0;
    position: relative;
}


.fleet-img-wrapper {
    height: auto;
    max-width: 100%;
    min-height: 312px; 
    position: relative;
    overflow: hidden;
    padding: 30px;
}

.fleet-img-wrapper img {
    max-width: 100%;
    height: auto;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
}

.fleet-info-inner {
    padding: 30px 25px; 
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.fleet-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.fleet-title {
    font-family: var(--font-heading);
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: var(--gold);
    font-weight: 400;
}

.fleet-info-inner > div[style*="background"] {
    width: 60px !important; 
    height: 2px !important; 
    background: var(--gold) !important; 
    margin-bottom: 25px !important;
    opacity: 0.8;
}

.fleet-desc {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--white);
    margin-bottom: 20px;
    max-width: auto;
    line-height: 1.4;
}


.fleet-features {
    list-style: none;
    padding: 0px;
    margin-bottom: 25px;
}

.fleet-features li {
    display: flex;
    align-items: flex-start; 
    gap: 5px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--white);
    margin-bottom: 5px;
}

.fleet-features i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D4AF37'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0; 
    margin-top: 3px; 
    font-style: normal;
}


@media (max-width: 991px) {
    .fleet-info-inner { padding: 50px 40px; }
    .fleet-title { font-size: 32px; color:var(--gold); }
}

@media (max-width: 768px) {
    .fleet-split-row, 
    .fleet-split-row.reverse {
        flex-direction: column;
    }

    .fleet-split-row.reverse .fleet-img-col { order: 0; }
    .fleet-split-row.reverse .fleet-info-col { order: 1; }

    .fleet-img-col, 
    .fleet-info-col {
        width: 100%;
        max-width: 100%;
    }

    .fleet-img-wrapper { 
        min-height: 280px; 
        max-height: 400px;
    }

    .fleet-info-inner { 
        padding: 40px 15px; 
    }

    .fleet-title { font-size: 28px;color: var(--gold); }

}

.fleetpd {
    padding: 0px 20px;
}

.fpdd {
    padding: 12px;
}

@media (max-width: 767px) 
{
    .fleetpd {
        padding: 0px;
    }

    .fleet-img-wrapper img { 
        padding: 15px;
    }

    .fleet-img-wrapper {
        padding: 0px;
    }

    .fpdd {
        padding: 0px 14px;
    }

    .fleet-features {
        margin-bottom: 15px;
    }
}
