
/* === Custom Fixes for Navbar Click Issue === */

/* Raise the header z-index to ensure it's above the overlay */
header {
  z-index: 1001 !important;
  position: relative;
}

/* Lower the z-index of the banner overlay so it doesn't block navbar links */
.iq-banner:before {
  z-index: 0 !important;
}
