.elementor-535 .elementor-element.elementor-element-365ca352:not(.elementor-motion-effects-element-type-background), .elementor-535 .elementor-element.elementor-element-365ca352 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-535 .elementor-element.elementor-element-365ca352{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-535 .elementor-element.elementor-element-365ca352 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-535 .elementor-element.elementor-element-1e68fef4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-535 .elementor-element.elementor-element-1e68fef4{width:100%;}}@media(max-width:1024px){.elementor-535 .elementor-element.elementor-element-365ca352{padding:0px 30px 0px 30px;}}@media(max-width:767px){.elementor-535 .elementor-element.elementor-element-365ca352{margin-top:0px;margin-bottom:36px;padding:0px 0px 0px 0px;}.elementor-535 .elementor-element.elementor-element-1e68fef4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:30px 30px 30px 30px;}}/* Start custom CSS for html, class: .elementor-element-4fc04db9 *//* =========================================================
   HOME MAINTENANCE TODAY
   CONTACT PAGE — COMPLETE SINGLE SECTION
   GRAVITY FORMS ID 10
========================================================= */

.hmt-contact {
  --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;
  --hmt-error: #bd3b32;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 8vw, 122px) 24px;
  background:
    radial-gradient(
      circle at 8% 8%,
      rgba(249, 207, 21, 0.16),
      transparent 24%
    ),
    radial-gradient(
      circle at 94% 75%,
      rgba(31, 59, 36, 0.13),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      #fffdf3 0%,
      #f8f4d3 54%,
      #f1ebbd 100%
    );
  color: var(--hmt-charcoal);
}

.hmt-contact *,
.hmt-contact *::before,
.hmt-contact *::after {
  box-sizing: border-box;
}

.hmt-contact__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.hmt-contact__background::before {
  content: "";
  position: absolute;
  top: -320px;
  right: -270px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(31, 59, 36, 0.11);
  border-radius: 50%;
}

.hmt-contact__background::after {
  content: "";
  position: absolute;
  bottom: -350px;
  left: -290px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(152, 92, 21, 0.1);
  border-radius: 50%;
}

.hmt-contact__container {
  width: min(100%, 1320px);
  margin: 0 auto;
}

/* =========================================================
   PAGE HEADER
========================================================= */

.hmt-contact__header {
  max-width: 1080px;
  margin-bottom: clamp(42px, 5vw, 68px);
}

.hmt-contact__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px !important;
  color: var(--hmt-brown) !important;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hmt-contact__eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  flex: 0 0 34px;
  border-radius: 999px;
  background: var(--hmt-gold);
}

.hmt-contact h1 {
  max-width: 1000px;
  margin: 0;
  color: var(--hmt-green-deep) !important;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1;
  text-wrap: balance;
}

.hmt-contact__lead {
  max-width: 850px;
  margin: 25px 0 0 !important;
  color: #3c453d !important;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem) !important;
  font-weight: 600 !important;
  line-height: 1.68 !important;
}

.hmt-contact__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 28px;
}

.hmt-contact__highlight {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--hmt-green-dark) !important;
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.4;
}

.hmt-contact__highlight-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--hmt-green);
  color: var(--hmt-cream-light);
}

.hmt-contact__highlight-icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.hmt-contact__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
  align-items: start;
  gap: clamp(28px, 4vw, 48px);
}

/* =========================================================
   FORM CARD
========================================================= */

.hmt-contact__form-card {
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(31, 59, 36, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 30px 70px rgba(16, 38, 22, 0.13),
    0 8px 22px rgba(16, 38, 22, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hmt-contact__form-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 17px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(31, 59, 36, 0.13);
}

.hmt-contact__form-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--hmt-gold);
  color: var(--hmt-green-deep);
  box-shadow: 0 14px 30px rgba(152, 92, 21, 0.15);
}

.hmt-contact__form-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hmt-contact__form-label {
  margin: 0 0 6px !important;
  color: var(--hmt-brown) !important;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hmt-contact__form-heading h2 {
  margin: 0;
  color: var(--hmt-green-deep) !important;
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.hmt-contact__form-heading p:last-child {
  max-width: 650px;
  margin: 10px 0 0 !important;
  color: #565d56 !important;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.58;
}

.hmt-contact__form-wrap {
  margin-top: 28px;
}

/* =========================================================
   DETAILS PANEL
========================================================= */

.hmt-contact__details {
  position: sticky;
  top: 28px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 38px);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 92% 6%,
      rgba(249, 207, 21, 0.12),
      transparent 27%
    ),
    linear-gradient(
      150deg,
      #173a20 0%,
      var(--hmt-green-dark) 62%,
      var(--hmt-green-deep) 100%
    );
  box-shadow:
    0 34px 76px rgba(16, 38, 22, 0.25),
    0 10px 24px rgba(16, 38, 22, 0.12);
}

.hmt-contact__details-label {
  margin: 0 0 8px !important;
  color: var(--hmt-gold) !important;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hmt-contact__details > h2 {
  margin: 0;
  color: var(--hmt-cream-light) !important;
  font-size: clamp(1.9rem, 2.8vw, 2.75rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.hmt-contact__details-intro {
  margin: 16px 0 0 !important;
  color: rgba(246, 243, 204, 0.77) !important;
  font-size: 0.87rem;
  font-weight: 500;
  line-height: 1.62;
}

/* =========================================================
   CONTACT REASONS
========================================================= */

.hmt-contact__reason-list {
  display: grid;
  gap: 13px;
  margin-top: 25px;
}

.hmt-contact__reason {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(246, 243, 204, 0.11);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.hmt-contact__reason-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--hmt-gold);
  color: var(--hmt-green-deep);
}

.hmt-contact__reason-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hmt-contact__reason small {
  display: block;
  margin-bottom: 3px;
  color: var(--hmt-gold) !important;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hmt-contact__reason strong {
  display: block;
  color: var(--hmt-cream-light) !important;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.35;
}

.hmt-contact__reason p {
  margin: 6px 0 0 !important;
  color: rgba(246, 243, 204, 0.69) !important;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.52;
}

/* =========================================================
   DISCLOSURE
========================================================= */

.hmt-contact__disclosure {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  margin-top: 20px;
  padding: 18px;
  border-left: 4px solid var(--hmt-gold);
  border-radius: 0 11px 11px 0;
  background: rgba(0, 0, 0, 0.18);
}

.hmt-contact__disclosure-icon {
  width: 29px;
  height: 29px;
  display: inline-flex;
  flex: 0 0 29px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--hmt-gold);
  color: var(--hmt-green-deep) !important;
  font-size: 0.76rem;
  font-weight: 900;
}

.hmt-contact__disclosure h3 {
  margin: 0;
  color: var(--hmt-cream-light) !important;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.4;
}

.hmt-contact__disclosure p {
  margin: 6px 0 0 !important;
  color: rgba(246, 243, 204, 0.72) !important;
  font-size: 0.76rem;
  line-height: 1.55;
}

/* =========================================================
   HELPFUL DETAILS
========================================================= */

.hmt-contact__help {
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid rgba(246, 243, 204, 0.12);
}

.hmt-contact__help h3 {
  margin: 0;
  color: var(--hmt-cream-light) !important;
  font-size: 0.97rem;
  font-weight: 850;
}

.hmt-contact__help ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.hmt-contact__help li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(246, 243, 204, 0.77) !important;
  font-size: 0.79rem;
  font-weight: 600;
  line-height: 1.5;
}

.hmt-contact__check {
  width: 21px;
  height: 21px;
  display: inline-flex;
  flex: 0 0 21px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--hmt-gold);
  color: var(--hmt-green-deep);
}

.hmt-contact__check svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

/* =========================================================
   SAFETY NOTE
========================================================= */

.hmt-contact__safety {
  margin-top: 22px;
  padding: 16px 17px;
  border: 1px solid rgba(246, 243, 204, 0.11);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.045);
}

.hmt-contact__safety strong {
  display: block;
  color: var(--hmt-gold) !important;
  font-size: 0.78rem;
  font-weight: 850;
}

.hmt-contact__safety p {
  margin: 5px 0 0 !important;
  color: rgba(246, 243, 204, 0.67) !important;
  font-size: 0.73rem;
  line-height: 1.52;
}

/* =========================================================
   GRAVITY FORMS — ID 10
========================================================= */

.hmt-contact__form-wrap #gform_wrapper_10 {
  margin: 0 !important;
}

.hmt-contact__form-wrap
  #gform_wrapper_10.gravity-theme
  .gform_fields {
  row-gap: 19px;
  column-gap: 16px;
}

.hmt-contact__form-wrap #gform_wrapper_10 .gfield {
  margin: 0 !important;
}

.hmt-contact__form-wrap #gform_wrapper_10 .gfield_label,
.hmt-contact__form-wrap #gform_wrapper_10 .gfield legend {
  margin-bottom: 7px !important;
  color: var(--hmt-green-deep) !important;
  font-size: 0.8rem !important;
  font-weight: 850 !important;
  line-height: 1.4 !important;
}

.hmt-contact__form-wrap #gform_wrapper_10 .gfield_required {
  color: var(--hmt-brown) !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
}

.hmt-contact__form-wrap #gform_wrapper_10 .gfield_description,
.hmt-contact__form-wrap #gform_wrapper_10 .ginput_complex label {
  color: #74786f !important;
  font-size: 0.69rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  input[type="text"],
.hmt-contact__form-wrap
  #gform_wrapper_10
  input[type="email"],
.hmt-contact__form-wrap
  #gform_wrapper_10
  input[type="tel"],
.hmt-contact__form-wrap
  #gform_wrapper_10
  input[type="url"],
.hmt-contact__form-wrap
  #gform_wrapper_10
  input[type="number"],
.hmt-contact__form-wrap
  #gform_wrapper_10
  select,
.hmt-contact__form-wrap
  #gform_wrapper_10
  textarea {
  width: 100%;
  min-height: 50px;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(31, 59, 36, 0.2) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--hmt-charcoal) !important;
  font: inherit !important;
  font-size: 0.87rem !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  textarea {
  min-height: 145px;
  resize: vertical;
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  select {
  appearance: none;
  padding-right: 40px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--hmt-green-dark) 50%),
    linear-gradient(135deg, var(--hmt-green-dark) 50%, transparent 50%) !important;
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50% !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  input::placeholder,
.hmt-contact__form-wrap
  #gform_wrapper_10
  textarea::placeholder {
  color: #8c9088 !important;
  opacity: 1;
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  input:focus,
.hmt-contact__form-wrap
  #gform_wrapper_10
  select:focus,
.hmt-contact__form-wrap
  #gform_wrapper_10
  textarea:focus {
  outline: 3px solid rgba(249, 207, 21, 0.36) !important;
  outline-offset: 2px;
  border-color: var(--hmt-green) !important;
}

/* Radio and checkbox choices */

.hmt-contact__form-wrap
  #gform_wrapper_10
  .gfield_radio,
.hmt-contact__form-wrap
  #gform_wrapper_10
  .gfield_checkbox {
  display: grid;
  gap: 9px;
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  .gchoice
  input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
  accent-color: var(--hmt-green);
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  .gchoice
  label {
  color: #3f473f !important;
  font-size: 0.81rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

/* File upload */

.hmt-contact__form-wrap
  #gform_wrapper_10
  input[type="file"] {
  width: 100%;
  padding: 12px !important;
  border: 1px dashed rgba(31, 59, 36, 0.28) !important;
  border-radius: 8px;
  background: rgba(246, 243, 204, 0.32);
  color: var(--hmt-charcoal);
}

/* Submit button */

.hmt-contact__form-wrap
  #gform_wrapper_10
  .gform_footer {
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  .gform_button,
.hmt-contact__form-wrap
  #gform_wrapper_10
  button[type="submit"] {
  width: 100% !important;
  min-height: 55px !important;
  margin: 0 !important;
  padding: 14px 20px !important;
  border: 2px solid var(--hmt-green-dark) !important;
  border-radius: 8px !important;
  background: var(--hmt-green-dark) !important;
  color: var(--hmt-cream-light) !important;
  font: inherit !important;
  font-size: 0.9rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  cursor: pointer;
  box-shadow: 0 13px 28px rgba(16, 38, 22, 0.15);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  .gform_button:hover,
.hmt-contact__form-wrap
  #gform_wrapper_10
  button[type="submit"]:hover {
  transform: translateY(-2px);
  border-color: var(--hmt-gold) !important;
  background: var(--hmt-gold) !important;
  color: var(--hmt-green-deep) !important;
}

/* Validation */

.hmt-contact__form-wrap
  #gform_wrapper_10
  .gform_validation_errors {
  margin: 0 0 22px !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(189, 59, 50, 0.28) !important;
  border-radius: 10px !important;
  background: rgba(189, 59, 50, 0.07) !important;
  box-shadow: none !important;
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  .gform_validation_errors
  h2 {
  color: #8f2822 !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  .gfield_error
  input,
.hmt-contact__form-wrap
  #gform_wrapper_10
  .gfield_error
  select,
.hmt-contact__form-wrap
  #gform_wrapper_10
  .gfield_error
  textarea {
  border-color: var(--hmt-error) !important;
}

.hmt-contact__form-wrap
  #gform_wrapper_10
  .validation_message {
  color: #962e27 !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
}

/* Confirmation */

.hmt-contact__form-wrap .gform_confirmation_wrapper {
  padding: 25px;
  border: 1px solid rgba(31, 59, 36, 0.2);
  border-left: 5px solid var(--hmt-gold);
  border-radius: 0 12px 12px 0;
  background: rgba(246, 243, 204, 0.42);
  color: var(--hmt-charcoal);
}

.hmt-contact__form-wrap .gform_confirmation_wrapper h3 {
  margin: 0 0 9px;
  color: var(--hmt-green-dark) !important;
  font-size: 1.35rem;
  font-weight: 850;
}

.hmt-contact__form-wrap .gform_confirmation_wrapper,
.hmt-contact__form-wrap .gform_confirmation_wrapper p {
  color: #444b44 !important;
  font-size: 0.87rem;
  line-height: 1.6;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.hmt-contact a:focus-visible,
.hmt-contact button:focus-visible {
  outline: 3px solid var(--hmt-gold);
  outline-offset: 4px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {
  .hmt-contact {
    padding: 68px 20px 78px;
  }

  .hmt-contact__layout {
    grid-template-columns: 1fr;
  }

  .hmt-contact__details {
    position: relative;
    top: auto;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 620px) {
  .hmt-contact {
    padding: 54px 16px 62px;
  }

  .hmt-contact h1 {
    font-size: clamp(2.3rem, 10.5vw, 3.5rem);
    line-height: 1.02;
  }

  .hmt-contact__lead {
    font-size: 0.97rem !important;
  }

  .hmt-contact__highlights {
    display: grid;
    gap: 10px;
  }

  .hmt-contact__form-card,
  .hmt-contact__details {
    padding: 23px 20px;
    border-radius: 18px;
  }

  .hmt-contact__form-heading {
    grid-template-columns: 1fr;
  }

  .hmt-contact__reason {
    padding: 15px;
  }

  .hmt-contact__form-wrap
    #gform_wrapper_10.gravity-theme
    .gform_fields {
    grid-column-gap: 0;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .hmt-contact__form-wrap
    #gform_wrapper_10
    .gform_button,
  .hmt-contact__form-wrap
    #gform_wrapper_10
    button[type="submit"] {
    transition: none;
  }

  .hmt-contact__form-wrap
    #gform_wrapper_10
    .gform_button:hover,
  .hmt-contact__form-wrap
    #gform_wrapper_10
    button[type="submit"]:hover {
    transform: none;
  }
}/* End custom CSS */