.elementor-1346 .elementor-element.elementor-element-c7bd53e{width:100%;max-width:100%;}.elementor-1346 .elementor-element.elementor-element-c7bd53e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-1346 .elementor-element.elementor-element-136a4ad > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1346 .elementor-element.elementor-element-c7bd53e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-c7bd53e *//* ===== RESET ===== */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

/* ===== WRAPPER ===== */
.fje-wrapper {
  width: 100%;
}

/* ===== HEADER ===== */
.fje-top {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(90deg, #ff9800 0%, #ff0000 50%, #1a3cff 100%);
  padding: 20px 0;
  text-align: center;
}

.fje-title {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 2px;
  text-shadow:
    2px 2px 0 #000,
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000;
}

.fje-tagline {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #fff200;
}

/* ===== MENU (DESKTOP) ===== */
.fje-nav {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(90deg, #001a4d, #003cff);
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 8px 8px; /* 🔥 HEIGHT REDUCED */
}

/* MENU ITEMS */
.fje-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 10px; /* 🔥 SMALLER */
  border-radius: 5px;
  transition: background 0.3s ease, transform 0.25s ease;
}

/* HOVER */
.fje-nav a:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-1px);
}

/* ACTIVE */
.fje-nav a.active {
  background: rgba(255,255,255,0.28);
  transform: scale(1.05);
}

/* ===== TOGGLE BAR ===== */
.fje-menu-bar {
  display: none;
  width: 100%;
  background: linear-gradient(90deg, #001a4d, #003cff);
  color: #fff;
  padding: 10px 14px; /* 🔥 SMALLER */
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.3s ease;
}

.fje-menu-bar.active {
  background: linear-gradient(90deg, #000c3a, #002ea8);
  transform: scale(0.97);
}

/* ===============================
   MOBILE VIEW
   =============================== */
@media (max-width: 768px) {

  .fje-menu-bar {
    display: block;
  }

  .fje-nav {
    flex-direction: column;
    align-items: center;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.3s ease;
  }

  .fje-nav.active {
    max-height: 500px;
    padding: 6px 0;
    opacity: 1;
  }

  .fje-nav a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
  }

  .fje-title {
    font-size: 26px;
  }
}/* End custom CSS */