/**
 * HALINK DV04 - DV04 Header (pixel-match)
 */
.hl-header {
  position: relative;
  background: #ebf9ff;
  box-shadow: none;
  z-index: 1030;
  overflow: visible;
}

/* ── Topbar ── */
.hl-header-topbar {
  background: #0d2b6b;
  color: #fff;
  padding: 5px 0;
  font-size: 18px;
}

.hl-topbar-slider {
  height: 1.5rem;
  overflow: hidden;
}

.hl-topbar-slider-inner {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
}

.hl-topbar-slider-inner span {
  height: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 500;
}

.hl-topbar-search {
  display: flex;
  align-items: stretch;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 40px;
  min-width: 280px;
}

.hl-topbar-search input {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0 80px 0 10px;
  border: 0;
  border-radius: 0;
  font-size: 15.75px;
  outline: none;
  color: #333;
}

.hl-topbar-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: #f3bd01;
  color: #111;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hl-topbar-search button i {
  font-size: 15.75px;
}

/* ── Main header (logo + contact) ── */
.hl-dola-header {
  position: relative;
  padding: 5px 0 0;
  background: #ebf9ff;
  overflow: visible;
}

.hl-dola-header .col-lg-10 {
  overflow: visible;
}

.hl-logo-link {
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .hl-logo-link {
    text-align: left;
  }
}

.hl-logo {
  max-height: 44px;
  width: auto;
  height: auto;
  padding: 3px;
}

/* Contact row — 5 equal columns */
.hl-ul-contact {
  list-style: none;
  margin: 0 -5px;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hl-ul-contact > li {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.hl-contact-icon {
  width: 16px;
  height: 16px;
  min-width: 20px;
  margin-right: 10px;
  color: #0d2b6b;
  flex-shrink: 0;
}

.hl-contact {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #0d2b6b;
  line-height: 1.3;
}

.hl-contact a,
.hl-contact span {
  display: block;
  font-weight: 500;
  font-size: 15.75px;
  color: #0d2b6b;
  text-decoration: none;
}

.hl-contact a:hover {
  color: #f3bd01;
}

.hl-cart-title {
  font-weight: 700 !important;
}

.hl-cart-count {
  display: inline;
  color: #f3bd01;
  font-weight: 700;
}

/* ── Nav bar (inside col-lg-10) ── */
.hl-header-menu {
  position: relative;
  background: #0d2b6b;
  border-radius: 15px 15px 0 0;
  z-index: 1100;
  margin-top: 0;
  /* Must stay visible — overflow:hidden clips mega/dropdown menus */
  overflow: visible;
}

.hl-header-menu-des {
  display: flex;
  align-items: center;
  overflow: visible;
}

.hl-header-nav {
  flex: 1;
  display: block;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.hl-item-big {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 100%;
}

.hl-nav-item {
  position: static;
  display: inline-block;
  padding: 5px 0;
}

.hl-nav-item-first {
  border-radius: 15px 0 0 0;
}

.hl-nav-item-first > .hl-nav-link {
  padding-left: 15px;
}

.hl-nav-item > .hl-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align: left;
  transition: all 0.4s ease;
}

.hl-nav-label {
  flex: 1;
  min-width: 0;
}

.hl-nav-caret {
  font-size: 13.5px;
  line-height: 1;
  opacity: 0.9;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.hl-nav-item > .hl-nav-caret-outside {
  display: none;
}

.hl-nav-has-dropdown:hover > .hl-nav-link .hl-nav-caret,
.hl-nav-has-dropdown:focus-within > .hl-nav-link .hl-nav-caret {
  transform: rotate(180deg);
}

.hl-mega-caret {
  font-size: 12.38px;
  margin-left: 0.25rem;
  opacity: 0.55;
}

.hl-nav-item.active,
.hl-nav-item:hover {
  background: #f3bd01;
}

.hl-nav-item.active > .hl-nav-link,
.hl-nav-item:hover > .hl-nav-link {
  color: #fff;
}

.hl-nav-item-cta {
  margin-left: auto;
  border-top-right-radius: 15px;
}

/* Dropdown & mega */
.hl-mega-menu,
.hl-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(13, 43, 107, 0.16);
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1200;
  pointer-events: none;
}
.hl-thankyou-page__icon {
  color: #0d2b6b;
  font-size: 45px;
}
/* Invisible hover bridge so cursor can move into the panel */
.hl-nav-has-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
  display: none;
}

.hl-nav-has-dropdown:hover::after,
.hl-nav-has-dropdown:focus-within::after,
.hl-nav-has-dropdown.is-open::after {
  display: block;
}

.hl-mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 16px 18px;
  border-radius: 0 0 15px 15px;
  max-height: min(70vh, 620px);
  overflow-y: auto;
}

.hl-dropdown-menu {
  min-width: 220px;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  border-radius: 0 0 10px 10px;
}

.hl-nav-has-dropdown:not(.has-mega) > .hl-dropdown-menu {
  left: 0;
  min-width: 240px;
}

.hl-nav-has-dropdown:not(.has-mega) {
  position: relative;
}

.hl-nav-item.has-mega {
  position: static;
}

.hl-nav-has-dropdown:hover > .hl-mega-menu,
.hl-nav-has-dropdown:hover > .hl-dropdown-menu,
.hl-nav-has-dropdown:focus-within > .hl-mega-menu,
.hl-nav-has-dropdown:focus-within > .hl-dropdown-menu,
.hl-nav-has-dropdown.is-open > .hl-mega-menu,
.hl-nav-has-dropdown.is-open > .hl-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.hl-mega-title {
  display: block;
  font-weight: 700;
  font-size: 15.75px;
  color: #0d2b6b;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 4px;
  margin-bottom: 6px;
  text-decoration: none;
}

.hl-mega-title:hover {
  color: #f3bd01;
}

.hl-mega-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hl-mega-links a,
.hl-dropdown-menu a {
  display: block;
  padding: 4px 0;
  font-size: 15.75px;
  color: #333;
  text-decoration: none;
}

.hl-mega-links a:hover,
.hl-dropdown-menu a:hover {
  color: #f3bd01;
}

.hl-dropdown-menu li a {
  padding: 8px 16px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .hl-nav-item > .hl-nav-link {
    padding: 10px 5px;
    font-size: 16.88px;
  }
}

/* Mobile */
.hl-mobile-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 12px 0;
}

.hl-mobile-toggle,
.hl-mobile-quick {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 0;
  background: #0d2b6b;
  color: #fff;
  font-size: 20.25px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.hl-mobile-logo-link {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.hl-mobile-logo {
  max-height: 36px;
  width: auto;
  height: auto;
}

.hl-mobile-search {
  background: #0d2b6b;
  padding: 10px 0 12px;
}

.hl-mobile-search-form {
  display: flex;
  align-items: stretch;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 44px;
}

.hl-mobile-search-form input {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0 52px 0 14px;
  border: 0;
  border-radius: 8px 0 0 8px;
  font-size: 15.75px;
  outline: none;
  color: #333;
  background: #fff;
}

.hl-mobile-search-form input::placeholder {
  color: #999;
}

.hl-mobile-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border: 0;
  background: #f3bd01;
  color: #111;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hl-mobile-search-form button i {
  font-size: 18px;
}

.hl-mobile-nav-links {
  margin: 0;
  padding: 0;
}

.hl-mobile-nav-links > .hl-mobile-nav-item,
.hl-mobile-nav-links > li {
  margin: 0;
}

.hl-mobile-nav-row {
  display: flex;
  align-items: stretch;
  min-height: 48px;
  border-bottom: 1px solid #e9ecef;
}

.hl-mobile-nav-row--sub {
  min-height: 42px;
}

.hl-mobile-nav-link {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0.75rem 0;
  color: #0d2b6b;
  text-decoration: none;
  font-weight: 700;
  font-size: 16.88px;
}

.hl-mobile-nav-link--single {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid #e9ecef;
  color: #0d2b6b;
  text-decoration: none;
  font-weight: 700;
  font-size: 16.88px;
}

.hl-mobile-nav-sublink {
  display: block;
  padding: 0.55rem 0;
  color: #475569;
  text-decoration: none;
  font-weight: 500;
  font-size: 15.75px;
}

.hl-mobile-nav-toggle {
  flex-shrink: 0;
  width: 48px;
  border: 0;
  border-left: 1px solid #e9ecef;
  background: #f8fafc;
  color: #0d2b6b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.hl-mobile-nav-toggle i {
  font-size: 18px;
  transition: transform 0.25s ease;
}

.hl-mobile-nav-toggle:hover,
.hl-mobile-nav-toggle:focus {
  background: #f3bd01;
  color: #0d2b6b;
  outline: none;
}

.hl-mobile-nav-sub {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0 0.5rem 0.85rem;
  background: #f8fafc;
  border-bottom: 1px solid #e9ecef;
}

.hl-mobile-nav-sub .hl-mobile-nav-sub {
  padding-left: 0.75rem;
  background: #f1f5f9;
  border-bottom: 0;
}

.hl-mobile-nav-item:not(.is-open) > .hl-mobile-nav-sub {
  display: none;
}

.hl-mobile-nav-item.is-open > .hl-mobile-nav-row .hl-mobile-nav-toggle i {
  transform: rotate(180deg);
}

.hl-mobile-nav-item.is-current > .hl-mobile-nav-row .hl-mobile-nav-link,
.hl-mobile-nav-item.is-current > .hl-mobile-nav-link--single {
  color: #f3bd01;
}

.hl-mobile-nav-link:hover,
.hl-mobile-nav-link--single:hover,
.hl-mobile-nav-sublink:hover {
  color: #f3bd01;
}

.hl-mobile-nav .offcanvas-body {
  padding-top: 0.5rem;
}

.hl-mobile-quick-links {
  margin: 0;
  padding: 0;
}

.hl-mobile-quick-links li + li {
  border-top: 1px solid #e9ecef;
}

.hl-mobile-quick-links a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0;
  color: #0d2b6b;
  text-decoration: none;
  font-weight: 600;
}

.hl-mobile-quick-links a i {
  width: 1.25rem;
  text-align: center;
  color: #f3bd01;
}

.hl-mobile-quick-links a:hover {
  color: #f3bd01;
}

@media (max-width: 991.98px) {
  .hl-header-topbar {
    padding: 6px 0;
    font-size: 15.75px;
  }

  .hl-topbar-slider {
    height: 1.35rem;
  }

  .hl-topbar-slider-inner span {
    height: 1.35rem;
    line-height: 1.35rem;
    font-size: 15.75px;
    font-weight: 500;
  }

  .hl-dola-header {
    padding: 0;
    background: #fff;
  }

  .hl-header {
    box-shadow: 0 2px 8px rgba(13, 43, 107, 0.08);
  }
}

@media (min-width: 992px) {
  .hl-mobile-bar,
  .hl-mobile-search {
    display: none !important;
  }
}
