.faq-hero-1538 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.faq-hero-overlay-1538 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.faq-hero-container-1538 {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	padding: 40px 20px;
	margin: 0 auto;
}

.faq-hero-content-1538 {
	max-width: 800px;
	margin: 0 auto;
}

.faq-hero-location-1538 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	font-weight: 500;
}

.faq-hero-heading-1538 {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 600;
}

.faq-hero-subtitle-1538 {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 40px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* Base button styles */
.faq-hero-buttons-1538 {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.faq-hero-btn-1538 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	min-width: 160px;
	cursor: pointer;
}

.faq-hero-btn-secondary-1538 {
	border: 2px solid;
}

.faq-hero-btn-1538:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
	.faq-hero-heading-1538 {
		font-size: 36px;
	}
	
	.faq-hero-subtitle-1538 {
		font-size: 16px;
	}
	
	.faq-hero-buttons-1538 {
		flex-direction: column;
		width: 100%;
	}
	
	.faq-hero-btn-1538 {
		width: 100%;
	}
}