* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

/* Header Styles */
.navbar {
    background: #000 !important;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff !important;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ffc107 !important;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Nav CTA button */
.navbar-conversion .btn-nav-cta {
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.btn-whatsapp-nav {
    background: #25D366 !important;
    color: #fff !important;
    border: none;
}
.btn-whatsapp-nav:hover {
    background: #20bd5a !important;
    color: #fff !important;
    transform: scale(1.05);
}

/* Hero full-width and form */
.hero-fullwidth { padding: 120px 0 80px; min-height: auto; height: auto; }
.hero-fullwidth .hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 100%);
    pointer-events: none;
}
.hero-content-col { margin-bottom: 2rem; }
.hero-title { font-size: clamp(1.75rem, 4vw, 2.75rem); line-height: 1.2; margin-bottom: 1rem; }
.hero-subtitle { font-size: 1.15rem; opacity: 0.95; margin-bottom: 1.5rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 0; }
.btn-whatsapp-primary {
    background: #25D366;
    border: none;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.btn-whatsapp-primary:hover { background: #20bd5a; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(37,211,102,0.4); }
.btn-call-secondary {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-call-secondary:hover { background: #fff; color: #333; }
.hero-booking-form-wrap {
    background: rgba(255,255,255,0.98);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.hero-form-title { font-size: 1.35rem; font-weight: 700; margin-bottom: 1.25rem; color: #333; }
.hero-booking-form .form-control, .hero-booking-form .form-select { border-radius: 12px; padding: 12px 16px; border: 1px solid #ddd; }
.hero-booking-form .form-label { font-weight: 600; color: #444; }
.btn-hero-submit {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.btn-hero-submit:hover { background: #20bd5a; color: #fff; transform: translateY(-1px); }
.hero-trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 2rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.trust-badge { color: rgba(255,255,255,0.95); font-weight: 500; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 8px; }
.trust-badge i { color: #25D366; }

/* Section spacing */
.section { padding: 100px 0; }
.section-subtitle { margin-bottom: 3rem; }

/* Service cards conversion */
.service-card-conversion { display: flex; flex-direction: column; align-items: center; text-align: center; }
.service-card-title { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.75rem; color: #333; }
.service-card-conversion p { flex-grow: 1; margin-bottom: 1.25rem; color: #555; font-size: 0.95rem; }
.btn-service-cta {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}
.btn-service-cta:hover { background: #20bd5a; color: #fff; transform: translateY(-2px); }

/* Counters */
.section-counters { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: #fff; padding: 70px 0; }
.section-counters .counter-item { padding: 1rem 0; }
.counter-number { font-size: 2.5rem; font-weight: 800; display: inline-block; min-width: 2ch; }
.counter-suffix { font-size: 2rem; font-weight: 700; }
.counter-label { font-size: 0.95rem; opacity: 0.9; margin-top: 0.25rem; margin-bottom: 0; }

/* Testimonial slider */
.testimonials-section { background: #f8f9fa; }
.testimonial-slider-wrap { position: relative; max-width: 700px; margin: 0 auto; }
.testimonial-slider { overflow: hidden; }
.testimonial-slide { display: none; }
.testimonial-slide.active { display: block; animation: fadeIn 0.5s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    text-align: center;
}
.testimonial-stars { color: #ffc107; font-size: 1.2rem; margin-bottom: 1rem; }
.testimonial-text { font-size: 1.1rem; color: #444; margin-bottom: 1rem; line-height: 1.6; font-style: italic; }
.testimonial-author { font-weight: 600; color: #333; }
.testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #fff;
    color: #333;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}
.testimonial-prev { left: -60px; }
.testimonial-next { right: -60px; }
.testimonial-nav:hover { background: #25D366; color: #fff; border-color: #25D366; }
.testimonial-dots { text-align: center; margin-top: 1.5rem; }
.testimonial-dots .dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #ccc; margin: 0 6px; cursor: pointer; transition: all 0.3s ease; }
.testimonial-dots .dot.active { background: #25D366; transform: scale(1.2); }

/* Pricing section */
.pricing-section { background: #f8f9fa; }
.pricing-highlight-card {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    border-radius: 24px;
    padding: 3rem;
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.pricing-from { display: block; font-size: 0.95rem; opacity: 0.9; margin-bottom: 0.25rem; }
.pricing-amount { font-size: 3.5rem; font-weight: 800; }
.pricing-unit { font-size: 1.5rem; font-weight: 600; opacity: 0.9; }
.pricing-note { margin: 1rem 0 1.5rem; opacity: 0.95; font-size: 0.95rem; }
.pricing-note i { color: #25D366; margin-right: 6px; }
.btn-pricing-cta {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.btn-pricing-cta:hover { background: #20bd5a; color: #fff; transform: translateY(-2px); }

/* Destinations */
.destinations-section { background: #fff; }
.destination-card {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    height: 180px;
    position: relative;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transition: all 0.4s ease;
}
.destination-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}
.destination-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem;
    transition: background 0.4s ease;
}
.destination-name { font-weight: 700; font-size: 1.1rem; }
.destination-cta { font-size: 0.85rem; opacity: 0.9; margin-top: 4px; }
.destination-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.2); }
.destination-card:hover .destination-bg { transform: scale(1.08); }
.destination-card:hover .destination-overlay { background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 100%); }

/* CTA banner */
.cta-banner-section { padding: 80px 0; }
.cta-banner {
    background: linear-gradient(135deg, #25D366 0%, #20bd5a 100%);
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    color: #fff;
    box-shadow: 0 20px 60px rgba(37,211,102,0.35);
}
.cta-banner-title { font-size: 2rem; font-weight: 800; margin-bottom: 0.5rem; color: #fff; }
.cta-banner-subtitle { font-size: 1.1rem; opacity: 0.95; margin-bottom: 1.5rem; }
.cta-banner-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.btn-cta-whatsapp {
    background: #fff;
    color: #25D366;
    border: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.btn-cta-whatsapp:hover { background: #f0f0f0; color: #20bd5a; transform: scale(1.05); }
.btn-cta-call {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.btn-cta-call:hover { background: #fff; color: #25D366; }

/* FAQ */
.faq-section { background: #f8f9fa; }
.faq-accordion .accordion-button { font-weight: 600; }
.faq-accordion .accordion-button:not(.collapsed) { background: #e8f5e9; color: #1a1a2e; }
.faq-accordion .accordion-body { color: #555; }

/* Fleet card Get quote button */
.btn-car-book {
    background: #25D366;
    color: #fff !important;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
}
.btn-car-book:hover { background: #20bd5a; color: #fff !important; transform: translateY(-2px); }

/* Floating WhatsApp button */
.floating-whatsapp {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 8px 30px rgba(37,211,102,0.5);
    transition: all 0.3s ease;
    text-decoration: none;
}
.floating-whatsapp:hover { color: #fff; transform: scale(1.1); box-shadow: 0 12px 40px rgba(37,211,102,0.6); }
.floating-whatsapp-text { display: none; }
@media (min-width: 768px) {
    .floating-whatsapp { width: auto; padding: 0 20px; border-radius: 50px; gap: 10px; }
    .floating-whatsapp-text { display: inline; font-size: 1rem; font-weight: 700; }
}


/* Mobile navigation improvements */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 10px;
    }

    .nav-link {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-link:last-child {
        border-bottom: none;
    }
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('https://images.unsplash.com/photo-1449824913935-59a10b8d2000?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 500px;
}
.hero-fullwidth { min-height: 0; }

/* Mobile hero background */
@media (max-width: 768px) {
    .hero-section {
        background-attachment: scroll;
        background-position: center center;
    }
    .hero-fullwidth { padding: 100px 0 60px; }
    .hero-booking-form-wrap { padding: 1.5rem; }
    .testimonial-prev { left: 0; }
    .testimonial-next { right: 0; }
    .destination-card { height: 160px; }
}

.hero-content {
    text-align: center;
    color: white;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease 0.2s both;
}

.hero-buttons {
    animation: fadeInUp 1s ease 0.4s both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.btn-hero {
    padding: 12px 30px;
    margin: 0 10px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-call {
    background: #026c1a;
    border: 2px solid #067831;
    color: white;
}

.btn-call:hover {
    background: transparent;
    color: #28a745;
}

.btn-whatsapp {
    background: #1d6438;
    border: 2px solid #25d366;
    color: white;
}

.btn-whatsapp:hover {
    background: transparent;
    color: #25d366;
}

/* Section Styles */
.section {
    padding: 80px 0;
}
/* Scroll reveal */
.section.animate-in { opacity: 1; transform: translateY(0); }

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #333;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 4rem;
    font-size: 1.1rem;
}

/* About Section */
.about-section {
    background: #f8f9fa;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.about-text h3 {
    color: #333;
    margin-bottom: 1.5rem;
}

.about-text p {
    color: #666;
    margin-bottom: 1rem;
}

.about-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Services Section */
.service-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 3rem;
    color: #ffc107;
    margin-bottom: 1rem;
}

/* Gallery Section */
.gallery-section {
    background: #f8f9fa;
}

.filter-buttons {
    text-align: center;
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.filter-btn {
    background: transparent;
    border: 2px solid #ffc107;
    color: #333;
    padding: 10px 25px;
    margin: 0 5px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
    background: #a97e00;
    color: white;
}

.car-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-bottom: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.car-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.car-card:hover {
    transform: translateY(-5px);
}

.car-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}
/* Hover: smooth zoom on fleet car image */
.car-card:hover .car-image {
    transform: scale(1.08);
}
/* Entrance: subtle fade + scale when card comes into view */
.car-card.animate-in .car-image {
    animation: carImageReveal 0.7s ease forwards;
}
@keyframes carImageReveal {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.car-price {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffc107;
    color: black;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
}

.car-rating {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.9rem;
}

.car-details {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.car-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.car-features {
    color: #666;
    margin-bottom: 1rem;
}

.pricing-details {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    border-left: 4px solid #ffc107;
}

.pricing-details p {
    margin-bottom: 8px;
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

.pricing-details p:last-child {
    margin-bottom: 0;
}

.pricing-details strong {
    color: #333;
}

.night-charge {
    color: #28a745;
    font-weight: 600;
}

/* Why Choose Us Section */
.why-choose-section {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
        url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
}

/* Mobile why choose us background */
@media (max-width: 768px) {
    .why-choose-section {
        background-attachment: scroll;
        background-position: center center;
    }
}

.why-choose-section .section-title {
    color: white;
}

.feature-item {
    text-align: center;
    margin-bottom: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-icon {
    font-size: 3rem;
    color: #ffc107;
    margin-bottom: 1rem;
}

/* Contact Section */
.contact-info {
    background: #333;
    color: white;
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.contact-icon {
    font-size: 1.5rem;
    color: #ffc107;
    margin-right: 1rem;
    width: 40px;
}

/* Review card responsive improvements */
.review-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-text {
    flex-grow: 1;
}

/* Contact form responsive improvements */
.contact-form .form-control {
    margin-bottom: 1rem;
}

.contact-form .btn {
    width: 100%;
    margin-top: 1rem;
}

/* Footer */
.footer {
    background: #222;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.social-links a {
    color: white;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #ffc107;
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 1rem;
    text-align: center;
    color: #999;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-title {
        font-size: 4rem;
    }

    .section-title {
        font-size: 3rem;
    }

    .container {
        max-width: 1140px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1199px) {
    .hero-title {
        font-size: 3rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .hero-buttons .btn {
        margin: 5px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons .btn {
        margin: 5px 0;
        width: 200px;
    }

    .about-content {
        flex-direction: column;
    }

    .service-card {
        margin-bottom: 2rem;
    }

    .car-card {
        margin-bottom: 2rem;
    }

    .filter-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter-btn {
        margin: 5px;
        font-size: 0.9rem;
        padding: 8px 20px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 3rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons .btn {
        margin: 5px 0;
        width: 180px;
        font-size: 0.9rem;
        padding: 10px 20px;
    }

    .about-content {
        flex-direction: column;
    }

    .about-text h3 {
        font-size: 1.5rem;
    }

    .about-text p {
        font-size: 0.9rem;
    }

    .service-card {
        margin-bottom: 2rem;
        padding: 1.5rem;
    }

    .service-icon {
        font-size: 2.5rem;
    }

    .service-card h4 {
        font-size: 1.2rem;
    }

    .service-card p {
        font-size: 0.9rem;
    }

    .car-card {
        margin-bottom: 2rem;
    }

    .car-details {
        padding: 1rem;
    }

    .car-name {
        font-size: 1.1rem;
    }

    .car-features {
        font-size: 0.9rem;
    }

    .filter-buttons {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .filter-btn {
        margin: 3px;
        font-size: 0.8rem;
        padding: 6px 15px;
        min-width: 80px;
    }

    .review-card {
        padding: 1.5rem !important;
        margin-bottom: 1.5rem;
    }

    .review-text {
        font-size: 0.9rem;
    }

    .contact-info {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .contact-item {
        margin-bottom: 1rem;
    }

    .contact-icon {
        font-size: 1.2rem;
        width: 30px;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .social-links a {
        font-size: 1.2rem;
        margin: 0 8px;
    }

    .navbar-brand {
        font-size: 1.2rem;
    }

    .nav-link {
        font-size: 0.9rem;
        margin: 0 5px;
    }
}

/* Ultra small devices (very small phones) */
@media (max-width: 375px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 0.8rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .hero-buttons .btn {
        width: 160px;
        font-size: 0.8rem;
        padding: 8px 15px;
    }

    .filter-btn {
        font-size: 0.7rem;
        padding: 5px 12px;
        min-width: 70px;
    }

    .car-price {
        font-size: 0.8rem;
        padding: 3px 10px;
    }

    .car-rating {
        font-size: 0.8rem;
        padding: 3px 8px;
    }
}

/* Landscape orientation adjustments */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section {
        height: 100vh;
        min-height: 400px;
    }

    .hero-title {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .hero-buttons .btn {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .car-image {
        background-size: cover;
    }
}

/* Touch-friendly improvements for mobile */
@media (max-width: 768px) {
    .btn {
        min-height: 44px;
        min-width: 44px;
    }

    .filter-btn {
        min-height: 44px;
    }

    .nav-link {
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    .car-card {
        cursor: pointer;
    }

    .service-card {
        cursor: pointer;
    }
}

/* Print styles */
@media print {

    .navbar,
    .hero-buttons,
    .filter-buttons,
    .footer {
        display: none !important;
    }

    .hero-section {
        height: auto;
        background: none !important;
        color: black !important;
    }

    .section {
        padding: 20px 0;
    }
}