.elementor-28 .elementor-element.elementor-element-ea31239{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-13f0890{--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-2feaf19 *//* HEADER */
.fx-header {
  background: #0b1c2c;
  padding: 16px 20px;
  position: relative;
  z-index: 1000;
}

/* NAV */
.fx-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.fx-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fx-icon {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  border-radius: 6px;
}

.fx-text {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

/* MENU */
.fx-menu {
  display: flex;
  gap: 26px;
}

.fx-menu a {
font-weight: 500;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.fx-menu a:hover {
  color: #fff;
}

.fx-menu .active {
  color: #f59e0b;
}

/* SEARCH */
.fx-search input {
  background: #1e293b;
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  width: 220px;
  font-size: 13px;
}

/* HAMBURGER */
.fx-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.fx-toggle span {
  width: 24px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
  border-radius: 2px;
}

/* MOBILE */
@media (max-width: 992px) {

  .fx-toggle {
    display: flex;
  }

  .fx-menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #0b1c2c;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    display: none;
  }

  .fx-menu.active {
    display: flex;
  }

  .fx-search {
    display: none;
  }
}/* End custom CSS */