#nav_banner {
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    z-index: 1000;
    }
.navbar {
width: 100%;
z-index: 999;
transition: top 0.3s; /* Add smooth transition for better UX */
background-color: #095788 !important;
}
.navbar-fixed {
position: fixed;
top: 0;
width: 100%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add shadow when navbar is fixed */
}
.navbar-custom {
border: 0;
border-radius: 0;
z-index: 1000;
font-family: "Roboto Condensed", sans-serif;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 11px;
transition: background, padding 0.4s ease-in-out 0s;
}