/* Connect Staff shared header — match live Elementor chrome */

header[data-elementor-type="header"] .elementor-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px;
}

/* Top contact bar: gradient spans the viewport; items stay in the 1200px row */
header[data-elementor-type="header"] section.bg_r {
  width: 100% !important;
  max-width: 100% !important;
  background: linear-gradient(90deg, #04c2cd 0%, #4d47f3 43.75%, #7d2ae7 100%) !important;
}

header[data-elementor-type="header"] section.bg_r > .elementor-container {
  background: transparent !important;
}

header[data-elementor-type="header"] .elementor-widget-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

header[data-elementor-type="header"] img {
  display: block;
  width: auto;
  max-width: 137px;
  height: auto;
}

header[data-elementor-type="header"] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header[data-elementor-type="header"] .elementor-nav-menu {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media (max-width: 1024px) {
  header[data-elementor-type="header"] .elementor-nav-menu--main {
    display: none;
  }

  header[data-elementor-type="header"] .elementor-menu-toggle {
    display: block;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  header[data-elementor-type="header"] .elementor-container {
    padding: 10px 14px;
  }
}

/* nav-submenu-hash-fix: hide the hash Elementor paints on submenu hover.
   Pointer underlines stay (they are empty boxes with a background). */
.elementor-nav-menu--main a.elementor-item-anchor::before,
.elementor-nav-menu--main a.elementor-item-anchor::after,
.elementor-nav-menu a.elementor-item-anchor::before,
.elementor-nav-menu a.elementor-item-anchor::after {
  content: none !important;
  color: transparent !important;
  font-size: 0 !important;
}

.elementor-nav-menu--dropdown a.elementor-item::before,
.elementor-nav-menu--dropdown a.elementor-item::after,
.elementor-nav-menu--dropdown a.elementor-sub-item::before,
.elementor-nav-menu--dropdown a.elementor-sub-item::after,
.elementor-nav-menu--dropdown a.menu-link::before,
.elementor-nav-menu--dropdown a.menu-link::after,
.e-n-menu-content a.e-link::before,
.e-n-menu-content a.e-link::after,
.e-n-menu-dropdown-menu a::before,
.e-n-menu-dropdown-menu a::after {
  content: "" !important;
  color: transparent !important;
  font-size: 0 !important;
}

.elementor-nav-menu .menu-item-has-children > a:not([href]),
.elementor-nav-menu a.elementor-item-anchor:not([href]),
.e-n-menu-title-container:not([href]),
.main-header-menu .menu-item-has-children > a.menu-link:not([href]),
.w-nav-list .menu-item-has-children > a.w-nav-anchor:not([href]) {
  cursor: pointer;
}
