@media screen and (max-width: 1920px) {
    .locations .orange-content {
    top: -11vh;
    }
    .locations {
        margin-bottom: -22vh;
    }
}




/* ===== 1200px breakpoint ===== */
@media screen and (max-width: 1200px) {
    .inner-width {
        width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .hero {
        height: 60vh;
    }

    .image-pair {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .image-pair img {
        width: 48%;
    }

   .orange-row {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .orange-row img,
    .orange-text {
        min-width: 40%;
        margin-bottom: 20px;    
    }


    .footer-grid {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .footer-col {
        flex: 1 1 45%;
    }

    .locations .orange-content {
    top: -6vh;
    }
    .locations {
        margin-bottom: -12vh;
    }
}




/* ===== 600px breakpoint ===== */
@media screen and (max-width: 600px) {
    .hero {
        height: 40vh;
    }

    .intro {
        padding: 2rem 0;
    }

    .intro p {
        width: 100%;
        font-size: 0.95rem;
    }

    .image-pair img {
        width: 100%;
    }

    .orange-row {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .orange-row img,
    .orange-text {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;    
    }

    .orange-text h2 {
        font-size: 1rem;
    }

    .footer-col {
        flex: 1 1 100%;
        text-align: left;
    }

    .green-footer .footer-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .green-footer .footer-col {
        flex: 1 1 100%;
        text-align: center;
    }

    .green-footer .footer-col h5,
    .green-footer .footer-col p,
    .green-footer .footer-col a {
        text-align: center;
        display: block;
    }

    .green-footer .footer-btn {
        margin: 0.5rem auto;
    }

    .green-footer .contact-box {
        text-align: center;
    }

    .footer-col p {
    line-height: normal;
    }

    .intro-logo {
        position: relative;
        top: -50px;
    }

    .intro h2 {
        margin-top: -1.5rem;
    }
}