/*
* Theme-level overrides for Mega Menu Custom (Hello Elementor child).
* Keep project-specific menu tweaks here.
*/
.hemc-header {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 10;
  position: fixed;
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
}
.admin-bar .hemc-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .hemc-header {
    top: 46px;
  }
}
.hemc-header__branding {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.hemc-header__branding img {
  display: block;
  height: 40px;
  width: auto;
}
@media (min-width: 1024px) {
  .hemc-header__branding img {
    height: 60px;
  }
}
.hemc-header__site-title {
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}
.hemc-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 20px;
  max-width: 1400px;
  width: 100%;
}
.hemc-header__inner:before, .hemc-header__inner:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 80px;
  pointer-events: none;
  z-index: 0;
}
.hemc-header__inner:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 100%);
  backdrop-filter: blur(26px) brightness(1.1);
  -webkit-backdrop-filter: blur(12px);
}
.hemc-header__inner:after {
  padding: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #ffffff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.page-id-12 .hemc-header__inner:before,
.page-id-316 .hemc-header__inner:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.3) 100%);
}

/*# sourceMappingURL=mega-menu-overrides.css.map */
