@media screen and (max-width: 767px) {
    .nav-bar {
        background-color: black;
        background-image: none;
        padding: 1rem 1rem 0.9rem;
        align-items: center;
        z-index: 1030;
    }

    .nav-bar .logo {
        width: auto;
        max-width: 60vw;
    }

    .nav-bar .logo a {
        position: static;
        display: block;
        transform: none;
    }

    .nav-bar .logo img {
        max-height: 48px;
        width: auto;
    }

    .nav-toggle {
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 999px;
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        line-height: 1;
        padding: 0;
    }

    .nav-toggle:focus {
        box-shadow: none;
        outline: none;
    }

    .mobile-menu {
        --bs-offcanvas-width: 100vw;
        width: 100vw !important;
        max-width: none;
        background: linear-gradient(180deg, rgba(15, 15, 15, 0.98) 0%, rgba(0, 0, 0, 0.95) 100%);
        color: #fff;
        border-left: 0;
    }

    .mobile-menu-header {
        padding: 1rem 1rem 0.9rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mobile-menu-brand {
        display: inline-flex;
        align-items: center;
        max-width: calc(100% - 64px);
    }

    .mobile-menu-brand img {
        max-height: 42px;
        width: auto;
    }

    .mobile-menu .offcanvas-body {
        padding: 0.75rem 1rem 1.5rem;
    }

    .mobile-menu-body > a,
    .mobile-menu-toggle,
    .mobile-language-switcher a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.95rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
        font-size: 1rem;
        text-decoration: none;
        background: transparent;
    }

    .mobile-menu-group {
        width: 100%;
    }

    .mobile-menu-toggle {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        cursor: pointer;
    }

    .mobile-menu-toggle i {
        transition: transform 0.2s ease;
    }

    .mobile-menu-toggle[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

    .mobile-submenu {
        padding-bottom: 0.25rem;
    }

    .mobile-submenu a {
        display: block;
        padding: 0.8rem 0 0.8rem 1rem;
        color: rgba(255, 255, 255, 0.82);
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 0.95rem;
    }

    .mobile-menu-body a:hover,
    .mobile-menu-body a:focus,
    .mobile-menu-toggle:hover,
    .mobile-menu-toggle:focus {
        color: #ffe600;
    }

    .mobile-menu-active {
        color: #ffe600 !important;
        text-shadow: 0 0 10px rgba(255, 230, 0, 0.25);
    }

    .mobile-language-switcher {
        margin-top: 0.4rem;
    }

    .mobile-language-switcher a {
        justify-content: flex-start;
        color: #ffe600;
        font-weight: 700;
    }

    .home-body-btnnlock {
        padding: 0 10%;
        margin-top: 20px;
    }

    .footer-section {
        padding: 10px;
    }
    .footer-section-right img {
        width: 100%;
    }

    .home-body-btnnlock-btn {
        height: auto;
        margin-bottom: 1rem;
    }

    .home-body-btnnlock-btn h2 {
        font-size: 12px;
    }
}
