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

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

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

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

    h4 {
        font-size: 1rem !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;
    }

    .logo {
        height: 50px;
    }

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

    .custom-navbar {
        width: 96vw;
        margin: 0.5rem 2vw !important;
        border-radius: 2.5rem;
    }

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

    .phone {
        position: absolute;
        top: 100px;
        right: 35%;
        transform: translateY(-10%), translateX(-35%);
        width: 30vw;
    }

    .text-xs {
        font-size: 0.8rem;
    }

    #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;
    }
}

@media screen and (min-width: 1025px) {
    .card:hover {
        cursor: pointer;
        transform: rotateY(180deg);
    }
}