.hero-banner-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.hero-banner-bg {
	position: relative;
	width: 100%;
	z-index: 1;
}

.hero-banner-bg img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.hero-banner-content {
	position: relative;
	z-index: 2;
	padding: 40px 20px;
	text-align: center;
	max-width: 600px;
	width: 100%;
}

.elementor-button {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 12px 28px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s;
}

.elementor-button:hover {
	background-color: #333;
	color: #fff;
}

/* Desktop: >= 1024px */
@media (min-width: 1024px) {
	.hero-banner-wrapper {
		min-height: 500px;
	}

	.hero-banner-bg {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}

	.hero-banner-bg img {
		height: 100%;
	}

	.hero-banner-content {
		padding: 40px 50px;
		margin-bottom: 20px;
	}
}
