.ebp-custom-header-1-inner-left-logo img {
  height: 106px !important;
}

.home .ebp-custom-header-1,
.page-id-93 .ebp-custom-header-1 {
  margin-block-end: 4rem;
}

.ebp-custom-header-1 {
  background-color: var(--slate);
}

.elementor-location-header {
  position: sticky !important;
  top: 0;
  z-index: 99 !important;
  background-color: var(--slate);
}

/* Keep skip link hidden until keyboard focus reaches it */
.ebp-custom-header-1-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1001;
}

.ebp-custom-header-1-skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background-color: var(--gold);
  color: var(--slate);
  text-decoration: none;
  font-weight: 600;
}

/* .ebp-custom-header-1 .wrapper {
  border-bottom: 1px solid var(--gold);
} */

.ebp-custom-header-1 .wrapper {
  position: relative;
}

.ebp-custom-header-1 .wrapper:before {
  content: '';
  height: 0.5px;
  width: 100%;
  background-color: var(--gold);
  position: absolute;
  left: 50%;
  bottom: 0;
  /* max-width: 1320px; */
  transform: translateX(-50%);
}

.current-menu-item a {
  color: var(--sage);
}

.ebp-custom-header-1-menu {
  display: flex;
  gap: 1rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  justify-content: flex-end;
}

.ebp-custom-header-1-inner-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ebp-custom-header-1-menu-mobile {
  background-color: var(--slate);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  clip-path: inset(0 0 100% 0);
  padding-block: 2rem;
}

.ebp-custom-header-1-menu-mobile:before {
  content: '';
  background-image: url(/wp-content/uploads/2026/03/prince-architects-graphic-5.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  filter: brightness(0.8) blur(5px);
  z-index: -1;
}

.ebp-custom-header-1-menu-mobile .ebp-custom-header-1-menu {
  font-size: 3rem;
  flex-direction: column;
}

.ebp-custom-header-1-menu-mobile .menu-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ebp-custom-header-1-menu-toggle-button {
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.ebp-custom-header-1-menu-toggle-button span {
  display: inline-block;
  height: 2px;
  background-color: var(--gold);
  margin-block-end: 2px;
  width: 2rem;
}

.ebp-custom-header-1-menu-mobile-close {
  height: 3rem;
  width: 3rem;
  background-color: var(--white);
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1rem;
}

.ebp-custom-header-1-menu-mobile-close span {
  height: 4px;
  background-color: var(--gold);
  width: 2rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  /* Rotate around center so both bars form an X */
  transform-origin: center center;
}

.ebp-custom-header-1-menu-mobile-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ebp-custom-header-1-menu-mobile-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 991px) {
  .ebp-custom-header-1-inner-right-menu {
    display: none;
  }

  .ebp-custom-header-1-inner-left-logo img {
    width: 160px;
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .ebp-custom-header-1-menu-toggle {
    display: none;
  }
}
