/* ========================================
   RESPONSIVE STYLES
   ======================================== */

@media (max-width: 1199px) {
    .hero-car-bg-shape {
        width: 90%;
    }
}

@media (max-width: 991px) {

    /* Header */
    .nav-menu.mobile-active {
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 24px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .nav-menu.mobile-active ul {
        flex-direction: column;
        gap: 14px !important;
    }

    /* Hero */
    .hero-section {
        padding: 40px 0 30px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-desc {
        font-size: 14px;
    }

    .main-car-view {
        padding: 0 30px;
    }

    .hero-car-bg-shape {
        height: 60%;
        border-radius: 16px;
    }

    .hero-slide-counter {
        display: none;
    }

    .view-details-btn {
        left: 30px;
        bottom: -5px;
    }

    .hero-counter-right {
        display: none !important;
    }

    /* Brands */
    .brands-section {
        padding: 50px 0;
    }

    .brand-main-img img {
        height: 150px;
    }

    /* Stats */
    .tagline-section {
        padding: 50px 0;
    }

    .tagline-section h2 {
        font-size: 26px;
    }

    /* About */
    .about-section {
        padding: 50px 0;
    }

    .about-heading {
        font-size: 26px;
    }

    /* Fleet */
    .fleet-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 26px;
    }

    /* Gallery */
    .gallery-section {
        padding: 50px 0;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 140px);
    }

    .gallery-item.gallery-large {
        grid-row: span 2;
    }

    /* Contact */
    .contact-section {
        padding: 50px 0;
    }

    .contact-title {
        font-size: 24px;
    }

    /* Testimonials */
    .testimonial-section {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {

    /* Hero */
    .hero-section {
        padding: 30px 0 20px;
    }

    .hero-title {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .hero-desc {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .hero-btn {
        padding: 10px 24px;
        font-size: 13px;
    }

    .hero-btns {
        margin-bottom: 24px;
    }

    .hero-stats-left {
        display: none !important;
    }

    .main-car-view {
        padding: 0 10px;
    }

    .hero-car-bg-shape {
        width: 95%;
        height: 55%;
        border-radius: 12px;
    }

    .hero-nav-right {
        bottom: -5px;
        right: 10px;
    }

    .nav-btn {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .view-details-btn {
        left: 10px;
    }

    .view-details-btn .btn {
        padding: 8px 20px;
        font-size: 12px;
    }

    /* Section Titles */
    .section-title {
        font-size: 22px;
    }

    .section-desc {
        font-size: 13px;
    }

    /* Brands */
    .brands-section {
        padding: 40px 0;
    }

    .brand-main-img img {
        height: 130px;
    }

    .brand-thumb-row img {
        height: 45px;
    }

    .brand-info h5 {
        font-size: 14px;
    }

    .brand-info p {
        font-size: 11px;
    }

    /* Stats */
    .tagline-section {
        padding: 40px 0;
    }

    .tagline-section h2 {
        font-size: 22px;
    }

    .tagline-desc {
        font-size: 13px;
    }

    .stats-row .stat-box {
        padding: 16px 10px;
    }

    .stats-row .stat-box h3 {
        font-size: 22px;
    }

    .stats-row .stat-box p {
        font-size: 10px;
    }

    /* About */
    .about-section {
        padding: 40px 0;
    }

    .about-heading {
        font-size: 22px;
    }

    .about-desc {
        font-size: 13px;
    }

    .feature-list li {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .feature-list li i {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    /* Fleet */
    .fleet-section {
        padding: 40px 0;
    }

    .fleet-tab-btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .rental-card {
        padding: 18px;
    }

    .rental-card-img img {
        height: 110px;
    }

    .rental-card-name {
        font-size: 16px;
    }

    .current-price {
        font-size: 16px;
    }

    .btn-rent {
        padding: 8px 18px;
        font-size: 12px;
    }

    .spec-item {
        font-size: 11px;
    }

    /* Testimonials */
    .testimonial-section {
        padding: 40px 0;
    }

    .review-card {
        padding: 20px;
    }

    .review-card p {
        font-size: 12px;
    }

    /* Gallery */
    .gallery-section {
        padding: 40px 0;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 120px);
        gap: 8px;
    }

    /* Contact */
    .contact-section {
        padding: 40px 0;
    }

    .contact-title {
        font-size: 20px;
    }

    .get-help-badge {
        display: none;
    }

    .contact-form-page .form-control {
        padding: 10px 14px;
        font-size: 13px;
    }

    /* Footer */
    .footer-widget-heading h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer-text p {
        font-size: 12px;
    }

    .footer-widget ul li a {
        font-size: 12px;
    }

    .footer-gallery img {
        height: 55px;
    }

    .copyright-text p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 24px;
    }

    .hero-desc {
        font-size: 12px;
    }

    .hero-btn {
        padding: 9px 20px;
        font-size: 12px;
    }

    .hero-car-bg-shape {
        height: 50%;
    }

    .section-title {
        font-size: 20px;
    }

    .fleet-tab-btn {
        padding: 6px 14px;
        font-size: 11px;
    }

    .stats-row .stat-box h3 {
        font-size: 18px;
    }

    .about-heading,
    .tagline-section h2 {
        font-size: 20px;
    }

    .contact-title {
        font-size: 18px;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 100px);
    }
}