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

    body {
        background-color: black !important;
        background: url('/assets/images/home-banner-mobile.png') no-repeat center center fixed;
        background-size: cover;
        overflow-x: hidden !important;
        width: 100% !important;
    }

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

    .container {
        max-width: 95%;
    }

    .logo {
        height: 40px;
    }

    .header-text {
        font-size: 1.3rem !important;
        padding-left: 20vw !important;
        margin-top: -5vh !important;
    }

    .tagline {
        font-size: 0.8rem !important;
        padding-left: 20vw !important;
    }

    .cloud {
        position: absolute;
        top: 15vh;
        left: -10vw;
        height: 30vh;
        background-image: url('/assets/images/Cloud.png');
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .cloud-1 {
        position: absolute;
        top: 15vh;
        left: -10vw;
        height: 30vh;
        background-image: url('/assets/images/Cloud-1.png');
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        -webkit-animation: leftCloud 3s ease-in-out forwards;
        animation: leftCloud 3s ease-in-out forwards;
        z-index: 1000;
    }

    .cloud-2 {
        position: absolute;
        top: 15vh;
        left: -10vw;
        height: 30vh;
        background-image: url('/assets/images/Cloud-1.png');
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        -webkit-animation: rightCloud 3s ease-in-out forwards;
        animation: rightCloud 3s ease-in-out forwards;
        z-index: 1000;
    }

    .login-card {
        margin-top: 15vh;
        width: 100%;
        margin-left: 2vw;
        margin-right: 2vw;
        border-radius: 3rem !important;
    }

    #mobileOffCanvas .offcanvas-header btn,
    #mobileOffCanvas .offcanvas-header 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;
    }

    .vh-100-custom {
        height: 50vh;
        margin-top: 5vh;
    }

    #adsl-img {
        height: 20vh;
        width: auto;
    }

    .fiber-home {
        width: 125px;
        height: auto;
        z-index: -1;
        filter: drop-shadow(0px 0px 10px rgba(255, 106, 0, 0.3));
    }

    .broadband-img {
        width: 120%;
        height: auto;
        position: absolute;
        top: 5vh;
        left: -20vw;
        z-index: -1;
    }

    #corporate-img {
        position: absolute;
        width: 100vw;
        z-index: -1;
        filter: opacity(0.7) blur(2px);
    }

    .fs-xl {
        font-size: 2rem !important;
    }

    #broadband-banner {
        margin-top: 15vh;
        height: 30vh;
    }
}