/* Responsive Styles */

@media (max-width: 991.98px) {
    :root {
        --section-space: 64px;
    }

    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border: 1px solid var(--line);
        border-radius: 1rem;
        background: var(--surface);
        box-shadow: var(--shadow);
    }

    .navbar .nav-link {
        padding: 0.8rem 0.95rem;
    }

    .common_btn {
        width: 100%;
    }

    .hero-scene,
    .hero-row {
        min-height: auto;
    }

    .hero-row {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .hero-copy {
        max-width: 100%;
        text-align: center;
    }

    .booking-card {
        max-width: 100%;
    }

    .news-item-text {
        max-width: 100%;
    }

    .about-page-title {
        max-width: 100%;
    }

    .contact-form-wrap.booking-card {
        border-right: 2px solid var(--primary);
        border-bottom: 0;
    }

    .contact-layout {
        box-shadow: none;
    }

    .contact-info-panel {
        border-radius: 8px;
    }
}

@media (max-width: 767.98px) {
    :root {
        --section-space: 52px;
    }

    .navbar-brand img {
        width: 140px;
    }

    .footer-logo img {
        width: 150px;
    }

    .hero-scene {
        background-position: 38% center;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(16, 24, 40, 0.52) 0%, rgba(16, 24, 40, 0.28) 45%, rgba(255, 255, 255, 0.08) 100%);
    }

    .booking-card-body {
        padding: 1rem;
    }

    .section-heading-wrap--between {
        align-items: flex-start;
        flex-direction: column;
    }

    .news-item-title {
        font-size: 1.55rem;
    }

    .comparison-table thead th {
        font-size: 15px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.8rem 0.8rem;
    }

    .comparison-table tbody td:first-child {
        min-width: 120px;
        font-size: 14px;
        font-weight: 500;
    }

    .why-choose-subtitle {
        font-size: 0.98rem;
    }

    .about-hero-card--primary,
    .about-value-card,
    .about-purpose-wrap,
    .about-story-visual {
        padding: 1.4rem;
    }

    .about-story-tile {
        min-height: 120px;
    }

    .inner-page-card {
        padding: 1.4rem;
    }

    .inner-page-card-title {
        font-size: 1.25rem;
    }

    .about-point {
        flex-direction: column;
    }

    .services-page-title {
        max-width: 100%;
    }

    .services-menu-block,
    .service-detail-card,
    .service-type-card {
        padding: 1.35rem;
    }

    .truck-form-card-body {
        padding: 1.25rem;
    }

    .truck-form-heading {
        font-size: 1.45rem;
    }

    .truck-form-card-body {
        padding: 1rem;
    }

    .contact-form-shell,
    .contact-info-panel {
        padding: 1.25rem;
    }

    .contact-section-title,
    .contact-info-title {
        font-size: 1.65rem;
    }

    .contact-highlight-card {
        flex-direction: column;
    }

    .service-list-item {
        min-height: auto;
        align-items: flex-start;
    }

    .contact-info-box,
    .contact-highlight-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .contact-info-box-icon,
    .contact-highlight-icon {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 575.98px) {
    .brand-mark {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .brand-title {
        font-size: 1rem;
    }

    .brand-subtitle {
        display: none;
    }

    .hero-row {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-text {
        font-size: 0.98rem;
    }

    .booking-card-title {
        font-size: 0.98rem;
    }

    .phone-group .phone-code {
        max-width: 84px;
        flex-basis: 84px;
    }

    .stats_icon_box {
        width: 88px;
        min-width: 88px;
    }

    .stats_value {
        font-size: 1.7rem;
    }

    .about-news-title {
        font-size: 1.85rem;
    }

    .news-item-title {
        font-size: 1.35rem;
    }

    .footer-brand-mark {
        width: 48px;
        height: 48px;
    }

    .footer-widget-title {
        font-size: 1.05rem;
    }

    .contact-submit-btn,
    .truck-submit-btn {
        width: 100%;
    }

    .contact-section-title,
    .contact-info-title {
        font-size: 1.45rem;
        text-align: center;
    }
}