.elementor-1135 .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-1135 .elementor-element.elementor-element-5471c69{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1135 .elementor-element.elementor-element-35007ca{--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-1135 .elementor-element.elementor-element-fb5958b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1135 .elementor-element.elementor-element-a0a5ff8{--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-1135 .elementor-element.elementor-element-82ea3ee{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1135 .elementor-element.elementor-element-31a5b24{--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-5471c69 */.ge-contact-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: 500px;
  padding: clamp(92px, 10vw, 140px) 24px 56px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: linear-gradient(180deg, #1230d1 0%, #071a5c 100%);
}

.ge-contact-hero__bg,
.ge-contact-hero__overlay {
  position: absolute;
  inset: 0;
}

.ge-contact-hero__bg {
  z-index: -3;
  background-image: url("/wp-content/uploads/2026/04/Genser-Energy-Contact-1-scaled.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-contact-hero__overlay {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(6, 22, 58, 0.28) 0%, rgba(6, 22, 58, 0.56) 52%, rgba(6, 22, 58, 0.82) 100%);
}

.ge-contact-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-contact-hero__inner {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-contact-hero__content {
  max-width: 760px;
}

.ge-contact-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-contact-hero__title {
  margin: 0 0 18px;
  color: var(--ge-white);
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 10ch;
}

.ge-contact-hero__text {
  margin: 0;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
}

.ge-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ge-contact-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-contact-btn:hover {
  transform: translateY(-1px);
}

.ge-contact-btn--primary {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-contact-btn--primary:hover {
  background: #f2c200;
  color: #06163a;
}

.ge-contact-btn--secondary {
  background: #f2c200;
  color: #06163a;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.ge-contact-btn--secondary:hover {
  background: #f2c200;
  color: #06163a;
}

@media (max-width: 767px) {
  .ge-contact-hero {
    min-height: 440px;
    padding: 84px 20px 36px;
  }

  .ge-contact-hero__title {
    max-width: 8.5ch;
  }

  .ge-contact-hero__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-contact-hero__actions {
    margin-top: 22px;
    gap: 10px;
  }

  .ge-contact-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb5958b */.ge-contact-form-section {
  --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 72px;
  background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
}

.ge-contact-form-section__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-contact-form-section__head {
  max-width: 820px;
  margin-bottom: 24px;
}

.ge-contact-form-section__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-contact-form-section__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: 15ch;
}

.ge-contact-form-section__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 62ch;
}

.ge-contact-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.ge-contact-form-panel,
.ge-contact-form-aside {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 28px;
  box-shadow: var(--ge-shadow);
  overflow: hidden;
}

.ge-contact-form-panel {
  padding: 28px;
}

.ge-contact-form-panel__intro {
  margin-bottom: 22px;
}

.ge-contact-form-panel__eyebrow {
  margin: 0 0 8px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-contact-form-panel__title {
  margin: 0 0 10px;
  color: var(--ge-navy);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ge-contact-form-panel__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 15px;
  line-height: 1.75;
  max-width: 58ch;
}

.ge-contact-form-placeholder {
  display: grid;
  gap: 14px;
}

.ge-contact-form-placeholder__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ge-contact-form-placeholder__row--single {
  grid-template-columns: 1fr;
}

.ge-contact-form-placeholder__row span,
.ge-contact-form-placeholder__message span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(13, 23, 48, 0.10);
  background: #ffffff;
  color: #7b879c;
  font-size: 14px;
  font-weight: 600;
}

.ge-contact-form-placeholder__message span {
  min-height: 160px;
  align-items: flex-start;
  padding-top: 16px;
}

.ge-contact-form-placeholder__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 200px;
  border-radius: 999px;
  background: #f2c200;
  color: #06163a;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  margin-top: 8px;
}

.ge-contact-form-aside {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.ge-contact-form-aside__media {
  aspect-ratio: 4 / 3;
  background: var(--ge-surface-alt);
  overflow: hidden;
}

.ge-contact-form-aside__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ge-contact-form-aside__body {
  padding: 24px;
  display: grid;
  gap: 12px;
}

.ge-contact-form-aside__eyebrow {
  margin: 0;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-contact-form-aside__title {
  margin: 0;
  color: var(--ge-navy);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ge-contact-form-aside__list {
  display: grid;
  gap: 14px;
  margin-top: 6px;
}

.ge-contact-form-aside__item {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid rgba(13, 23, 48, 0.08);
}

.ge-contact-form-aside__item:first-child {
  border-top: 0;
  padding-top: 0;
}

.ge-contact-form-aside__item strong {
  color: var(--ge-blue-dark);
  font-size: 15px;
  font-weight: 800;
}

.ge-contact-form-aside__item span {
  color: var(--ge-muted);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .ge-contact-form-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ge-contact-form-section {
    padding: 0 20px 48px;
  }

  .ge-contact-form-section__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-contact-form-panel,
  .ge-contact-form-aside {
    border-radius: 20px;
  }

  .ge-contact-form-panel {
    padding: 20px;
  }

/* =========================
   Genser x Gravity Forms
   ========================= */

.ge-contact-form-real .gform_wrapper,
.ge-contact-form-real .gform-theme--framework,
.ge-contact-form-real .gform-theme {
  margin: 0;
}

.ge-contact-form-real .gform_heading,
.ge-contact-form-real .gform_description,
.ge-contact-form-real .validation_message,
.ge-contact-form-real .gform_validation_errors {
  display: none;
}

/* overall form spacing */
.ge-contact-form-real .gform_fields {
  row-gap: 14px;
}

/* field wrapper */
.ge-contact-form-real .gfield {
  margin: 0;
}

/* labels */
.ge-contact-form-real .gfield_label {
  display: block;
  margin: 0 0 8px;
  color: #06163a;
  font-size: 14px;
  font-weight: 700;
}

/* required text */
.ge-contact-form-real .gfield_required,
.ge-contact-form-real .gfield_required_text {
  color: #d84c2f;
  font-weight: 700;
}

/* inputs */
.ge-contact-form-real input[type="text"],
.ge-contact-form-real input[type="email"],
.ge-contact-form-real input[type="tel"],
.ge-contact-form-real input[type="url"],
.ge-contact-form-real input[type="number"],
.ge-contact-form-real select,
.ge-contact-form-real textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(13, 23, 48, 0.10);
  background: #fff;
  box-shadow: none;
  color: #0d1730;
  font-size: 14px;
  font-weight: 500;
}

/* textarea */
.ge-contact-form-real textarea {
  min-height: 180px;
  padding: 16px;
  resize: vertical;
}

/* placeholder */
.ge-contact-form-real input::placeholder,
.ge-contact-form-real textarea::placeholder {
  color: #7b879c;
}

/* Name field sub-inputs */
.ge-contact-form-real .ginput_complex {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ge-contact-form-real .ginput_complex span {
  display: block;
  width: 100%;
}

.ge-contact-form-real .ginput_complex input {
  width: 100%;
}

.ge-contact-form-real .ginput_complex label {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 12px;
  font-weight: 500;
}

/* submit area */
.ge-contact-form-real .gform_footer,
.ge-contact-form-real .gform_page_footer {
  margin-top: 22px;
  padding: 0;
}

.ge-contact-form-real .gform_button,
.ge-contact-form-real .gform-theme-button,
.ge-contact-form-real input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: #f2c200;
  color: #06163a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

/* hover */
.ge-contact-form-real .gform_button:hover,
.ge-contact-form-real .gform-theme-button:hover,
.ge-contact-form-real input[type="submit"]:hover {
  opacity: 0.96;
}

/* validation states */
.ge-contact-form-real .gfield_error input,
.ge-contact-form-real .gfield_error select,
.ge-contact-form-real .gfield_error textarea {
  border-color: #d84c2f;
}

/* mobile */
@media (max-width: 767px) {
  .ge-contact-form-real .ginput_complex {
    grid-template-columns: 1fr;
  }

  .ge-contact-form-real .gform_button,
  .ge-contact-form-real .gform-theme-button,
  .ge-contact-form-real input[type="submit"] {
    width: 100%;
  }
}
}
/* Tighten overall field spacing */
.ge-contact-form-real .gform_fields {
  row-gap: 10px;
}

/* Reduce space between each field block */
.ge-contact-form-real .gfield {
  margin-bottom: 4px;
}

/* Tighten label spacing */
.ge-contact-form-real .gfield_label {
  margin-bottom: 4px;
  font-size: 13px;
}

/* Reduce space under Name sub-labels (First / Last) */
.ge-contact-form-real .ginput_complex label {
  margin-top: 4px;
  font-size: 11px;
}

/* Reduce textarea spacing */
.ge-contact-form-real textarea {
  min-height: 140px;
}

/* Pull submit button closer */
.ge-contact-form-real .gform_footer {
  margin-top: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-82ea3ee */.ge-contact-addresses {
  --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-contact-addresses__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-contact-addresses__head {
  max-width: 820px;
  margin-bottom: 24px;
}

.ge-contact-addresses__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-contact-addresses__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: 14ch;
}

.ge-contact-addresses__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 62ch;
}

.ge-contact-addresses__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.ge-contact-address-card {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 24px;
  box-shadow: var(--ge-shadow);
  padding: 22px;
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 100%;
}

.ge-contact-address-card__eyebrow {
  margin: 0;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-contact-address-card__title {
  margin: 0;
  color: var(--ge-navy);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: none;
}

@media (min-width: 1201px) {
  .ge-contact-address-card__title {
    white-space: nowrap;
  }
}

.ge-contact-address-card__lines {
  margin: 0;
  color: var(--ge-muted);
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 1200px) {
  .ge-contact-addresses__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ge-contact-addresses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ge-contact-addresses {
    padding: 0 20px 48px;
  }

  .ge-contact-addresses__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-contact-addresses__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ge-contact-address-card {
    border-radius: 18px;
    padding: 18px;
  }

  .ge-contact-address-card__title {
    font-size: 21px;
  }

  .ge-contact-address-card__lines {
    font-size: 14px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-401b16c1 */.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 */