/* Mobile hamburger button — pure white */
.navbar .navbar-toggler {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Hamburger three lines — pure white */
.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    filter: none !important;
    opacity: 1 !important;
}

/* Remove focus shadow */
.navbar .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}