.esb-menu {
  background: #0f172a;
}

.menu-main {
  display: flex;
  list-style: none;
  margin: 0;
}

.menu-main a {
  color: white;
  padding: 15px 20px;
  text-decoration: none;
}

.menu-main a:hover {
  color: #38bdf8;
}

/* MEGA */
.mega-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background: #1e293b;
  padding: 30px;
  grid-template-columns: repeat(4, 1fr);
}

.has-mega:hover .mega-menu {
  display: grid;
}

.mega-col h4 {
  color: #38bdf8;
}

.mega-col a {
  display: block;
  color: #e2e8f0;
  margin-bottom: 6px;
}
