.elementor-751 .elementor-element.elementor-element-2c9d1663{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;box-shadow:0px 5px 30px 0px rgba(0,0,0,0.1);--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;--z-index:10;}.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-f8b0208 *//* ── RESET & BASE ───────────────────────────────────── */
.hlh-header *,
.hlh-header *::before,
.hlh-header *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── HEADER SHELL ───────────────────────────────────── */
.hlh-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #ffffff;
  border-bottom: 1px solid #E8F0EC;
  transition: box-shadow 0.3s ease;
}
.hlh-header.scrolled {
  box-shadow: 0 4px 24px rgba(10,26,19,0.08);
}

/* ── INNER ──────────────────────────────────────────── */
.hlh-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* ── LOGO ───────────────────────────────────────────── */
.hlh-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.hlh-logo img {
  height: 40px;
  width: auto;
  display: block;
}

/* ── NAV ────────────────────────────────────────────── */
.hlh-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hlh-nav { flex: 1; }
.hlh-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hlh-nav-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2E4A3E;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 8px;
  position: relative;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.hlh-nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: #22C58E;
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.hlh-nav-link:hover {
  color: #22C58E;
  background: rgba(34,197,142,0.06);
}
.hlh-nav-link:hover::after,
.hlh-nav-link.active::after {
  transform: scaleX(1);
}
.hlh-nav-link.active {
  color: #22C58E;
  font-weight: 600;
}

/* ── RIGHT SIDE ─────────────────────────────────────── */
.hlh-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  margin-left: auto;
}

/* ── CTA BUTTON ─────────────────────────────────────── */
.hlh-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: #22C58E;
  color: #0A1A13;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 2px 12px rgba(34,197,142,0.2);
}
.hlh-cta:hover {
  background: #1aaf7a;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(34,197,142,0.3);
}

/* ── BURGER ─────────────────────────────────────────── */
.hlh-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: 1.5px solid #E2EDE8;
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  transition: border-color 0.2s;
}
.hlh-burger:hover { border-color: #22C58E; }
.hlh-burger-line {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #2E4A3E;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* Burger → X animation */
.hlh-burger.open .hlh-burger-line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.hlh-burger.open .hlh-burger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hlh-burger.open .hlh-burger-line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ── MOBILE MENU ────────────────────────────────────── */
.hlh-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #E8F0EC;
  border-bottom: 1px solid #E8F0EC;
  box-shadow: 0 16px 40px rgba(10,26,19,0.1);
  padding: 24px 32px 28px;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}
.hlh-mobile.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.hlh-mobile-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.hlh-mobile-link {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #2E4A3E;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.hlh-mobile-link:hover,
.hlh-mobile-link.active {
  background: rgba(34,197,142,0.07);
  color: #22C58E;
  padding-left: 20px;
}
.hlh-mobile-cta {
  display: block;
  text-align: center;
  padding: 14px 20px;
  background: #22C58E;
  color: #0A1A13;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(34,197,142,0.2);
}
.hlh-mobile-cta:hover {
  background: #1aaf7a;
  color: #ffffff;
}

/* ── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 768px) {
  .hlh-nav { display: none; }
  .hlh-cta { display: none; }
  .hlh-burger { display: flex; }
  .hlh-mobile { display: block; }
  .hlh-inner { gap: 0; padding: 0 20px; }
}

@media/* End custom CSS */