.elementor-33 .elementor-element.elementor-element-6e452f5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33 .elementor-element.elementor-element-97a1065{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:9999;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* =========================================
   ALARIONEX — GLOBAL HEADER
   Elementor Sticky Version
========================================= */
/* Elementor outer container */
.alx-header-wrap {
  width: 100%;
  z-index: 9999;
  overflow: visible !important;
  background: #fff;
}
.alx-header {
  --blue: #0b3b88;
  --navy: #082b63;
  --text: #374151;
  --muted: #6b7280;
  --gold: #ffb400;
  --border: #dce3ec;
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid var(--border);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.alx-header,
.alx-header *,
.alx-header *::before,
.alx-header *::after {
  box-sizing: border-box;
}
.alx-header a {
  text-decoration: none !important;
}
/* =========================================
   MAIN
========================================= */
.alx-header__inner {
  width: min(calc(100% - 64px), 1600px);
  min-height: 88px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 40px;
}
.alx-header__logo img {
  display: block;
  width: 200px;
  height: auto;
}
.alx-header__nav {
  display: flex;
  align-items: center;
  gap: 38px;
}
.alx-header__nav-item {
  position: relative;
}
.alx-header__nav-link {
  position: relative;
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text) !important;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.alx-header__nav-link:hover {
  color: var(--gold) !important;
}
.alx-header__nav-link.is-current {
  color: var(--navy) !important;
}
.alx-header__nav-link.is-current::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--gold);
}
.alx-header__arrow {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}
.alx-header__nav-item--mega:hover .alx-header__arrow {
  transform: translateY(3px) rotate(225deg);
}
.alx-header__contact {
  justify-self: end;
  min-height: 46px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: var(--blue);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}
.alx-header__contact:hover {
  background: var(--gold);
  color: var(--navy) !important;
}
/* =========================================
   MEGA MENU
========================================= */
.alx-header__mega {
  position: absolute;
  top: calc(100% - 12px);
  left: 50%;
  z-index: 100;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(8, 43, 99, .14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 9px);
  transition: .18s ease;
}
.alx-header__mega::before {
  content: "";
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  height: 18px;
}
.alx-header__nav-item--mega:hover > .alx-header__mega,
.alx-header__nav-item--mega:focus-within > .alx-header__mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
/* =========================================
   PRODUCTS
========================================= */
.alx-header__mega--products {
  width: min(960px, calc(100vw - 48px));
}
.alx-header__products {
  display: grid;
  grid-template-columns: 275px 1fr;
  min-height: 405px;
}
.alx-header__categories {
  padding: 21px 13px;
  border-right: 1px solid var(--border);
  background: #fafbfd;
}
.alx-header__intro {
  padding: 0 10px 14px;
}
.alx-header__intro > strong,
.alx-header__panel-head > div > strong,
.alx-header__solution-intro > strong {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
}
.alx-header__intro p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.5;
}
.alx-header__category {
  min-height: 68px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  color: var(--text) !important;
}
.alx-header__category:hover,
.alx-header__category.is-active {
  background: #fff8e6;
}
.alx-header__category strong {
  display: block;
  color: var(--navy);
  font-size: 13px;
}
.alx-header__category small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.4;
}
.alx-header__category b {
  color: var(--gold);
}
/* =========================================
   PRODUCT PANEL
========================================= */
.alx-header__preview {
  min-width: 0;
  padding: 23px 25px;
}
.alx-header__panel[hidden] {
  display: none;
}
.alx-header__panel-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.alx-header__panel-head h3 {
  max-width: 460px;
  margin: 6px 0 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.35;
}
.alx-header__panel-head > a {
  flex: 0 0 auto;
  color: var(--blue) !important;
  font-size: 11px;
  font-weight: 700;
}
/* =========================================
   SERIES / CAPABILITIES
========================================= */
.alx-header__series-grid,
.alx-header__capability-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.alx-header__series {
  min-height: 78px;
  padding: 9px 11px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fbfcfe;
  color: var(--text) !important;
}
.alx-header__series:hover,
.alx-header__series.is-current,
.alx-header__capability-grid > a:hover {
  border-color: rgba(11, 59, 136, .25);
  background: #fff8e6;
}
.alx-header__thumb {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 5px;
  background: #f1f5fa;
}
.alx-header__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.alx-header__thumb span {
  color: #6f8094;
  font-size: 9px;
  font-weight: 800;
  text-align: center;
}
.alx-header__series > div:last-child {
  min-width: 0;
}
.alx-header__series strong {
  display: block;
  color: var(--navy);
  font-size: 12px;
  line-height: 1.3;
}
.alx-header__series small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
}
.alx-header__capability-grid > a {
  min-height: 86px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fbfcfe;
  color: var(--text) !important;
}
.alx-header__capability-visual {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #eef4fb;
  border: 1px solid #d7e4f2;
  border-radius: 6px;
}
.alx-header__capability-icon {
  width: 30px;
  height: 30px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.alx-header__capability-copy {
  min-width: 0;
}
.alx-header__capability-copy span {
  display: block;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
}
.alx-header__capability-copy strong {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 12px;
  line-height: 1.3;
}
.alx-header__capability-copy small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
}
/* =========================================
   SOLAR CROSS LINK
========================================= */
.alx-header__cross {
  margin-top: 10px;
  padding: 10px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-left: 3px solid var(--blue);
  background: #f5f8fc;
  color: var(--muted) !important;
  font-size: 10px;
}
.alx-header__cross strong {
  margin-right: 4px;
  color: var(--navy);
}
.alx-header__cross b {
  color: var(--gold);
}
/* =========================================
   PRODUCTS FOOTER
========================================= */
.alx-header__mega-footer {
  min-height: 46px;
  padding: 9px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border);
  background: #fbfcfe;
}
.alx-header__mega-footer span {
  color: var(--muted);
  font-size: 11px;
}
.alx-header__mega-footer a {
  color: var(--blue) !important;
  font-size: 11px;
  font-weight: 700;
}
/* =========================================
   SOLUTIONS
========================================= */
.alx-header__mega--solutions {
  width: min(820px, calc(100vw - 48px));
  padding: 18px;
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 16px;
}
.alx-header__solution-intro h3 {
  margin: 7px 0 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.3;
}
.alx-header__solution-intro p {
  margin: 10px 0 15px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.alx-header__solution-intro a {
  color: var(--blue) !important;
  font-size: 11px;
  font-weight: 700;
}
.alx-header__solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.alx-header__solution-grid a {
  min-height: 108px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fbfcfe;
  color: var(--text) !important;
}
.alx-header__solution-grid a:hover {
  background: #fff8e6;
}
.alx-header__solution-visual {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #eef4fb;
  border: 1px solid #d7e4f2;
  border-radius: 6px;
}
.alx-header__solution-icon {
  width: 29px;
  height: 29px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.alx-header__solution-copy {
  min-width: 0;
}
.alx-header__solution-copy span {
  display: block;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
}
.alx-header__solution-copy strong {
  display: block;
  margin-top: 5px;
  color: var(--navy);
  font-size: 12px;
  line-height: 1.35;
}
.alx-header__solution-copy small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 9.8px;
  line-height: 1.4;
}
/* =========================================
   MOBILE TOGGLE
========================================= */
.alx-header button.alx-header__toggle {
  position: relative;
  display: none;
  width: 40px !important;
  height: 40px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e6bd50 !important;
  border-radius: 6px !important;
  background: #fff8e6 !important;
  color: var(--navy) !important;
  box-shadow: none !important;
  appearance: none;
  cursor: pointer;
}
.alx-header button.alx-header__toggle:hover,
.alx-header button.alx-header__toggle:focus,
.alx-header button.alx-header__toggle[aria-expanded="true"] {
  border-color: var(--gold) !important;
  background: #fff8e6 !important;
  color: var(--navy) !important;
  box-shadow: none !important;
}
.alx-header__toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--navy) !important;
  transform-origin: center;
  transition: transform .18s ease, opacity .15s ease;
}
.alx-header__toggle span:nth-child(1) {
  transform: translate(-50%, -50%) translateY(-5px);
}
.alx-header__toggle span:nth-child(2) {
  transform: translate(-50%, -50%);
}
.alx-header__toggle span:nth-child(3) {
  transform: translate(-50%, -50%) translateY(5px);
}
.alx-header__toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.alx-header__toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.alx-header__toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* =========================================
   MOBILE MENU
========================================= */
.alx-header__mobile {
  display: none;
  max-height: calc(100vh - 76px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border-top: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 10px 22px rgba(8, 43, 99, .07);
}
.alx-header__mobile[hidden] {
  display: none !important;
}
.alx-header__mobile nav {
  width: min(calc(100% - 32px), 720px);
  margin: auto;
  padding: 8px 0 20px;
}
.alx-header__mobile details {
  margin: 0;
}
.alx-header__mobile summary {
  position: relative;
  list-style: none;
  cursor: pointer;
}
.alx-header__mobile summary::-webkit-details-marker {
  display: none;
}
.alx-header__mobile summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--navy);
  border-bottom: 1.5px solid var(--navy);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .18s ease;
}
.alx-header__mobile details[open] > summary::after {
  transform: translateY(-30%) rotate(225deg);
}
/* Mobile main rows */
.alx-header__mobile-main > summary,
.alx-header__mobile-link {
  min-height: 57px;
  padding: 15px 40px 15px 4px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  color: var(--text) !important;
  font-size: 16px;
  font-weight: 600;
}
.alx-header__mobile-main > summary::after {
  right: 9px;
}
/* Mobile product categories */
.alx-header__mobile-products {
  background: #f7f9fc;
}
.alx-header__mobile-products > details {
  border-bottom: 1px solid var(--border);
}
.alx-header__mobile-products summary {
  min-height: 64px;
  padding: 11px 40px 11px 14px;
}
.alx-header__mobile-products summary strong,
.alx-header__mobile-products summary small {
  display: block;
}
.alx-header__mobile-products summary strong {
  color: var(--navy);
  font-size: 13px;
}
.alx-header__mobile-products summary small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 400;
}
/* Mobile submenu */
.alx-header__mobile-links {
  padding: 0 14px 8px;
  background: #fff;
}
.alx-header__mobile-links a {
  min-height: 41px;
  padding: 8px 5px;
  display: flex;
  align-items: center;
  border-top: 1px solid #edf1f5;
  color: var(--text) !important;
  font-size: 11.5px;
}
.alx-header__mobile-links a.is-current {
  color: var(--blue) !important;
  font-weight: 700;
}
.alx-header__mobile-contact {
  min-height: 46px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--blue);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
}
/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 1100px) {
  .alx-header__inner {
    gap: 22px;
  }
  .alx-header__nav {
    gap: 24px;
  }
  .alx-header__logo img {
    width: 180px;
  }
  .alx-header__mega--products {
    width: min(900px, calc(100vw - 36px));
  }
}
@media (max-width: 980px) {
  .alx-header__inner {
    width: calc(100% - 40px);
    min-height: 76px;
    grid-template-columns: 1fr auto;
  }
  .alx-header__logo img {
    width: 175px;
  }
  .alx-header__nav,
  .alx-header__contact {
    display: none;
  }
  .alx-header button.alx-header__toggle {
    display: block;
    justify-self: end;
  }
  .alx-header__mobile:not([hidden]) {
    display: block;
  }
}
@media (max-width: 480px) {
  .alx-header__inner {
    width: calc(100% - 32px);
    min-height: 70px;
  }
  .alx-header__logo img {
    width: 155px;
  }
  .alx-header button.alx-header__toggle {
    width: 38px !important;
    height: 38px !important;
  }
  .alx-header__mobile {
    max-height: calc(100vh - 70px);
  }
}/* End custom CSS */