﻿@media (max-width: 1120px) {
    header {
        height: 60px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
        margin-bottom: 15px;
    }

    .main-container {
        margin-top: 75px;
        padding: 0px 10px;
    }

    .separator {
        width: 100%;
    }

    .top-container {
        gap: 10px;
        padding: 15px 15px 15px 15px;
    }

    .top-menu {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .mobile-menu {
        display: none; /* Will be shown with JavaScript toggle */
    }

        .mobile-menu.show {
            display: flex;
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }


    .has-submenu:hover .submenu {
        position: absolute;
        top: 105px;
        left: 20px;
    }

    .submenu a {
        font-size: 14px;
    }

    .arrow-icon {
        width: 12px;
        height: 12px;
    }


    .top-login {
        margin-left: auto;
    }

    .vision-container {
        gap: 30px;
    }

    .ceo-message-container {
        flex-direction: column-reverse;
    }



    .ceo-message-box h2 {
        font-size: 40px;
        line-height: 1.4;
        text-align: center;
    }



    .mission-list li {
        font-size: 20px;
    }

    .atm-subtitle {
        font-size: 22px;
    }

    .atm-title {
        font-size: 32px;
    }

    .atm-highlight {
        font-size: 30px;
    }

    .mission-container {
        padding: 30px 20px;
    }

    .mission-points li {
        font-size: 22px;
        font-weight: 600;
    }

    .quote-box, .quote-image {
        max-width: 300px;
    }

        .quote-box h2 {
            font-size: 30px;
        }

        .quote-box h4 {
            font-size: 16px;
        }

        .quote-box h5 {
            font-size: 14px;
        }


    .header-title-container {
        height: 130px;
        padding-top: 20px;
    }


    .header-logo-background {
        top: 90px;
        right: 10px;
        width: 180px;
        height: 300px;
    }


    .header-title-container h1 {
        font-size: 46px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .team-container {
        padding: 50px 20px;
    }


    .member-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        padding: 10px 20px;
    }




    .affiliate-hero {
        padding: 40px 10px;
    }

        .affiliate-hero h2 {
            font-size: 34px;
        }

    .logo {
        width: 150px;
    }

    .subtext {
        font-size: 20px;
    }

    .ribbon-right {
        right: -100px;
    }


    .pink-glow-1 {
        top: 50%;
    }

    .about-everest .right h2 {
        font-size: 36px;
        font-weight: 600;
        /* margin-bottom: 15px; */
    }

    .about-everest .right p {
        font-size: 25px;
        text-align: center;
        padding: 30px;
    }


    .why-everest h2 {
        font-size: 30px;
    }

    .contact-container {
        flex-direction: column;
        padding: 10px 10px 30px 10px;
    }

    .contact-form,
    .contact-info {
        flex: 1 1 100%;
    }

    .contact-info {
        padding: 0px;
    }

    .header-logo {
        max-width: 300px;
        height: auto;
        margin: 0 auto;
        margin-top: 10px;
    }

    .commission-title {
        font-size: 48px;
    }
}
