.elementor-337 .elementor-element.elementor-element-3750f1b{--display:flex;}.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-4cb6f55 */.hj-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1320px;
  z-index: 9999;
  border-radius: 999px;
  background: rgba(15,15,15,0.72);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 80px rgba(0,0,0,0.35);
}

.hj-header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 0 24px;
}

.hj-logo img {
  width: 60px;
  height: auto;
  display: block;
  object-fit: contain;
}

@media(max-width:480px){
  .hj-logo img {
    width: 125px;
  }
}

.hj-logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #D4AF37;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-size: 23px;
  font-weight: 800;
}

.hj-logo-text {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 1;
}

.hj-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.hj-nav a {
  color: #B8B8B8 !important;
  text-decoration: none !important;
  font-family: Inter, sans-serif;
  font-size: 14px;
  transition: .25s ease;
}

.hj-nav a:hover {
  color: #D4AF37 !important;
}

.hj-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hj-header-btn {
  padding: 13px 22px;
  border-radius: 999px;
  background: #D4AF37;
  color: #111111 !important;
  text-decoration: none !important;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 800;
  transition: .3s ease;
}

.hj-header-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 35px rgba(212,175,55,.35);
}

.hj-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(212,175,55,.35);
  background: rgba(212,175,55,.08);
  cursor: pointer;
  position: relative;
}

.hj-menu-toggle span {
  position: absolute;
  left: 13px;
  right: 13px;
  height: 2px;
  background: #D4AF37;
  transition: .3s ease;
}

.hj-menu-toggle span:first-child {
  top: 17px;
}

.hj-menu-toggle span:last-child {
  top: 27px;
}

.hj-mobile-menu {
  display: none;
}

@media(max-width: 1024px) {
  .hj-nav {
    display: none;
  }

  .hj-menu-toggle {
    display: block;
  }

  .hj-header {
    width: calc(100% - 30px);
    top: 14px;
    border-radius: 28px;
  }

  .hj-header-inner {
    height: 72px;
  }

  .hj-header-btn {
    display: none;
  }

  .hj-mobile-menu {
    display: grid;
    gap: 6px;
    padding: 0 18px 20px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .35s ease;
  }

  .hj-header.menu-open .hj-mobile-menu {
    max-height: 520px;
    opacity: 1;
  }

  .hj-mobile-menu a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: Inter, sans-serif;
    padding: 15px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.07);
  }

  .hj-mobile-menu a:hover {
    color: #D4AF37 !important;
    border-color: rgba(212,175,55,.35);
  }

  .hj-mobile-btn {
    margin-top: 8px;
    background: #D4AF37 !important;
    color: #111111 !important;
    text-align: center;
    font-weight: 800;
  }

  .hj-header.menu-open .hj-menu-toggle span:first-child {
    transform: rotate(45deg);
    top: 22px;
  }

  .hj-header.menu-open .hj-menu-toggle span:last-child {
    transform: rotate(-45deg);
    top: 22px;
  }
}

@media(max-width: 480px) {
  .hj-logo-text {
    font-size: 22px;
  }

  .hj-logo-mark {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }
}/* End custom CSS */