/* =========================================================
   APEX LINK SOLUTIONS - EVOLUTIONX CLEAN CSS
========================================================= */

:root {
  --apex-navy: #061224;
  --apex-blue: #214485;
  --apex-blue-dark: #142f63;
  --apex-red: #c7262e;
  --apex-text: #101722;
  --apex-muted: #69778b;
  --apex-white: #ffffff;
  --apex-off: #f5f7fb;
  --apex-accent: #214485;
  --apex-header-h: 140px;
}

html,
body {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, Arial, sans-serif;
  color: var(--apex-text);
  background: #ffffff;
  padding-top: var(--apex-header-h) !important;
}

img {
  max-width: 100%;
  height: auto;
}

/* Full width rows */
.apex-full-row,
.apex-hero-section,
.apex-delivery,
.apex-dark-wrap,
.apex-why,
.apex-testimonials,
.apex-account-cta-row,
.apex-footer-row {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
}

/* =========================================================
   HEADER
========================================================= */

header,
.header,
.site-header,
.top-header,
.header-main,
.header-container,
.header-wrapper {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

header .header-full,
.header .header-full {
  background: #ffffff !important;
  box-shadow: 0 8px 28px rgba(16, 23, 34, 0.08) !important;
  border-bottom: 1px solid rgba(16, 23, 34, 0.08) !important;
}

header .headersection-1,
.header .headersection-1,
.apex-top-row {
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
}

header .headersection-1 .row,
.header .headersection-1 .row {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
}

header .logo_container,
.header .logo_container {
  flex: 0 0 185px !important;
  width: 185px !important;
  max-width: 185px !important;
}

.apex-logo,
header .widgetlogo,
.header .widgetlogo {
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.apex-logo img,
header .widgetlogo img,
.header .widgetlogo img {
  max-height: 118px !important;
  width: auto !important;
}

header .search_container,
.header .search_container {
  flex: 0 0 365px !important;
  width: 365px !important;
  max-width: 365px !important;
}

.apex-search,
header .widgetsearch.search,
.header .widgetsearch.search {
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
}

header .form-group input,
header input.form-control.searchlist_hd.ajax-search-control,
.header .form-group input,
.header input.form-control.searchlist_hd.ajax-search-control {
  width: 100% !important;
  height: 52px !important;
  padding: 0 58px 0 22px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(33, 68, 133, 0.22) !important;
  background: #f7f9fc !important;
  color: #101722 !important;
  font-size: 15px !important;
}

header .form-group input::placeholder,
.header .form-group input::placeholder {
  color: rgba(16, 23, 34, 0.55) !important;
}

header .ajax-search.research button,
.header .ajax-search.research button {
  background: transparent !important;
  border: 0 !important;
  color: #101722 !important;
}

/* Tools/contact */
header .shoppingtools_container,
.header .shoppingtools_container {
  flex: 0 0 390px !important;
  width: 390px !important;
  max-width: 390px !important;
}

.toolbar.apex-tools,
header .toolbar.apex-tools,
.header .toolbar.apex-tools {
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
  color: var(--apex-blue) !important;
}

.toolbar.apex-tools a,
.toolbar.apex-tools span,
.toolbar.apex-tools div,
.apex-contact,
.apex-contact a {
  color: var(--apex-blue) !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}

.apex-contact {
  text-align: right !important;
}

/* Nav */
header .headersection-2,
.header .headersection-2,
.apex-nav-row {
  min-height: 48px !important;
  background: var(--apex-blue) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

header .headersection-2 .row,
.header .headersection-2 .row {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 36px !important;
}

header nav.menu.expanded.hide-mobile.apex-nav ul.catalog,
.header nav.menu.expanded.hide-mobile.apex-nav ul.catalog,
.apex-nav-row ul.catalog {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

header nav.menu.expanded.hide-mobile.apex-nav ul.catalog > li > a,
.header nav.menu.expanded.hide-mobile.apex-nav ul.catalog > li > a {
  display: flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 0 17px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

header nav.menu.expanded.hide-mobile.apex-nav ul.catalog > li > a:hover,
.header nav.menu.expanded.hide-mobile.apex-nav ul.catalog > li > a:hover {
  background: var(--apex-blue-dark) !important;
}

/* =========================================================
   OLD HERO WIDGETS OFF
========================================================= */

.apex-hero-bg,
.apex-hero-copy {
  display: none !important;
}

/* =========================================================
   NEW HERO
========================================================= */

.apex-hero-section,
.apex-hero-section * {
  box-sizing: border-box;
}

.apex-hero {
  position: relative;
  min-height: 575px !important;
  overflow: hidden;
  background: url("https://eu.evocdn.io/dealer/1950/content/media/Homepage Images/Apex - Procurement.jpeg") center / cover no-repeat !important;
}

.apex-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.35) !important;
  pointer-events: none;
}

.apex-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  min-height: 575px !important;
  margin: 0 auto;
  padding: 78px 54px 68px !important;
  display: flex;
  align-items: center;
}

.apex-hero__copy {
  max-width: 760px !important;
}

.apex-hero__kicker {
  margin-bottom: 16px !important;
  color: var(--apex-red) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase;
}

.apex-hero h1 {
  max-width: 780px !important;
  margin: 0 0 24px !important;
  color: var(--apex-navy) !important;
  font-size: clamp(50px, 4.7vw, 78px) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  font-weight: 900 !important;
}

.apex-hero p {
  max-width: 610px !important;
  margin: 0 0 30px !important;
  color: #132033 !important;
  font-size: 21px !important;
  line-height: 1.55 !important;
  font-weight: 650 !important;
}

.apex-hero__buttons {
  display: flex;
  gap: 16px !important;
  flex-wrap: wrap;
  margin-top: 26px !important;
}

.apex-btn {
  min-height: 58px !important;
  padding: 0 26px !important;
  border-radius: 10px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}

.apex-btn--red {
  background: #c7262e !important;
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(199,38,46,.28) !important;
}

.apex-btn--red::before {
  content: "➜";
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e31b23;
  background: #ffffff;
  font-size: 15px;
  font-weight: 900;
  transform: rotate(180deg);
}

.apex-btn--light {
  background: rgba(255,255,255,.92) !important;
  color: var(--apex-navy) !important;
  border: 1px solid rgba(6,18,36,.28) !important;
  box-shadow: 0 14px 32px rgba(16,23,34,.10) !important;
}

.apex-btn--light::after {
  content: "→";
  margin-left: 12px;
  font-size: 24px;
  transition: transform .22s ease;
}

.apex-btn:hover {
  transform: translateY(-3px) !important;
}

.apex-btn--light:hover::after {
  transform: translateX(5px);
}

/* =========================================================
   DELIVERY STRIP
========================================================= */

.apex-delivery {
  min-height: 96px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: 0 1px 0 rgba(16,23,34,.06) inset !important;
}

.apex-delivery__inner {
  max-width: 1100px;
  min-height: 96px !important;
  margin: 0 auto;
  padding: 0 20px !important;
  display: flex;
  gap: 18px !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--apex-navy);
  font-size: clamp(25px, 2.15vw, 34px) !important;
  line-height: 1.2;
  font-weight: 900;
  transition: transform .22s ease;
}

.apex-delivery__inner span {
  color: #e31b23 !important;
}

.apex-delivery__icon {
  width: 52px !important;
  height: 52px !important;
  flex: 0 0 52px !important;
  border-radius: 18px 18px 22px 22px !important;
  color: #ffffff !important;
  background: var(--apex-blue) !important;
  border: 4px solid #ffffff !important;
  box-shadow: 0 0 0 3px var(--apex-blue), 0 12px 28px rgba(33,68,133,.22) !important;
  font-size: 24px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.apex-delivery__inner:hover {
  transform: translateY(-2px);
}

.apex-delivery__inner:hover .apex-delivery__icon {
  animation: apexShieldPop .65s ease both;
}

.apex-delivery__inner:hover span {
  animation: apexNumberPop .45s ease both;
}

@keyframes apexShieldPop {
  0% { transform: scale(1) rotate(0); }
  42% { transform: scale(1.14) rotate(-6deg); }
  100% { transform: scale(1) rotate(0); }
}

@keyframes apexNumberPop {
  0% { transform: scale(1); }
  45% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* =========================================================
   WHAT WE HELP YOU SOURCE
========================================================= */

.apex-dark-wrap {
  margin-top: 0 !important;
  padding: 54px 0 72px !important;
  background: #061224 !important;
  color: #ffffff;
}

.apex-dark-inner {
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 0 72px !important;
}

.apex-dark-heading h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(34px, 3vw, 48px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: -.035em !important;
}

.apex-dark-line {
  width: 64px !important;
  height: 4px !important;
  margin: 18px 0 32px !important;
  border-radius: 999px;
  background: #214485 !important;
}

.apex-offer-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 0 !important;
}

.apex-offer-card {
  position: relative;
  min-height: 285px !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: #0b1c34 !important;
  box-shadow: 0 22px 48px rgba(0,0,0,.24) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease;
}

.apex-offer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1 !important;
  filter: brightness(.78) saturate(1.08) !important;
  transition: transform .35s ease, filter .25s ease;
}

.apex-offer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,18,36,.08) 0%, rgba(6,18,36,.24) 44%, rgba(6,18,36,.88) 100%) !important;
}

.apex-offer-content {
  position: absolute;
  left: 22px !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 2;
  color: #ffffff;
}

.apex-offer-content::before {
  content: "";
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 999px;
  display: block;
  background: var(--apex-red);
  box-shadow: 0 14px 28px rgba(227,27,35,.30);
}

.apex-offer-content h3 {
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

.apex-offer-content span {
  color: #ffffff !important;
  opacity: .92;
  font-size: 14px;
  font-weight: 800;
}

.apex-offer-content span::after {
  content: "  →";
}

.apex-offer-card:hover {
  transform: translateY(-7px) !important;
  box-shadow: 0 30px 68px rgba(0,0,0,.34) !important;
}

.apex-offer-card:hover img {
  transform: scale(1.05) !important;
  filter: brightness(.88) saturate(1.14) !important;
}

/* =========================================================
   WHY APEX
========================================================= */

.apex-why {
  background: #f6f8fc;
  padding: 0;
}

.apex-why-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 76px 32px 72px !important;
  display: grid !important;
  grid-template-columns: minmax(0,560px) minmax(420px,600px) !important;
  grid-template-areas:
    "content image"
    "features features"
    "button button" !important;
  gap: 32px 70px !important;
}

.apex-why-content {
  grid-area: content !important;
}

.apex-kicker {
  margin-bottom: 14px;
  color: #6f7c91;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.apex-why h2 {
  margin: 0 0 12px !important;
  color: #102033;
  font-size: clamp(34px,3.5vw,58px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.04em;
}

.apex-line {
  width: 70px;
  height: 4px;
  border-radius: 99px;
  margin: 0 0 20px !important;
  background: var(--apex-blue);
}

.apex-why p {
  margin: 0 0 16px !important;
  color: #425066;
  font-size: 18px;
  line-height: 1.7;
}

.apex-image-wrap {
  grid-area: image !important;
  overflow: hidden;
  margin: 38px 0 0 !important;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(16,32,51,.16);
}

.apex-image-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.apex-feature-grid {
  grid-area: features !important;
  grid-column: 1/-1 !important;
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 16px !important;
  margin: 6px 0 18px !important;
}

.apex-feature-chip {
  position: relative;
  min-height: 68px !important;
  padding: 16px 18px 16px 58px !important;
  display: flex;
  align-items: center;
  color: #102033;
  background: #ffffff;
  border: 1px solid rgba(16,32,51,.12);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(16,32,51,.07);
  font-size: 17px;
  line-height: 1.22;
  font-weight: 900;
}

.apex-feature-chip::before {
  content: "✓";
  position: absolute;
  left: 18px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--apex-blue);
}

.apex-wide-btn {
  grid-area: button !important;
  grid-column: 1/-1 !important;
  min-height: 54px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 900;
  background: var(--apex-blue);
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 1180px) {
  .apex-offer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .apex-why-inner {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "content"
      "image"
      "features"
      "button" !important;
  }
}

@media (max-width: 767px) {
  :root {
    --apex-header-h: 0px;
  }

  body {
    padding-top: 0 !important;
  }

  header,
  .header {
    position: relative !important;
  }

  header .search_container,
  header .shoppingtools_container,
  header .minicart_container,
  header .headersection-2,
  .header .search_container,
  .header .shoppingtools_container,
  .header .minicart_container,
  .header .headersection-2 {
    display: none !important;
  }

  .apex-hero {
    min-height: auto !important;
    background-position: center !important;
  }

  .apex-hero__inner {
    min-height: auto !important;
    padding: 58px 22px 56px !important;
  }

  .apex-hero h1 {
    font-size: 40px !important;
  }

  .apex-hero p {
    font-size: 16px !important;
  }

  .apex-btn {
    width: 100%;
  }

  .apex-dark-inner {
    padding: 0 22px !important;
  }

  .apex-offer-grid,
  .apex-feature-grid {
    grid-template-columns: 1fr !important;
  }
}
/* =========================================================
   TESTIMONIALS / CUSTOMER FEEDBACK
========================================================= */

.apex-testimonials {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 82px 28px 92px !important;
  background: #061224 !important;
  color: #ffffff !important;
}

.apex-testimonials-inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
}

.apex-testimonials .apex-kicker {
  color: rgba(255,255,255,.48) !important;
}

.apex-testimonials h2 {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-size: clamp(34px, 3vw, 52px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
}

.apex-testimonials-head p {
  max-width: 760px !important;
  margin: 0 0 34px !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
}

.apex-testimonials-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.apex-testimonial-card {
  min-height: 260px !important;
  padding: 30px 28px !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.22) !important;
  transition: .25s ease !important;
}

.apex-testimonial-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(199,38,46,.38) !important;
  box-shadow: 0 30px 80px rgba(0,0,0,.34) !important;
}

.apex-stars {
  margin-bottom: 18px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  letter-spacing: .08em !important;
}

.apex-testimonial-card p {
  margin: 0 0 24px !important;
  color: rgba(255,255,255,.9) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.apex-testimonial-card strong {
  display: block !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

.apex-testimonial-card span {
  color: rgba(255,255,255,.58) !important;
  font-size: 14px !important;
}


/* =========================================================
   CTA SECTION
========================================================= */

.apex-account-cta-row {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 90px 24px !important;
  background: rgba(6,18,36,.92) url("https://eu.evocdn.io/dealer/1950/content/media/Homepage Images/Apex - Procurement.jpeg") center / cover no-repeat !important;
}

.apex-account-section {
  position: relative !important;
  z-index: 2 !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 70px 32px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 560px) minmax(420px, 520px) !important;
  gap: 90px !important;
  align-items: flex-start !important;
}

.apex-account-cta {
  color: #ffffff !important;
}

.apex-account-kicker {
  margin-bottom: 18px !important;
  color: rgba(255,255,255,.62) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: .28em !important;
  text-transform: uppercase !important;
}

.apex-account-cta h2 {
  margin: 0 0 22px !important;
  color: #ffffff !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  line-height: .95 !important;
  font-weight: 900 !important;
  letter-spacing: -.05em !important;
}

.apex-account-line {
  width: 86px !important;
  height: 5px !important;
  margin: 24px 0 28px !important;
  border-radius: 99px !important;
  background: var(--apex-blue) !important;
}

.apex-account-cta p,
.apex-account-benefits li {
  color: rgba(255,255,255,.88) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
}

.apex-account-benefits {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.apex-account-benefits li {
  position: relative !important;
  padding-left: 34px !important;
  margin-bottom: 14px !important;
  font-weight: 800 !important;
}

.apex-account-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  background: var(--apex-blue);
}

.apex-account-form-inner {
  width: 100% !important;
  max-width: 430px !important;
  padding: 38px !important;
  border-radius: 28px !important;
  background: #ffffff !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.28) !important;
}

.apex-account-form-inner h3 {
  margin: 0 0 24px !important;
  color: #102033 !important;
  font-size: 34px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
}


/* =========================================================
   FOOTER
========================================================= */

#apexFooter,
#apexFooter * {
  box-sizing: border-box;
}

#apexFooter {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  color: #ffffff !important;
  font-family: inherit !important;
}

#apexFooter .af__main {
  background: #061224 !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

#apexFooter .af__wrap {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
}

#apexFooter .af__top {
  display: flex !important;
  justify-content: space-between !important;
  gap: 34px !important;
  align-items: flex-end !important;
  padding: 70px 0 38px !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

#apexFooter .af__kicker,
#apexFooter .af__title {
  color: rgba(255,255,255,.58) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .28em !important;
  text-transform: uppercase !important;
}

#apexFooter .af__top h2 {
  max-width: 760px !important;
  margin: 12px 0 0 !important;
  color: #ffffff !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: .98 !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
}

#apexFooter .af__grid {
  display: grid !important;
  grid-template-columns: 1.35fr .85fr 1fr 1.2fr !important;
  gap: 28px !important;
  padding: 42px 0 46px !important;
}

#apexFooter .af__brand {
  margin-bottom: 16px !important;
  color: #ffffff !important;
  font-size: 26px !important;
  font-weight: 900 !important;
}

#apexFooter .af__blurb {
  max-width: 390px !important;
  margin: 0 0 22px !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

#apexFooter .af__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#apexFooter .af__list li {
  margin: 0 0 10px !important;
}

#apexFooter .af__list a,
#apexFooter .af__contactCard a,
#apexFooter .af__contactCard div {
  color: rgba(255,255,255,.86) !important;
  text-decoration: none !important;
  font-size: 15px !important;
}

#apexFooter .af__list a:hover {
  color: #ffffff !important;
}

#apexFooter .af__contactCard {
  padding: 20px !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.18) !important;
}

#apexFooter .af__bottom {
  background: rgba(0,0,0,.22) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

#apexFooter .af__bottomInner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 18px 32px !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
  color: rgba(255,255,255,.62) !important;
  font-size: 13px !important;
}


/* RESPONSIVE FIXES */
@media (max-width: 1180px) {
  .apex-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .apex-account-section {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  #apexFooter .af__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .apex-testimonials-grid,
  #apexFooter .af__grid {
    grid-template-columns: 1fr !important;
  }

  .apex-testimonials {
    padding: 58px 18px 64px !important;
  }

  .apex-account-section {
    padding: 56px 20px 60px !important;
  }

  .apex-account-cta h2 {
    font-size: 42px !important;
  }

  #apexFooter .af__top {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
/* =========================================================
   PREMIUM WHY APEX SECTION POLISH
========================================================= */

.apex-why {
  background: #f3f6fb !important;
}

.apex-image-wrap {
  border: 1px solid rgba(33,68,133,.10) !important;
  box-shadow: 0 28px 70px rgba(16,32,51,.14) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

.apex-image-wrap:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(33,68,133,.26) !important;
  box-shadow: 0 34px 90px rgba(16,32,51,.20) !important;
}

.apex-feature-chip {
  background: #ffffff !important;
  border: 1px solid rgba(33,68,133,.10) !important;
  box-shadow: 0 12px 34px rgba(16,32,51,.08) !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease !important;
}

.apex-feature-chip:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(33,68,133,.32) !important;
  box-shadow: 0 20px 48px rgba(16,32,51,.14) !important;
}

.apex-feature-chip::before {
  background: var(--apex-blue) !important;
  box-shadow: 0 8px 18px rgba(33,68,133,.24) !important;
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease !important;
}

.apex-feature-chip:hover::before {
  transform: scale(1.12) rotate(-6deg) !important;
  background: var(--apex-red) !important;
  box-shadow: 0 10px 24px rgba(199,38,46,.28) !important;
}

.apex-wide-btn {
  background: var(--apex-blue) !important;
  box-shadow: 0 16px 36px rgba(33,68,133,.22) !important;
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease !important;
}

.apex-wide-btn:hover {
  transform: translateY(-4px) !important;
  background: var(--apex-red) !important;
  box-shadow: 0 22px 52px rgba(199,38,46,.25) !important;
}

.apex-line {
  background: var(--apex-blue) !important;
  transition: width .25s ease, background .25s ease !important;
}

.apex-why-content:hover .apex-line {
  width: 100px !important;
  background: var(--apex-red) !important;
}
/* =========================================================
   FINAL TRUST TAG FIX
========================================================= */

.apex-trust-tags {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 14px !important;
  padding: 22px 24px 28px !important;
  background: #ffffff !important;
}

.apex-trust-tags span {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 52px !important;
  padding: 0 14px 0 44px !important;

  background: #f4f7fb !important;
  border: 1px solid rgba(33,68,133,.10) !important;
  border-radius: 14px !important;

  color: #061224 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  letter-spacing: -.01em !important;
  text-align: center !important;

  box-shadow: 0 10px 24px rgba(16,32,51,.06) !important;

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease !important;
}

.apex-trust-tags span::before {
  content: "✓";
  position: absolute;
  left: 14px;

  width: 22px !important;
  height: 22px !important;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;

  background: #214485 !important;
  color: #ffffff !important;

  font-size: 11px !important;
  font-weight: 900 !important;

  box-shadow: 0 6px 14px rgba(33,68,133,.22);
}

.apex-trust-tags span:hover {
  transform: translateY(-3px) !important;
  background: #ffffff !important;
  border-color: rgba(199,38,46,.24) !important;
  box-shadow: 0 16px 34px rgba(16,32,51,.12) !important;
}

.apex-trust-tags span:hover::before {
  background: #c7262e !important;
  transform: scale(1.08);
}

/* Mobile */
@media (max-width: 767px) {
  .apex-trust-tags {
    grid-template-columns: 1fr !important;
  }
}
/* =========================================================
   PREMIUM TESTIMONIALS SECTION
========================================================= */

.apex-testimonials {
  position: relative !important;
  overflow: hidden !important;
  background: #061224 !important;
}

/* subtle premium glow */
.apex-testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(33,68,133,.16), transparent 30%),
    radial-gradient(circle at 85% 80%, rgba(199,38,46,.10), transparent 28%);
  pointer-events: none;
}

/* heading underline */
.apex-testimonials .apex-line,
.apex-testimonials .apex-dark-line {
  background: #214485 !important;
  transition:
    width .28s ease,
    background .28s ease,
    box-shadow .28s ease !important;
}

.apex-testimonials-head:hover .apex-line,
.apex-testimonials-head:hover .apex-dark-line {
  width: 110px !important;
  background: linear-gradient(
    90deg,
    #214485 0%,
    #c7262e 100%
  ) !important;
  box-shadow: 0 0 18px rgba(33,68,133,.28);
}

/* cards */
.apex-testimonial-card {
  position: relative !important;
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 24px !important;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  overflow: hidden !important;

  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease !important;
}

/* premium top glow line */
.apex-testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: #214485;
  transition:
    width .28s ease,
    background .28s ease,
    box-shadow .28s ease;
}

/* hover */
.apex-testimonial-card:hover {
  transform: translateY(-8px) !important;
  background: rgba(255,255,255,.07) !important;
  border-color: rgba(33,68,133,.34) !important;

  box-shadow:
    0 28px 70px rgba(0,0,0,.30),
    0 0 0 1px rgba(33,68,133,.14) !important;
}

.apex-testimonial-card:hover::before {
  width: 120px;
  background: linear-gradient(
    90deg,
    #214485 0%,
    #c7262e 100%
  );
  box-shadow: 0 0 18px rgba(33,68,133,.34);
}

/* stars */
.apex-stars {
  color: #214485 !important;
  font-size: 20px !important;
  letter-spacing: .14em !important;

  transition:
    transform .24s ease,
    color .24s ease,
    text-shadow .24s ease !important;
}

.apex-testimonial-card:hover .apex-stars {
  color: #4f7dd1 !important;
  transform: scale(1.04);
  text-shadow: 0 0 14px rgba(33,68,133,.38);
}

/* quote text */
.apex-testimonial-card p {
  color: rgba(255,255,255,.92) !important;
  transition: color .24s ease !important;
}

.apex-testimonial-card:hover p {
  color: #ffffff !important;
}

/* names */
.apex-testimonial-card strong {
  font-size: 17px !important;
  transition: color .24s ease !important;
}

.apex-testimonial-card:hover strong {
  color: #ffffff !important;
}

/* role text */
.apex-testimonial-card span {
  color: rgba(255,255,255,.58) !important;
  transition: color .24s ease !important;
}

.apex-testimonial-card:hover span {
  color: rgba(255,255,255,.76) !important;
}
/* =========================================================
   TESTIMONIAL UNDERLINE + CARD CLEANUP
========================================================= */

/* Remove underlines inside testimonial cards */
.apex-testimonial-card::before,
.apex-testimonial-card::after {
  display: none !important;
  content: none !important;
}

/* Main testimonial underline starts blue */
.apex-testimonials .apex-line,
.apex-testimonials .apex-dark-line {
  width: 70px !important;
  height: 4px !important;
  border-radius: 99px !important;
  background: #214485 !important;
  transition:
    width .25s ease,
    background .25s ease !important;
}

/* On hover, underline changes to red and grows */
.apex-testimonials-head:hover .apex-line,
.apex-testimonials-head:hover .apex-dark-line,
.apex-testimonials-inner:hover .apex-line,
.apex-testimonials-inner:hover .apex-dark-line {
  width: 105px !important;
  background: #c7262e !important;
}

/* Keep testimonial cards premium without underline */
.apex-testimonial-card {
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease !important;
}

.apex-testimonial-card:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(199,38,46,.32) !important;
  box-shadow:
    0 30px 70px rgba(0,0,0,.34),
    0 0 0 1px rgba(199,38,46,.10) !important;
}

/* Stars blue, no red */
.apex-stars {
  color: #214485 !important;
  transition:
    transform .24s ease,
    color .24s ease,
    text-shadow .24s ease !important;
}

.apex-testimonial-card:hover .apex-stars {
  color: #4f7dd1 !important;
  transform: scale(1.04);
  text-shadow: 0 0 14px rgba(33,68,133,.35);
}
/* =========================================================
   APEX CTA / PROCUREMENT REVIEW SECTION
========================================================= */

.apex-account-cta-row {
  position: relative;
  overflow: hidden;
  padding: 110px 0 !important;
  background:
    linear-gradient(rgba(3,12,28,.72), rgba(3,12,28,.72)),
    url('/wp-content/uploads/2025/07/procurement-review-bg.jpg') center/cover no-repeat;
}

/* Optional soft overlay */
.apex-account-cta-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right,
    rgba(199,38,46,.14),
    transparent 34%);
  pointer-events: none;
}

.apex-account-section {
  position: relative;
  z-index: 2;
  width: min(1320px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .8fr;
  gap: 72px;
  align-items: start;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.apex-account-kicker {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-bottom: 22px;
}

.apex-account-cta h2 {
  margin: 0;
  font-size: clamp(52px, 7vw, 96px);
  line-height: .92;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #ffffff;
  max-width: 760px;
}

.apex-account-line {
  width: 74px;
  height: 5px;
  border-radius: 999px;
  margin: 28px 0 34px;
  background: #214485;
  transition:
    width .28s ease,
    background .28s ease;
}

.apex-account-cta:hover .apex-account-line {
  width: 120px;
  background: #c7262e;
}

.apex-account-cta p {
  max-width: 720px;
  margin: 0 0 34px;
  font-size: 22px;
  line-height: 1.7;
  color: rgba(255,255,255,.88);
  font-weight: 400;
}

/* =========================================================
   BENEFITS
========================================================= */

.apex-account-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.apex-account-benefits li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  transition:
    transform .22s ease,
    color .22s ease;
}

.apex-account-benefits li:hover {
  transform: translateX(8px);
}

.apex-account-benefits li::before {
  content: "✓";
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #214485;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(33,68,133,.34);
  transition:
    transform .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}

.apex-account-benefits li:hover::before {
  background: #c7262e;
  transform: scale(1.08) rotate(-4deg);
  box-shadow: 0 14px 34px rgba(199,38,46,.28);
}

.apex-account-note {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.62);
}

/* =========================================================
   FORM CARD
========================================================= */

.apex-account-form-inner {
  background: rgba(255,255,255,.96);
  border-radius: 30px;
  padding: 42px;
  backdrop-filter: blur(12px);
  box-shadow:
    0 30px 80px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,255,255,.14);
  transition:
    transform .28s ease,
    box-shadow .28s ease;
}

.apex-account-form-inner:hover {
  transform: translateY(-6px);
  box-shadow:
    0 42px 90px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,255,255,.18);
}

.apex-account-form-inner h3 {
  margin: 0 0 24px;
  color: #061224;
  font-size: 56px;
  line-height: .95;
  letter-spacing: -.04em;
  font-weight: 900;
}

/* =========================================================
   FORM ELEMENTS
========================================================= */

.apex-account-form-inner .form-group {
  margin-bottom: 16px;
}

.apex-account-form-inner label {
  display: block;
  margin-bottom: 8px;
  color: #1e293b;
  font-size: 14px;
  font-weight: 700;
}

.apex-account-form-inner input,
.apex-account-form-inner textarea,
.apex-account-form-inner select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(33,68,133,.14);
  background: #f8fafc;
  min-height: 56px;
  padding: 14px 18px;
  color: #061224;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  transition:
    border-color .22s ease,
    box-shadow .22s ease,
    background .22s ease,
    transform .22s ease;
}

.apex-account-form-inner textarea {
  min-height: 120px;
  resize: vertical;
}

.apex-account-form-inner input:focus,
.apex-account-form-inner textarea:focus,
.apex-account-form-inner select:focus {
  background: #ffffff;
  border-color: #214485;
  box-shadow: 0 0 0 4px rgba(33,68,133,.10);
  transform: translateY(-1px);
}

/* =========================================================
   CHECKBOX
========================================================= */

.apex-checkbox-label {
  display: flex !important;
  align-items: center;
  gap: 12px;
  font-size: 14px !important;
  line-height: 1.5;
  cursor: pointer;
}

.apex-checkbox-label input {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
}

/* =========================================================
   BUTTON
========================================================= */

.apex-account-form-inner button {
  width: 100%;
  border: 0;
  border-radius: 16px;
  min-height: 58px;
  background: #214485;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(33,68,133,.26);
  transition:
    transform .24s ease,
    background .24s ease,
    box-shadow .24s ease;
}

.apex-account-form-inner button:hover {
  background: #c7262e;
  transform: translateY(-4px);
  box-shadow: 0 26px 54px rgba(199,38,46,.30);
}

/* =========================================================
   TRUST TEXT
========================================================= */

.apex-account-proof {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  line-height: 1.7;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 1100px) {

  .apex-account-section {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .apex-account-cta h2 {
    font-size: clamp(48px, 12vw, 72px);
  }

  .apex-account-form-inner h3 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {

  .apex-account-cta-row {
    padding: 70px 0 !important;
  }

  .apex-account-section {
    width: min(94%, 100%);
    gap: 40px;
  }

  .apex-account-cta h2 {
    font-size: 54px;
  }

  .apex-account-cta p {
    font-size: 18px;
    line-height: 1.6;
  }

  .apex-account-benefits li {
    font-size: 17px;
  }

  .apex-account-form-inner {
    padding: 28px;
    border-radius: 24px;
  }

  .apex-account-form-inner h3 {
    font-size: 40px;
  }
}

/* z-index change for searchv2 dropdown as it was hidden behind nav bar - Vaclav ECI */
#search-v2-dropdown {
  z-index: 9999;
}

/* footer pading change to remove whitespace - Vaclav ECI */
footer {
  padding-bottom: 0;
}

footer.footer > * {
  padding: 0;
}
/* =========================================================
   APEX SPEND ANALYSIS SECTION
========================================================= */

.apex-spend-row {
  position: relative;
  overflow: hidden;
  padding: 110px 0 !important;
  background: #061224 !important;
}

.apex-spend-section {
  width: min(1320px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .8fr;
  gap: 72px;
  align-items: start;
}

.apex-spend-kicker {
  margin-bottom: 20px;
  color: rgba(255,255,255,.64);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.apex-spend-content h2 {
  margin: 0;
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(52px, 6vw, 88px);
  line-height: .94;
  letter-spacing: -.05em;
  font-weight: 900;
}

.apex-spend-line {
  width: 74px;
  height: 5px;
  margin: 28px 0 34px;
  border-radius: 999px;
  background: #214485;
  transition: width .25s ease, background .25s ease;
}

.apex-spend-content:hover .apex-spend-line {
  width: 120px;
  background: #c7262e;
}

.apex-spend-content p {
  max-width: 720px;
  margin: 0 0 34px;
  color: rgba(255,255,255,.88);
  font-size: 21px;
  line-height: 1.65;
}

.apex-spend-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.apex-spend-benefits li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  transition: transform .22s ease;
}

.apex-spend-benefits li:hover {
  transform: translateX(8px);
}

.apex-spend-benefits li::before {
  content: "✓";
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 999px;
  background: #214485;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  transition: background .22s ease, transform .22s ease;
}

.apex-spend-benefits li:hover::before {
  background: #c7262e;
  transform: scale(1.1) rotate(-5deg);
}

/* Form */

.apex-spend-form {
  background: #ffffff;
  border-radius: 30px;
  padding: 42px;
  box-shadow: 0 30px 80px rgba(0,0,0,.32);
  transition: transform .28s ease, box-shadow .28s ease;
}

.apex-spend-form:hover {
  transform: translateY(-6px);
  box-shadow: 0 42px 90px rgba(0,0,0,.38);
}

.apex-spend-form h3 {
  margin: 0 0 24px;
  color: #061224;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 900;
}

.apex-spend-form .form-group {
  margin-bottom: 16px;
}

.apex-spend-form label {
  display: block;
  margin-bottom: 8px;
  color: #1e293b;
  font-size: 14px;
  font-weight: 800;
}

.apex-spend-form input,
.apex-spend-form textarea,
.apex-spend-form select {
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(33,68,133,.16);
  background: #f8fafc;
  color: #061224;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.apex-spend-form textarea {
  min-height: 122px;
  resize: vertical;
}

.apex-spend-form input:focus,
.apex-spend-form textarea:focus,
.apex-spend-form select:focus {
  background: #ffffff;
  border-color: #214485;
  box-shadow: 0 0 0 4px rgba(33,68,133,.10);
}

.apex-spend-form button {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 16px;
  background: #214485;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(33,68,133,.26);
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.apex-spend-form button:hover {
  background: #c7262e;
  transform: translateY(-4px);
  box-shadow: 0 26px 54px rgba(199,38,46,.30);
}

.apex-spend-proof {
  margin-top: 20px;
  text-align: center;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

/* Responsive */

@media (max-width: 1100px) {
  .apex-spend-section {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .apex-spend-row {
    padding: 70px 0 !important;
  }

  .apex-spend-content h2 {
    font-size: 50px;
  }

  .apex-spend-content p {
    font-size: 18px;
  }

  .apex-spend-form {
    padding: 28px;
    border-radius: 24px;
  }

  .apex-spend-form h3 {
    font-size: 38px;
  }
}