.home_banner{
 z-index: 0; 
}
.home_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  /* Same width as parent */
  height: 100%; /* Same height as parent */
  background-color: rgba(0, 0, 0, 0.25); /* Your block color */
  z-index: 1; /* If you want it on top of content, make this higher */
  pointer-events: none; /* Optional: so clicks go through */
}
.home_banner .topsearch {
 z-index: 3; 
}
@media screen and (max-width: 768px) {
    .home_banner .topsearch {
        position: relative;
        transform: none;
        width: 100%;
    }
  .navbar {
    flex-wrap: nowrap; 
  }
  .navbar img {
  object-fit: contain;
  }
  .topsearch .typesearch a{
   font-weight: 600 !important; 
  }
}
.bravo_topbar {
  padding: 5px 0;
}