/* Video hero (replaces Revolution Slider) */

.video-hero {
	position: relative;
	min-height: 850px;
	overflow: hidden;
}

.video-hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	z-index: 1;
}

.video-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(10, 10, 10, 0.45);
	z-index: 2;
}

.video-hero__content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 850px;
	max-width: 1210px;
	padding: 40px 15px 40px 15px;
	padding-left: max(15px, calc((100vw - 1240px) / 2 + 15px));
}

.video-hero__content h1 {
	max-width: 800px;
	font-size: 52px;
	line-height: 1.2;
}

.video-hero__content .text {
	max-width: 700px;
	margin-bottom: 20px;
}

.video-hero__content .clients-image {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.video-hero {
		min-height: 600px;
	}
	.video-hero__content {
		min-height: 600px;
		padding-left: 20px;
	}
	.video-hero__content h1 {
		font-size: 36px;
	}
}
