/**
 * Residential Services: keep the Contact Us button above the photo below it.
 *
 * The container underneath carries margin-top: -300px, which pulls its photo
 * and particle canvas up over the section above. That covered 203 of the
 * button's 261 pixels and made most of it unclickable.
 *
 * Raising the text column's stacking order keeps the intended overlap while
 * putting the button back on top. Being a stacking rule rather than a fixed
 * offset, it holds at every screen size.
 */
.elementor-element-ef98f5d {
	position: relative;
	z-index: 2;
}

.elementor-element-b135e4e {
	position: relative;
	z-index: 1;
}