footer .site-description {
	letter-spacing: 1.2px;
}

/* ==================== Footer Redesign ==================== */
footer .overlay {
	padding: 48px 0 0;
}

.mg-footer-widget-area .container-fluid,
.mg-footer-bottom-area .container-fluid,
.mg-footer-copyright .container-fluid {
	max-width: 1140px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.mg-footer-widget-area {
	padding-bottom: 8px;
}

footer .mg-footer-widget-area .mg-widget {
	margin-bottom: 24px;
	width: 100%;
	animation: none;
}

footer .mg-footer-widget-area .footer-columns {
	gap: 48px;
	align-items: flex-start;
}

footer .mg-footer-widget-area .footer-columns > .wp-block-column {
	flex: 1;
	min-width: 0;
}

footer .mg-footer-widget-area h4.wp-block-heading,
footer .mg-footer-widget-area .wp-block-heading {
	font-size: 14px !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.12);
	text-align: left !important;
	background: none;
	line-height: 1.4;
	height: auto;
	display: block;
	width: 100%;
}

footer .mg-footer-widget-area h4.wp-block-heading::before,
footer .mg-footer-widget-area h4.wp-block-heading::after,
footer .mg-footer-widget-area .wp-block-heading::before,
footer .mg-footer-widget-area .wp-block-heading::after {
	display: none;
}

footer .mg-footer-widget-area ul li,
footer .mg-widget ul li {
	border: none !important;
	padding: 5px 0 !important;
	margin: 0 !important;
	overflow: visible;
}

footer .mg-footer-widget-area ul li a,
footer .mg-footer-widget-area .footer-contact a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	text-decoration: none;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

footer .mg-footer-widget-area ul li a:hover,
footer .mg-footer-widget-area .footer-contact a:hover {
	color: #4dd4d4;
	padding-left: 6px;
}

footer .mg-footer-widget-area .footer-contact {
	margin: 0 0 10px !important;
	text-align: left !important;
	line-height: 1.6;
}

footer .mg-footer-bottom-area {
	padding: 28px 0 32px;
}

footer .mg-footer-bottom-area .divide-line {
	margin-bottom: 28px;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
}

footer .mg-footer-bottom-area .row.align-items-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .mg-footer-bottom-area .site-logo {
	line-height: 0;
}

footer .mg-footer-bottom-area .custom-logo {
	max-width: 220px;
	width: auto;
	height: auto;
}

footer .mg-footer-bottom-area .col-md-6.text-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

footer .mg-footer-bottom-area .mg-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
}

footer .mg-footer-bottom-area .mg-social li {
	margin: 0;
}

footer .mg-footer-bottom-area .mg-social .icon-soci {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

footer .mg-footer-bottom-area .mg-social .icon-soci i {
	font-size: 16px;
}

@media (min-width: 768px) {
	footer .mg-footer-bottom-area .mg-social {
		gap: 14px;
	}

	footer .mg-footer-bottom-area .mg-social .icon-soci {
		width: 52px;
		height: 52px;
		line-height: 52px;
		border-radius: 10px;
	}

	footer .mg-footer-bottom-area .mg-social .icon-soci i {
		font-size: 22px;
	}
}

footer .mg-footer-bottom-area .mg-social .icon-soci:hover {
	transform: translateY(-2px);
	opacity: 0.88;
}

footer .mg-footer-copyright {
	padding: 16px 0;
}

footer .mg-footer-copyright p,
footer .mg-footer-copyright a {
	line-height: 1.6 !important;
	font-size: 12px;
	opacity: 0.55;
	margin: 0;
}

footer .mg-footer-copyright a:hover {
	opacity: 0.85;
}

@media (max-width: 991px) {
	footer .mg-footer-widget-area .footer-columns {
		gap: 32px;
	}
}

@media (max-width: 767px) {
	footer .overlay {
		padding-top: 36px;
	}

	footer .mg-footer-widget-area .footer-columns {
		flex-direction: column;
		gap: 28px;
	}

	footer .mg-footer-widget-area .footer-columns > .wp-block-column,
	footer .mg-footer-widget-area h4.wp-block-heading,
	footer .mg-footer-widget-area .wp-block-heading,
	footer .mg-footer-widget-area .footer-contact,
	footer .mg-footer-widget-area ul {
		text-align: left !important;
	}

	footer .mg-footer-bottom-area .row.align-items-center {
		flex-direction: column;
		gap: 22px;
		text-align: center;
	}

	footer .mg-footer-bottom-area .site-logo {
		text-align: center;
	}

	footer .mg-footer-bottom-area .custom-logo {
		max-width: 190px;
		margin: 0 auto;
	}

	footer .mg-footer-bottom-area .col-md-6.text-right,
	footer .mg-footer-bottom-area .mg-social {
		justify-content: center;
		width: 100%;
	}
}
