.elementor-256 .elementor-element.elementor-element-9134b13{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-233de13 *//* =====================================================
   SERVICES PAGE — REMOVE ELEMENTOR GAPS BETWEEN SECTIONS
   ===================================================== */

/* Parent Elementor container containing Services sections */
.e-con:has(.domiter-services-hero){
    --gap:0px !important;
    gap:0 !important;
    row-gap:0 !important;
    column-gap:0 !important;
}

/* Remove spacing from Elementor HTML widget wrappers */
.elementor-element:has(.domiter-services-hero),
.elementor-element:has(.domiter-services-trust),
.elementor-element:has(.domiter-services-overview),
.elementor-element:has(.domiter-services-process),
.elementor-element:has(.domiter-services-sectors),
.elementor-element:has(.domiter-services-final-cta){
    margin:0 !important;
    padding:0 !important;
}

/* Remove spacing from widget containers */
.elementor-element:has(.domiter-services-hero) > .elementor-widget-container,
.elementor-element:has(.domiter-services-trust) > .elementor-widget-container,
.elementor-element:has(.domiter-services-overview) > .elementor-widget-container,
.elementor-element:has(.domiter-services-process) > .elementor-widget-container,
.elementor-element:has(.domiter-services-sectors) > .elementor-widget-container,
.elementor-element:has(.domiter-services-final-cta) > .elementor-widget-container{
    margin:0 !important;
    padding:0 !important;
}

/* Reset margins on the custom sections themselves */
.domiter-services-hero,
.domiter-services-trust,
.domiter-services-overview,
.domiter-services-process,
.domiter-services-sectors,
.domiter-services-final-cta{
    margin-top:0 !important;
    margin-bottom:0 !important;
}

/* Keep only the top correction below the header */
.domiter-services-hero{
    margin-top:-30px !important;
}

/* Keep the final section tight against the footer */
.domiter-services-final-cta{
    margin-bottom:0px !important;
}/* End custom CSS */