@media screen and (max-width: 1024px) {
    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.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;
    }

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

    .home-banner {
        height: 30vh;
        padding-top: 20vh;
    }

    .header-text {
        font-size: 2.5rem !important;
    }

    .cloud {
        position: absolute;
        top: 5vh;
        width: 100%;
        height: 35vh;
        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: 5vh;
        width: 100%;
        height: 35vh;
        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: 5vh;
        width: 100%;
        height: 35vh;
        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;
    }

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

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

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

    #most-popular {
        top: -1rem;
    }

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

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