@media(max-width: 1450px) {
    :root {
        --h1: 3.15rem;
        --h2: 2.775rem;
        --h3: 2.25rem;
        --h4: 1.75rem;
        --h5: 1.25rem;
        --h6: 1.1rem;
        --p: 1.1rem;
        --a: 1rem;
    }
}

@media (max-width: 1250px) {}

@media (max-width: 1200px) {
    #header-section nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 2em;
        padding: 3em 3.5em;
    }

    .header-btn {
        display: flex;
    }

    #header-section nav ul {
        position: absolute;
        display: none !important;
        left: initial;
        transform: none;
        top: 0;
        right: 0;
        width: 60%;
        min-width: 320px;
        height: 100vh;
        padding: 15em 3em 2em 4em;
        background: rgba(17, 17, 17, 0.98);
        box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
    }

    #header-section nav ul.open {
        display: block !important;
    }

    #header-section nav ul li {
        margin-bottom: 1.5em;
    }

    #header-section nav ul a {
        font-size: var(--h4);
    }

    .nav-container ul li ul {
        padding: 0;
        padding-left: 15px;
        position: relative;
        display: block;
        padding-top: 1.5em;
    }

    #header-section nav ul li ul li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 14px;
    }

    :root {
        --h1: 2.95rem;
        --h2: 2.45rem;
        --h3: 2.15rem;
    }

    .w-75 {
        width: 100% !important;
    }

    .section-banner {
        min-height: 50vh;
        aspect-ratio: 4 / 3;
    }

    .section-banner .video-container {
        height: auto;
    }

    .el-truck {
        width: 100%;
        margin-left: 0;
    }

    .services-list h2 {
        margin-right: 0;
    }

    .el-worker-container .grad-bg {
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }

    .section-why .img-container {
        margin-bottom: -35%;
    }

    .el-map {
        width: 80%;
    }

    .el-pins {
        position: absolute;
        top: 11%;
        left: 6%;
        width: 76%;
        height: 100%;
    }

    .section-why .img-container img {
        object-fit: cover;
        object-position: center center;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 11px;
    }

    :root {
        --h1: 2.5rem;
        --h2: 2.15rem;
        --h3: 1.85rem;
        --h4: 1.5rem;
    }

    .pin-detail-container {
        grid-template-columns: auto;
    }
}

@media (max-width: 576px) {
    body {
        font-size: 9px;
    }

    :root {
        --h1: 1.85rem;
        --h2: 1.7rem;
        --h3: 1.55rem;
    }

    .section-banner {
        aspect-ratio: 4 / 4;
    }

    .el-map {
        width: 100%;
    }

    .el-pins {
        width: 92%;
        height: 100%;
        top: 14%;
        left: 8%;
    }
}

@media (max-width: 400px) {
    body {
        font-size: 9px;
    }

    :root {
        --h1: 1.5rem;
        --h2: 1.3rem;
        --h3: 1.25rem;
        --h4: 1.15rem;
        --p: 0.9rem;
    }
}