@media screen and (max-width: 992px) {
    #nav-mobile {
        width: 280px !important;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0px;
        height: 100%;
        margin-top: -0.3px;
        margin-right: -1px;
        z-index: 999999;
        background-color: #228f8a;
        color: #ffffff;
        box-shadow: none;
    }

    .sidenav-overlay {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    #nav-mobile .top-area{
        position: absolute;
        top: 0;
        height: 20vh;
        display: flex;
        justify-content: center; /* Tengah horizontal */
        align-items: center;
        border-bottom: 1px solid #569b8f;
    }

    #nav-mobile .mid-area{
        position: absolute;
        top: 20vh;
        height: 55vh;
        align-items: center;
        width: 100%;
    }

    #nav-mobile .bottom-area{
        position: absolute;
        top: 75vh;
        height: 25vh;
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    #nav-mobile .top-area img{
        margin-top: 10px;
        width: 60%;
    }

    #nav-mobile ul {
        width: 100%;
        padding-left: 0;
        list-style-type: none;
        color: #ffffff;
        padding-top: 0px;
        margin-top: 0px;
    }

    #nav-mobile ul li{
        width: 100%;
        border-bottom: 1px solid #569b8f;
    }

    #nav-mobile ul li a {
        color: #ffffff;
        font-size: 17px;
    }
}