.elementor-1386 .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-1386 .elementor-element.elementor-element-4e82fb3{--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-1386 .elementor-element.elementor-element-191fd85{--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-1386 .elementor-element.elementor-element-2ff050f{--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-1386 .elementor-element.elementor-element-7d7fa2d{--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-community-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-community-hero__bg,
.ge-community-hero__overlay {
  position: absolute;
  inset: 0;
}

.ge-community-hero__bg {
  z-index: -3;
  background-image: url("/wp-content/uploads/2026/04/Genser-Energy-ROWF-6-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-community-hero__overlay {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(6, 22, 58, 0.32) 0%, rgba(6, 22, 58, 0.60) 52%, rgba(6, 22, 58, 0.88) 100%);
}

.ge-community-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.58) 100%);
}

.ge-community-hero__inner {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-community-hero__content {
  max-width: 860px;
}

.ge-community-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-community-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: 12ch;
}

.ge-community-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-community-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ge-community-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-community-btn:hover {
  transform: translateY(-1px);
}

.ge-community-btn--primary {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-community-btn--primary:hover {
  background: #ffd42a;
  color: var(--ge-navy);
}

.ge-community-btn--secondary {
  background: #F2C200;
  color: #ffffff;
  border-color: #F2C200;
  backdrop-filter: blur(8px);
}

.ge-community-btn--secondary:hover {
  background: #ffd42a;
  color: var(--ge-navy);
}

@media (max-width: 767px) {
  .ge-community-hero {
    min-height: 480px;
    padding: 88px 20px 36px;
  }

  .ge-community-hero__title {
    max-width: 10ch;
  }

  .ge-community-hero__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-community-hero__actions {
    margin-top: 22px;
    gap: 10px;
  }

  .ge-community-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc16a99 */.ge-community-tabs {
  --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, #f8faff 0%, #eef3ff 100%);
}

.ge-community-tabs__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-community-tabs__head {
  max-width: 820px;
  margin-bottom: 28px;
}

.ge-community-tabs__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-community-tabs__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-community-tabs__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 60ch;
}

.ge-community-tabs__wrap {
  display: grid;
  gap: 18px;
}

.ge-community-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--ge-border);
  border-radius: 24px;
  box-shadow: var(--ge-shadow);
  backdrop-filter: blur(8px);
}

.ge-community-tab-btn {
  appearance: none;
  border: 1px solid rgba(13, 39, 217, 0.10);
  background: #F2C200;
  color: var(--ge-blue-dark);
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ge-community-tab-btn:hover {
  transform: translateY(-1px);
  background: #F2C200;
  color: #ffffff;
  border-color: #F2C200;
  box-shadow: 0 8px 20px rgba(242, 194, 0, 0.25);
}

.ge-community-tab-btn.is-active {
  background: var(--ge-blue);
  color: #ffffff;
  border-color: var(--ge-blue);
  box-shadow: 0 10px 22px rgba(13, 39, 217, 0.18);
}

.ge-community-tab-panel {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 30px;
  box-shadow: var(--ge-shadow);
  overflow: hidden;
}

.ge-community-tab-panel__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
}

.ge-community-tab-panel__media {
  min-height: 100%;
  background: #dfe7ff;
}

.ge-community-tab-panel__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.ge-community-tab-panel__content {
  padding: clamp(26px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ge-community-tab-panel__eyebrow {
  margin: 0;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-community-tab-panel__title {
  margin: 0;
  color: var(--ge-navy);
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 16ch;
}

.ge-community-tab-panel__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 15px;
  line-height: 1.8;
}

.ge-community-tab-panel__points {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.ge-community-tab-panel__point {
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
  border: 1px solid rgba(13, 39, 217, 0.08);
}

.ge-community-tab-panel__point-label {
  display: block;
  margin-bottom: 6px;
  color: var(--ge-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ge-community-tab-panel__point-value {
  display: block;
  color: var(--ge-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.ge-community-tab-panel__link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 6px;
  color: var(--ge-blue);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.ge-community-tab-panel__link:hover {
  color: var(--ge-blue-dark);
}

@media (max-width: 1024px) {
  .ge-community-tab-panel__grid {
    grid-template-columns: 1fr;
  }

  .ge-community-tab-panel__media {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767px) {
  .ge-community-tabs {
    padding: 0 20px 56px;
  }

  .ge-community-tabs__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-community-tabs__nav {
    padding: 16px;
    border-radius: 20px;
  }

  .ge-community-tab-btn {
    min-height: 42px;
    font-size: 13px;
    padding: 0 14px;
  }

  .ge-community-tab-panel {
    border-radius: 22px;
  }

  .ge-community-tab-panel__content {
    padding: 22px;
    gap: 14px;
  }

  .ge-community-tab-panel__text,
  .ge-community-tab-panel__point-value {
    font-size: 14px;
    line-height: 1.65;
  }

  .ge-community-tab-panel__point {
    border-radius: 16px;
    padding: 13px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fdfec75 */.ge-community-pillars {
  --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, #f8faff 0%, #eef3ff 100%);
}

.ge-community-pillars__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-community-pillars__head {
  max-width: 820px;
  margin-bottom: 28px;
}

.ge-community-pillars__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-community-pillars__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-community-pillars__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 60ch;
}

.ge-community-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ge-community-pillar-card {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 26px;
  box-shadow: var(--ge-shadow);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ge-community-pillar-card:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 39, 217, 0.16);
  box-shadow: 0 20px 42px rgba(7, 22, 58, 0.10);
}

.ge-community-pillar-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 39, 217, 0.08);
  color: var(--ge-blue-dark);
}

.ge-community-pillar-card__icon svg {
  width: 28px;
  height: 28px;
}

.ge-community-pillar-card__eyebrow {
  margin: 0;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-community-pillar-card__title {
  margin: 0;
  color: var(--ge-navy);
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ge-community-pillar-card__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ge-community-pillar-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ge-community-pillar-card__list li {
  position: relative;
  padding-left: 18px;
  color: var(--ge-text);
  font-size: 14px;
  line-height: 1.65;
}

.ge-community-pillar-card__list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--ge-blue);
}

.ge-community-pillar-card__link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: var(--ge-blue);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.ge-community-pillar-card__link:hover {
  color: var(--ge-blue-dark);
}

@media (max-width: 1100px) {
  .ge-community-pillars__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ge-community-pillars {
    padding: 0 20px 56px;
  }

  .ge-community-pillars__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-community-pillar-card {
    padding: 20px;
    border-radius: 20px;
    gap: 14px;
  }

  .ge-community-pillar-card__text,
  .ge-community-pillar-card__list li {
    font-size: 14px;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21b1ad8 */.ge-community-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-community-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-community-cta__content {
  max-width: 760px;
}

.ge-community-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-community-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: 14ch;
}

.ge-community-cta__text {
  margin: 0;
  color: var(--ge-muted-light);
  font-size: 16px;
  line-height: 1.75;
  max-width: 58ch;
}

.ge-community-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.ge-community-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-community-cta-btn:hover {
  transform: translateY(-1px);
}

.ge-community-cta-btn--primary {
  background: #f2c200;
  color: #06163a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-community-cta-btn--primary:hover {
  background: #ffd42a;
  color: #06163a;
}

.ge-community-cta-btn--secondary {
  background: #f2c200;
  color: #06163a;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ge-community-cta-btn--secondary:hover {
  background: #ffd42a;
  color: #06163a;
}

.ge-community-cta-btn--ghost {
  background: #f2c200;
  color: #06163a;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.ge-community-cta-btn--ghost:hover {
  background: #ffd42a;
  color: #06163a;
}

@media (max-width: 1024px) {
  .ge-community-cta__shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ge-community-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ge-community-cta {
    padding: 0 20px 56px;
  }

  .ge-community-cta__shell {
    padding: 22px;
    border-radius: 22px;
    gap: 20px;
  }

  .ge-community-cta__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-community-cta__actions {
    width: 100%;
  }

  .ge-community-cta__actions .ge-community-cta-btn {
    width: 100%;
  }
}/* End custom CSS */