.elementor-274 .elementor-element.elementor-element-b1fa0c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-274 .elementor-element.elementor-element-b1fa0c7:not(.elementor-motion-effects-element-type-background), .elementor-274 .elementor-element.elementor-element-b1fa0c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B2240;}@media(min-width:768px){.elementor-274 .elementor-element.elementor-element-b1fa0c7{--content-width:1250px;}}/* Start custom CSS for html, class: .elementor-element-80a2fe0 *//* --- Core Header Settings --- */
.holink-header {
  width: 100%;
  position: relative;
  background-color: #0b2240; 
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  box-sizing: border-box;
}

/* --- Pure CSS Toggle Control (Hidden Checkbox) --- */
.holink-nav-checkbox {
  display: none;
}

/* --- Main Navigation Layout Row --- */
.holink-navbar {
  padding: 14px 24px;
  width: 100%;
  box-sizing: border-box;
}

.holink-navbar-inner {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

/* --- Brand Identity Logo Lockup --- */
.holink-header-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.holink-header-emblem-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.holink-header-emblem-box.size-mob {
  width: 42px;
  height: 42px;
}

.holink-header-emblem {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.holink-header-text-box {
  display: flex;
  flex-direction: column;
}

.holink-header-main {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.holink-header-main.color-navy {
  color: #0b2240;
}

.holink-header-sub {
  font-size: 10px;
  font-weight: 700;
  color: #10b981; 
  letter-spacing: 0.5px;
  margin-top: 2px;
}

/* --- Desktop Navigation --- */
.holink-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 32px;
  flex: 1; 
}

.holink-nav-item {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff !important;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.holink-nav-item:hover {
  color: #10b981 !important; 
}

.holink-action-wrapper {
  flex-shrink: 0;
}

.holink-cta-btn {
  display: inline-block;
  background-color: #10b981; 
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 12px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.holink-cta-btn:hover {
  background-color: #0d9488;
  transform: translateY(-1px);
}

/* --- Hamburger Label Component --- */
.holink-hamburger-trigger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: transparent;
  cursor: pointer;
  padding: 0;
  user-select: none;
}

.holink-hamburger-trigger span {
  width: 100%;
  height: 3px; 
  background-color: #ffffff; 
  border-radius: 2px;
}

/* --- Mobile Popup Menu Structural Modal Overlay --- */
.holink-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(11, 34, 64, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 999999 !important; 
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* Start hidden for smooth pure CSS transition */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
}

.holink-overlay-content {
  width: 100%;
  max-width: 380px;
  background-color: #ffffff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-height: 85vh;
  overflow-y: auto;
}

/* --- CSS FIX: When Checkbox is Active, Display the Menu --- */
.holink-nav-checkbox:checked ~ .holink-mobile-overlay {
  opacity: 1;
  visibility: visible;
}

.holink-nav-checkbox:checked ~ .holink-mobile-overlay .holink-overlay-content {
  transform: scale(1);
}

.holink-overlay-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.holink-close-trigger {
  background: transparent;
  border: 0;
  font-size: 34px;
  line-height: 1;
  color: #0b2240;
  cursor: pointer;
  padding: 0;
  user-select: none;
}

.holink-mobile-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.holink-mob-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #0b2240;
  padding: 8px 0;
  transition: color 0.2s ease;
}

.holink-mob-link:hover {
  color: #10b981;
}

.holink-divider {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin: 20px 0;
}

.mob-cta-adjust {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

/* --- Viewport Media Breaks --- */
@media (max-width: 991px) {
  .holink-desktop-nav,
  .holink-action-wrapper {
    display: none;
  }

  .holink-hamburger-trigger {
    display: flex;
  }
}/* End custom CSS */