@charset "UTF-8";
/* ==========================================================================
   DJ-MegaMenu (ERP 2025) — Font Awesome 6 ONLY + No-Font Fallback
   Requires: Font Awesome 6 Free (CSS or Kit) loaded before this file.
   Add class "dj-fa-6" on a wrapper (menu or document root) to enable FA6 icons.
   Use "dj-fa-no" if you prefer the pure-CSS fallback arrows.
   ========================================================================== */

.dj-megamenu-erp2025 {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  overflow: visible;
  height: auto;
  width: auto;
  position: relative;
  z-index: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "League Spartan", sans-serif;
}

.dj-megamenu-erp2025 li.dj-up {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}

.dj-megamenu-erp2025 li a.dj-up_a {
  display: block;
  height: 40px;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 18px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
}

.dj-megamenu-erp2025 li a.dj-up_a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  height: 40px;
}

.dj-megamenu-erp2025 li a.dj-up_a > span.dj-drop {
  padding: 0 20px 0 0;
}

.dj-megamenu-erp2025 li a.dj-up_a > span span.name {
  vertical-align: middle;
}

.dj-megamenu-erp2025 li a.dj-up_a > span span.name + span {
  margin-left: 10px;
}

.dj-megamenu-erp2025 li a.dj-up_a small.subtitle {
  color: #48586A;
  display: block;
  font-size: 1rem;
  line-height: .75;
  margin-top: 0;
  opacity: 1;
}

.dj-megamenu-erp2025 li a.dj-up_a .dj-icon {
  margin: 0;
  max-height: 32px;
}

.dj-megamenu-erp2025 li a.dj-up_a .dj-icon + span {
  margin-left: 15px;
}

.dj-megamenu-erp2025 li div.dj-subwrap {
  position: absolute;
  left: -9999px;
  top: -9999px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dj-megamenu-erp2025 li div.dj-subwrap .dj-subwrap-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

.dj-megamenu-erp2025 li.logo a.dj-up_a .dj-icon {
  max-height: 60px;
}

.dj-megamenu-erp2025 li:hover, .dj-megamenu-erp2025 li.hover {
  position: relative;
  z-index: 700;
}

.dj-megamenu-erp2025 li:hover a.dj-up_a, .dj-megamenu-erp2025 li.hover a.dj-up_a {
  /* keep for hover-specific color if needed */
}

.dj-megamenu-erp2025 li:hover > div.dj-subwrap,
.dj-megamenu-erp2025 li.hover  > div.dj-subwrap {
  left: 0;
  top: 100%;
  height: auto;
  z-index: 99999;
}

.dj-megamenu-erp2025 li:hover > div.dj-subwrap li:hover > div.dj-subwrap,
.dj-megamenu-erp2025 li:hover > div.dj-subwrap li.hover  > div.dj-subwrap,
.dj-megamenu-erp2025 li.hover  > div.dj-subwrap li:hover > div.dj-subwrap,
.dj-megamenu-erp2025 li.hover  > div.dj-subwrap li.hover  > div.dj-subwrap {
  left: 100%;
  top: 0;
  margin: 0;
  height: auto;
  z-index: 600;
}

.dj-megamenu-erp2025 li ul.dj-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
}

.dj-megamenu-erp2025 li ul.dj-submenu > li {
  display: block;
  height: auto;
  width: auto;
  position: relative;
}

.dj-megamenu-erp2025 li ul.dj-submenu > li > a {
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 20px;
  margin: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.dj-megamenu-erp2025 li ul.dj-submenu > li > a .dj-icon {
  margin: 0;
  max-height: 16px;
}

.dj-megamenu-erp2025 li ul.dj-submenu > li > a .dj-icon + span {
  margin-left: 15px;
}

.dj-megamenu-erp2025 li ul.dj-submenu > li > a small.subtitle {
  display: block;
  font-size: 0.9em;
  line-height: 1;
  opacity: 0.5;
}

.dj-megamenu-erp2025 li ul.dj-submenu > li > a span.name {
  vertical-align: middle;
}

.dj-megamenu-erp2025 li ul.dj-submenu > li > a span.name + span {
  margin-left: 10px;
}

.dj-megamenu-erp2025 li ul.dj-submenu > li:hover > a,
.dj-megamenu-erp2025 li ul.dj-submenu > li.active > a {
  color: #fff;
  background: #417EBF;
}

.dj-megamenu-erp2025 li ul.dj-subtree {
  list-style: none;
  padding: 0 !important;
  margin: 5px 0 5px 25px !important;
}

.dj-megamenu-erp2025 li ul.dj-subtree > li {
  list-style: circle outside;
  padding: 0;
  margin: 0;
  color: #666;
}

.dj-megamenu-erp2025 li ul.dj-subtree > li > a {
  display: block;
  font-size: 13px;
  line-height: 13px;
  color: #444;
  text-decoration: none;
  padding: 5px 0;
}

.dj-megamenu-erp2025 li ul.dj-subtree > li:hover > a,
.dj-megamenu-erp2025 li ul.dj-subtree > li.active > a {
  color: #000;
  text-decoration: underline;
}

/* =========================================================
   ARROWS — BASE PLACEHOLDER (positioning & transitions)
   ========================================================= */
.dj-megamenu-erp2025 .arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* =========================================
   NO-FONT FALLBACK (pure CSS arrow shapes)
   ========================================= */
.dj-megamenu-erp2025.dj-fa-no .arrow:before {
  content: '';
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}

/* In submenus, show "angle-right" using pure CSS */
.dj-megamenu-erp2025.dj-fa-no .dj-submenu li.parent:not(.subtree) > a .arrow:before {
  transform: rotate(-45deg);
}

/* =======================================
   FA6 ONLY — base font & smoothing
   ======================================= */
.dj-megamenu-erp2025.dj-fa-6 .arrow:before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;          /* solid */
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Top-level items: angle-down */
.dj-megamenu-erp2025.dj-fa-6 li.dj-up > a .arrow:before {
  content: "\f107";          /* angle-down */
}

/* Submenu parents (not subtree): angle-right */
.dj-megamenu-erp2025.dj-fa-6 .dj-submenu li.parent:not(.subtree) > a .arrow:before {
  content: "\f105";          /* angle-right */
}

/* Vertical menu tweaks */
.dj-megamenu-erp2025.verticalMenu.dj-fa-no li.dj-up > a .arrow:before {
  transform: rotate(-45deg);
}
.dj-megamenu-erp2025.verticalMenu.dj-fa-6 li.dj-up > a .arrow:before {
  content: "\f105";          /* angle-right in vertical layout */
}

/* Arrow animation nudges on focus/hover */
.dj-megamenu-erp2025 li.dj-up:hover > a .arrow,
.dj-megamenu-erp2025 li.dj-up:focus > a .arrow {
  top: 51%;
  top: calc(50% + 2px);
}

.dj-megamenu-erp2025 .dj-submenu li.parent > a .arrow { right: 16px; }
.dj-megamenu-erp2025 .dj-submenu li.parent:not(.subtree):hover > a .arrow,
.dj-megamenu-erp2025 .dj-submenu li.parent:not(.subtree):focus > a .arrow {
  right: 14px;
}

/* =========================================================
   MISC / ACCESSIBILITY / EFFECTS
   ========================================================= */
.dj-megamenu-erp2025 li.separator > a { cursor: default; }

.dj-megamenu-erp2025 .modules-wrap {
  padding: 10px;
  color: #444;
}
.dj-megamenu-erp2025 .modules-wrap p { display: block; padding: 0; }

.dj-megamenu-erp2025 .dj-stickylogo { position: absolute; z-index: 650; }
.dj-megamenu-erp2025 .dj-stickylogo img { max-height: 100%; width: auto; }

.dj-megamenu-erp2025 .dj-stickylogo.dj-align-center {
  position: static;
  text-align: center;
  margin: 10px 0;
}
.dj-megamenu-erp2025 .dj-stickylogo.dj-align-left {
  left: 20px;
  max-height: 50px;
  margin: 5px 0;
}
.dj-megamenu-erp2025 .dj-stickylogo.dj-align-right {
  right: 20px;
  max-height: 50px;
  margin: 5px 0;
}

.dj-megamenu-erp2025 li.dj-up.fullsub { position: static !important; }
.dj-megamenu-erp2025 li.dj-up.fullsub a.dj-up_a { position: relative; }

.dj-megamenu-erp2025 li.dj-up.fullwidth > .dj-subwrap { width: 100vw; }
.dj-megamenu-erp2025 li.dj-up.fullwidth > .dj-subwrap > .dj-subwrap-in {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dj-megamenu-erp2025 .djsubrow_separator {
  clear: both;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.dj-megamenu-erp2025.dj-megamenu-fixed {
  position: fixed;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}

.dj-megamenu-erp2025.dj-megamenu-sticky {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
}

.dj-megamenu-erp2025.verticalMenu {
  height: auto;
  max-width: 360px;
  z-index: 500;
}
.dj-megamenu-erp2025.verticalMenu li.dj-up { width: 100%; }
.dj-megamenu-erp2025.verticalMenu li.dj-up:hover { background: #417EBF; }

.dj-megamenu-erp2025.verticalMenu li a.dj-up_a {
  height: auto;
  padding: 5px 10px;
}
.dj-megamenu-erp2025.verticalMenu li a.dj-up_a:hover { color: #ffffff; }

.dj-megamenu-erp2025.verticalMenu li a.dj-up_a img { max-height: 100%; max-width: 32px; }
.dj-megamenu-erp2025.verticalMenu li a.dj-up_a small.subtitle { margin-top: 0; }
.dj-megamenu-erp2025.verticalMenu li a.dj-up_a > span { height: auto; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.dj-megamenu-erp2025.verticalMenu li a.dj-up_a span .dj-icon { vertical-align: middle; }
.dj-megamenu-erp2025.verticalMenu li a.dj-up_a span span.image-title { padding: 0 15px; margin: 0; }

.dj-megamenu-erp2025.verticalMenu li ul.dj-submenu > li > a .dj-icon { max-height: 100%; max-width: 32px; }

.dj-megamenu-erp2025.verticalMenu li:hover div.dj-subwrap,
.dj-megamenu-erp2025.verticalMenu li.hover div.dj-subwrap {
  right: auto !important;
  left: 100% !important;
  top: 0;
}
.dj-megamenu-erp2025.verticalMenu li:hover div.dj-subwrap.open-right,
.dj-megamenu-erp2025.verticalMenu li.hover div.dj-subwrap.open-right {
  right: auto !important;
  left: 100% !important;
  top: 0;
}
.dj-megamenu-erp2025.verticalMenu li:hover div.dj-subwrap.open-left,
.dj-megamenu-erp2025.verticalMenu li.hover div.dj-subwrap.open-left {
  left: auto !important;
  right: 100% !important;
}

/* Overlay helpers */
body.dj-megamenu-overlay { position: relative; }
body.dj-megamenu-overlay ul.dj-megamenu { z-index: 1002; position: relative; }
body.dj-megamenu-overlay .dj-megamenu-sticky { z-index: 1001; }

body .dj-megamenu-overlay-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 999;
  pointer-events: none;
  display: none;
}

/* Badges */
.dj-megamenu-erp2025 li a.dj-up_a span.dj-badge,
.dj-megamenu-erp2025 li ul > li > a span.dj-badge {
  float: none;
  text-transform: uppercase;
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* WCAG focus styles */
.dj-megamenu-erp2025.dj-megamenu-wcag *:focus,
.dj-megamenu-erp2025.dj-megamenu-wcag *:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.dj-megamenu-erp2025.dj-megamenu-wcag *:focus:not(:focus-visible) { outline: none; }

/* Appear/animation helpers (if used) */
.dj-megamenu-erp2025 .dj-subwrap {
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.dj-megamenu-erp2025.fast .dj-subwrap  { -webkit-animation-duration: 200ms; animation-duration: 200ms; }
.dj-megamenu-erp2025.slow .dj-subwrap  { -webkit-animation-duration: 600ms; animation-duration: 600ms; }

/* JS-less safety: hide subwraps unless hovered/active */
.dj-megamenu-erp2025 li div.dj-subwrap,
.dj-megamenu-erp2025 li.hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu-erp2025:not(.dj-megamenu-js) li:hover div.dj-subwrap li div.dj-subwrap {
  display: none;
}
.dj-megamenu-erp2025 li.hover div.dj-subwrap,
.dj-megamenu-erp2025 li.hover div.dj-subwrap li.hover > div.dj-subwrap,
.dj-megamenu-erp2025:not(.dj-megamenu-js) li:hover div.dj-subwrap,
.dj-megamenu-erp2025:not(.dj-megamenu-js) li:hover div.dj-subwrap li:hover > div.dj-subwrap {
  display: block;
}
/* =========================
   FONT AWESOME 6 GLUE
   - Works with Kit or local FA6.
   - No wrapper flags needed.
   ========================= */

/* Arrow base (positioning you already have) remains the same */

/* --- FA6 solid font binding (generic) --- */
.dj-megamenu-erp2025 .fa6::before {
  /* Use FA6 variable if present, fall back to a direct declaration */
  font: var(--fa-font-solid, normal 900 1em/1 "Font Awesome 6 Free");
  font-weight: 900; /* solid */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  speak: never;
}

/* --------------------
   Top-level arrow (▼)
   -------------------- */
.dj-megamenu-erp2025 li.dj-up > a .arrow::before {
  content: "\f107";               /* angle-down */
}
.dj-megamenu-erp2025 li.dj-up > a .arrow::before,
.dj-megamenu-erp2025 .dj-submenu li.parent:not(.subtree) > a .arrow::before {
  /* attach FA6 font via utility class without changing HTML */
  /* we can't add classes to ::before, so copy rules inline: */
  font: var(--fa-font-solid, normal 900 1em/1 "Font Awesome 6 Free");
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  speak: never;
  display: inline-block;
  line-height: 1;
}

/* --------------------------
   Submenu parent arrow (▶)
   -------------------------- */
.dj-megamenu-erp2025 .dj-submenu li.parent:not(.subtree) > a .arrow::before {
  content: "\f105";               /* angle-right */
}

/* -------------------------
   Vertical menu preference
   (use angle-right at root)
   ------------------------- */
.dj-megamenu-erp2025.verticalMenu li.dj-up > a .arrow::before {
  content: "\f105";               /* angle-right */
}

/* -----------------------
   NO-FONT fallback kept
   ----------------------- */
.dj-megamenu-erp2025.dj-fa-no .arrow::before {
  content: '';
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}
.dj-megamenu-erp2025.dj-fa-no .dj-submenu li.parent:not(.subtree) > a .arrow::before {
  transform: rotate(-45deg);
}

/* ===================================
   Mobile: hamburger (bars) and close
   =================================== */

/* Hamburger icon (bars) for the open button */
.dj-mobile-open-btn .dj-mobile-open-icon::before {
  content: "\f0c9";               /* bars */
  font: var(--fa-font-solid, normal 900 1em/1 "Font Awesome 6 Free");
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1;
}

/* Offcanvas close (xmark) */
.dj-offcanvas-erpcorp2025 .dj-offcanvas-close-btn .dj-offcanvas-close-icon::before {
  content: "\f00d";               /* xmark (legacy alias retained) */
  font: var(--fa-font-solid, normal 900 1em/1 "Font Awesome 6 Free");
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: 1;
  font-size: 2rem;                /* keep your visual size */
}

/* Keep your no-font hamburger/close fallbacks if desired */
.dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon { /* your existing CSS-drawn bars */ }
.dj-fa-no .dj-offcanvas-close-btn .dj-offcanvas-close-icon { /* your CSS-drawn X */ }
