﻿@media (max-width: 1400px) {
    .about-focus,
    .industry-excellence,
    .delivery-system {
        gap: 60px;
    }
}

@media (max-width: 1200px) {
    .navbar {
        width: 95%;
        padding: 0 25px;
    }

    .nav-center {
        gap: 22px;
        margin-left: 60px;
        font-size: 15px;
    }

    .about-hero {
        padding: 0 60px;
        height: 420px;
    }

    .about-hero-content h1 {
        font-size: 48px;
    }

    .about-focus,
    .industry-excellence,
    .delivery-system {
        padding: 80px 50px;
    }

    .about-right h2,
    .industry-left h2,
    .delivery-right h2 {
        font-size: 38px;
    }

    .footer-main {
        padding: 80px 60px 60px;
        gap: 50px;
    }
}

@media (max-width: 1024px) {
    .about-focus,
    .industry-excellence,
    .delivery-system {
        flex-direction: column;
    }

    .about-left,
    .about-right,
    .industry-left,
    .industry-right,
    .delivery-left,
    .delivery-right {
        width: 100%;
    }

    .about-left {
        max-width: 500px;
        margin: auto;
    }

    .img-two {
        right: -20px;
        bottom: -40px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding: 70px 50px;
    }

    .footer-col:first-child {
        grid-column: 1 / -1;
    }

    .logistics-section {
        flex-direction: column;
    }

    .logistics-left,
    .logistics-right {
        width: 100%;
    }

    .logistics-left {
        padding: 70px 50px;
    }

    .logistics-right {
        height: 350px;
    }
}

@media (max-width: 900px) {
    .nav-center,
    .nav-right {
        display: none;
    }

    .hamburger {
        display: flex;
        margin-left: auto;
        margin-left:-5px;
    }

    .about-hero {
        padding: 0 40px;
        height: 380px;
    }

    .about-hero-content h1 {
        font-size: 38px;
    }

    .about-focus,
    .industry-excellence,
    .delivery-system {
        padding: 70px 40px;
    }
}

@media (max-width: 768px) {
    .navbar {
        height: 60px;
        padding: 0 18px;
    }

    .logo {
        height: 32px;
    }

    .about-hero {
        padding: 0 30px;
        height: 350px;
    }

    .about-hero-content h1 {
        font-size: 34px;
    }

    .breadcrumb {
        font-size: 14px;
    }

    .about-right h2,
    .industry-left h2,
    .delivery-right h2 {
        font-size: 32px;
    }

    .about-right p,
    .industry-left p,
    .delivery-right p,
    .logistics-left p {
        font-size: 15px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        padding: 50px 30px 40px;
        gap: 35px;
    }

    .footer-bottom {
        flex-direction: column;
        height: auto;
        gap: 8px;
        text-align: center;
        padding: 15px 30px;
    }

        .footer-bottom p {
            font-size: 14px;
        }
}

@media (max-width: 640px) {
    .about-hero {
        padding: 0 25px;
        height: 320px;
    }

    .about-hero-content h1 {
        font-size: 30px;
    }

    .about-focus,
    .industry-excellence,
    .delivery-system {
        padding: 60px 25px;
    }

    .img-two {
        right: -10px;
        bottom: -30px;
    }

    .logistics-left {
        padding: 60px 35px;
    }
}

@media (max-width: 480px) {
    .navbar {
        top: 12px;
        height: 52px;
        width: 90%;
        padding: 0 16px;
    }

    .logo {
        height: 26px;
        margin-left:110px;
    }

    .about-hero {
        padding: 0 20px;
        height: 280px;
    }

    .about-hero-content h1 {
        font-size: 26px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .about-focus,
    .industry-excellence,
    .delivery-system {
        padding: 50px 20px;
    }

    .about-right h2,
    .industry-left h2,
    .delivery-right h2 {
        font-size: 26px;
    }

    .about-right p,
    .industry-left p,
    .delivery-right p {
        font-size: 13px;
    }

    .footer-main {
        padding: 40px 20px;
    }

    .footer-bottom p {
        font-size: 12px;
    }

    .logistics-left {
        padding: 50px 25px;
    }

        .logistics-left h2 {
            font-size: 26px;
        }

        .logistics-left p {
            font-size: 14px;
        }
}

@media (max-width: 400px) {
    .about-hero {
        padding: 0 18px;
        height: 260px;
    }

    .about-hero-content h1 {
        font-size: 24px;
    }

    .about-focus,
    .industry-excellence,
    .delivery-system {
        padding: 45px 18px;
    }

    .about-right h2,
    .industry-left h2,
    .delivery-right h2 {
        font-size: 24px;
    }

    .about-right p,
    .industry-left p,
    .delivery-right p {
        font-size: 12px;
    }

    .footer-main {
        padding: 35px 18px;
    }

    .footer-logo {
        width: 120px;
    }

    .footer-bottom p {
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .about-hero {
        padding: 0 16px;
        height: 240px;
    }

    .about-hero-content h1 {
        font-size: 22px;
    }

    .about-focus,
    .industry-excellence,
    .delivery-system {
        padding: 40px 16px;
    }

    .about-right h2,
    .industry-left h2,
    .delivery-right h2 {
        font-size: 22px;
    }

    .footer-main {
        padding: 30px 16px;
    }

    .footer-bottom p {
        font-size: 10px;
    }
}

@media (min-width: 1600px) {
    .about-focus,
    .industry-excellence,
    .delivery-system {
        max-width: 1500px;
    }

    .footer-main {
        max-width: 1550px;
    }
}

@media (min-width: 1800px) {
    .about-focus,
    .industry-excellence,
    .delivery-system {
        max-width: 1600px;
    }

    .footer-main {
        max-width: 1650px;
    }
}
