.elementor-12 .elementor-element.elementor-element-19c0ffd{--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;}.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-8d43561 *//* ===== HEADER STYLE ===== */
#apollo-header {
  font-family: "Inter", sans-serif;
  width: 100%;
}

/* Top Status Bar */
#apollo-header .status-bar {
  background: #003b99;
  padding: 6px 0;
  text-align: center;
}

#apollo-header .status-badge {
  background: #00b050;
  color: #fff;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 14px;
}

/* Main Navigation */
#apollo-header .main-nav {
  background: #fff;
  border-bottom: 1px solid #e6e9ee;
  padding: 15px 0;
}

#apollo-header .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

#apollo-header .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#apollo-header .logo img {
  height: 50px;
  width: auto;
}

#apollo-header .menu a {
  text-decoration: none;
  color: #003b99;
  font-weight: 600;
  margin-left: 25px;
  font-size: 16px;
  transition: color 0.2s ease;
}

#apollo-header .menu a:hover {
  color: #007bff;
}

/* Responsive */
@media (max-width: 768px) {
  #apollo-header .nav-container {
    flex-direction: column;
    text-align: center;
  }

  #apollo-header .menu a {
    display: inline-block;
    margin: 10px;
  }

  #apollo-header .logo img {
    height: 42px;
  }
}/* End custom CSS */