@media (max-width: 991.98px) {
    .nav-custom {
        width: 100%;
        /* Lebar penuh */
        position: absolute;
        /* Pastikan menempel */
    }

    .nav-custom {
        background-color: #017632;
    }

    .custom-item {
        color: white;
    }
}

::selection {
    background-color: #41644A;
    color: white;
}
