/* ----------------------------------------
	CITY SERVICE AREA PAGES
	Reusable styles for /service-area/{city}/ pages
---------------------------------------- */

.section-hero:after {
	background-color: unset;
}

.city-section p,
.city-section li,
.city-cta p,
.city-cta li {
	color: #3e3e3e;
	font-size: 18px;
}

.city-hero {
	padding: 130px 0 120px;
	background-image:
		linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, .66)),
		var(--city-hero-image);
	background-size: cover;
	background-position: center;
}

.city-hero .container {
	max-width: 980px;
	text-align: center;
}

.city-hero .eyebrow {
	display: inline-block;
	margin-bottom: 18px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.14);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
}

.city-hero h1,
.city-hero p {
	color: #fff;
}

.city-hero h1 {
	margin-bottom: 18px;
}

.city-hero p {
	max-width: 900px;
	margin: 0 auto;
}

.city-hero .buttons,
.city-cta .buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 32px;
}

.city-section {
	padding-top: 95px;
	padding-bottom: 95px;
}

.city-image-card .img,
.city-side-image .img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,.12);
	object-fit: cover;
}

.city-side-top-image {
	justify-content: flex-start !important;
}

.city-side-top-image img {
	height: unset !important;
	min-height: unset !important;
}

.city-split .text-wrapper {
	padding-right: 24px;
}

.city-highlight-box {
	background: #fff;
	border: 1px solid #d9ddd9;
	border-radius: 18px;
	padding: 34px 36px;
	margin-top: 28px;
}

.city-highlight-box .list {
	margin-top: 0;
}

.city-highlight-box .list li:not(:last-child) {
	margin-bottom: 14px;
}

.city-section .section-heading,
.city-seasonal-intro,
.city-related .section-heading,
.city-faq .section-heading {
	max-width: 980px;
	margin: 0 auto 40px;
}

.city-seasonal-intro {
	text-align: center;
}

.city-services .content-cards .card-desc,
.city-related .content-cards .card-desc {
	max-height: unset;
	overflow: unset;
	padding-bottom: 0;
}

.city-services .content-cards .card,
.city-related .content-cards .card {
	padding-bottom: 18px;
}

.city-services .content-cards .card-title,
.city-related .content-cards .card-title {
	margin-bottom: 8px;
}

.city-seasonal .process-steps {
	justify-content: center;
}

.city-seasonal .process-connector {
	display: none;
}

.city-seasonal .process-step {
	width: 100%;
}

.city-seasonal .process-step-inner {
	height: 100%;
}

.city-residential-commercial .content-cards {
	justify-content: center;
}

.city-residential-commercial .content-cards > li {
	max-width: 520px;
}

.city-service-area-copy {
	max-width: 760px;
}

.city-faq .faq-list {
	max-width: 980px;
	margin: 0 auto;
}

.city-cta {
	background: #12a64a;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 0px;
}

.city-cta h2,
.city-cta p {
	color: #fff;
	text-align: center;
}

.city-cta p {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.content-cards .card-desc {
	max-height: unset !important;
	overflow: unset !important;
}
@media (max-width: 992px) {
	.city-split .content-row {
		flex-direction: column;
	}

	.city-split .text-wrapper {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.city-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.city-section p,
	.city-section li,
	.city-cta p,
	.city-cta li {
		font-size: 17px;
	}

	.city-hero {
		padding: 95px 0 90px;
	}

	.city-hero .buttons,
	.city-cta .buttons {
		flex-direction: column;
		align-items: center;
	}

	.city-highlight-box {
		padding: 24px;
	}

	.city-image-card .img,
	.city-side-image .img {
		min-height: 300px;
	}
}
