.soapkits-room-bg {
	position: relative;
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
}

.soapkits-room-bg__overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.soapkits-room-bg__gradient {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
}

.soapkits-room-bg__content {
	position: relative;
	z-index: 3;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.soapkits-room-bg__content-inner {
	width: 100%;
}

.soapkits-room-bg__subtitle {
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-bottom: 0.75rem;
}

.soapkits-room-bg__title {
	margin: 0;
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1.1;
}

.soapkits-room-bg__description {
	font-size: 1.125rem;
	line-height: 1.6;
	margin: 0;
}

.soapkits-room-bg__button-wrap {
	display: flex;
}

.soapkits-room-bg__button {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.soapkits-room-bg__button:hover {
	transform: translateY(-1px);
}

.soapkits-room-bg--full-width {
	position: relative;
	left: 0;
	width: 100vw !important;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
	max-width: none !important;
}

.elementor-widget-soapkits_room_background_image .elementor-widget-container {
	padding: 0 !important;
}
