﻿.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/media/t3uiv3ly/vw-van-scenic.png');
    background-size: cover;
    background-position: center;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.testimonial-card {
    transition: all 0.3s ease;
}

    .testimonial-card:hover {
        background-color: background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
    }

.booking-form {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
