.elementor-8331 .elementor-element.elementor-element-7d67630{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b8641cd */.smc-intro-card {
  margin: -46px auto 56px;
}/* UPDATED HERO IMAGE + SPACING FIX */

.smc-aip-hero {
  min-height: 680px !important;
  background:
    linear-gradient(
      90deg,
      rgba(10, 12, 24, 0.88) 0%,
      rgba(10, 12, 24, 0.72) 34%,
      rgba(10, 12, 24, 0.26) 67%,
      rgba(10, 12, 24, 0.08) 100%
    ),
    url("https://southernmaterials.com/wp-content/uploads/2026/07/age-in-place-bathroom.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Keeps the navy benefit bar clean and separate */
.smc-feature-bar {
  margin-bottom: 0 !important;
}

/* This fixes the white intro box being too close to the hero */
.smc-intro-card {
  margin: 64px auto 64px !important;
}

/* Adds a little more breathing room before the jump links */
.smc-jump-links {
  margin-top: 0 !important;
  margin-bottom: 70px !important;
}

/* Tablet */
@media (max-width: 900px) {
  .smc-aip-hero {
    min-height: 620px !important;
    background:
      linear-gradient(
        90deg,
        rgba(10, 12, 24, 0.9),
        rgba(10, 12, 24, 0.66)
      ),
      url("https://southernmaterials.com/wp-content/uploads/2026/07/age-in-place-bathroom.png") !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .smc-intro-card {
    margin: 48px auto 56px !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .smc-aip-hero {
    min-height: 560px !important;
    background-position: center center !important;
  }

  .smc-intro-card {
    margin: 36px auto 48px !important;
  }

  .smc-jump-links {
    margin-bottom: 54px !important;
  }
}/* End custom CSS */