/* ================================
   ABOUT PAGE - MOBILE CSS
   ================================ */

@media (max-width: 768px) {
     /* =====================================================
       HEADER
    ===================================================== */

    .header {
        width: 100%;
        min-height: 95px;

        padding: 12px 15px;

        display: flex;
        align-items: flex-start;
        justify-content: space-between;

        position: relative;
        z-index: 1000;
    }


    /* =====================================================
       CENTER LOGO
    ===================================================== */

    .logo {
        position: absolute;

        left: 50%;
        top: 12px;

        transform: translateX(-50%);

        width: max-content;
        max-width: 70%;

        text-decoration: none;

        text-align: center;

        z-index: 2;
    }


    .logo-text {
        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        text-align: center;
    }


    .brand-title {
        display: block;

        font-size: 17px;

        line-height: 1.2;

        font-weight: 700;

        white-space: nowrap;
    }


    .brand-tagline {
        display: block;

        margin-top: 3px;

        font-size: 8px;

        line-height: 1.3;

        text-align: center;

        white-space: nowrap;
    }
   .language-switcher {
    position: absolute !important;

    left: 50% !important;
    right: auto !important;

    top: 56px !important;

    transform: translateX(-50%) !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 8px !important;

    width: max-content !important;

    margin: 0 !important;
}

.language-switcher a {
    min-width: 40px !important;
    width: 40px !important;

    height: 33px !important;

    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 11px !important;

    white-space: nowrap !important;
}
    /* =====================================================
       MOBILE MENU BUTTON
    ===================================================== */

    .menu-toggle {
        position: absolute;

        right: 15px;
        top: 12px;

        width: 40px;
        height: 40px;

        display: flex;

        align-items: center;
        justify-content: center;

        font-size: 23px;

        text-decoration: none;

        z-index: 20;
    }


    /* =====================================================
       DESKTOP NAVIGATION HIDDEN
    ===================================================== */

    .desktop-menu {
        display: none !important;
    }

    /* About Hero */
    .awards-hero {
        min-height: auto !important;
        padding: 120px 20px 60px !important;
    }

    .hero-content {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .hero-tag {
        font-size: 12px !important;
    }

    .hero-content h1 {
        font-size: 34px !important;
        line-height: 1.2 !important;
    }

    .hero-subtitle {
        font-size: 15px !important;
    }

    .hero-description {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    .hero-buttons {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .hero-buttons .premium-btn {
        width: 100% !important;
        max-width: 320px !important;
        justify-content: center !important;
    }

}
/* =====================================================
       FOOTER
    ===================================================== */
    @media (max-width: 768px) {

    .premium-footer .footer-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 30px !important;
    }
   .footer-brand {
    width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.footer-brand h2,
.footer-brand h3,
.footer-brand p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.footer-box:nth-child(3) {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.footer-box:nth-child(3) ul {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    text-align: center !important;
}

.footer-box:nth-child(3) li {
    width: 100% !important;
    text-align: center !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.footer-box:nth-child(3) a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}
.footer-box .contact-item {
    width: 90% !important;
    max-width: 500px !important;
    display: grid !important;
    grid-template-columns: 55px 1fr !important;
    align-items: center !important;
    margin: 15px auto !important;
    text-align: left !important;
}

.footer-box .contact-item i {
    width: 55px !important;
    text-align: center !important;
}

.footer-box .contact-item span {
    text-align: left !important;
    padding-left: 10px !important;
}
.footer-social {
        justify-content: center;
    }
}
    
    


        @media (max-width: 768px) {

    .feedback-hero {
        min-height: 100vh !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

}
   