/* Shared NewEzBiz mobile menu — solid blue panel, white links (live design) */
.nz-nav-veil {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2147483646;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.nz-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: min(92vw, 360px);
  height: 100%;
  background: #1a3dff;
  z-index: 2147483647;
  transform: translateX(-105%);
  transition: transform 0.25s ease;
  overflow-y: auto;
  box-shadow: 4px 0 24px rgba(0, 20, 80, 0.35);
  padding: 12px 0 28px;
  font-family: Rockwell, "Courier New", Courier, "Times New Roman", serif;
  box-sizing: border-box;
}

body.nz-nav-open .nz-nav {
  transform: translateX(0);
}

body.nz-nav-open .nz-nav-veil {
  display: block;
}

.nz-nav__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 4px 8px 8px auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.nz-nav__close:hover {
  opacity: 0.85;
}

.nz-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nz-nav li {
  margin: 0;
}

.nz-nav a {
  display: block;
  padding: 14px 22px;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
}

.nz-nav a:hover,
.nz-nav a.is-active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

/* Hamburger open control — black bars (live home) */
.nz-menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 40px;
  margin: 0 auto 10px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nz-menu-btn span {
  display: block;
  width: 28px;
  height: 3px;
  background: #111;
  border-radius: 1px;
}

.nz-menu-fab {
  position: fixed;
  top: 8px;
  right: 4px;
  z-index: 2147483647;
  width: 48px;
  height: 40px;
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nz-menu-fab span {
  background: #111;
}

/* Homestead overlays must not cover our menu */
.events-catcher,
.window-events-catcher,
#mobile-loading-screen {
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Hide Homestead native menus */
.menu-button-element,
.menu-items-panel,
.menu-drop-down,
.menu-card-element,
.menu-element,
[class*="MenuItemsPanel"],
[class*="menu-items-panel"] {
  visibility: hidden !important;
  pointer-events: none !important;
}
