.elementor-element-123b23a8 {
	background-image: linear-gradient(rgba(16, 24, 40, 0.22), rgba(16, 24, 40, 0.22)), url("/assets/images/gaza-humanitarian-aid-hero.webp");
	background-position: center;
	background-size: cover;
	position: relative;
}

.elementor-element-123b23a8[data-background-video-url] .elementor-background-video-container {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.elementor-element-123b23a8 .elementor-background-video-embed,
.elementor-element-123b23a8 .elementor-background-video-embed video {
	height: 100%;
	inset: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	transform: none;
	width: 100%;
}

.elementor-element-123b23a8 .elementor-background-video-embed video {
	display: block;
	object-fit: cover;
	object-position: center center;
	pointer-events: none;
}

.elementor-element-123b23a8[data-background-video-url].is-video-ready .elementor-background-video-container {
	opacity: 1;
}

.video-sound-toggle {
	align-items: center;
	background: rgba(16, 24, 40, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 999px;
	bottom: 24px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 600 14px/1.2 Arial, sans-serif;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	padding: 10px;
	position: absolute;
	right: 24px;
	transition: background-color 0.2s ease, transform 0.2s ease;
	z-index: 5;
}

.video-sound-toggle:hover {
	background: rgba(16, 24, 40, 0.95);
	transform: translateY(-1px);
}

.video-sound-toggle:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.video-sound-toggle__icon {
	fill: none;
	flex: 0 0 auto;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 20px;
}

.video-sound-toggle__icon--playing,
.video-sound-toggle.is-unmuted .video-sound-toggle__icon--muted {
	display: none;
}

.video-sound-toggle.is-unmuted .video-sound-toggle__icon--playing {
	display: block;
}

@media (max-width: 767px) {
	.video-sound-toggle {
		bottom: 16px;
		right: 16px;
	}
}
