.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-82c3ad6 */.tx-header {
  position: fixed;
  top: 22px;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.tx-header.tx-header-hidden {
  transform: translateY(-130%);
  opacity: 0;
}

.tx-header-pill {
  width: min(100% - 48px, 1040px);
  min-height: 58px;
  margin-inline: auto;
  padding: 0 28px;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.96);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  pointer-events: auto;
}

.tx-header-logo {
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.tx-header-logo:hover,
.tx-header-logo:focus {
  color: #fff;
}

.tx-header-logo span {
  font-size: 8px;
  vertical-align: top;
  margin-left: 2px;
}

.tx-header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.tx-header-links a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.tx-header-links a:hover {
  opacity: 0.65;
  color: #fff;
}

.tx-header-socials {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tx-header-socials a,
.tx-mobile-socials a {
  color: #fff;
  line-height: 0;
  text-decoration: none;
}

.tx-header-socials svg,
.tx-mobile-socials svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.tx-header-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  padding: 0;
  cursor: pointer;
}

.tx-header-toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  margin: 5px auto;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.tx-header.is-open .tx-header-toggle {
  background: #cc2f68;
  box-shadow: 0 0 0 2px #fff inset;
}

.tx-header.is-open .tx-header-toggle span:first-child {
  transform: translateY(3.25px) rotate(45deg);
}

.tx-header.is-open .tx-header-toggle span:last-child {
  transform: translateY(-3.25px) rotate(-45deg);
}

.tx-mobile-menu {
  display: none;
}

@media (max-width: 1024px) {
  .tx-header {
    top: 16px;
  }

  .tx-header-pill {
    width: calc(100% - 32px);
    min-height: 58px;
    padding: 0 20px 0 26px;
  }

  .tx-header-links,
  .tx-header-socials {
    display: none;
  }

  .tx-header-toggle {
    display: block;
  }

  .tx-mobile-menu {
    position: fixed;
    top: 82px;
    left: 16px;
    right: 16px;
    display: block;
    padding: 22px 28px;
    border-radius: 24px;
    background: rgba(10, 10, 10, 0.96);
    pointer-events: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tx-header.is-open .tx-mobile-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .tx-mobile-links {
    display: grid;
    gap: 0;
  }

  .tx-mobile-links a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    line-height: 1.05;
    color: #fff;
    text-decoration: none;
  }

  .tx-mobile-links a:hover {
    color: #fff;
  }

  .tx-mobile-socials {
    display: flex;
    gap: 20px;
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .tx-header-pill {
    width: calc(100% - 32px);
  }

  .tx-mobile-menu {
    padding: 20px 28px;
  }

  .tx-mobile-links a {
    font-size: 25px;
    padding: 10px 0;
  }
}/* End custom CSS */