/* ============================================================
   HRA HEADER — CLEAN CSS v3.2
   Desktop: Logo far-left, Nav TRUE centered via position trick
   Mobile: Full-page overlay menu
   ============================================================ */

/* 1. Remove min-height:300px from first section */
.elementor-section-wrap > section.elementor-element:first-child .elementor-container {
  min-height: 0 !important;
}

/* 2. Outer section — white background, thin bottom border */
.elementor-element-75ab44a {
  background-color: #ffffff !important;
  padding: 10px 0 !important;
  border-bottom: 2px solid #e0e0e0 !important;
}
.elementor-element-75ab44a > .elementor-container {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

/* 3. Outer column — full width */
.elementor-element-6af51b3 {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.elementor-element-6af51b3 > .elementor-column-wrap,
.elementor-element-6af51b3 > .elementor-widget-wrap {
  padding: 0 !important;
}

/* 4. Pill / inner section — navy blue, rounded */
.elementor-element-a938ba8 {
  background-color: #1a2d5a !important;
  border-radius: 50px !important;
  width: calc(100% - 60px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* 4a. Container inside pill — position relative for absolute centering trick */
.elementor-element-a938ba8 > .elementor-container {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 8px 24px !important;
  min-height: 0 !important;
}

/* 4b. Inner row — flex */
.elementor-element-a938ba8 > .elementor-container > .elementor-row,
.elementor-element-a938ba8 > .elementor-container > .elementor-column-gap-default {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: 100% !important;
  position: relative !important;
}

/* 5. Logo column — sits on the left */
.elementor-element-3c7d7bf {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  z-index: 2 !important;
}
.elementor-element-3c7d7bf > .elementor-column-wrap,
.elementor-element-3c7d7bf > .elementor-widget-wrap {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}
.elementor-element-3c7d7bf img {
  max-height: 55px !important;
  width: auto !important;
  display: block !important;
}

/* 6. Nav column — absolutely centered in the pill */
.elementor-element-45aec7a {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
  z-index: 1 !important;
  padding: 0 170px !important;
}
.elementor-element-45aec7a > .elementor-column-wrap,
.elementor-element-45aec7a > .elementor-widget-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  pointer-events: none !important;
  width: 100% !important;
}

/* 7. Nav links (icon list) — horizontal row, truly centered */
.elementor-element-45aec7a .elementor-icon-list-items {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  pointer-events: auto !important;
}
.elementor-element-45aec7a .elementor-icon-list-item {
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-element-45aec7a .elementor-icon-list-item > a {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  padding: 6px 14px !important;
  display: block !important;
  white-space: nowrap !important;
  transition: color 0.2s ease !important;
  pointer-events: auto !important;
}
.elementor-element-45aec7a .elementor-icon-list-item > a:hover {
  color: #f0c040 !important;
}
.elementor-element-45aec7a .elementor-icon-list-item-separator {
  display: none !important;
}

/* 8. Hamburger column — hidden on desktop */
.elementor-element-bb15b57 {
  display: none !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  width: auto !important;
  margin-left: auto !important;
  position: relative !important;
  z-index: 2 !important;
}
.elementor-element-bb15b57 > .elementor-column-wrap,
.elementor-element-bb15b57 > .elementor-widget-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  padding: 0 !important;
}

/* 9. Hamburger toggle button */
.hra-mobile-toggle {
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 8px !important;
  width: 44px !important;
  height: 44px !important;
}
.hra-mobile-toggle span {
  display: block !important;
  width: 24px !important;
  height: 2px !important;
  background-color: #ffffff !important;
  border-radius: 2px !important;
  transition: all 0.3s ease !important;
  transform-origin: center !important;
}
.hra-mobile-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg) !important;
}
.hra-mobile-toggle.is-active span:nth-child(2) {
  opacity: 0 !important;
  transform: scaleX(0) !important;
}
.hra-mobile-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg) !important;
}

/* 10. Full-page mobile overlay */
.hra-mobile-menu {
  display: none !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: #1a2d5a !important;
  z-index: 99999 !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  overflow-y: auto !important;
}
.hra-mobile-menu.is-open {
  display: flex !important;
}
.hra-mobile-menu ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
}
.hra-mobile-menu ul li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
.hra-mobile-menu ul li:first-child {
  border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.hra-mobile-menu ul li a {
  display: block !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 20px 30px !important;
  transition: color 0.2s ease, background 0.2s ease !important;
}
.hra-mobile-menu ul li a:hover {
  color: #f0c040 !important;
  background: rgba(255,255,255,0.05) !important;
}

/* 11. Close button (X) — top right of overlay */
.hra-mobile-close-btn {
  position: absolute !important;
  top: 20px !important;
  right: 24px !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 28px !important;
  cursor: pointer !important;
  line-height: 1 !important;
  padding: 8px !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 100001 !important;
}
.hra-mobile-close-btn:hover {
  color: #f0c040 !important;
}

/* 12. Responsive: show hamburger, hide nav on mobile */
@media (max-width: 1024px) {
  .elementor-element-a938ba8 > .elementor-container {
    padding: 8px 20px !important;
  }
  .elementor-element-bb15b57 {
    display: flex !important;
  }
  .elementor-element-45aec7a {
    display: none !important;
  }
  .elementor-element-3c7d7bf {
    flex: 0 0 auto !important;
    width: auto !important;
  }
  .elementor-element-a938ba8 {
    border-radius: 40px !important;
    width: calc(100% - 30px) !important;
  }
  .elementor-element-3c7d7bf img {
    max-height: 45px !important;
  }
  .elementor-element-75ab44a {
    padding: 8px 0 !important;
  }
}

/* 13. Z-index — header above slider */
.elementor-location-header {
  position: relative !important;
  z-index: 1000 !important;
}

/* 14. Prevent any horizontal overflow */
body {
  overflow-x: hidden !important;
}
