/* Aerocity Footer widget — structural CSS only.
   Every color, size, spacing, and typography value is controlled through the
   widget's own Elementor Style tab (see class-footer-widget.php). */

.aerocity-footer {
	padding-bottom: 18px;
}
.aerocity-footer, .aerocity-footer * { box-sizing: border-box; }
.aerocity-footer-grid > *, .aerocity-footer-services-grid > * { min-width: 0; overflow-wrap: anywhere; }
.aerocity-footer-brand img { max-width: 100%; height: auto; }
.aerocity-footer-grid {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1.35fr 0.65fr 1.6fr 1.05fr 0.7fr;
}
.aerocity-footer-brand img {
	display: block;
	object-fit: contain;
}
.aerocity-footer-brand small {
	display: block;
	margin-top: 10px;
}
.aerocity-footer-col h3 {
	margin: 0;
}
.aerocity-footer-col a,
.aerocity-footer-col p {
	display: flex;
	align-items: center;
	margin: 0;
	text-decoration: none;
}
.aerocity-footer-services-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.aerocity-footer-col a i,
.aerocity-footer-col p i,
.aerocity-footer-col a svg,
.aerocity-footer-col p svg {
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 8px;
	fill: currentColor;
	flex-shrink: 0;
}
.aerocity-footer-social span i,
.aerocity-footer-social span svg {
	width: 14px;
	height: 14px;
	display: inline-block;
	fill: currentColor;
	margin-right: 0;
}
.aerocity-footer-social {
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
}
.aerocity-footer-social a {
	display: inline-flex;
}
.aerocity-footer-social span {
	display: grid;
	place-items: center;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.aerocity-footer-bottom {
	max-width: 1600px;
	margin: 30px auto 0;
	padding: 40px 40px 0;
	border-top: 1px solid;
	display: flex;
	justify-content: space-between;
}
.aerocity-footer-bottom a {
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.2s ease;
}
.aerocity-footer-bottom i,
.aerocity-footer-bottom svg {
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	fill: currentColor;
}

@media (max-width: 1024px) {
	.aerocity-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
	.aerocity-footer-brand {
		grid-column: 1 / -1;
	}
}
@media (max-width: 767px) {
	.aerocity-footer-grid { padding-left: 20px; padding-right: 20px; gap: 28px; }
	.aerocity-footer-services-grid { grid-template-columns: 1fr; gap: 0; }
	.aerocity-footer-bottom { padding-left: 20px; padding-right: 20px; overflow-wrap: anywhere; }
	.aerocity-footer-grid {
		grid-template-columns: 1fr;
	}
	.aerocity-footer-brand {
		grid-column: auto;
	}
	.aerocity-footer-bottom {
		flex-direction: column;
		text-align: center;
		gap: 12px;
	}
}
