.elementor-48 .elementor-element.elementor-element-4f14ec2{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-48 .elementor-element.elementor-element-5626cc6{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 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(min-width:768px){.elementor-48 .elementor-element.elementor-element-4f14ec2{--width:100%;}}/* Start custom CSS *//* =========================================
   ALARIONEX — GLOBAL FOOTER
========================================= */

.alx-footer {
  --blue: #0b3b88;
  --navy: #082b63;
  --gold: #ffb400;
  --text: #374151;
  --muted: #687588;
  --bg: #f5f8fc;
  --border: #dce3ec;

  width: 100%;
  color: var(--text);
  background: var(--bg);
  border-top: 1px solid var(--border);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.alx-footer,
.alx-footer *,
.alx-footer *::before,
.alx-footer *::after {
  box-sizing: border-box;
}

.alx-footer a {
  text-decoration: none !important;
}


/* =========================================
   MAIN
========================================= */

.alx-footer__main {
  width: min(calc(100% - 64px), 1320px);
  margin: auto;
  padding: 48px 0 40px;
  display: grid;
  grid-template-columns:
    minmax(245px, 1.15fr)
    minmax(225px, 1.05fr)
    minmax(235px, 1.12fr)
    minmax(130px, .65fr)
    minmax(220px, .95fr);
  gap: 40px;
  align-items: start;
}


/* =========================================
   BRAND
========================================= */

.alx-footer__brand {
  min-width: 0;
}

.alx-footer__logo {
  display: inline-flex;
}

.alx-footer__logo img {
  display: block;
  width: 176px;
  height: auto;
}

.alx-footer__description {
  max-width: 335px;
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.68;
}

.alx-footer__recommendation {
  position: relative;
  max-width: 320px;
  margin-top: 22px;
  padding: 12px 38px 12px 14px;
  display: block;
  border: 1px solid rgba(11, 59, 136, .12);
  border-radius: 6px;
  background: rgba(255, 255, 255, .42);
  color: var(--text) !important;
  transition: background .18s ease, border-color .18s ease;
}

.alx-footer__recommendation > span {
  display: block;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.4;
}

.alx-footer__recommendation strong {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 13.5px;
  line-height: 1.4;
}

.alx-footer__recommendation b {
  position: absolute;
  top: 50%;
  right: 14px;
  color: var(--gold);
  font-size: 17px;
  font-weight: 400;
  transform: translateY(-50%);
}

.alx-footer__recommendation:hover {
  border-color: rgba(11, 59, 136, .24);
  background: rgba(255, 255, 255, .8);
}


/* =========================================
   HEADINGS
========================================= */

.alx-footer__group {
  min-width: 0;
}

.alx-footer button.alx-footer__heading {
  position: relative;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 17px !important;
  padding: 0 0 11px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border: 0 !important;
  border-bottom: 1px solid #e5eaf0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--navy) !important;
  font: inherit !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: 1.4;
  letter-spacing: .065em;
  text-transform: uppercase;
  text-align: left;
  cursor: default;
  appearance: none;
}

.alx-footer__heading::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--gold);
}

.alx-footer__heading > span {
  display: none;
}


/* =========================================
   LINKS
========================================= */

.alx-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.alx-footer__links a {
  color: var(--text) !important;
  transition: color .18s ease;
}

.alx-footer__links > a,
.alx-footer__primary {
  margin-bottom: 10px;
  font-size: 13.5px;
  line-height: 1.5;
}

.alx-footer__links a:hover,
.alx-footer a.is-current {
  color: var(--blue) !important;
}

.alx-footer a.is-current {
  font-weight: 650;
}


/* Product Groups */

.alx-footer__product-group {
  width: 100%;
  margin-bottom: 10px;
}

.alx-footer__primary {
  display: inline-flex;
  color: var(--navy) !important;
  font-weight: 650;
}


/* Compact Series */

.alx-footer__series {
  margin: -2px 0 4px;
  padding-left: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 11px;
  border-left: 1px solid #d2dbe5;
}

.alx-footer__series a {
  position: relative;
  padding-left: 8px;
  color: var(--muted) !important;
  font-size: 11.5px;
  line-height: 1.45;
}

.alx-footer__series a::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
}


/* Solutions */

.alx-footer__links--solutions > a {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}


/* View All */

.alx-footer__view-all {
  width: fit-content;
  margin-top: 4px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  color: var(--blue) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.alx-footer__view-all span {
  color: var(--gold);
  font-size: 14px;
}


/* =========================================
   CONTACT
========================================= */

.alx-footer__contact > div {
  margin-bottom: 14px;
}

.alx-footer__contact > div > strong {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.alx-footer__contact > div a,
.alx-footer__contact address {
  color: var(--text) !important;
  font-size: 12.8px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.alx-footer__contact address {
  margin: 0;
  font-style: normal;
}

.alx-footer__contact > div a:hover {
  color: var(--blue) !important;
}

.alx-footer__contact-button {
  width: fit-content;
  min-height: 40px;
  margin-top: 2px;
  padding: 9px 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--blue);
  border-radius: 5px;
  background: var(--blue);
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 700;
}

.alx-footer__contact-button:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--navy) !important;
}


/* =========================================
   BOTTOM
========================================= */

.alx-footer__bottom {
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, .18);
}

.alx-footer__bottom-inner {
  width: min(calc(100% - 64px), 1320px);
  min-height: 56px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.alx-footer__bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.6;
}

.alx-footer__legal {
  display: flex;
  align-items: center;
  gap: 10px;
}

.alx-footer__legal a {
  color: var(--muted) !important;
  font-size: 11.5px;
  line-height: 1.6;
}

.alx-footer__legal > span {
  color: #aeb7c1;
}

.alx-footer__legal a:hover {
  color: var(--blue) !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1180px) {

  .alx-footer__main {
    grid-template-columns:
      minmax(240px, 1.1fr)
      minmax(220px, 1fr)
      minmax(220px, 1fr)
      minmax(205px, .9fr);

    grid-template-areas:
      "brand products solutions contact"
      "brand company  solutions contact";

    gap: 34px;
  }

  .alx-footer__brand {
    grid-area: brand;
  }

  .alx-footer__group:nth-of-type(1) {
    grid-area: products;
  }

  .alx-footer__group:nth-of-type(2) {
    grid-area: solutions;
  }

  .alx-footer__group:nth-of-type(3) {
    grid-area: company;
  }

  .alx-footer__group:nth-of-type(4) {
    grid-area: contact;
  }

}


@media (max-width: 900px) {

  .alx-footer__main {
    width: calc(100% - 48px);
    padding: 44px 0 36px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "brand brand"
      "products solutions"
      "company contact";
    gap: 36px 46px;
  }

  .alx-footer__bottom-inner {
    width: calc(100% - 48px);
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 760px) {

  .alx-footer__main {
    width: calc(100% - 32px);
    padding: 32px 0 24px;
    display: block;
  }


  /* Brand */

  .alx-footer__brand {
    margin-bottom: 24px;
  }

  .alx-footer__logo img {
    width: 155px;
  }

  .alx-footer__description {
    max-width: 420px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.65;
  }

  .alx-footer__recommendation {
    max-width: none;
    margin-top: 17px;
    padding: 11px 30px 11px 13px;
    border: 0;
    border-left: 3px solid var(--gold);
    border-radius: 0;
  }


  /* Accordion */

  .alx-footer__group {
    border-top: 1px solid var(--border);
  }

  .alx-footer__group:last-of-type {
    border-bottom: 1px solid var(--border);
  }

  .alx-footer button.alx-footer__heading {
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 2px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--navy) !important;
    font-size: 14.5px !important;
    font-weight: 650 !important;
    letter-spacing: 0;
    text-transform: none;
    cursor: pointer;
  }

  .alx-footer__heading::after {
    display: none;
  }


  /* + / − */

  .alx-footer__heading > span {
    position: relative;
    width: 18px;
    height: 18px;
    display: block;
    flex: 0 0 18px;
  }

  .alx-footer__heading > span::before,
  .alx-footer__heading > span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1.5px;
    background: var(--blue);
    transform: translate(-50%, -50%);
  }

  .alx-footer__heading > span::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .alx-footer__heading[aria-expanded="true"] > span::after {
    display: none;
  }


  /* Panels */

  .alx-footer__panel {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .2s ease, opacity .16s ease;
  }

  .alx-footer__panel-inner {
    min-height: 0;
    overflow: hidden;
  }

  .alx-footer__panel.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
  }

  .alx-footer__panel.is-open .alx-footer__panel-inner {
    padding: 2px 2px 18px;
  }


  /* Links */

  .alx-footer__links {
    align-items: stretch;
  }

  .alx-footer__links > a,
  .alx-footer__primary {
    width: 100%;
    margin: 0;
    padding: 6px 0;
    font-size: 13.5px;
  }

  .alx-footer__product-group {
    margin-bottom: 5px;
  }

  .alx-footer__series {
    margin: 0 0 5px 2px;
    padding: 2px 0 2px 12px;
    gap: 2px 11px;
  }

  .alx-footer__series a {
    padding: 4px 0 4px 8px;
    font-size: 11.5px;
  }

  .alx-footer__links--solutions > a {
    font-size: 13px;
  }

  .alx-footer__view-all {
    margin-top: 5px !important;
    padding: 6px 0 !important;
    font-size: 12px !important;
  }


  /* Contact */

  .alx-footer__contact > div {
    margin-bottom: 12px;
  }

  .alx-footer__contact > div > strong {
    font-size: 9.8px;
  }

  .alx-footer__contact > div a,
  .alx-footer__contact address {
    font-size: 13px;
  }

  .alx-footer__contact-button {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 12px;
  }


  /* Bottom */

  .alx-footer__bottom-inner {
    width: calc(100% - 32px);
    min-height: 0;
    padding: 17px 0 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .alx-footer__bottom p,
  .alx-footer__legal a {
    font-size: 11px;
  }

}


@media (max-width: 380px) {

  .alx-footer__main,
  .alx-footer__bottom-inner {
    width: calc(100% - 28px);
  }

  .alx-footer__logo img {
    width: 150px;
  }

}


@media (prefers-reduced-motion: reduce) {

  .alx-footer *,
  .alx-footer *::before,
  .alx-footer *::after {
    transition: none !important;
  }

}/* End custom CSS */