/* Hero Section */
.hero-section {
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Key Features */
.key-features h4 {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Vehicle Sections */
.vehicle-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vehicle-section h2 {
    font-size: 2rem;
    letter-spacing: 1px;
}

.vehicle-section ul li {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

/* Testimonial Section */

.stars {
    font-size: 24px;
    letter-spacing: 5px;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {

    h1,
    h2 {
        font-size: 1.75rem;
    }

    .key-features h4 {
        font-size: 0.9rem;
    }

    .p-5 {
        padding: 2rem !important;
    }
}

@media (max-width: 767.98px) {
    .key-features h4 {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }
}

.car-img {
    background-image: url('../images/website/why-side.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}