.angie-transparent-header-00cb7366 {
	position: relative;
	width: 100%;
	height: 300px; /* Adjust as needed */
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.angie-header-video-00cb7366 {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	z-index: 0;
	object-fit: cover;
}

.angie-header-overlay-00cb7366 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.angie-header-content-00cb7366 {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	padding: 20px;
}

.angie-header-logo-00cb7366 {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.angie-header-nav-00cb7366 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
}

.angie-header-nav-00cb7366 ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: opacity 0.3s ease;
}

.angie-header-nav-00cb7366 ul li a:hover {
	opacity: 0.8;
}
