@media only screen and (max-width: 1599px) {
    .ch-nav-links {
        gap: 1.5rem;
    }

    .ch-nav-links a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1399px) {
    :root {
        --margin-inline: 5rem;
    }

    .ch-hero h1 {
        font-size: 3.35rem;
    }

    .ch-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ch-nav-links {
        gap: 1.15rem;
    }

    .ch-nav-links a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    :root {
        --margin-inline: 3rem;
    }

    .ch-nav-links {
        gap: 0.85rem;
    }

    .ch-nav-links a {
        font-size: 12.5px;
    }

    .ch-why-row,
    .ch-about-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ch-why-row .ch-media-placeholder,
    .ch-about-row .ch-media-placeholder,
    .ch-why-row .ch-media-photo,
    .ch-about-row .ch-media-photo {
        min-height: 320px;
    }

    .ch-booking-wrap {
        grid-template-columns: 1fr;
    }

    .ch-booking-summary {
        position: static;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --margin-inline: 1.25rem;
    }

    .ch-form-group {
        margin-bottom: 0.75rem;
    }

    .ch-nav-links,
    .ch-nav-actions .ch-lang-btn span.txt {
        display: none;
    }

    .ch-burger {
        display: inline-flex;
    }

    .ch-hero {
        min-height: unset;
        padding-top: calc(var(--navbar-height) + 2rem);
        padding-bottom: 3rem;
    }

    .ch-hero h1 {
        font-size: 2.6rem;
    }

    .ch-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ch-why-list,
    .ch-vehicle-grid,
    .ch-service-select-grid,
    .ch-service-features {
        grid-template-columns: 1fr;
        gap: 0.25rem 1.5rem;
    }

    .ch-profile-shell {
        grid-template-columns: 1fr;
    }

    .ch-profile-sidebar {
        position: static;
    }

    .ch-dash-cards,
    .ch-vehicle-list {
        grid-template-columns: 1fr;
    }

    .ch-steps {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 2rem;
    }

    .ch-steps::before {
        display: none;
    }

    .ch-cta {
        padding: 2.5rem 1.75rem;
        text-align: center;
        justify-content: center;
    }

    .ch-cta h2 {
        max-width: 100%;
    }

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

    .ch-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 2.5rem;
    }

    .ch-section {
        padding-block: 4rem;
    }
}

@media only screen and (max-width: 767px) {
    .ch-hero h1 {
        font-size: 2.1rem;
    }

    .ch-hero-quickinfo {
        gap: 1.1rem;
    }

    .ch-hero-stat-card {
        display: none;
    }

    .ch-services-grid {
        grid-template-columns: 1fr;
    }

    .ch-steps {
        grid-template-columns: 1fr 1fr;
    }

    .ch-slots-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ch-booking-steps .lbl {
        display: none;
    }

    .ch-booking-panel {
        padding: 1rem;
    }

    .ch-trust-strip {
        justify-content: center;
        text-align: center;
    }

    .ch-footer-grid {
        grid-template-columns: 1fr;
    }

    .ch-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .ch-page-header h1 {
        font-size: 1.85rem;
    }
}

@media only screen and (max-width: 575px) {
    .ch-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ch-hero-actions .ch-btn {
        width: 100%;
    }

    .ch-slots-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ch-booking-nav {
        flex-direction: column-reverse;
        gap: 1rem;
        align-items: stretch;
    }

    .ch-booking-nav .ch-btn {
        width: 100%;
    }
}
