/* ========================================
   RESPONSIVE STYLES
   ======================================== */

@media (max-width: 1199px) {
    .hero-section {
        margin: 15px;
    }

    .hero-car-wrapper {
        padding: 0 60px;
    }

    .choose-title {
        font-size: 32px;
    }

    .explore-heading,
    .services-title,
    .faq-heading {
        font-size: 28px;
    }
}

@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 {
        margin: 10px;
        border-radius: 14px;
    }

    .hero-slider {
        min-height: 280px;
    }

    .hero-car-wrapper {
        padding: 0 40px;
    }

    .hero-car-img {
        max-width: 500px;
        position:relevent;
        left: 10px;
    }

    .hero-floating-badge {
        display: none !important;
    }

    /* Choose */
    .choose-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .choose-section {
        padding: 40px 0;
    }

    /* Explore */
    .explore-section {
        padding: 50px 0;
    }

    .explore-heading {
        font-size: 26px;
    }

    /* Services */
    .services-section {
        padding: 50px 0;
    }

    .services-title {
        font-size: 26px;
        margin-top: 20px;
    }

    /* FAQ */
    .faq-section {
        padding: 50px 0;
    }

    .faq-heading {
        font-size: 26px;
    }

    .faq-help-box {
        margin-bottom: 30px;
    }

    /* Newsletter */
    .newsletter-title {
        font-size: 24px;
    }

    /* Gallery */
    .gallery-section {
        padding: 50px 0;
    }

    .gallery-grid-modern {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 180px);
    }

    .gallery-card-tall {
        grid-row: span 2;
    }

    /* Contact */
    .contact-section-modern {
        padding: 50px 0;
    }

    .contact-heading {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    /* Hero */
    .hero-section {
        margin: 8px;
        border-radius: 12px;
    }

    .hero-inner {
        padding: 20px 0 0;
    }

    .hero-slider {
        min-height: 200px;
    }

    .hero-car-wrapper {
        padding: 0 15px;
    }

    .hero-car-img {
        max-width: 350px;
    }

    .hero-arrow {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }

    .hero-arrow-left {
        left: 8px;
    }

    .hero-arrow-right {
        right: 8px;
    }

    .hero-social-sidebar {
        display: none !important;
    }

    /* Choose */
    .choose-section {
        padding: 30px 0;
    }

    .choose-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .choose-desc {
        font-size: 13px;
    }

    /* Explore */
    .explore-section {
        padding: 40px 0;
    }

    .explore-heading {
        font-size: 22px;
    }

    .explore-desc {
        font-size: 13px;
    }

    .dream-car-img {
        height: 150px;
    }

    .dream-car-name {
        font-size: 14px;
    }

    .dream-car-price {
        font-size: 14px;
    }

    .btn-order {
        padding: 8px 16px;
        font-size: 11px;
    }

    /* Services */
    .services-section {
        padding: 40px 0;
    }

    .services-title {
        font-size: 22px;
    }

    .services-desc {
        font-size: 13px;
    }

    /* FAQ */
    .faq-section {
        padding: 40px 0;
    }

    .faq-heading {
        font-size: 22px;
    }

    .faq-categories {
        flex-wrap: wrap;
    }

    /* Newsletter */
    .newsletter-section {
        padding: 40px 0;
    }

    .newsletter-box {
        padding: 30px 20px;
    }

    .newsletter-title {
        font-size: 20px;
    }

    .newsletter-form {
        flex-direction: column;
        border: none;
        gap: 10px;
    }

    .newsletter-form input {
        border: 1px solid #e2e8f0;
        border-radius: 8px;
    }

    .newsletter-form button {
        border-radius: 8px;
    }

    /* Gallery */
    .gallery-section {
        padding: 40px 0;
    }

    .gallery-grid-modern {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 150px);
        gap: 10px;
    }

    .gallery-overlay h4 {
        font-size: 13px;
    }

    .gallery-overlay p {
        display: none;
    }

    /* Contact */
    .contact-section-modern {
        padding: 40px 0;
    }

    .contact-heading {
        font-size: 20px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-info-panel,
    .contact-form-panel {
        padding: 30px;
    }

    .get-help-badge {
        display: none;
    }

    .contact-form-page .form-control {
        padding: 10px 14px;
        font-size: 13px;
    }

    /* Footer */
    .footer-links-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer-text p {
        font-size: 12px;
    }

    .footer-widget ul li a {
        font-size: 12px;
    }

    .copyright-text p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        margin: 5px;
        border-radius: 10px;
    }

    .hero-slider {
        min-height: 170px;
    }

    .hero-car-img {
        max-width: 280px;
    }

    .choose-title {
        font-size: 20px;
    }

    .explore-heading,
    .services-title,
    .faq-heading {
        font-size: 20px;
    }

    .newsletter-title {
        font-size: 18px;
    }

    .contact-heading {
        font-size: 18px;
    }

    .gallery-grid-modern {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 120px);
    }

    .service-card {
        padding: 16px;
    }

    .service-card h5 {
        font-size: 13px;
    }

    .service-card p {
        font-size: 11px;
    }
}