.tis-site-footer {
	background: #142553;
	padding: 80px 130px 40px;
	color: #fff;
}

.tis-footer-inner {
	max-width: 1180px;
	margin: 0 auto;
}

.tis-footer-top {
	display: flex;
	justify-content: space-between;
	gap: 48px;
	margin-bottom: 24px;
}

.tis-footer-brand {
	flex: none;
	width: 282px;
}

.tis-footer-brand-link {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 15px;
}

.tis-footer-logo-badge {
	width: 40px;
	height: 40px;
	background: #fff;
	color: #142553;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.52px;
}

.tis-footer-brand-name {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.tis-footer-tagline {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: 0 0 9px;
}

.tis-footer-phone {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 3px;
}

.tis-footer-hours {
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #fff;
	margin: 0 0 16px;
}

.tis-footer-social {
	display: flex;
	gap: 12px;
}

.tis-social-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.tis-social-youtube {
	background: #FF0000;
}

.tis-social-instagram {
	background: linear-gradient( 135deg, #FAE100 14.64%, #FCB720 25.25%, #FF7950 35.86%, #FF1C74 50%, #6C1CD1 85.36% );
	font-size: 14px;
}

.tis-social-facebook {
	background: #1877F2;
}

.tis-social-linkedin {
	background: #0A66C2;
	font-size: 11px;
}

.tis-social-x {
	background: #000;
}

.tis-footer-columns {
	display: flex;
	gap: 48px;
}

.tis-footer-column {
	width: 150px;
}

.tis-footer-column-title {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.tis-footer-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.tis-footer-column a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.tis-footer-column a:hover {
	text-decoration: underline;
}

.tis-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 24px;
	border-top: 1px solid #fff;
	flex-wrap: wrap;
	gap: 16px;
}

.tis-footer-bottom p {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.tis-footer-legal-links {
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #fff;
}

.tis-footer-legal-links a {
	color: #fff;
	text-decoration: none;
}

.tis-footer-legal-links a:hover {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.tis-footer-top {
		flex-direction: column;
	}

	.tis-footer-columns {
		flex-wrap: wrap;
		gap: 32px;
	}
}

@media (max-width: 768px) {
	.tis-site-footer {
		padding: 40px 20px;
	}

	.tis-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}
