.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.1));

}

.hero-section .container-lg {
    position: relative;
    z-index: 2;
}

.hero-tag {
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 8px;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fleet-card img {
    transition: transform .5s ease;
}

.fleet-card:hover img {
    transform: scale(1.08);
}

.services-scroll {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
}

.services-scroll::-webkit-scrollbar {
    display: none;
}

.services-scroll {
    scrollbar-width: none;
}

/* Firefox */

.services-scroll.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.faq-modern .accordion-button {
    background: #fff;
    box-shadow: none;
    padding: 1.25rem;
    font-size: 1rem;
    border-radius: 0 !important;
}

.faq-modern .accordion-button:not(.collapsed) {
    background: #f8f9fa;
    color: #dc3545;
    box-shadow: inset 0 -1px 0 #eee;
}

.faq-modern .accordion-button::after {
    background-size: 14px;
}

.faq-modern .accordion-item {
    border-radius: 0 !important;
}

.faq-modern .accordion-body {
    padding: 1.5rem;
    line-height: 1.7;
}