.elementor-2539 .elementor-element.elementor-element-e3fc8f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2539 .elementor-element.elementor-element-c9dce28{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2539 .elementor-element.elementor-element-004172b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2539{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c9dce28 */.eph-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background:
    radial-gradient(circle at 18% 0%, rgba(224,170,79,.14), transparent 32%),
    linear-gradient(180deg, rgba(15,15,16,.96), rgba(18,11,8,.94));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(224,170,79,.22);
  box-shadow: 0 18px 54px rgba(0,0,0,.28);
  font-family: Inter, Arial, sans-serif;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.admin-bar .eph-header {
  top: 32px;
}

.eph-header__inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  transition: min-height .25s ease;
}

.eph-header.is-scrolled {
  background:
    radial-gradient(circle at 18% 0%, rgba(224,170,79,.10), transparent 30%),
    linear-gradient(180deg, rgba(12,10,9,.98), rgba(12,10,9,.96));
  box-shadow: 0 12px 40px rgba(0,0,0,.36);
}

.eph-header.is-scrolled .eph-header__inner {
  min-height: 66px;
}

.eph-header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff7e8 !important;
  text-decoration: none !important;
  flex-shrink: 0;
}

.eph-header__logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.38));
  transition: width .25s ease, height .25s ease;
}

.eph-header.is-scrolled .eph-header__logo img {
  width: 48px;
  height: 48px;
}

.eph-header__logo b {
  display: block;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -.02em;
  color: #fff7e8;
}

.eph-header__logo small {
  display: block;
  margin-top: 5px;
  color: rgba(255,250,242,.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eph-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 1;
}

.eph-header__nav a {
  color: rgba(255,250,242,.78) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 13px;
  border-radius: 999px;
  transition: .22s ease;
}

.eph-header__nav a:hover {
  color: #fffaf2 !important;
  background: rgba(224,170,79,.13);
}

.eph-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.eph-header__contact {
  color: rgba(255,250,242,.78) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(224,170,79,.24);
  background: rgba(255,255,255,.045);
  transition: .22s ease;
}

.eph-header__contact:hover {
  color: #fffaf2 !important;
  border-color: rgba(224,170,79,.48);
  background: rgba(224,170,79,.12);
}

.eph-header__btn,
.eph-header__mobile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d120b !important;
  text-decoration: none !important;
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f1d18a, #c79a4b);
  box-shadow: 0 14px 34px rgba(199,154,75,.28);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: .22s ease;
}

.eph-header__btn:hover,
.eph-header__mobile-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(199,154,75,.4);
}

.eph-header__burger {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(224,170,79,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  padding: 0;
  cursor: pointer;
}

.eph-header__burger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: #f1d18a;
  transition: .22s ease;
}

.eph-header.is-open .eph-header__burger span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.eph-header.is-open .eph-header__burger span:nth-child(2) {
  opacity: 0;
}

.eph-header.is-open .eph-header__burger span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.eph-header__mobile {
  display: none;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 18px;
}

.eph-header__mobile a {
  text-decoration: none !important;
}

@media (max-width: 1080px) {
  .eph-header__nav,
  .eph-header__actions {
    display: none;
  }

  .eph-header__burger {
    display: block;
  }

  .eph-header.is-open .eph-header__mobile {
    display: grid;
    gap: 8px;
  }

  .eph-header__mobile > a:not(.eph-header__mobile-btn) {
    color: #fff7e8 !important;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(224,170,79,.14);
    font-size: 15px;
    font-weight: 800;
  }

  .eph-header__mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 6px;
  }

  .eph-header__mobile-actions a {
    text-align: center;
    color: #fff7e8 !important;
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(224,170,79,.10);
    border: 1px solid rgba(224,170,79,.24);
    font-weight: 800;
  }

  .eph-header__mobile-btn {
    margin-top: 6px;
  }
}

@media (max-width: 782px) {
  .admin-bar .eph-header {
    top: 46px;
  }
}

@media (max-width: 767px) {
  .eph-header__inner {
    width: min(100% - 24px, 1240px);
    min-height: 72px;
  }

  .eph-header.is-scrolled .eph-header__inner {
    min-height: 62px;
  }

  .eph-header__mobile {
    width: min(100% - 24px, 1240px);
  }

  .eph-header__logo img {
    width: 50px;
    height: 50px;
  }

  .eph-header.is-scrolled .eph-header__logo img {
    width: 44px;
    height: 44px;
  }

  .eph-header__logo b {
    font-size: 20px;
  }

  .eph-header__logo small {
    font-size: 9px;
  }
}/* End custom CSS */