/* Shared footer component styles across pages */
#footer-root .main-footer {
    margin-top: 0;
    position: relative;
    overflow: hidden;
    background: #0b1633;
    color: #ffffff;
  }

  #footer-root .main-footer .footer-widget .user-links li a,
  #footer-root .main-footer .contact-info a,
  #footer-root .main-footer .copyright-text,
  #footer-root .main-footer .copyright-text a,
  #footer-root .footer-about-copy,
  #footer-root .footer-home__panel .widget-title,
  #footer-root .footer-home__panel .user-links li a,
  #footer-root .footer-home__card-title,
  #footer-root .footer-home__contact-list a,
  #footer-root .footer-about-quick a,
  #footer-root .main-footer .contacts-widget .text,
  #footer-root .footer-home__brand .text {
    color: #ffffff;
  }

  #footer-root .main-footer .footer-widget .user-links li a:hover,
  #footer-root .main-footer .contact-info a:hover,
  #footer-root .main-footer .copyright-text a:hover,
  #footer-root .footer-home__panel .user-links li a:hover,
  #footer-root .footer-home__contact-list a:hover,
  #footer-root .footer-about-quick a:hover {
    color: #ffffff;
  }
  
  #footer-root .main-footer:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(62, 111, 212, 0.2), rgba(62, 111, 212, 0));
    top: -210px;
    right: -180px;
    pointer-events: none;
  }
  
  #footer-root .main-footer:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(95, 136, 230, 0.14), rgba(95, 136, 230, 0));
    bottom: -200px;
    left: -150px;
    pointer-events: none;
  }
  
  #footer-root .main-footer .widgets-section {
    position: relative;
    z-index: 1;
    /* padding-top: 62px; */
    /* padding-bottom: 28px; */
  }
  
  #footer-root .main-footer .footer-widget {
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
  }
  
  #footer-root .main-footer .footer-widget .widget-title {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
  
  #footer-root .main-footer .footer-widget .user-links li {
    margin-bottom: 10px;
  }
  
  #footer-root .main-footer .footer-widget .user-links li a,
  #footer-root .main-footer .contact-info a,
  #footer-root .main-footer .copyright-text a {
    transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    display: inline-block;
  }

  #footer-root .main-footer .footer-widget .user-links li a:hover,
  #footer-root .main-footer .contact-info a:hover,
  #footer-root .main-footer .copyright-text a:hover {
    transform: translateX(2px);
    opacity: 0.92;
  }
  
  #footer-root .main-footer .about-widget .logo img {
    max-height: 62px;
    width: auto;
  }
  
  #footer-root .footer-about-copy {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.72;
    max-width: 290px;
  }

  /* Homepage compact SEO footer */
  #footer-root .main-footer .widgets-section .footer-home-wrap {
    margin: 0 5%;
    width: auto;
    max-width: none;
    padding: 0;
    box-sizing: border-box;
  }

  #footer-root .footer-home {
    padding: 44px 0 20px;
  }

  #footer-root .footer-home__main {
    display: grid;
    grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
    gap: 28px 36px;
    align-items: start;
  }

  #footer-root .footer-home__brand .footer-about-copy {
    max-width: none;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
  }

  #footer-root .footer-home__brand .text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
  }

  #footer-root .footer-home__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 22px;
  }

  #footer-root .footer-home__panel .widget-title {
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  #footer-root .footer-home__panel .user-links {
    font-size: 12px;
    line-height: 1.35;
  }

  #footer-root .footer-home__panel .user-links li {
    margin-bottom: 4px;
  }

  #footer-root .footer-home__panel a.footer-link--hub {
    font-weight: 700;
    font-size: 12.5px;
  }

  #footer-root .footer-home__panel--stack .user-links,
  #footer-root .footer-home__panel--loc .user-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }

  #footer-root .footer-about-quick {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 14px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  #footer-root .footer-about-quick li {
    margin-bottom: 0 !important;
  }

  #footer-root .footer-about-quick a {
    font-size: 12px;
  }

  #footer-root .footer-home__bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 24px 28px;
    align-items: stretch;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  #footer-root .footer-home__bar-locations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    align-items: start;
  }

  #footer-root .footer-home__bar-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: stretch;
  }

  #footer-root .footer-home__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }

  #footer-root .footer-home__card-title {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.3;
  }

  #footer-root .footer-home__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
  }

  #footer-root .footer-home__contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px !important;
    font-size: 13px;
    line-height: 1.35;
  }

  #footer-root .footer-home__contact-list li:last-child {
    margin-bottom: 0 !important;
  }

  #footer-root .footer-home__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 14px;
  }

  #footer-root .footer-home__contact-list a {
    word-break: break-word;
  }

  #footer-root .footer-home__contact-btn {
    width: 100%;
    margin-top: 14px;
    min-height: 38px;
  }

  #footer-root .footer-home__card--map {
    text-align: center;
  }

  #footer-root .footer-home__map-frame {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 108px;
    padding: 8px 4px 4px;
    border-radius: 8px;
    background: rgba(8, 14, 32, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

  #footer-root .footer-home__map-frame img {
    display: block;
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.95;
  }

  @media (max-width: 1199px) {
    #footer-root .footer-home__main {
      grid-template-columns: 1fr;
    }

    #footer-root .footer-home__nav {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #footer-root .footer-home__bar {
      grid-template-columns: 1fr;
    }

    #footer-root .footer-home__bar-aside {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (max-width: 767px) {
    #footer-root .footer-home {
      padding: 36px 0 16px;
    }

    #footer-root .footer-home__nav,
    #footer-root .footer-home__bar-locations,
    #footer-root .footer-home__bar,
    #footer-root .footer-home__bar-aside {
      grid-template-columns: 1fr;
    }

    #footer-root .footer-home__panel--stack .user-links,
    #footer-root .footer-home__panel--loc .user-links {
      grid-template-columns: 1fr;
    }

    #footer-root .footer-about-quick {
      grid-template-columns: 1fr;
    }
  }
  
  #footer-root .main-footer .gallery-widget img {
    width: 100%;
    height: auto;
    /* border-radius: 12px; */
    /* border: 1px solid rgba(158, 189, 255, 0.18); */
    /* box-shadow: 0 12px 28px rgba(4, 12, 32, 0.32); */
  }
  
  #footer-root .main-footer .contacts-widget .text {
    line-height: 1.65;
  }
  
  #footer-root .main-footer .contact-info li {
    margin-bottom: 10px;
  }
  
  #footer-root .footer-contact-btn {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid rgba(166, 194, 255, 0.3);
    background: rgba(92, 129, 224, 0.22);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s ease;
  }
  
  #footer-root .footer-contact-btn:hover {
    color: #ffffff;
    background: rgba(104, 149, 255, 0.34);
    transform: translateY(-1px);
  }
  
  #footer-root .main-footer .footer-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    padding-top: 16px;
    padding-bottom: 16px;
  }
  
  #footer-root .main-footer .copyright-text {
    text-align: center;
    font-size: 13px;
  }
  
  @media (max-width: 991px) {
    #footer-root .main-footer .widgets-section {
      padding-top: 48px;
    }
  }
  
  @media (max-width: 576px) {
    #footer-root .main-footer .widgets-section {
      padding-top: 40px;
      padding-bottom: 24px;
    }
  }

/* ---- Hire marketing header (sitewide — matches index.html) ---- */
.main-header.header-style-one .main-box {
  background: rgba(8, 12, 24, 0.46);
  backdrop-filter: blur(8px);
  min-height: 96px;
}

.main-header.header-style-one {
  position: relative;
  background: radial-gradient(circle at 50% 0%, #23429f 0%, #101b43 40%, #070d21 80%, #040812 100%);
  z-index: 20;
}

.main-header.header-style-one .logo-box {
  padding: 14px 0;
}

.main-header.header-style-one .logo img {
  max-height: 66px;
  width: auto;
}

@media (min-width: 992px) {
  .main-header.header-style-one .main-box .nav-outer {
    flex: 1 1 auto;
    justify-content: flex-end;
    margin-left: auto;
  }

  .main-header.header-style-one .main-menu .navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: none;
    width: 100%;
  }

  .main-header.header-style-one .main-menu .navigation > li {
    float: none;
    margin-right: 44px;
    padding: 30px 0;
  }

  .main-header.header-style-one .main-menu .navigation > li:last-child {
    margin-right: 0;
  }
}

.main-header.header-style-one .main-menu .navigation > li > a {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.main-header.header-style-one .main-menu .navigation > li:hover > a,
.main-header.header-style-one .main-menu .navigation > li.current > a,
.main-header.header-style-one .main-menu .navigation > li > a.acesoft-nav-current-link {
  color: #ffffff !important;
}

.main-header.header-style-one .main-menu .navigation > li.dropdown > a:after {
  color: #ffffff !important;
  font-size: 13px;
}

.header-top {
  background: rgba(8, 12, 24, 0.42);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.header-top .inner-container {
  min-height: 46px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.header-top .top-left {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.header-top .top-right {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: auto;
}

.header-top .top-left .list-style-one {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-top .top-left .list-style-one li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(150, 186, 255, 0.24);
  color: rgba(236, 244, 255, 0.92);
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(5px);
}

.header-top .top-left .list-style-one li i {
  color: #8dc2ff;
  font-size: 11px;
}

.header-top .top-left .list-style-one li a {
  color: inherit;
  text-decoration: none;
}

.header-top .top-left .list-style-one li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.header-top .top-right .useful-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.header-top .top-right .useful-links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid rgba(143, 186, 255, 0.38);
  background: linear-gradient(135deg, #3d67dd 0%, #5a86ff 55%, #67a0ff 100%);
  box-shadow: 0 8px 20px rgba(28, 74, 170, 0.34);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.header-top .top-right .useful-links li a:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 10px 24px rgba(36, 102, 220, 0.38);
}

@media (max-width: 991px) {
  .main-header.header-style-one .main-box {
    background: transparent;
    border: 0;
    backdrop-filter: none;
  }

  .main-header.header-style-one .logo img {
    max-height: 56px;
  }
}

/* ---- Sticky header: white bg + black text (inside .main-header, needs high specificity) ---- */
.main-header.header-style-one .sticky-header,
.main-header.header-style-one .sticky-header.fixed-header,
.sticky-header,
.sticky-header.fixed-header {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid #e8edf7 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
  padding: 0;
}

.main-header.header-style-one .sticky-header .container-fluid,
.sticky-header .container-fluid {
  padding: 0 80px;
  background: #ffffff !important;
}

.main-header.header-style-one .sticky-header .main-box,
.sticky-header .main-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff !important;
  background-color: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  min-height: 96px;
}

.main-header.header-style-one .sticky-header .nav-outer,
.sticky-header .nav-outer {
  background: #ffffff !important;
}

.main-header.header-style-one .sticky-header .logo-box,
.sticky-header .logo-box {
  padding: 14px 0;
  background: #ffffff !important;
}

.main-header.header-style-one .sticky-header .logo img,
.main-header.header-style-one .sticky-header .logo-box .logo img,
.sticky-header .logo img,
.sticky-header .logo-box .logo img {
  max-height: 66px !important;
  width: auto;
}

.main-header.header-style-one .sticky-header .outer-box,
.main-header.header-style-one .sticky-header .outer-box.outer-box--padding,
.sticky-header .outer-box,
.sticky-header .outer-box.outer-box--padding {
  display: flex !important;
  align-items: center;
  background: #ffffff !important;
}

.main-header.header-style-one .sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:before {
  display: none;
}

.main-header.header-style-one .sticky-header .main-menu .navigation > li > a,
.sticky-header .main-menu .navigation > li > a {
  color: #000000 !important;
  font-size: 18px !important;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.main-header.header-style-one .sticky-header .main-menu .navigation > li:hover > a,
.main-header.header-style-one .sticky-header .main-menu .navigation > li.current > a,
.main-header.header-style-one .sticky-header .main-menu .navigation > li > a.acesoft-nav-current-link,
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li > a.acesoft-nav-current-link {
  color: #000000 !important;
}

.main-header.header-style-one .sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li.dropdown > a:after {
  color: #000000 !important;
  font-size: 13px;
}

.main-header.header-style-one .sticky-header .main-menu .navigation > li.dropdown.is-open > a,
.sticky-header .main-menu .navigation > li.dropdown.is-open > a {
  color: #000000 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
}

.main-header.header-style-one .sticky-header .mobile-nav-toggler .icon,
.sticky-header .mobile-nav-toggler .icon {
  color: #000000 !important;
}

@media (min-width: 992px) {
  .main-header.header-style-one .sticky-header .main-box .nav-outer,
  .sticky-header .main-box .nav-outer {
    flex: 1 1 auto;
    justify-content: flex-end;
    margin-left: auto;
  }

  .main-header.header-style-one .sticky-header .main-menu .navigation,
  .sticky-header .main-menu .navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: none;
    width: 100%;
  }

  .main-header.header-style-one .sticky-header .main-menu .navigation > li,
  .sticky-header .main-menu .navigation > li {
    float: none;
    margin-left: 0 !important;
    margin-right: 44px;
    padding: 30px 0;
  }

  .main-header.header-style-one .sticky-header .main-menu .navigation > li:last-child,
  .sticky-header .main-menu .navigation > li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1023px) {
  .main-header.header-style-one .sticky-header .main-menu,
  .sticky-header .main-menu {
    display: none;
  }

  .main-header.header-style-one .sticky-header .main-box,
  .sticky-header .main-box {
    min-height: auto;
    background: #ffffff !important;
    backdrop-filter: none !important;
  }

  .main-header.header-style-one .sticky-header .logo img,
  .main-header.header-style-one .sticky-header .logo-box .logo img,
  .sticky-header .logo img,
  .sticky-header .logo-box .logo img {
    max-height: 45px !important;
  }
}

@media (max-width: 991px) {
  .main-header.header-style-one .sticky-header .container-fluid,
  .sticky-header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Desktop primary nav: click-to-open panels (js/hire-nav-dropdown.js) */
@media (min-width: 992px) {
  .main-header .main-menu .navigation > li.dropdown:hover > ul,
  .sticky-header .main-menu .navigation > li.dropdown:hover > ul,
  .main-header .main-menu .navigation > li.dropdown:hover > ul.hire-wide,
  .sticky-header .main-menu .navigation > li.dropdown:hover > ul.hire-wide {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(10px) scale(0.98);
  }

  .main-header .main-menu .navigation > li.dropdown.is-open > ul,
  .sticky-header .main-menu .navigation > li.dropdown.is-open > ul,
  .main-header .main-menu .navigation > li.dropdown.is-open > ul.hire-wide,
  .sticky-header .main-menu .navigation > li.dropdown.is-open > ul.hire-wide {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    top: 100% !important;
    margin-top: 0 !important;
    transform: translateY(6px) scale(1);
  }

  .main-header .main-menu .navigation > li.dropdown.is-open > a:after,
  .sticky-header .main-menu .navigation > li.dropdown.is-open > a:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .main-header.header-style-one .main-menu .navigation > li.dropdown.is-open > a {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  }
}

/* ---- Hire dropdown (hire-wide): fix hover “dead zone” + panel UI ----
   Theme submenu uses margin-top; that gap is not part of the <li> hit box, so :hover drops
   while moving into the panel. Flush submenu to top:100% + keep header layers above hero. */
.main-header.header-style-one .container-fluid,
.main-header.header-style-one .main-box,
.main-header.header-style-one .main-box .nav-outer {
  overflow: visible !important;
}

.sticky-header .main-box,
.sticky-header .nav-outer {
  overflow: visible !important;
}

.main-header.header-style-one {
  z-index: 120 !important;
}

.main-header .main-menu .navigation > li.dropdown > ul.hire-wide,
.sticky-header .main-menu .navigation > li.dropdown > ul.hire-wide {
  position: absolute;
  margin-top: 0 !important;
  top: 100% !important;
  padding: 8px 8px 10px;
  width: min(320px, calc(100vw - 28px));
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(168deg, #1a2448 0%, #101a36 42%, #0a1022 100%);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 1px 0 rgba(255, 255, 255, 0.07) inset;
  z-index: 500 !important;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
}

.main-header .main-menu .navigation > li.dropdown > ul.hire-wide::before,
.sticky-header .main-menu .navigation > li.dropdown > ul.hire-wide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(53, 194, 100, 0.45),
    transparent
  );
  pointer-events: none;
}

.main-menu .navigation > li > ul.hire-wide > li {
  border-bottom: 0 !important;
}

.main-menu .navigation > li > ul.hire-wide > li.hire-wide__label {
  padding: 10px 14px 4px;
  margin: 0 !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(148, 163, 198, 0.95);
  line-height: 1.3;
  pointer-events: none;
  user-select: none;
}

.main-menu .navigation > li > ul.hire-wide > li.hire-wide__label:not(:first-child) {
  margin-top: 6px !important;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.main-menu .navigation > li > ul.hire-wide > li > a {
  margin: 0 6px !important;
  padding: 10px 12px 10px 14px !important;
  border-radius: 10px;
  line-height: 1.4 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: left !important;
  text-transform: none !important;
  color: rgba(230, 238, 255, 0.92) !important;
  border-left: 2px solid transparent;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.main-menu .navigation > li > ul.hire-wide > li > a:hover {
  background: rgba(53, 194, 100, 0.14);
  color: #ffffff !important;
  border-left-color: #35c264;
  transform: translateX(2px);
}

.main-menu .navigation > li > ul.hire-wide > li > a.acesoft-nav-current-link {
  background: rgba(66, 114, 255, 0.22);
  color: #ffffff !important;
  border-left-color: #6b8cff;
  box-shadow: 0 0 0 1px rgba(107, 140, 255, 0.2) inset;
}

.main-header .main-menu .navigation > li.dropdown > ul.hire-wide.hire-wide--offshore,
.sticky-header .main-menu .navigation > li.dropdown > ul.hire-wide.hire-wide--offshore {
  width: min(352px, calc(100vw - 28px));
  max-height: min(72vh, 540px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(53, 194, 100, 0.45) rgba(255, 255, 255, 0.06);
}

.main-header .main-menu .navigation > li.dropdown > ul.hire-wide.hire-wide--offshore::-webkit-scrollbar,
.sticky-header .main-menu .navigation > li.dropdown > ul.hire-wide.hire-wide--offshore::-webkit-scrollbar {
  width: 6px;
}

.main-header .main-menu .navigation > li.dropdown > ul.hire-wide.hire-wide--offshore::-webkit-scrollbar-track,
.sticky-header .main-menu .navigation > li.dropdown > ul.hire-wide.hire-wide--offshore::-webkit-scrollbar-track {
  background: transparent;
}

.main-header .main-menu .navigation > li.dropdown > ul.hire-wide.hire-wide--offshore::-webkit-scrollbar-thumb,
.sticky-header .main-menu .navigation > li.dropdown > ul.hire-wide.hire-wide--offshore::-webkit-scrollbar-thumb {
  background: rgba(53, 194, 100, 0.4);
  border-radius: 999px;
}

.main-menu .navigation > li > ul.hire-wide.hire-wide--offshore > li > a {
  font-size: 13px !important;
  padding: 9px 12px 9px 14px !important;
}

.main-header .main-menu .navigation > li.dropdown > ul.hire-wide.hire-wide--region,
.sticky-header .main-menu .navigation > li.dropdown > ul.hire-wide.hire-wide--region {
  width: min(260px, calc(100vw - 28px));
}

.main-header.header-style-one .main-menu .navigation > li.dropdown.is-open > a,
.sticky-header .main-menu .navigation > li.dropdown.is-open > a {
  position: relative;
  z-index: 501;
}

/* Mobile: dark submenu panels */
.mobile-menu .navigation li.hire-wide__label {
  padding: 14px 22px 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(148, 163, 198, 0.95);
  pointer-events: none;
}

.mobile-menu .navigation li.hire-wide__label:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 4px;
  padding-top: 18px;
}

.silo-strip {
  background: #ffffff;
  border: 1px solid #e0e8f4;
  border-radius: 20px;
  padding: 18px 22px;
  margin: 24px auto 0;
  max-width: 1140px;
  box-shadow: 0 4px 24px rgba(12, 23, 51, 0.07);
}
.silo-strip .silo-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7a99;
  margin-bottom: 12px;
}
.silo-strip .silo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}
.silo-strip .silo-links a {
  font-size: 13px;
  font-weight: 600;
  color: #13244b;
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.silo-strip .silo-links a:hover,
.silo-strip .silo-links a.is-current {
  color: #1e9d55;
  border-bottom-color: #35c264;
}
