@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@400;500;600&display=swap');

.elementor-widget-triva_contact_hero_cd825343 {
	width: 100vw !important;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.triva-hero-cd825343-wrapper {
	position: relative;
	width: 100%;
	height: 70vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.triva-hero-cd825343-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.60);
	z-index: 1;
}

.triva-hero-cd825343-bottom-fade {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to bottom, transparent 0%, #1E1A17 100%);
	z-index: 2;
}

.triva-hero-cd825343-content-container {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0 20px;
}

.triva-hero-cd825343-content {
	max-width: 800px;
}

.triva-hero-cd825343-label {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	letter-spacing: 4px;
	color: #C8A86B;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.triva-hero-cd825343-heading {
	font-family: 'Playfair Display', serif;
	font-size: 68px;
	font-weight: 700;
	color: #F5F1E8;
	margin: 0 0 24px 0;
	line-height: 1.1;
}

.triva-hero-cd825343-subheading {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #D8D0C3;
	margin: 0;
	line-height: 1.6;
	max-width: 600px;
}

.triva-hero-cd825343-anim {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.triva-hero-cd825343-anim.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.triva-hero-cd825343-label.is-visible { transition-delay: 0.1s; }
.triva-hero-cd825343-heading.is-visible { transition-delay: 0.3s; }
.triva-hero-cd825343-subheading.is-visible { transition-delay: 0.5s; }

@media (max-width: 767px) {
	.triva-hero-cd825343-wrapper {
		height: 55vh;
	}
	
	.triva-hero-cd825343-heading {
		font-size: 36px;
	}
}
