.enertect-home-cards-native {
  background: #fff;
}

.enertect-home-cards-heading,
.enertect-home-cards-heading .et_pb_text_inner {
  text-align: center;
}

.enertect-home-cards-heading-row {
  margin-bottom: 34px !important;
}

.enertect-home-cards-heading h2 {
  margin: 0 0 14px;
  color: #10141b;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
}

.enertect-home-cards-heading p {
  max-width: 820px;
  margin: 0 auto;
  color: #4b5752;
  font-size: 16px;
  line-height: 1.65;
}

.enertect-home-cards-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.enertect-home-cards-row > .et_pb_column {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 590px;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(14, 18, 22, .12);
  border-radius: 8px;
  background: #0e1216;
  box-shadow: 0 16px 34px rgba(14, 18, 22, .12);
  isolation: isolate;
}

.enertect-home-card-image {
  position: absolute !important;
  z-index: 0;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
}

.enertect-home-card-image .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.enertect-home-card-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
}

.enertect-home-card-icon {
  position: relative;
  z-index: 2;
  display: grid !important;
  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
  height: 76px;
  flex: 0 0 76px !important;
  margin: 28px 0 0 30px !important;
  place-items: center;
  border: 1px solid rgba(166, 229, 82, .92);
  border-radius: 50%;
  background: linear-gradient(145deg, #68b94c 0%, #2e8451 56%, #166936 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .12),
    0 12px 28px rgba(82, 172, 61, .42),
    inset 0 1px 0 rgba(255, 255, 255, .28);
  backdrop-filter: blur(3px);
}

.enertect-home-card.is-security .enertect-home-card-icon {
  border-color: rgba(255, 174, 78, .96);
  background: linear-gradient(145deg, #ffac46 0%, #f47a24 54%, #d75c27 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .12),
    0 12px 28px rgba(244, 122, 36, .44),
    inset 0 1px 0 rgba(255, 255, 255, .3);
}

.enertect-home-card-icon .et_pb_image_wrap {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  place-items: center;
}

.enertect-home-card-icon img {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .28));
}

.enertect-home-card-copy {
  position: relative;
  z-index: 2;
  margin: auto 34px 20px !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .55);
}

.enertect-home-card-copy h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 31px !important;
  line-height: 1.14 !important;
  font-weight: 800 !important;
}

.enertect-home-cards-row > .et_pb_column:first-child .enertect-home-card-copy h3 {
  font-size: 23px !important;
  line-height: 1.18 !important;
  white-space: nowrap;
}

.enertect-home-card-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-size: 16px;
  line-height: 1.55;
}

.enertect-home-card-button {
  position: relative;
  z-index: 2;
  margin: 0 34px 32px !important;
}

.enertect-home-card-button {
  width: auto !important;
  max-width: none !important;
}

.enertect-home-card-button .bm-divi-button {
  width: 100% !important;
  max-width: none !important;
}

.enertect-home-card-button .bm-divi-button {
  min-height: 50px;
}

.enertect-home-card {
  transition: transform .25s ease, box-shadow .25s ease;
}

.enertect-home-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(14, 18, 22, .17);
}

.enertect-cd-page .enertect-cd-intro-logo img {
  max-height: 94px;
  object-fit: contain;
}

.enertect-cd-hero {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #0e1216 !important;
}

.enertect-cd-hero > .et_pb_row,
.enertect-cd-hero-row,
.enertect-cd-hero-row > .et_pb_column,
.enertect-cd-hero-column,
.enertect-cd-hero-module {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.enertect-cd-hero .enertect-hero {
  min-height: 650px;
  padding-top: 158px;
  padding-bottom: 72px;
  background: #030c10;
}

.enertect-cd-hero .enertect-hero::after {
  display: none !important;
}

.enertect-cd-hero .enertect-hero[data-bg]::before {
  background-image:
    linear-gradient(
      90deg,
      rgba(1, 10, 14, .94) 0%,
      rgba(1, 10, 14, .82) 34%,
      rgba(1, 10, 14, .26) 54%,
      rgba(1, 10, 14, .03) 76%
    ),
    var(--hero-bg) !important;
  background-position: center, right bottom !important;
}

.enertect-cd-hero .enertect-hero-content {
  max-width: 590px;
}

.enertect-cd-hero .enertect-hero h1 {
  margin: 18px 0 20px;
  max-width: 590px;
  font-size: 54px;
  line-height: 1.08;
}

.enertect-cd-hero .enertect-hero p {
  max-width: 545px;
}

.enertect-cd-page .enertect-cd-swatch,
.enertect-cd-page .enertect-cd-surface,
.enertect-cd-page .enertect-cd-icon-card,
.enertect-cd-page .enertect-cd-gradient {
  min-height: 170px;
  border: 1px solid rgba(14, 18, 22, .1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(14, 18, 22, .07);
}

.enertect-cd-page .enertect-cd-swatch .et_pb_text_inner,
.enertect-cd-page .enertect-cd-surface .et_pb_text_inner,
.enertect-cd-page .enertect-cd-gradient .et_pb_text_inner {
  height: 100%;
}

.enertect-cd-page .enertect-cd-gradient.is-green {
  background: linear-gradient(145deg, #2e8451 0%, #166936 58%, #0e1216 100%) !important;
}

.enertect-cd-page .enertect-cd-gradient.is-orange {
  background: linear-gradient(145deg, #ef8933 0%, #f47a24 48%, #d75c27 100%) !important;
}

.enertect-cd-page .enertect-cd-icon-card {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.enertect-cd-page .enertect-cd-icon-card .et_pb_image {
  margin-bottom: 16px !important;
}

@media (max-width: 980px) {
  .enertect-cd-hero .enertect-hero {
    min-height: 590px;
    padding-top: 148px;
    padding-bottom: 60px;
  }

  .enertect-cd-hero .enertect-hero[data-bg]::before {
    background-position: center, 88% bottom !important;
  }

  .enertect-cd-hero .enertect-hero h1 {
    font-size: 43px;
  }

  .enertect-home-cards-heading-row {
    margin-bottom: 28px !important;
  }

  .enertect-home-cards-heading h2 {
    font-size: 32px;
  }

  .enertect-home-cards-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .enertect-home-cards-row > .et_pb_column:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 12px) !important;
    justify-self: center;
  }

  .enertect-home-cards-row > .et_pb_column {
    min-height: 550px;
  }

  .enertect-home-card-copy h3 {
    font-size: 28px !important;
  }
}

@media (max-width: 640px) {
  .enertect-cd-hero .enertect-hero {
    min-height: 520px !important;
    padding-top: 142px;
    padding-bottom: 46px;
  }

  .enertect-cd-hero .enertect-hero[data-bg]::before {
    background-image:
      linear-gradient(
        90deg,
        rgba(1, 10, 14, .95) 0%,
        rgba(1, 10, 14, .86) 48%,
        rgba(1, 10, 14, .4) 76%,
        rgba(1, 10, 14, .08) 100%
      ),
      var(--hero-bg) !important;
    background-position: center, 82% bottom !important;
  }

  .enertect-cd-hero .enertect-hero h1 {
    margin: 14px 0 16px;
    font-size: 32px;
    line-height: 1.12;
  }

  .enertect-cd-hero .enertect-hero p {
    font-size: 15px;
    line-height: 1.58;
  }

  .enertect-home-cards-heading-row {
    margin-bottom: 24px !important;
  }

  .enertect-home-cards-heading h2 {
    font-size: 28px;
  }

  .enertect-home-cards-heading p {
    font-size: 15px;
  }

  .enertect-home-cards-row {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .enertect-home-cards-row > .et_pb_column,
  .enertect-home-cards-row > .et_pb_column:last-child {
    grid-column: auto;
    width: 100% !important;
    min-height: 535px;
  }

  .enertect-home-card-icon {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    height: 68px;
    flex-basis: 68px !important;
    margin: 22px 0 0 22px !important;
  }

  .enertect-home-card-icon img {
    width: 38px !important;
    height: 38px !important;
  }

  .enertect-home-card-copy {
    margin: auto 24px 18px !important;
  }

  .enertect-home-card-copy h3 {
    font-size: 27px !important;
  }

  .enertect-home-card-copy p {
    font-size: 15px;
  }

  .enertect-home-card-button {
    margin: 0 24px 24px !important;
  }
}
