.elementor-5209 .elementor-element.elementor-element-25310620{--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;}.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-297c2566 */.ac-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 60px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1C355E;
  box-shadow: 0 2px 24px rgba(0,0,0,0.18);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  font-family: 'Open Sans', sans-serif;
}

/* Scrolled state */
.ac-nav.ac-nav-scrolled {
  height: 64px;
  box-shadow: 0 2px 24px rgba(0,0,0,0.25);
}

/* OPTIONAL: Add class "ac-nav-transparent" to the nav element
   on the HOMEPAGE ONLY to get the transparent-to-solid effect.
   On all other pages, leave it off and the nav stays solid navy. */
.ac-nav.ac-nav-transparent {
  background: transparent;
  box-shadow: none;
}

.ac-nav.ac-nav-transparent.ac-nav-scrolled {
  background: #1C355E;
  box-shadow: 0 2px 24px rgba(0,0,0,0.18);
}

/* Logo */
.ac-nav-logo {
  display: flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}

.ac-nav-logo img {
  display: block;
  height: 38px;
  width: auto;
}

/* Desktop links */
.ac-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ac-nav-links li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
  padding: 4px 0;
  white-space: nowrap;
}

.ac-nav-links li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #6A9BC3;
  transition: width 0.3s;
}

.ac-nav-links li a:hover {
  color: #FFFFFF;
}

.ac-nav-links li a:hover::after {
  width: 100%;
}

/* Active page indicator */
.ac-nav-links li a.ac-nav-active {
  color: #FFFFFF;
}

.ac-nav-links li a.ac-nav-active::after {
  width: 100%;
}

/* CTA button in nav */
.ac-nav-cta {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  padding: 10px 24px !important;
  transition: all 0.3s !important;
  text-decoration: none !important;
}

.ac-nav-cta::after {
  display: none !important;
}

.ac-nav-cta:hover {
  background: #FFFFFF !important;
  color: #1C355E !important;
  border-color: #FFFFFF !important;
}

/* Phone in nav */
.ac-nav-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.3s;
}

.ac-nav-phone:hover {
  color: #FFFFFF;
}

.ac-nav-phone svg {
  width: 14px;
  height: 14px;
  stroke: #6A9BC3;
  fill: none;
  stroke-width: 2;
}

/* Right side grouping */
.ac-nav-right {
  display: flex;
  align-items: center;
  gap: 28px;
}

/* Mobile hamburger */
.ac-nav-hamburger {
  display: none;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.ac-nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #FFFFFF;
  transition: all 0.3s;
}

/* Mobile open state */
.ac-nav-hamburger.ac-open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.ac-nav-hamburger.ac-open span:nth-child(2) {
  opacity: 0;
}

.ac-nav-hamburger.ac-open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile menu */
.ac-nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #1C355E;
  z-index: 9998;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 80px 24px 40px;
}

.ac-nav-mobile.ac-mobile-open {
  display: flex;
}

.ac-nav-mobile a {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  width: 100%;
  max-width: 320px;
  text-align: center;
  transition: color 0.3s;
}

.ac-nav-mobile a:hover {
  color: #FFFFFF;
}

.ac-nav-mobile .ac-nav-mobile-cta,
.ac-nav-mobile .ac-nav-mobile-phone {
  border-bottom: none;
}

.ac-nav-mobile .ac-nav-mobile-cta {
  margin-top: 32px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,0.25);
  padding: 16px 40px;
  text-align: center;
  width: 100%;
  max-width: 320px;
}

.ac-nav-mobile .ac-nav-mobile-phone {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #6A9BC3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ac-nav-mobile .ac-nav-mobile-phone svg {
  width: 16px;
  height: 16px;
  stroke: #6A9BC3;
  fill: none;
  stroke-width: 2;
}

/* Focus states */
.ac-nav-links li a:focus-visible,
.ac-nav-cta:focus-visible,
.ac-nav-phone:focus-visible,
.ac-nav-hamburger:focus-visible,
.ac-nav-mobile a:focus-visible {
  outline: 2px solid #6A9BC3;
  outline-offset: 3px;
}

@media (max-width: 960px) {
  .ac-nav {
    padding: 0 24px;
  }

  .ac-nav-links {
    display: none;
  }

  .ac-nav-phone {
    display: none;
  }

  .ac-nav-hamburger {
    display: flex;
  }

  .ac-nav-right .ac-nav-cta {
    display: none;
  }
}/* End custom CSS */