﻿@media (max-width: 1400px) {
    .about-future-container {
        gap: 60px;
    }

    .technical-container {
        padding: 55px;
        gap: 45px;
    }

    .safety-container {
        gap: 50px;
    }
}

@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-future-section {
        padding: 90px 60px;
    }

    .about-content h2,
    .technical-content h2,
    .logistics-left h2,
    .safety-right h2 {
        font-size: 38px;
    }

    .footer-main {
        padding: 80px 60px 60px;
        gap: 50px;
    }
}

@media (max-width: 1024px) {
    .about-future-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-images {
        max-width: 500px;
        margin: auto;
        height: 450px;
    }

    .technical-container {
        flex-direction: column;
        padding: 50px;
    }

    .technical-content,
    .technical-image {
        width: 100%;
    }

    .logistics-section {
        flex-direction: column;
    }

    .logistics-left,
    .logistics-right {
        width: 100%;
    }

    .safety-container {
        flex-direction: column;
    }

    .safety-left,
    .safety-right {
        width: 100%;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding: 70px 50px;
    }

    .footer-col:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {

    .hamburger {
        display: flex;
        margin-left: auto;
        margin-left: 20px;
    }
    .nav-center,
    .nav-right {
        display: none;
    }

    .about-hero {
        padding: 0 40px;
        height: 380px;
    }

    .about-hero-content h1 {
        font-size: 38px;
    }

    .about-future-section {
        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-images {
        height: 420px;
    }

    .img-top {
        width: 280px;
        height: 360px;
    }

    .img-bottom {
        width: 260px;
        height: 260px;
        bottom: -30px;
    }

    .about-content h2,
    .technical-content h2,
    .logistics-left h2,
    .safety-right h2 {
        font-size: 32px;
    }

    .about-content p,
    .technical-content p,
    .logistics-left p,
    .safety-right p,
    .left-text p {
        font-size: 15px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        padding: 50px 30px 40px;
        gap: 35px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        height: auto;
        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-future-section {
        padding: 50px 25px;
    }

    .about-images {
        height: 380px;
    }

    .img-top {
        width: 250px;
        height: 320px;
        border-radius: 30px;
    }

    .img-bottom {
        width: 230px;
        height: 230px;
        border-radius: 28px;
    }

    .technical-container {
        padding: 40px 30px;
    }

    .logistics-left {
        padding: 60px 35px;
    }

    .safety-section {
        padding: 60px 30px;
    }

    .footer-main {
        padding: 45px 25px;
    }
}

@media (max-width: 480px) {
    .navbar {
        height: 52px;
        width: 90%;
        padding: 0 16px;
        top: 12px;
    }

    .logo {
        height: 26px;
        margin-left:90px;
    }

    .hamburger {
        width: 28px;
        height: 22px;
    }

        .hamburger span {
            height: 2px;
        }

    .about-hero {
        padding: 0 20px;
        height: 280px;
    }

    .about-hero-content h1 {
        font-size: 26px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .about-images {
        height: 340px;
    }

    .img-top {
        width: 220px;
        height: 280px;
    }

    .img-bottom {
        width: 200px;
        height: 200px;
    }

    .about-content h2,
    .technical-content h2,
    .logistics-left h2,
    .safety-right h2 {
        font-size: 24px;
    }

    .about-content p,
    .technical-content p,
    .logistics-left p,
    .safety-right p {
        font-size: 13px;
    }

    .technical-container {
        padding: 35px 25px;
    }

    .logistics-left {
        padding: 50px 25px;
    }

    .footer-main {
        padding: 40px 20px;
    }

    .footer-bottom p {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .about-hero {
        padding: 0 18px;
        height: 260px;
    }

    .about-hero-content h1 {
        font-size: 24px;
    }

    .about-images {
        height: 320px;
    }

    .img-top {
        width: 200px;
        height: 260px;
    }

    .img-bottom {
        width: 180px;
        height: 180px;
    }

    .about-content h2,
    .technical-content h2,
    .logistics-left h2,
    .safety-right h2 {
        font-size: 22px;
    }

    .about-content p,
    .technical-content p,
    .logistics-left p,
    .safety-right p {
        font-size: 12px;
    }

    .technical-container {
        padding: 30px 20px;
    }

    .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;
    }

    .hamburger {
        width: 26px;
        height: 20px;
    }

    .about-hero-content h1 {
        font-size: 22px;
    }

    .about-images {
        height: 300px;
    }

    .img-top {
        width: 180px;
        height: 240px;
    }

    .img-bottom {
        width: 160px;
        height: 160px;
    }

    .about-content h2,
    .technical-content h2,
    .logistics-left h2,
    .safety-right h2 {
        font-size: 20px;
    }

    .footer-main {
        padding: 30px 16px;
    }

    .footer-bottom p {
        font-size: 10px;
    }
}

@media (min-width: 1600px) {
    .about-future-container,
    .safety-container {
        max-width: 1500px;
    }

    .footer-main {
        max-width: 1550px;
    }
}

@media (min-width: 1800px) {
    .about-future-container,
    .safety-container {
        max-width: 1600px;
    }

    .footer-main {
        max-width: 1650px;
    }
}
