.fleet-section {
    padding: 40px 0 80px;
}

.fleet-heading {
    position: relative;
    text-align: center;
    margin: 0 auto 24px;
}

.fleet-heading .section-tag,
.fleet-heading .section-title {
    text-align: center;
    margin: 0 auto;
}

.fleet-heading .section-tag {
    margin-bottom: 4px;
}

.fleet-scroll-hint {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #1E3A8A;
    font-weight: 600;
    font-size: 0.9rem;
    font-style: italic;
    white-space: nowrap;
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.fleet-card {
    background: #ffffff;
    border: 1px solid #F1F1F4;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.fleet-card-img {
    position: relative;
    height: 150px;
    padding: 2%;
    box-sizing: border-box;
}

.fleet-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

.fleet-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #7F1D1D;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 4px 10px;
    border-radius: 999px;
}

.fleet-card-body {
    padding: 16px;
}

.fleet-card-body h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}

.fleet-card-meta {
    display: flex;
    gap: 16px;
    color: #6B7280;
    font-size: 0.8rem;
    margin-bottom: 14px;
}

.fleet-card-meta i {
    color: #6D28D9;
    margin-right: 4px;
}

.fleet-book-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #7C3AED;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 10px;
    border-radius: 8px;
}
