.elementor-69 .elementor-element.elementor-element-7de04d3:not(.elementor-motion-effects-element-type-background), .elementor-69 .elementor-element.elementor-element-7de04d3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#122F1D;}.elementor-69 .elementor-element.elementor-element-7de04d3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-69 .elementor-element.elementor-element-7de04d3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-69 .elementor-element.elementor-element-08b7ca9:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-69 .elementor-element.elementor-element-08b7ca9 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#285538;}.elementor-69 .elementor-element.elementor-element-08b7ca9 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-69 .elementor-element.elementor-element-08b7ca9 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-69 .elementor-element.elementor-element-7de04d3{margin-top:0px;margin-bottom:0px;padding:50px 50px 50px 50px;}}@media(max-width:767px){.elementor-69 .elementor-element.elementor-element-7de04d3{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-429663a *//* =========================================================
   HOME MAINTENANCE TODAY
   COMPLETE FOOTER WITH MAILERLITE
========================================================= */

.hmt-site-footer {
  --hmt-green: #1f3b24;
  --hmt-green-dark: #102616;
  --hmt-green-deep: #08180d;
  --hmt-green-soft: #31523a;
  --hmt-cream: #f6f3cc;
  --hmt-cream-light: #fffdf2;
  --hmt-gold: #f9cf15;
  --hmt-gold-hover: #e5bb00;
  --hmt-brown: #985c15;
  --hmt-charcoal: #252525;
  --hmt-white: #ffffff;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--hmt-green-deep);
  color: var(--hmt-cream-light);
}

.hmt-site-footer *,
.hmt-site-footer *::before,
.hmt-site-footer *::after {
  box-sizing: border-box;
}

.hmt-site-footer__top {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 7vw, 104px) 24px clamp(52px, 6vw, 82px);
  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(249, 207, 21, 0.1),
      transparent 25%
    ),
    radial-gradient(
      circle at 5% 78%,
      rgba(246, 243, 204, 0.06),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #07150b 0%,
      #0d2112 50%,
      #17371f 100%
    );
}

.hmt-site-footer__top::before {
  content: "";
  position: absolute;
  top: -310px;
  right: -260px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(246, 243, 204, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.hmt-site-footer__top::after {
  content: "";
  position: absolute;
  bottom: -320px;
  left: -280px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(249, 207, 21, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.hmt-site-footer__container {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    minmax(280px, 0.85fr)
    minmax(0, 1.65fr)
    minmax(300px, 0.7fr);
  align-items: start;
  gap: clamp(38px, 5vw, 72px);
}

/* =========================================================
   BRAND COLUMN
========================================================= */

.hmt-site-footer__brand {
  min-width: 0;
}

.hmt-site-footer__logo-link {
  display: inline-block;
  max-width: 100%;
}

.hmt-site-footer__logo {
  display: block;
  width: min(100%, 360px);
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.hmt-site-footer__brand-copy {
  max-width: 410px;
  margin: 25px 0 0 !important;
  color: rgba(255, 253, 242, 0.78) !important;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.68;
}

.hmt-site-footer__brand-promise {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  margin-top: 22px;
  padding: 15px 16px;
  border-left: 4px solid var(--hmt-gold);
  border-radius: 0 9px 9px 0;
  background: rgba(255, 255, 255, 0.045);
}

.hmt-site-footer__brand-promise > span {
  width: 27px;
  height: 27px;
  display: inline-flex;
  flex: 0 0 27px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--hmt-gold);
  color: var(--hmt-green-deep) !important;
  font-size: 0.72rem;
  font-weight: 900;
}

.hmt-site-footer__brand-promise p {
  margin: 0 !important;
  color: rgba(255, 253, 242, 0.82) !important;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.55;
}

.hmt-site-footer__brand-link,
.hmt-site-footer__brand-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--hmt-gold) !important;
  font-size: 0.83rem;
  font-weight: 850;
  text-decoration: none;
}

.hmt-site-footer__brand-link:hover {
  color: var(--hmt-cream-light) !important;
}

/* =========================================================
   NAVIGATION
========================================================= */

.hmt-site-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
}

.hmt-site-footer__column h2 {
  margin: 0 0 18px;
  color: var(--hmt-cream-light) !important;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hmt-site-footer__column h2::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--hmt-gold);
}

.hmt-site-footer__column ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hmt-site-footer__column li {
  margin: 0;
  padding: 0;
}

.hmt-site-footer__column a,
.hmt-site-footer__column a:visited {
  color: rgba(246, 243, 204, 0.72) !important;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  transition:
    color 160ms ease,
    padding-left 160ms ease;
}

.hmt-site-footer__column a:hover {
  padding-left: 4px;
  color: var(--hmt-gold) !important;
}

/* =========================================================
   NEWSLETTER PANEL
========================================================= */

.hmt-site-footer__newsletter {
  padding: 27px;
  border: 1px solid rgba(246, 243, 204, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.085),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 22px 48px rgba(0, 0, 0, 0.18);
}

.hmt-site-footer__newsletter-label {
  display: block;
  margin-bottom: 9px;
  color: var(--hmt-gold) !important;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hmt-site-footer__newsletter h2 {
  margin: 0;
  color: var(--hmt-cream-light) !important;
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.hmt-site-footer__newsletter > p {
  margin: 15px 0 0 !important;
  color: rgba(246, 243, 204, 0.76) !important;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.6;
}

.hmt-site-footer__newsletter-note {
  margin-top: 11px !important;
  color: rgba(246, 243, 204, 0.54) !important;
  font-size: 0.68rem !important;
  line-height: 1.45 !important;
}

/* =========================================================
   MAILERLITE RESET
========================================================= */

.hmt-mailerlite-footer #mlb2-18448843.ml-form-embedContainer {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-align-center {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-embedWrapper,
.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-embedWrapper.embedForm {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-embedBody,
.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-successBody {
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
}

.hmt-mailerlite-footer__form {
  width: 100%;
  margin: 21px 0 0 !important;
}

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-formContent,
.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-fieldRow,
.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-field-group {
  width: 100% !important;
  margin: 0 !important;
}

/* =========================================================
   MAILERLITE EMAIL FIELD
========================================================= */

.hmt-mailerlite-footer
  #mlb2-18448843
  input[type="email"] {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 13px 15px !important;
  border: 1px solid rgba(246, 243, 204, 0.23) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.09) !important;
  color: var(--hmt-cream-light) !important;
  font: inherit !important;
  font-size: 0.88rem !important;
  line-height: 1.3 !important;
  box-shadow: none !important;
  appearance: none;
}

.hmt-mailerlite-footer
  #mlb2-18448843
  input[type="email"]::placeholder {
  color: rgba(246, 243, 204, 0.55) !important;
  opacity: 1;
}

.hmt-mailerlite-footer
  #mlb2-18448843
  input[type="email"]:focus {
  outline: 3px solid rgba(249, 207, 21, 0.38) !important;
  outline-offset: 2px;
  border-color: var(--hmt-gold) !important;
  background: rgba(255, 255, 255, 0.13) !important;
}

/* =========================================================
   MAILERLITE SUBMIT BUTTON
========================================================= */

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-embedSubmit {
  width: 100% !important;
  margin: 10px 0 0 !important;
  float: none !important;
}

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-embedSubmit
  button.primary {
  width: 100% !important;
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 !important;
  padding: 13px 18px !important;
  border: 2px solid var(--hmt-gold) !important;
  border-radius: 8px !important;
  background: var(--hmt-gold) !important;
  color: var(--hmt-green-deep) !important;
  font: inherit !important;
  font-size: 0.86rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  cursor: pointer;
  box-shadow: none !important;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-embedSubmit
  button.primary:hover {
  transform: translateY(-2px);
  border-color: var(--hmt-gold-hover) !important;
  background: var(--hmt-gold-hover) !important;
  color: var(--hmt-green-deep) !important;
}

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-embedSubmit
  button.primary:focus-visible {
  outline: 3px solid rgba(249, 207, 21, 0.42);
  outline-offset: 4px;
}

/* =========================================================
   MAILERLITE LOADER
========================================================= */

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-embedSubmit
  button.loading {
  width: 100% !important;
  min-height: 52px !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 13px 18px !important;
  border: 2px solid var(--hmt-gold) !important;
  border-radius: 8px !important;
  background: var(--hmt-gold) !important;
}

.hmt-mailerlite-footer .ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.hmt-mailerlite-footer .ml-form-embedSubmitLoad::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 1px;
  border: 3px solid var(--hmt-green-deep);
  border-right-color: transparent;
  border-radius: 50%;
  animation: hmt-mailerlite-spin 0.9s linear infinite;
}

@keyframes hmt-mailerlite-spin {
  to {
    transform: rotate(360deg);
  }
}

/* =========================================================
   MAILERLITE SUCCESS STATE
========================================================= */

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-successBody {
  margin-top: 22px;
}

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-successContent {
  margin: 0 !important;
  padding: 21px !important;
  border: 1px solid rgba(249, 207, 21, 0.28);
  border-radius: 12px;
  background: rgba(249, 207, 21, 0.08);
  text-align: left !important;
}

.hmt-mailerlite-footer__success-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  border-radius: 50%;
  background: var(--hmt-gold);
  color: var(--hmt-green-deep);
  font-size: 0.9rem;
  font-weight: 900;
}

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-successContent
  h3 {
  margin: 0 !important;
  color: var(--hmt-cream-light) !important;
  font-size: 1.25rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-form-successContent
  p {
  margin: 8px 0 0 !important;
  color: rgba(246, 243, 204, 0.8) !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

/* =========================================================
   VALIDATION
========================================================= */

.hmt-mailerlite-footer
  #mlb2-18448843
  .ml-error
  input[type="email"] {
  border-color: #ff8b7d !important;
  outline: 2px solid rgba(255, 139, 125, 0.18) !important;
}

/* =========================================================
   BOTTOM BAR
========================================================= */

.hmt-site-footer__bottom {
  padding: 21px 24px;
  border-top: 1px solid rgba(246, 243, 204, 0.11);
  background: #061009;
}

.hmt-site-footer__bottom-container {
  width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.hmt-site-footer__copyright,
.hmt-site-footer__disclaimer {
  margin: 0 !important;
  color: rgba(246, 243, 204, 0.58) !important;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.5;
}

.hmt-site-footer__disclaimer {
  max-width: 670px;
  justify-self: center;
  text-align: center;
}

.hmt-site-footer__question-link,
.hmt-site-footer__question-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: var(--hmt-gold) !important;
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
  text-decoration: none;
}

.hmt-site-footer__question-link:hover {
  color: var(--hmt-cream-light) !important;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.hmt-site-footer a:focus-visible,
.hmt-site-footer button:focus-visible {
  outline: 3px solid var(--hmt-gold);
  outline-offset: 4px;
}

.hmt-site-footer__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1180px) {
  .hmt-site-footer__container {
    grid-template-columns:
      minmax(280px, 0.75fr)
      minmax(0, 1.25fr);
  }

  .hmt-site-footer__newsletter {
    grid-column: 1 / -1;
    max-width: 760px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
  .hmt-site-footer__top {
    padding: 62px 20px 58px;
  }

  .hmt-site-footer__container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hmt-site-footer__brand-copy {
    max-width: 600px;
  }

  .hmt-site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 42px;
  }

  .hmt-site-footer__newsletter {
    grid-column: auto;
    max-width: none;
  }

  .hmt-site-footer__bottom-container {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 10px;
  }

  .hmt-site-footer__disclaimer {
    justify-self: start;
    text-align: left;
  }

  .hmt-site-footer__question-link {
    justify-content: flex-start;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 620px) {
  .hmt-site-footer__top {
    padding: 52px 16px 48px;
  }

  .hmt-site-footer__logo {
    width: min(100%, 320px);
  }

  .hmt-site-footer__nav {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hmt-site-footer__column {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(246, 243, 204, 0.1);
  }

  .hmt-site-footer__column:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .hmt-site-footer__newsletter {
    padding: 23px 20px;
    border-radius: 16px;
  }

  .hmt-mailerlite-footer
    #mlb2-18448843
    input[type="email"],
  .hmt-mailerlite-footer
    #mlb2-18448843
    .ml-form-embedSubmit
    button.primary {
    min-height: 50px !important;
  }

  .hmt-site-footer__bottom {
    padding: 20px 16px;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .hmt-site-footer__column a,
  .hmt-mailerlite-footer
    #mlb2-18448843
    .ml-form-embedSubmit
    button.primary {
    transition: none;
  }

  .hmt-site-footer__column a:hover {
    padding-left: 0;
  }

  .hmt-mailerlite-footer
    #mlb2-18448843
    .ml-form-embedSubmit
    button.primary:hover {
    transform: none;
  }
}/* End custom CSS */