/* ==========================================================================
   TEXAN MOSQUITO SYSTEMS — Global Footer
   Custom CSS for the Elementor Theme Builder footer template.
   Classes: tms-footer-wrap, tms-prefooter, tms-footer, tms-footer__bottom
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@800&family=Inter:wght@400;500;600&display=swap');


/* ---------- Pre-footer CTA band ---------- */
.tms-prefooter {
	position: relative;
	overflow: hidden;
}

/* Subtle diagonal texture overlay */
.tms-prefooter::before {
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		-45deg,
		transparent,
		transparent 20px,
		rgba(255, 255, 255, 0.04) 20px,
		rgba(255, 255, 255, 0.04) 21px
	);
	pointer-events: none;
}

.tms-prefooter__btn .elementor-button {
	transition: background var(--tms-transition, 0.3s ease),
	            transform 0.15s ease,
	            box-shadow 0.3s ease !important;
}


/* ---------- Footer heading margin ---------- */
.tms-footer__heading {
	margin-bottom: 14px !important;
}


/* ---------- Footer link list overrides ---------- */
.tms-footer__links .elementor-icon-list-items {
	display: flex;
	flex-direction: column;
}

.tms-footer__links .elementor-icon-list-item a {
	transition: color 0.2s ease, padding-left 0.2s ease !important;
}

.tms-footer__links .elementor-icon-list-item a:hover {
	padding-left: 4px;
}

/* Remove default icon space when icons are hidden */
.tms-footer__links .elementor-icon-list-icon {
	display: none !important;
}


/* ---------- "View all locations" link ---------- */
.tms-footer__viewall .elementor-button {
	padding-left: 0 !important;
	transition: color 0.2s ease !important;
}


/* ---------- Social icons ---------- */
.tms-footer__socials .elementor-social-icon {
	transition: background 0.2s ease, border-color 0.2s ease !important;
}

.tms-footer__socials .elementor-social-icon:hover {
	border-color: rgba(109, 191, 71, 0.3) !important;
}


/* ---------- Footer bottom bar legal links ---------- */
.tms-footer__legal-links a {
	color: #3A5A45 !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.tms-footer__legal-links a:hover {
	color: #6DBF47 !important;
}


/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.tms-footer__col {
		min-width: 45% !important;
	}
}

@media (max-width: 767px) {
	.tms-footer__col {
		min-width: 100% !important;
	}

	.tms-footer__brand {
		align-items: center !important;
		text-align: center;
	}

	.tms-footer__brand .elementor-text-editor {
		text-align: center;
	}

	.tms-footer__socials {
		justify-content: center;
	}

	.tms-footer__heading {
		text-align: center;
	}

	.tms-footer__links .elementor-icon-list-items {
		align-items: center;
	}

	.tms-footer__viewall {
		text-align: center;
	}
}
