/*--------------------------------------------------------------
# Page Header Section
--------------------------------------------------------------*/

.page-title-section {
	background-color: #F8F8F8;
	padding: 4rem 0;
	text-align: center;
}

.page-title-section .container {
	max-width: 896px;
}

.page-title {
	font-family: 'Noto Serif', serif;
	font-size: 4.5rem;
	font-weight: 700;
	color: #333333;
	text-align: center;
	margin: 0 0 1.25rem;
	animation: fadeInUp 0.6s ease both;
}

.page-subtitle {
	font-family: 'Sora', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin: 0;
	animation: fadeInUp 0.6s ease 0.15s both;
}

/* CTA Button */
.page-title-cta-wrap {
	margin-top: 2rem;
	animation: fadeInUp 0.6s ease 0.3s both;
}

/* Unique override only; base styles from .cta-btn */
.page-title-cta {
	font-size: 0.8rem;
}

/* Responsive */
@media (max-width: 991px) {
	.page-title {
		font-size: 3.5rem;
	}
}

@media (max-width: 767px) {
	.page-title-section {
		padding: 3rem 0;
	}

	.page-title {
		font-size: 2.75rem;
	}

	.page-subtitle {
		font-size: 1rem;
	}
}
