/**
 * Contact Hero styles - Figma Design Specs
 *
 * @package NexioEducation
 */

.contact-hero {
	margin-top: 0;
	max-height: 306px !important;
}

.contact-hero .wp-block-cover__background {
	background-color: rgba(1, 13, 24, 0.8) !important;
}

.contact-hero .wp-block-cover__inner-container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 64px 142px;
}

.contact-hero-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start !important;
	gap: 0 !important;
}

.contact-hero-title {
	color: #fffefa;
	font-family: "Manrope", sans-serif;
	font-size: 48px;
	font-weight: 800;
	line-height: 58px;
	margin: 0;
	width: 222px;
	min-width: 222px;
	flex-shrink: 0;
	padding-right: 108px;
	position: relative;
}

.contact-hero-title::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 190px;
	background: #fffefa;
}

.contact-hero-description {
	color: #fff;
	font-family: "Apris Trial", serif;
	font-size: 48px;
	font-weight: 300;
	font-style: normal;
	line-height: 57.6px;
	margin: 0;
	width: 681px;
	padding-left: 117px;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
	.contact-hero .wp-block-cover__inner-container {
		padding: 50px 60px;
	}

	.contact-hero-title {
		font-size: 36px;
		line-height: 44px;
		width: 180px;
		min-width: 180px;
		padding-right: 40px;
	}

	.contact-hero-title::after {
		height: 140px;
	}

	.contact-hero-description {
		font-size: 32px;
		line-height: 42px;
		width: auto;
		flex: 1;
		padding-left: 40px;
	}
}

/* Responsive - Mobile */
@media (max-width: 768px) {
	.contact-hero {
		min-height: auto !important;
	}

	.contact-hero .wp-block-cover__inner-container {
		padding: 40px 24px;
	}

	.contact-hero-content {
		flex-direction: column;
		gap: 24px !important;
	}

	.contact-hero-title {
		font-size: 28px;
		line-height: 36px;
		width: 100%;
		min-width: auto;
		padding-right: 0;
		padding-bottom: 24px;
	}

	.contact-hero-title::after {
		right: auto;
		left: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 1px;
	}

	.contact-hero-description {
		font-size: 24px;
		line-height: 32px;
		width: 100%;
		padding-left: 0;
	}
}
