.elementor-23 .elementor-element.elementor-element-c91b8c7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-84206be *//* =============================================
   HivvyX Glassmorphism Sticky Header v4 — CSS
   ============================================= */

/* ── Scoped reset ── */
.hx-header *,
.hx-header *::before,
.hx-header *::after,
.hx-offcanvas *,
.hx-offcanvas *::before,
.hx-offcanvas *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─────────────────────────────────────────────
   HEADER SHELL
───────────────────────────────────────────── */
.hx-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-family: 'DegularDisplay', 'Georgia', serif;
  pointer-events: none;
}

.hx-header__logo,
.hx-header__nav,
.hx-header__hamburger {
  pointer-events: auto;
}

/* ─────────────────────────────────────────────
   COMPONENT 1 — LOGO
───────────────────────────────────────────── */
.hx-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  /* hugs content */
  height: 44px;
  padding: 0 16px;
  flex-shrink: 0;
  flex-grow: 0;

  background: rgba(10, 10, 15, 0.60);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 3px;
  box-shadow:
    0 4px 28px rgba(0, 0, 0, 0.40),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

.hx-logo-img {
  max-height: 22px;
  width: auto;
  object-fit: contain;
}

.hx-logo-text {
  font-family: 'DegularDisplay', 'Georgia', serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1;
  white-space: nowrap;
}

/* ─────────────────────────────────────────────
   COMPONENT 2 — NAV
───────────────────────────────────────────── */
.hx-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: fit-content;
  flex-shrink: 0;
  flex-grow: 0;
  white-space: nowrap;
  padding: 5px 8px;
  height: 44px;

  background: rgba(10, 10, 15, 0.60);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 3px;
  box-shadow:
    0 4px 28px rgba(0, 0, 0, 0.40),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  opacity: 1;
  visibility: visible;
  transform: scaleX(1) translateY(0);
  transform-origin: center top;
  max-width: 640px;
  overflow: hidden;
  transition:
    opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    max-width 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s,
    border-color 0.38s ease;
}

.hx-nav__link {
  font-family: 'DegularDisplay', 'Georgia', serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 3px;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

.hx-nav__link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
}

/* ─────────────────────────────────────────────
   COMPONENT 3 — HAMBURGER (= sign)
───────────────────────────────────────────── */
.hx-header__hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 54px;
  height: 44px;
  flex-shrink: 0;
  flex-grow: 0;

  background: rgba(10, 10, 15, 0.60);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 3px;
  box-shadow:
    0 4px 28px rgba(0, 0, 0, 0.40),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  cursor: pointer;
  padding: 0;

  transition: background 0.2s ease, transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

.hx-header__hamburger:hover {
  background: rgba(255, 255, 255, 0.10);
}

.hx-ham__bar {
  display: block;
  width: 26px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ─────────────────────────────────────────────
   SCROLLED STATE
───────────────────────────────────────────── */
.hx-header--scrolled .hx-header__nav {
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0.75) translateY(-4px);
  max-width: 0;
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
  pointer-events: none;
  transition:
    opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    max-width 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.38s,
    border-color 0.38s ease;
}

.hx-header--scrolled {
  gap: 3px;
  justify-content: center;
}

/* ─────────────────────────────────────────────
   OFF-CANVAS FULLSCREEN MENU
───────────────────────────────────────────── */

.hx-offcanvas {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #06060a;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition:
    opacity 0.40s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.40s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.40s;
}

.hx-offcanvas.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 0.40s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.40s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s;
}

.hx-offcanvas__inner {
  display: grid;
  width: 100%;
  min-height: 100vh;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: minmax(120px, 15vh) 1fr;
}

.hx-oc-image, .hx-oc-close, .hx-oc-contact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.hx-oc-image {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  background: #111 url('https://thevictoradisa.com/wp-content/uploads/2026/05/sample-video.jpg') center/cover;
  position: relative;
}
.hx-oc-img-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-family: 'DegularDisplay', sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  display: none;
}

.hx-oc-close {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  background: #0a0a0c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}
.hx-oc-close:hover { background: #ffffff; }
.hx-oc-close:hover .hx-close-dots span,
.hx-oc-close:hover .hx-close-x span {
  background: #000;
}

.hx-close-dots {
  display: flex;
  gap: 6px;
}
.hx-close-dots span {
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.hx-close-x {
  display: none;
  width: 20px;
  height: 20px;
  position: relative;
}
.hx-close-x span {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.hx-close-x span:nth-child(1) { top: 0; left: 0; }
.hx-close-x span:nth-child(2) { top: 0; right: 0; }
.hx-close-x span:nth-child(3) { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.hx-close-x span:nth-child(4) { bottom: 0; left: 0; }
.hx-close-x span:nth-child(5) { bottom: 0; right: 0; }

.hx-oc-contact {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  background: #0a0a0c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DegularDisplay', sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-right: none;
  transition: background 0.3s, color 0.3s;
}
.hx-oc-contact:hover {
  background: #b0ffaa;
  color: #000;
}
.hx-oc-contact:hover .hx-dot {
  background: #000;
}

.hx-oc-main-nav {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 10%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.hx-oc-link {
  font-family: 'DegularDisplay', serif;
  font-size: clamp(50px, 8vw, 120px);
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  line-height: 1.1;
  transition: opacity 0.3s, transform 0.4s;
  opacity: 0;
  transform: translateY(22px);
  display: flex;
  align-items: center;
}
.hx-oc-link::before {
  content: "\2022"; /* Bullet character */
  font-size: 0.6em;
  margin-right: 20px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s, transform 0.3s;
  font-style: normal;
}
.hx-offcanvas.is-open .hx-oc-link {
  opacity: 1;
  transform: translateY(0);
}
.hx-oc-link:hover {
  font-style: italic;
  color: #fff;
}
.hx-oc-link:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.hx-oc-secondary {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8vw 4vw 4vw 4vw;
}
.hx-oc-sec-top {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
.hx-oc-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: flex-end;
  text-align: left;
}
.hx-oc-social-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: flex-start;
}
.hx-oc-list-title {
  color: #fff;
  font-family: 'DegularDisplay', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.hx-oc-sublink {
  color: #fff;
  font-family: 'DegularDisplay', sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}
.hx-oc-sublink:hover { color: #fff; }
.hx-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.hx-oc-time {
  color: #fff;
  font-family: 'DegularDisplay', sans-serif;
  font-size: 14px;
  text-align: right;
  font-style: normal;
}

.hx-offcanvas__overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.50);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
.hx-offcanvas__overlay.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, visibility 0s linear 0s;
}

/* ─────────────────────────────────────────────
   MOBILE — ≤ 767px
   Row 1 (order 0): Nav — full width
   Row 2 (order 1+2): Logo left, Hamburger right
   Both are fully independent, sized by content
───────────────────────────────────────────── */
@media (max-width: 767px) {

  /* Hide Testimonials in the nav bar on mobile */
  .hx-nav__link--desktop-only {
    display: none;
  }

  .hx-header {
    padding: 10px 12px;
    flex-flow: row wrap;
    align-items: center;
    gap: 3px;
  }

  .hx-header::before {
    content: "";
    flex: 0 0 100%;
    order: 1;
    height: 0;
    margin: 0;
    padding: 0;
  }

  /* ── Row 1: Nav hugging content ── */
  .hx-header__nav {
    flex: 0 0 auto;
    order: 0;
    width: fit-content;
    justify-content: center;
    height: auto;
    padding: 6px 8px;
    transform-origin: top center;
    max-height: 54px;
    border-radius: 3px;
    transition:
      opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      padding 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0s linear 0s,
      border-color 0.38s ease;
  }

  .hx-nav__link {
    font-size: 11px;
    padding: 4px 8px;
  }

  .hx-logo-text {
    font-size: 11px;
  }

  /* ── Row 2: Logo — independent, hugs content, sits left ── */
  .hx-header__logo {
    flex: 0 0 auto;
    /* no stretching — pure content size */
    width: auto;
    height: 36px;
    padding: 0 10px;
    order: 2;
    /* no margin-left: auto → stays on the left naturally */
  }

  /* ── Row 2: Hamburger — independent, fixed size, floats right ── */
  .hx-header__hamburger {
    flex: 0 0 auto;
    /* no stretching */
    width: 44px;
    height: 36px;
    order: 3;
    margin-left: 0;
    /* removed auto so it sits next to the logo */
  }

  .hx-ham__bar {
    width: 22px;
  }

  /* ── Scrolled on mobile: collapse nav row ── */
  .hx-header--scrolled .hx-header__nav {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0.5) translateY(-6px);
    max-width: unset;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border-color: transparent;
    pointer-events: none;
    overflow: hidden;
    transition:
      opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      padding 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0s linear 0.38s;
  }

  .hx-header--scrolled {
    gap: 3px;
    padding: 10px 12px;
  }

  /* Off-canvas mobile overrides */
  .hx-offcanvas__inner {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .hx-oc-close { order: 1; }
  .hx-oc-main-nav { order: 2; }
  .hx-oc-secondary { order: 3; }
  .hx-oc-contact { order: 4; }
  .hx-oc-image { order: 5; }
  .hx-oc-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #0a0a0c;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 2;
  }
  .hx-close-dots { display: none; }
  .hx-close-x { display: block; }

  .hx-oc-main-nav {
    padding: 100px 24px 40px 24px;
    border-right: none;
  }
  .hx-oc-link {
    font-size: clamp(48px, 12vw, 80px);
  }

  .hx-oc-secondary {
    padding: 0 24px 40px 24px;
    gap: 40px;
  }
  .hx-oc-sec-top {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .hx-oc-contact-list {
    align-self: flex-start;
  }

  .hx-oc-contact {
    height: 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-right: none;
    background: #111;
  }

  .hx-oc-image {
    height: 200px;
    border-bottom: none;
    border-right: none;
  }
  .hx-oc-img-overlay {
    display: flex;
  }

}/* End custom CSS */