/* Basic Structural Styles */
.hih-40b5ce08-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80vh;
	padding: 100px 20px;
	text-align: center;
	overflow: hidden;
}

/* Pseudo-element for Background Overlay */
.hih-40b5ce08-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	background-color: #000000; /* Default color, overridden by Elementor controls */
	opacity: 0.5; /* Default opacity, overridden by Elementor controls */
}

.hih-40b5ce08-content {
	position: relative;
	z-index: 1;
	max-width: 800px;
}

.hih-40b5ce08-headline {
	margin-bottom: 20px;
	font-size: 4rem;
	font-weight: 700;
	color: #ffffff; /* Default color, overridden by controls */
}

.hih-40b5ce08-subheadline {
	margin-bottom: 40px;
	font-size: 1.25rem;
	color: #e0e0e0; /* Default color, overridden by controls */
}

.hih-40b5ce08-btn {
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.125rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 5px;
	color: #ffffff;
	background-color: #e63946; /* Default color, overridden by controls */
	transition: background-color 0.3s ease;
}

.hih-40b5ce08-btn:hover {
	background-color: #d62828;
	color: #ffffff;
}