.elementor-1098 .elementor-element.elementor-element-14cda02{--display:flex;--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-1098 .elementor-element.elementor-element-272692f{--display:flex;--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-1098 .elementor-element.elementor-element-23efab3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1098 .elementor-element.elementor-element-8d5bcee{--display:flex;--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-1098 .elementor-element.elementor-element-28cf60a{--display:flex;--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-1098 .elementor-element.elementor-element-3544aec{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1098 .elementor-element.elementor-element-56a57f47{--display:flex;--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-1098 .elementor-element.elementor-element-7d7f949{--display:flex;}.elementor-1098 .elementor-element.elementor-element-6a673cc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-5471c69 */.ge-history-hero {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-yellow: #f2c200;
  --ge-white: #ffffff;
  --ge-max-width: 1280px;

  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: clamp(96px, 10vw, 148px) 24px 60px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: linear-gradient(180deg, #102cc8 0%, #071a5c 100%);
}

.ge-history-hero__bg,
.ge-history-hero__overlay {
  position: absolute;
  inset: 0;
}

.ge-history-hero__bg {
  z-index: -3;
  background-image: url("/wp-content/uploads/2026/04/Genser-Energy-History-35.jpg?auto=format&fit=crop&w=1800&q=80");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

.ge-history-hero__overlay {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(6, 22, 58, 0.34) 0%, rgba(6, 22, 58, 0.62) 52%, rgba(6, 22, 58, 0.86) 100%);
}

.ge-history-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 26, 92, 0) 0%, rgba(7, 26, 92, 0.55) 100%);
}

.ge-history-hero__inner {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-history-hero__content {
  max-width: 900px;
}

.ge-history-hero__eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ge-history-hero__title {
  margin: 0 0 18px;
  color: var(--ge-white);
  font-size: clamp(40px, 5.8vw, 78px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 13ch;
}

.ge-history-hero__text {
  margin: 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
}

.ge-history-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ge-history-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.ge-history-btn:hover {
  transform: translateY(-1px);
}

.ge-history-btn--primary {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-history-btn--primary:hover {
  background: #ffd42a;
  color: var(--ge-navy);
}

.ge-history-btn--secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--ge-white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.ge-history-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  color: var(--ge-white);
}

@media (max-width: 767px) {
  .ge-history-hero {
    min-height: 480px;
    padding: 88px 20px 36px;
  }

  .ge-history-hero__title {
    max-width: 10ch;
  }

  .ge-history-hero__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-history-hero__actions {
    margin-top: 22px;
    gap: 10px;
  }

  .ge-history-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23efab3 */.ge-history-filters {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-text: #0d1730;
  --ge-muted: #667085;
  --ge-surface: #ffffff;
  --ge-surface-alt: #f7f9ff;
  --ge-border: rgba(13, 23, 48, 0.08);
  --ge-shadow: 0 14px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 28px 24px 40px;
  background: linear-gradient(9deg, #eef3ff 0%, #f8faff 100%);
}

.ge-history-filters__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-history-filters__intro {
  max-width: 820px;
  margin-bottom: 24px;
}

.ge-history-filters__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-history-filters__title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 16ch;
}

.ge-history-filters__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 60ch;
}

.ge-history-filters__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 24px;
  box-shadow: var(--ge-shadow);
  padding: 18px;
}

.ge-history-filter-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ge-history-filter-tab {
  appearance: none;
  border: 1px solid rgba(13, 39, 217, 0.12);
  background: #ffffff;
  color: var(--ge-blue-dark);
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ge-history-filter-tab:hover {
  transform: translateY(-1px);
  background: var(--ge-blue);
  color: #ffffff;
  border-color: var(--ge-blue);
  box-shadow: 0 8px 20px rgba(13, 39, 217, 0.25);
}

.ge-history-filter-tab[data-history-filter="corporate"]:hover,
.ge-history-filter-tab[data-history-filter="corporate"].is-active {
  background: #0d27d9;
  border-color: #0d27d9;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(13, 39, 217, 0.25);
}

.ge-history-filter-tab[data-history-filter="commercial"]:hover,
.ge-history-filter-tab[data-history-filter="commercial"].is-active {
  background: #f59e0b;
  border-color: #f59e0b;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.25);
}

.ge-history-filter-tab[data-history-filter="commercial"]:hover,
.ge-history-filter-tab[data-history-filter="commercial"].is-active {
  background: #f59e0b;
  border-color: #f59e0b;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.25);
}

.ge-history-filter-tab[data-history-filter="commercial"]:hover,
.ge-history-filter-tab[data-history-filter="commercial"].is-active {
  background: #f59e0b;
  border-color: #f59e0b;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.25);
}

.ge-history-filter-tab[data-history-filter="financial"]:hover,
.ge-history-filter-tab[data-history-filter="financial"].is-active {
  background: #22c55e;
  border-color: #22c55e;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.25);
}
.ge-history-filter-tab.is-active {
  background: var(--ge-blue);
  color: #ffffff;
  border-color: var(--ge-blue);
  box-shadow: 0 10px 24px rgba(13, 39, 217, 0.18);
}

.ge-history-btn--ghost {
  background: #ffffff;
  color: var(--ge-blue-dark);
  border: 1px solid rgba(13, 39, 217, 0.12);
}

.ge-history-btn--ghost:hover {
  background: rgba(13, 39, 217, 0.04);
  color: var(--ge-blue-dark);
}

.ge-history-timeline-item.is-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .ge-history-filters {
    padding: 20px 20px 28px;
  }

  .ge-history-filters__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-history-filters__bar {
    padding: 14px;
    border-radius: 18px;
  }

  .ge-history-filter-tabs {
    gap: 10px;
  }

  .ge-history-filter-tab {
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

  .ge-history-filters__actions {
    width: 100%;
  }

  .ge-history-filters__actions .ge-history-btn {
    width: 100%;
  }
}
/* =========================
   CATEGORY COLOR SYSTEM
   ========================= */

/* CORPORATE (default - already blue, included for clarity) */
.ge-history-timeline-item[data-history-category="corporate"] .ge-history-timeline-item__dot {
  background: linear-gradient(180deg, #0d27d9 0%, #071a5c 100%);
  box-shadow: 0 0 0 7px rgba(13, 39, 217, 0.08);
}

.ge-history-timeline-item[data-history-category="corporate"] .ge-history-timeline-item__tag {
  background: rgba(13, 39, 217, 0.08);
  color: #071a5c;
}


/* =========================
   COMMERCIAL (orange)
   ========================= */

.ge-history-timeline-item[data-history-category="commercial"] .ge-history-timeline-item__dot {
  background: linear-gradient(180deg, #f59e0b 0%, #b45309 100%);
  box-shadow: 0 0 0 7px rgba(245, 158, 11, 0.12);
}

.ge-history-timeline-item[data-history-category="commercial"] .ge-history-timeline-item__tag {
  background: rgba(245, 158, 11, 0.12);
  color: #92400e;
}


/* =========================
   FINANCIAL (green)
   ========================= */

.ge-history-timeline-item[data-history-category="financial"] .ge-history-timeline-item__dot {
  background: linear-gradient(180deg, #22c55e 0%, #166534 100%);
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.12);
}

.ge-history-timeline-item[data-history-category="financial"] .ge-history-timeline-item__tag {
  background: rgba(34, 197, 94, 0.12);
  color: #14532d;
}
.ge-history-timeline__track::before {
  background: linear-gradient(
    180deg,
    rgba(13,39,217,0.10) 0%,
    rgba(13,39,217,0.20) 50%,
    rgba(13,39,217,0.10) 100%
  );
}
/* COMMERCIAL TAB ACTIVE */
.ge-history-filter-tab[data-history-filter="commercial"].is-active {
  background: #f59e0b;
  border-color: #f59e0b;
  color: #ffffff;
}

/* FINANCIAL TAB ACTIVE */
.ge-history-filter-tab[data-history-filter="financial"].is-active {
  background: #22c55e;
  border-color: #22c55e;
  color: #ffffff;
}

/* CORPORATE stays blue */

.ge-history-filter-tab {
  transition: all 0.25s ease, box-shadow 0.25s ease;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f0a07f */.ge-history-timeline {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-text: #0d1730;
  --ge-muted: #667085;
  --ge-surface: #ffffff;
  --ge-border: rgba(13, 23, 48, 0.08);
  --ge-shadow: 0 14px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 0 24px 72px;
  background: linear-gradient(180deg, #eef3ff 0%, #f8faff 100%);
}

.ge-history-timeline__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-history-timeline__head {
  max-width: 820px;
  margin-bottom: 28px;
}

.ge-history-timeline__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-history-timeline__title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 16ch;
}

.ge-history-timeline__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 60ch;
}

.ge-history-timeline__track {
  position: relative;
  display: grid;
  gap: 18px;
  padding-left: 34px;
}

.ge-history-timeline__track::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(13,39,217,0.10) 0%,
    rgba(13,39,217,0.20) 50%,
    rgba(13,39,217,0.10) 100%
  );
}

.ge-history-timeline-item {
  position: relative;
}

.ge-history-timeline-item__dot {
  position: absolute;
  left: -34px;
  top: 24px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0d27d9 0%, #071a5c 100%);
  box-shadow: 0 0 0 7px rgba(13, 39, 217, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ge-history-timeline-item__card {
  position: relative;
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 22px;
  box-shadow: var(--ge-shadow);
  padding: 22px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ge-history-timeline-item__card:hover {
  transform: translateY(-2px);
}

.ge-history-timeline-item__year {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-history-timeline-item__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px auto;
  gap: 18px;
  align-items: center;
}

.ge-history-timeline-item__content {
  min-width: 0;
}

.ge-history-timeline-item__title {
  margin: 0 0 10px;
  color: var(--ge-navy);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ge-history-timeline-item__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 15px;
  line-height: 1.75;
  max-width: 62ch;
}

.ge-history-timeline-item__media {
  position: relative;
  width: 240px;
  height: 156px;
  border-radius: 16px;
  overflow: hidden;
  background: #dbe4ff;
  box-shadow: inset 0 0 0 1px rgba(13, 23, 48, 0.05);
}

.ge-history-timeline-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.ge-history-timeline-item__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,22,58,0.02) 0%, rgba(6,22,58,0.10) 100%);
  pointer-events: none;
}

.ge-history-timeline-item__tag-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: start;
  min-width: max-content;
}

.ge-history-timeline-item__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

/* =========================
   ACTIVE / HOVER GLOW SYSTEM
   ========================= */

.ge-history-timeline-item[data-history-category="corporate"] .ge-history-timeline-item__dot {
  background: linear-gradient(180deg, #0d27d9 0%, #071a5c 100%);
  box-shadow: 0 0 0 7px rgba(13, 39, 217, 0.08);
}

.ge-history-timeline-item[data-history-category="corporate"] .ge-history-timeline-item__tag {
  background: rgba(13, 39, 217, 0.08);
  color: #071a5c;
}

.ge-history-timeline-item[data-history-category="corporate"] .ge-history-timeline-item__year {
  color: #0d27d9;
}

.ge-history-timeline-item[data-history-category="corporate"] .ge-history-timeline-item__card:hover {
  border-color: rgba(13, 39, 217, 0.20);
  box-shadow:
    0 20px 40px rgba(7, 22, 58, 0.10),
    0 0 0 1px rgba(13, 39, 217, 0.06),
    0 0 0 8px rgba(13, 39, 217, 0.04);
}

.ge-history-timeline-item[data-history-category="corporate"]:hover .ge-history-timeline-item__dot {
  transform: scale(1.06);
  box-shadow:
    0 0 0 7px rgba(13, 39, 217, 0.10),
    0 0 18px rgba(13, 39, 217, 0.20);
}

.ge-history-timeline-item[data-history-category="corporate"] .ge-history-timeline-item__card:hover .ge-history-timeline-item__tag {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(13, 39, 217, 0.16);
}

.ge-history-timeline-item[data-history-category="commercial"] .ge-history-timeline-item__dot {
  background: linear-gradient(180deg, #f59e0b 0%, #b45309 100%);
  box-shadow: 0 0 0 7px rgba(245, 158, 11, 0.12);
}

.ge-history-timeline-item[data-history-category="commercial"] .ge-history-timeline-item__tag {
  background: rgba(245, 158, 11, 0.12);
  color: #92400e;
}

.ge-history-timeline-item[data-history-category="commercial"] .ge-history-timeline-item__year {
  color: #d97706;
}

.ge-history-timeline-item[data-history-category="commercial"] .ge-history-timeline-item__card:hover {
  border-color: rgba(245, 158, 11, 0.22);
  box-shadow:
    0 20px 40px rgba(7, 22, 58, 0.10),
    0 0 0 1px rgba(245, 158, 11, 0.08),
    0 0 0 8px rgba(245, 158, 11, 0.05);
}

.ge-history-timeline-item[data-history-category="commercial"]:hover .ge-history-timeline-item__dot {
  transform: scale(1.06);
  box-shadow:
    0 0 0 7px rgba(245, 158, 11, 0.14),
    0 0 18px rgba(245, 158, 11, 0.22);
}

.ge-history-timeline-item[data-history-category="commercial"] .ge-history-timeline-item__card:hover .ge-history-timeline-item__tag {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(245, 158, 11, 0.16);
}

.ge-history-timeline-item[data-history-category="financial"] .ge-history-timeline-item__dot {
  background: linear-gradient(180deg, #22c55e 0%, #166534 100%);
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.12);
}

.ge-history-timeline-item[data-history-category="financial"] .ge-history-timeline-item__tag {
  background: rgba(34, 197, 94, 0.12);
  color: #14532d;
}

.ge-history-timeline-item[data-history-category="financial"] .ge-history-timeline-item__year {
  color: #16a34a;
}

.ge-history-timeline-item[data-history-category="financial"] .ge-history-timeline-item__card:hover {
  border-color: rgba(34, 197, 94, 0.22);
  box-shadow:
    0 20px 40px rgba(7, 22, 58, 0.10),
    0 0 0 1px rgba(34, 197, 94, 0.08),
    0 0 0 8px rgba(34, 197, 94, 0.05);
}

.ge-history-timeline-item[data-history-category="financial"]:hover .ge-history-timeline-item__dot {
  transform: scale(1.06);
  box-shadow:
    0 0 0 7px rgba(34, 197, 94, 0.14),
    0 0 18px rgba(34, 197, 94, 0.22);
}

.ge-history-timeline-item[data-history-category="financial"] .ge-history-timeline-item__card:hover .ge-history-timeline-item__tag {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(34, 197, 94, 0.16);
}

/* IMAGE HOVER */
.ge-history-timeline-item__card:hover .ge-history-timeline-item__media img {
  transform: scale(1.05);
}

@media (max-width: 1100px) {
  .ge-history-timeline-item__row {
    grid-template-columns: minmax(0, 1fr) 210px auto;
  }

  .ge-history-timeline-item__media {
    width: 210px;
    height: 140px;
  }
}

@media (max-width: 767px) {
  .ge-history-timeline {
    padding: 0 20px 48px;
  }

  .ge-history-timeline__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-history-timeline__track {
    gap: 16px;
    padding-left: 28px;
  }

  .ge-history-timeline__track::before {
    left: 6px;
  }

  .ge-history-timeline-item__dot {
    left: -28px;
    top: 20px;
    width: 16px;
    height: 16px;
  }

  .ge-history-timeline-item__card {
    border-radius: 18px;
    padding: 18px;
  }

  .ge-history-timeline-item__row {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .ge-history-timeline-item__media {
    width: 100%;
    height: 190px;
  }

  .ge-history-timeline-item__tag-wrap {
    justify-content: flex-start;
  }

  .ge-history-timeline-item__title {
    font-size: 20px;
  }

  .ge-history-timeline-item__text {
    font-size: 14px;
    line-height: 1.65;
  }

  .ge-history-timeline-item__tag {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3544aec */.ge-history-featured {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-text: #0d1730;
  --ge-muted: #667085;
  --ge-surface: #ffffff;
  --ge-surface-alt: #f7f9ff;
  --ge-border: rgba(13, 23, 48, 0.08);
  --ge-shadow: 0 14px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 0 24px 56px;
  background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
}

.ge-history-featured__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-history-featured__head {
  max-width: 820px;
  margin-bottom: 24px;
}

.ge-history-featured__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-history-featured__title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 16ch;
}

.ge-history-featured__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 60ch;
}

.ge-history-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ge-history-featured-card {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 24px;
  box-shadow: var(--ge-shadow);
  padding: 22px;
  display: grid;
  gap: 12px;
  align-content: start;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ge-history-featured-card:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 39, 217, 0.16);
  box-shadow: 0 18px 36px rgba(7, 22, 58, 0.10);
}

.ge-history-featured-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.ge-history-featured-card__year {
  margin: 0;
  color: var(--ge-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-history-featured-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(13, 39, 217, 0.08);
  color: var(--ge-blue-dark);
  font-size: 13px;
  font-weight: 700;
}

.ge-history-featured-card__title {
  margin: 0;
  color: var(--ge-navy);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ge-history-featured-card__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .ge-history-featured__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ge-history-featured {
    padding: 0 20px 40px;
  }

  .ge-history-featured__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-history-featured__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ge-history-featured-card {
    border-radius: 18px;
    padding: 18px;
  }

  .ge-history-featured-card__title {
    font-size: 20px;
  }

  .ge-history-featured-card__text {
    font-size: 14px;
    line-height: 1.65;
  }

  .ge-history-featured-card__tag {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-526beb72 */.ge-pipeline-cta {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-white: #ffffff;
  --ge-muted-light: rgba(255, 255, 255, 0.78);
  --ge-max-width: 1280px;

  padding: 0 24px 80px;
  background: linear-gradient(180deg, #eef3ff 0%, #e8efff 100%);
}

.ge-pipeline-cta__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  background: linear-gradient(135deg, #071a5c 0%, #0d27d9 100%);
  box-shadow: 0 20px 48px rgba(7, 22, 58, 0.16);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.ge-pipeline-cta__content {
  max-width: 760px;
}

.ge-pipeline-cta__eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-pipeline-cta__title {
  margin: 0 0 14px;
  color: var(--ge-white);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 15ch;
}

.ge-pipeline-cta__text {
  margin: 0;
  color: var(--ge-muted-light);
  font-size: 16px;
  line-height: 1.75;
  max-width: 58ch;
}

.ge-pipeline-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.ge-pipeline-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.ge-pipeline-cta-btn:hover {
  transform: translateY(-1px);
}

.ge-pipeline-cta-btn--primary {
  background: #f2c200;
  color: #06163a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-pipeline-cta-btn--primary:hover {
  background: #ffd42a;
  color: #06163a;
}

.ge-pipeline-cta-btn--secondary {
  background: #f2c200;
  color: #06163a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-pipeline-cta-btn--secondary:hover {
  background: #ffd42a;
  color: #06163a;
}

.ge-pipeline-cta-btn--ghost {
  background: #f2c200;
  color: #06163a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-pipeline-cta-btn--ghost:hover {
  background: #ffd42a;
  color: #06163a;
}

@media (max-width: 1024px) {
  .ge-pipeline-cta__shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ge-pipeline-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ge-pipeline-cta {
    padding: 0 20px 56px;
  }

  .ge-pipeline-cta__shell {
    padding: 22px;
    border-radius: 22px;
    gap: 20px;
  }

  .ge-pipeline-cta__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-pipeline-cta__actions {
    width: 100%;
  }

  .ge-pipeline-cta__actions .ge-pipeline-cta-btn {
    width: 100%;
  }
}/* End custom CSS */