/* ==========================================================================
   Reliable Exteriors — site overrides (loaded after the builder CSS)
   ========================================================================== */

/* Sticky header: keep the original solid BLACK background on scroll so the
   header stands out against the page content (white nav text/icons read on it). */
#dm #flex-header[data-scrolling],
#flex-header[data-sticky][data-scrolling],
#flex-header[data-scrolling] {
  background-color: #000000 !important;
  background-image: none !important;
}

/* Remove the carried-over Duda floating "+" sticky-contact widget (redundant
   with the header CTAs and the global call-to-action band). */
#flex-sticky {
  display: none !important;
}
