/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

/* Mobile Hamburger Visibility Fix */
.header-style-3 .navbar-toggler .icon-bar {
    background: #da2222 !important; /* Making it red so it's visible on white/light backgrounds */
}

@media (max-width: 991px) {
    .header-style-3 .navbar-toggler {
        display: block !important;
        background: rgba(218, 34, 34, 0.1); /* Subtle background for the button area */
        border-radius: 4px;
    }
}
