/* Hide centered logo in navbar */
.navbar::before {
    display: none !important;
}

.navbar .container::before,
.navbar .container::after {
    display: none !important;
}

/* Hide any background images in navbar */
.navbar {
    background-image: none !important;
}

/* Hide center positioned elements */
.navbar .center,
.navbar .navbar-center,
.navbar .brand-center {
    display: none !important;
}

/* Ensure brand text is visible and white */
.nav-brand .gradient-text {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-text-fill-color: white !important;
    background: none !important;
    -webkit-background-clip: none !important;
    background-clip: none !important;
    color: white !important;
}

.nav-brand {
    color: white !important;
}

.brand-text {
    color: white !important;
}