.ehs-hero {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.ehs-swiper {
	width: 100%;
	max-width: 100%;
	position: relative;
}

.ehs-swiper .swiper-wrapper {
	align-items: flex-start;
}

.ehs-swiper .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

.ehs-slide-wrap {
	position: relative;
	width: 100%;
}

.ehs-slide-media {
	width: 100%;
	line-height: 0;
}

.ehs-slide-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.ehs-slide-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 3rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	box-sizing: border-box;
	pointer-events: none;
}

.ehs-slide-inner a,
.ehs-slide-inner .ehs-btn {
	pointer-events: auto;
}

.ehs-title {
	margin: 0;
	line-height: 1.15;
}

.ehs-subtitle {
	margin: 0;
	line-height: 1.5;
	opacity: 0.95;
}

.ehs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.ehs-btn:hover {
	opacity: 0.9;
}

.ehs-hero .elementor-swiper-button {
	z-index: 4;
}

.ehs-hero .swiper-pagination {
	z-index: 4;
}

.ehs-empty {
	padding: 2rem;
	text-align: center;
	border: 1px dashed #ccc;
	color: #666;
	font-size: 14px;
}
