/* NUCLEAR OPTION - Force complete transparency */
.navbar-transparent,
.navbar-transparent .container-fluid,
.navbar-transparent .container,
.navbar-transparent .navbar,
.navbar-transparent .navbar-nav,
.navbar-transparent .nav-item,
.navbar-transparent .nav-link,
.sticky-top,
.navbar-expand-lg,
.navbar-dark {
    background-color: transparent !important;
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
}

.navbar-transparent.scrolled {
    background-color: #2D4A2D !important;
    background: #2D4A2D !important;
}

/* Mobile dropdown should have green background */
@media (max-width: 991.98px) {
    .navbar-transparent .navbar-collapse {
        background-color: #649846 !important;
        background: #649846 !important;
        margin-top: 10px;
        border-radius: 8px;
        padding: 15px;
    }
}