﻿
.cars-hero {
    background: linear-gradient(rgba(46,22,143,0.85), rgba(46,22,143,0.85)), url('/images/hero.png') center/cover no-repeat;
    color: white;
    padding: 90px 20px;
}

.car-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(46,22,143,0.08);
    transition: 0.3s ease;
}

    .car-card:hover {
        transform: translateY(-8px);
    }

.car-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.car-card-body {
    padding: 20px;
    text-align: center;
}

.car-card h4 {
    color: #2E168F;
    font-weight: 700;
}

.car-group {
    color: #C9A45C;
    font-weight: 600;
}

.car-specs {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    color: #666;
    font-size: 0.95rem;
}

.price {
    color: #C53030;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.btn-car, .btn-book {
    background: #2E168F;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 20px;
}

    .btn-car:hover, .btn-book:hover {
        background: #24126f;
        color: white;
    }

.text-gold {
    color: #C9A45C;
}


.feature-badge {
    display: inline-flex;
    align-items: center;
    background: #C9A45C;
    color: white;
    padding: 8px 14px;
    margin: 4px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.feature-badge i {
    font-size: 0.95rem;
}

.form-card {
    background: white;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(46,22,143,0.08);
}



.quick-book-box {
    background: #f8f9fa;
    border-left: 4px solid #C53030;
    padding: 18px;
    border-radius: 10px;
}

.quick-book-text {
    margin-bottom: 12px;
    font-weight: 500;
    color: #444;
}

.quick-call-number {
    color: #C53030;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
}

    .quick-call-number:hover {
        text-decoration: underline;
    }

.btn-book {
    background: #2E168F;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 20px;
}

    .btn-book:hover {
        background: #24126f;
        color: white;
    }


