/* Hub templates only — grid/card visuals live in the LowLead child theme style.css */

.city-faq h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.city-faq h3 {
	font-size: 18px;
	margin-top: 20px;
	color: var(--theme-accent-color);
}

.city-faq p {
	color: var(--theme-color-text-main);
	line-height: 1.6;
}

.city-services-main {
	background: var(--theme-light-color);
	position: relative;
	z-index: 1;
}

.city-services-hero {
	position: relative;
	z-index: 1;
	padding: 60px 0;
	background: var(--theme-primary-color);
	color: var(--theme-primary-foreground-color);
	text-align: center;
}

.city-services-hero h1 {
	margin: 0 0 10px;
	font-size: 2.5rem;
}

.city-services-content {
	padding: 40px 0;
}

.lh-location-header {
	padding: 40px 0;
}

.lh-location-header h1 {
	margin-bottom: 10px;
}

body.lh-hub-page .site-footer,
body.lh-hub-page footer.site-footer,
body.lh-hub-page #colophon,
body.lh-hub-page #footer,
body.lh-hub-page .footer-area,
body.lh-hub-page .footer-widget-area,
body.lh-hub-page .footer-widgets,
body.lh-hub-page .footer-bottom,
body.lh-hub-page .footer-copyright,
body.lh-hub-page .footer-bar {
	background-color: revert !important;
	color: revert !important;
}

@media (max-width: 768px) {
	.city-services-hero h1 {
		font-size: 1.75rem;
	}
}

.single-home-services .elementor-widget-tficonbox .tf-icon-box-title,
.single-home-services .elementor-widget-tficonbox .box-title,
.single-home-services .elementor-widget-tficonbox .title,
.single-home-services .elementor-widget-tficonbox h3,
.single-home-services .elementor-widget-tficonbox h4 {
	text-transform: none !important;
	letter-spacing: normal;
}

.lh-hub-crumbs {
	font-size: 0.9rem;
	margin-bottom: 1rem;
	opacity: 0.9;
}

.lh-hub-crumbs a {
	color: inherit;
	text-decoration: underline;
}

.lh-hub-intro {
	max-width: 40rem;
	margin: 0 auto 0.75rem;
	line-height: 1.5;
}

.lh-hub-count {
	margin: 0;
	opacity: 0.85;
	font-size: 0.95rem;
}

.lh-services-hub-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.lh-services-hub-item a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.lh-services-hub-thumb img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.lh-services-hub-title {
	display: block;
	margin-top: 0.5rem;
	font-weight: 600;
}

.lh-hub-companies {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.lh-hub-back {
	margin-top: 2rem;
}

@media (max-width: 900px) {
	.lh-services-hub-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.lh-services-hub-list {
		grid-template-columns: 1fr;
	}
}

