.elementor-1941 .elementor-element.elementor-element-b304039{--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-1941 .elementor-element.elementor-element-f23709c{--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-1941 .elementor-element.elementor-element-ad3ad86{--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-1941 .elementor-element.elementor-element-ce4dc44{--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-1941 .elementor-element.elementor-element-c0446a2{--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-1941 .elementor-element.elementor-element-8aade3b{--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-1941 .elementor-element.elementor-element-82b8a80{--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;}/* Start custom CSS for html, class: .elementor-element-889819d */.ge-pipeline-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: 620px;
  padding: clamp(110px, 10vw, 160px) 24px 60px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: #071a5c;
}

.ge-pipeline-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("/wp-content/uploads/2026/04/Genser-Energy-Pipelines-8.jpg?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.04);
}

.ge-pipeline-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg,
      rgba(6, 22, 58, 0.28) 0%,
      rgba(6, 22, 58, 0.58) 45%,
      rgba(6, 22, 58, 0.90) 100%
    );
}

.ge-pipeline-hero__inner {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-pipeline-hero__content {
  max-width: 920px;
}

.ge-pipeline-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-pipeline-hero__title {
  margin: 0 0 18px;
  color: var(--ge-white);
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 11ch;
}

.ge-pipeline-hero__text {
  margin: 0;
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}

.ge-pipeline-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ge-pipeline-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-btn:hover {
  transform: translateY(-1px);
}

.ge-pipeline-btn--primary {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-pipeline-btn--primary:hover {
  background: #ffd42a;
}

.ge-pipeline-btn--secondary {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-pipeline-btn--primary:hover {
  background: #ffd42a;
}

@media (max-width: 767px) {
  .ge-pipeline-hero {
    min-height: 520px;
    padding: 90px 20px 40px;
  }

  .ge-pipeline-hero__title {
    max-width: 10.5ch;
  }

  .ge-pipeline-hero__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-pipeline-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-863026d */.ge-pipeline-overview {
  --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 16px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 72px 24px;
  background: linear-gradient(180deg, #eef3ff 0%, #f8faff 100%);
}

.ge-pipeline-overview__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-pipeline-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.ge-pipeline-overview__content,
.ge-pipeline-overview__panel-inner {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  box-shadow: var(--ge-shadow);
}

.ge-pipeline-overview__content {
  border-radius: 30px;
  padding: clamp(28px, 4vw, 42px);
}

.ge-pipeline-overview__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-pipeline-overview__title {
  margin: 0 0 18px;
  color: var(--ge-navy);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.ge-pipeline-overview__text {
  margin: 0 0 16px;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.8;
  max-width: 62ch;
}

.ge-pipeline-overview__text:last-of-type {
  margin-bottom: 0;
}

.ge-pipeline-overview__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.ge-pipeline-overview__stat {
  padding: 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
  border: 1px solid rgba(13, 39, 217, 0.08);
}

.ge-pipeline-overview__stat-value {
  display: block;
  margin-bottom: 10px;
  color: var(--ge-blue);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.ge-pipeline-overview__stat-label {
  display: block;
  color: var(--ge-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.ge-pipeline-overview__panel {
  display: flex;
}

.ge-pipeline-overview__panel-inner {
  width: 100%;
  border-radius: 30px;
  padding: clamp(24px, 3vw, 34px);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  display: flex;
  flex-direction: column;
}

.ge-pipeline-overview__panel-eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-pipeline-overview__panel-title {
  margin: 0 0 18px;
  color: var(--ge-navy);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 14ch;
}

.ge-pipeline-overview__metrics {
  display: grid;
  gap: 12px;
}

.ge-pipeline-overview__metric {
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
  border: 1px solid rgba(13, 39, 217, 0.08);
}

.ge-pipeline-overview__metric-label {
  display: block;
  margin-bottom: 6px;
  color: var(--ge-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ge-pipeline-overview__metric-value {
  display: block;
  color: var(--ge-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.ge-pipeline-overview__panel-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  color: var(--ge-blue);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.ge-pipeline-overview__panel-link:hover {
  color: var(--ge-blue-dark);
}

@media (max-width: 1100px) {
  .ge-pipeline-overview__grid {
    grid-template-columns: 1fr;
  }

  .ge-pipeline-overview__stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ge-pipeline-overview {
    padding: 56px 20px;
  }

  .ge-pipeline-overview__content,
  .ge-pipeline-overview__panel-inner {
    padding: 22px;
    border-radius: 22px;
  }

  .ge-pipeline-overview__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-pipeline-overview__stat,
  .ge-pipeline-overview__metric {
    border-radius: 16px;
    padding: 14px;
  }

  .ge-pipeline-overview__stat-label,
  .ge-pipeline-overview__metric-value {
    font-size: 14px;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-771a472 */.ge-pipeline-components {
  --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 18px 44px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 0 24px 80px;
  background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
}

.ge-pipeline-components__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-pipeline-components__head {
  max-width: 860px;
  margin-bottom: 32px;
}

.ge-pipeline-components__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-pipeline-components__title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 15ch;
}

.ge-pipeline-components__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 62ch;
}

.ge-pipeline-components__stack {
  display: grid;
  gap: 28px;
}

.ge-pipeline-component-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--ge-border);
  box-shadow: var(--ge-shadow);
  backdrop-filter: blur(8px);
}

.ge-pipeline-component-card--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
}

.ge-pipeline-component-card--reverse .ge-pipeline-component-card__meta {
  order: 2;
}

.ge-pipeline-component-card--reverse .ge-pipeline-component-card__gallery {
  order: 1;
}

.ge-pipeline-component-card__meta {
  display: flex;
  flex-direction: column;
}

.ge-pipeline-component-card__phase {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-pipeline-component-card__title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(28px, 2.3vw, 38px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.ge-pipeline-component-card__text {
  margin: 0 0 18px;
  color: var(--ge-muted);
  font-size: 15px;
  line-height: 1.8;
}

.ge-pipeline-component-card__facts {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.ge-pipeline-component-card__fact {
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
  border: 1px solid rgba(13, 39, 217, 0.08);
}

.ge-pipeline-component-card__fact-label {
  display: block;
  margin-bottom: 6px;
  color: var(--ge-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ge-pipeline-component-card__fact-value {
  display: block;
  color: var(--ge-text);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.ge-pipeline-component-card__gallery {
  display: grid;
  gap: 12px;
}

.ge-pipeline-component-card__hero-image {
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  background: #dfe7ff;
}

.ge-pipeline-component-card__hero-image-el {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ge-pipeline-component-card__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ge-pipeline-component-card__thumb {
  appearance: none;
  border: 1px solid rgba(13, 23, 48, 0.08);
  padding: 0;
  margin: 0;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: #dfe7ff;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ge-pipeline-component-card__thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 39, 217, 0.20);
  box-shadow: 0 10px 20px rgba(7, 22, 58, 0.08);
}

.ge-pipeline-component-card__thumb.is-active {
  border-color: rgba(13, 39, 217, 0.45);
  box-shadow: 0 0 0 3px rgba(13, 39, 217, 0.10);
}

.ge-pipeline-component-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .ge-pipeline-component-card,
  .ge-pipeline-component-card--reverse {
    grid-template-columns: 1fr;
  }

  .ge-pipeline-component-card--reverse .ge-pipeline-component-card__meta,
  .ge-pipeline-component-card--reverse .ge-pipeline-component-card__gallery {
    order: initial;
  }

  .ge-pipeline-component-card__hero-image {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .ge-pipeline-components {
    padding: 0 20px 56px;
  }

  .ge-pipeline-components__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-pipeline-component-card {
    padding: 18px;
    border-radius: 22px;
    gap: 18px;
  }

  .ge-pipeline-component-card__title {
    max-width: none;
  }

  .ge-pipeline-component-card__text {
    font-size: 14px;
    line-height: 1.65;
  }

  .ge-pipeline-component-card__hero-image {
    min-height: 260px;
    border-radius: 18px;
  }

  .ge-pipeline-component-card__thumbs {
    grid-template-columns: 1fr;
  }

  .ge-pipeline-component-card__thumb {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
  }

  .ge-pipeline-component-card__fact {
    padding: 13px 14px;
    border-radius: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-528cca5 */.ge-pipeline-role {
  --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 18px 44px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 0 24px 80px;
  background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
}

.ge-pipeline-role__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-pipeline-role__head {
  max-width: 860px;
  margin-bottom: 32px;
}

.ge-pipeline-role__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-pipeline-role__title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.ge-pipeline-role__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 62ch;
}

.ge-pipeline-role__stack {
  display: grid;
  gap: 28px;
}

.ge-pipeline-role-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--ge-border);
  box-shadow: var(--ge-shadow);
  backdrop-filter: blur(8px);
}

.ge-pipeline-role-card--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
}

.ge-pipeline-role-card--reverse .ge-pipeline-role-card__meta {
  order: 2;
}

.ge-pipeline-role-card--reverse .ge-pipeline-role-card__gallery {
  order: 1;
}

.ge-pipeline-role-card__meta {
  display: flex;
  flex-direction: column;
}

.ge-pipeline-role-card__phase {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-pipeline-role-card__title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(28px, 2.3vw, 38px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 13ch;
}

.ge-pipeline-role-card__text {
  margin: 0 0 18px;
  color: var(--ge-muted);
  font-size: 15px;
  line-height: 1.8;
}

.ge-pipeline-role-card__flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 4px 0 20px;
}

.ge-pipeline-role-card__step {
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
  border: 1px solid rgba(13, 39, 217, 0.08);
  min-width: 150px;
}

.ge-pipeline-role-card__step-title {
  display: block;
  margin-bottom: 4px;
  color: var(--ge-navy);
  font-size: 14px;
  font-weight: 800;
}

.ge-pipeline-role-card__step-text {
  display: block;
  color: var(--ge-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ge-pipeline-role-card__arrow {
  font-size: 18px;
  color: var(--ge-blue);
  font-weight: 700;
  padding: 0 4px;
}

.ge-pipeline-role-card__facts {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.ge-pipeline-role-card__fact {
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
  border: 1px solid rgba(13, 39, 217, 0.08);
}

.ge-pipeline-role-card__fact-label {
  display: block;
  margin-bottom: 6px;
  color: var(--ge-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ge-pipeline-role-card__fact-value {
  display: block;
  color: var(--ge-text);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.ge-pipeline-role-card__gallery {
  display: grid;
  gap: 12px;
}

.ge-pipeline-role-card__hero-image {
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  background: #dfe7ff;
}

.ge-pipeline-role-card__hero-image-el {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ge-pipeline-role-card__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ge-pipeline-role-card__thumb {
  appearance: none;
  border: 1px solid rgba(13, 23, 48, 0.08);
  padding: 0;
  margin: 0;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: #dfe7ff;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ge-pipeline-role-card__thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 39, 217, 0.20);
  box-shadow: 0 10px 20px rgba(7, 22, 58, 0.08);
}

.ge-pipeline-role-card__thumb.is-active {
  border-color: rgba(13, 39, 217, 0.45);
  box-shadow: 0 0 0 3px rgba(13, 39, 217, 0.10);
}

.ge-pipeline-role-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .ge-pipeline-role-card,
  .ge-pipeline-role-card--reverse {
    grid-template-columns: 1fr;
  }

  .ge-pipeline-role-card--reverse .ge-pipeline-role-card__meta,
  .ge-pipeline-role-card--reverse .ge-pipeline-role-card__gallery {
    order: initial;
  }

  .ge-pipeline-role-card__hero-image {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .ge-pipeline-role {
    padding: 0 20px 56px;
  }

  .ge-pipeline-role__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-pipeline-role-card {
    padding: 18px;
    border-radius: 22px;
    gap: 18px;
  }

  .ge-pipeline-role-card__title {
    max-width: none;
  }

  .ge-pipeline-role-card__text {
    font-size: 14px;
    line-height: 1.65;
  }

  .ge-pipeline-role-card__flow {
    flex-direction: column;
    align-items: flex-start;
  }

  .ge-pipeline-role-card__arrow {
    display: none;
  }

  .ge-pipeline-role-card__step {
    width: 100%;
  }

  .ge-pipeline-role-card__hero-image {
    min-height: 260px;
    border-radius: 18px;
  }

  .ge-pipeline-role-card__thumbs {
    grid-template-columns: 1fr;
  }

  .ge-pipeline-role-card__thumb {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
  }

  .ge-pipeline-role-card__fact {
    padding: 13px 14px;
    border-radius: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9f866d */.ge-pipeline-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 16px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 0 24px 72px;
  background: linear-gradient(180deg, #eef3ff 0%, #f8faff 100%);
}

.ge-pipeline-timeline__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-pipeline-timeline__head {
  max-width: 900px;
  margin: 0 auto 32px;
  text-align: center;
}

.ge-pipeline-timeline__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-pipeline-timeline__title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ge-pipeline-timeline__text {
  margin: 0 auto;
  color: var(--ge-muted);
  font-size: 20px;
  line-height: 1.55;
  max-width: 38ch;
}

.ge-pipeline-timeline__stack {
  display: grid;
  gap: 26px;
}

/* full-width milestone rows */
.ge-pipeline-milestone {
  display: block;
}

.ge-pipeline-milestone__date,
.ge-pipeline-milestone__year,
.ge-pipeline-milestone__month {
  display: none;
}

.ge-pipeline-milestone__card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 28px;
  align-items: stretch;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--ge-border);
  box-shadow: var(--ge-shadow);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ge-pipeline-milestone__card:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 39, 217, 0.16);
  box-shadow:
    0 20px 44px rgba(7, 22, 58, 0.10),
    0 0 0 1px rgba(13, 39, 217, 0.04);
}

.ge-pipeline-milestone--reverse .ge-pipeline-milestone__content {
  order: 2;
}

.ge-pipeline-milestone--reverse .ge-pipeline-milestone__media {
  order: 1;
}

.ge-pipeline-milestone__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ge-pipeline-milestone__eyebrow {
  margin: 0 0 14px;
  color: var(--ge-blue);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-pipeline-milestone__title {
  margin: 0 0 16px;
  color: #0373FC;
  font-size: clamp(22px, 2.2vw, 40px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  max-width: 15ch;
}

.ge-pipeline-milestone__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 15px;
  line-height: 1.75;
  max-width: 54ch;
}

.ge-pipeline-milestone__media {
  min-height: 360px;
  border-radius: 26px;
  overflow: hidden;
  background: #dbe4ff;
  box-shadow: inset 0 0 0 1px rgba(13, 23, 48, 0.05);
}

.ge-pipeline-milestone__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.ge-pipeline-milestone__card:hover .ge-pipeline-milestone__media img {
  transform: scale(1.03);
}

@media (max-width: 1200px) {
  .ge-pipeline-milestone__card {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.95fr);
    gap: 22px;
  }

  .ge-pipeline-milestone__media {
    min-height: 300px;
  }

  .ge-pipeline-milestone__title {
    font-size: clamp(24px, 2.4vw, 34px);
  }
}

@media (max-width: 900px) {
  .ge-pipeline-milestone__card {
    grid-template-columns: 1fr;
  }

  .ge-pipeline-milestone--reverse .ge-pipeline-milestone__content,
  .ge-pipeline-milestone--reverse .ge-pipeline-milestone__media {
    order: initial;
  }

  .ge-pipeline-milestone__media {
    min-height: 260px;
  }

  .ge-pipeline-milestone__title {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .ge-pipeline-timeline {
    padding: 0 20px 48px;
  }

  .ge-pipeline-timeline__head {
    text-align: left;
    margin-bottom: 24px;
  }

  .ge-pipeline-timeline__title {
    font-size: clamp(30px, 10vw, 44px);
  }

  .ge-pipeline-timeline__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    max-width: 32ch;
  }

  .ge-pipeline-milestone__card {
    padding: 18px;
    border-radius: 22px;
    gap: 18px;
  }

  .ge-pipeline-milestone__eyebrow {
    font-size: 14px;
  }

  .ge-pipeline-milestone__title {
    font-size: clamp(24px, 8vw, 38px);
    line-height: 1;
  }

  .ge-pipeline-milestone__text {
    font-size: 14px;
    line-height: 1.65;
  }

  .ge-pipeline-milestone__media {
    min-height: 220px;
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3f6c6c */.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 */