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

    .nav-custom {
        background-color: #005b96;
    }

    .custom-item {
        color: white;
    }
}

.header-custom {
    background-color: #005b96;
}

html {
    scroll-behavior: smooth;
}