/* Elementor Custom Banner Widget Styles */

.custom-banner-wrapper {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	overflow: hidden;
	width: 100%;
}

.custom-banner-content {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	z-index: 1;
}

.custom-banner-title {
	font-weight: 800;
	margin-top: 0;
	line-height: 1.2;
}

.custom-banner-description {
	margin-top: 0;
	line-height: 1.5;
}

.custom-banner-button {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
	font-weight: bold;
}
