@media screen and (max-width: 800px) {
    html {
        overflow-x: hidden !important;
        width: 100vw !important;
    }

    body {
        background: linear-gradient(95deg, var(--primary-color) 0%, var(--primary-color-dark) 50%, var(--secondary-color-dark) 50%, var(--secondary-color) 100%);
    }

    h1 {
        font-size: 1.2rem !important;
    }

    h2 {
        font-size: 1.1rem !important;
    }

    h3 {
        font-size: 1rem !important;
    }

    h4 {
        font-size: 0.9rem !important;
    }

    h5 {
        font-size: 0.8rem !important;
    }

    h6 {
        font-size: 0.7rem !important;
    }

    p {
        font-size: 0.7rem !important;
    }

    .lh-1 {
        line-height: 1rem;
    }

    .lh-2 {
        line-height: 1.5rem;
    }

    .lh-3 {
        line-height: 2rem;
    }

    .lh-4 {
        line-height: 2.5rem;
    }

    .lh-5 {
        line-height: 3rem
    }

    .fs-xs {
        font-size: 10px !important;
    }

    .custom-navbar {
        width: 90vw;
        margin: 0.5rem 5vw !important;
    }

    .glass-dropdown {
        background: transparent;
        border: 0;
        border-radius: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        padding: auto;
        box-shadow: 0 0 0px rgba(255, 255, 255, 0);
        color: white;
    }

    .dropdown-item-custom {
        color: white;
        font-weight: 400;
        font-size: 1rem;
        transition: all 0.2s ease-in-out;
    }

    .row-cols-2 .col {
        width: 100vw !important;
    }

    .wifi-split {
        position: absolute;
        top: 15%;
        left: 32%;
        transform: translateY(-20%), translateX(-50%);
        width: 35vw;
    }

    .hero-section {
        height: 50vh;
        padding-top: 25vh;
    }

    .container {
        max-width: 95%;
    }

    .phone {
        position: absolute;
        top: 200px;
        right: 32.5%;
        transform: translateY(-15%), translateX(-35%);
        width: 35vw;
    }

    .logo {
        height: 40px;
    }

    #mobileOffCanvas .btn-close {
        background-color: transparent !important;
        color: white !important;
    }

    #mobileOffcanvas {
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 0;
    }

    #mobileOffcanvas .offcanvas-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    #mobileOffcanvas .offcanvas-title {
        color: white;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    #mobileOffcanvas .list-unstyled a {
        color: white;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        font-weight: bold;
        transition: all 0.2s ease-in-out;
    }

    #mobileOffcanvas .list-unstyled a:hover {
        color: #ddd;
        padding-left: 5px;
    }

    #mobileOffcanvas .accordion-item {
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    #mobileOffcanvas .accordion-button {
        background-color: transparent;
        color: white;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        font-weight: bold;
    }

    #mobileOffcanvas .accordion-button:not(.collapsed) {
        background-color: rgba(255, 255, 255, 0.1);
    }

    #mobileOffcanvas .accordion-body {
        background-color: rgba(0, 0, 0, 0.2);
    }

    #mobileOffcanvas .accordion-body a {
        color: white;
        font-size: 0.9rem;
        transition: all 0.2s ease-in-out;
    }

    #mobileOffcanvas .accordion-body a:hover {
        color: #ddd;
        padding-left: 5px;
    }
}