/* clx-svc-hero — deltas for the swapped service-page heroes.
   The old service hero applied a cream linear-gradient (rgb(255,239,230)) via the
   .clx-services-hero* classes on the section. The new scoped hero sits on pure white,
   so neutralize that gradient on whichever section now wraps [clx_svc_hero]. */
.elementor-section:has(.clx-svc-hero-only){
  background-image:none !important;
  background-color:#fff !important;
}
