/* Hero Image Layering CSS */

/* Background Container */
.elementor-element.elementor-element-e93fc25 {
	z-index: 1 !important;
	position: relative !important;
}

/* Floating Image */
.elementor-element.elementor-element-a2dc87d {
	position: absolute !important;
	top: 0 !important;
	bottom: -200px !important; /* Extend 200px below the container */
	height: auto !important; /* Allow height to adjust based on top/bottom */
	z-index: 5 !important;
	width: auto !important;
}

.elementor-element.elementor-element-a2dc87d img {
	height: 100% !important;
	object-fit: contain !important;
	object-position: top center !important; /* Keep head aligned at the top */
}

/* Services Container */
.elementor-element.elementor-element-91bee7a {
	z-index: 10 !important;
	position: relative !important;
}
