/**
 * Compact footer: 3 columns (Call us today, Email, Location).
 * Minimized height without losing information. No LESS compilation.
 */

.footer-compact .footer-top {
	padding-top: 38px !important;
	padding-bottom: 30px !important;
}

.footer-compact .footer-top .row {
	display: flex;
	flex-wrap: wrap;
}

.footer-compact .footer-top .row > [class*="col-"] {
	float: none;
	width: 33.33333333%;
}

/* Скидаємо базові правила теми, що роздувають футер */
.footer-compact .footer-top .widget {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.footer-compact .footer-top .widget_contact_us {
	padding-right: 18px;
}

.footer-compact .footer-top .widget-title,
.footer-compact .footer-top h3.widget-title {
	margin-bottom: 14px !important;
	font-size: 15px !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #d6d6d6 !important;
}

.footer-compact .footer-top .widget_contact_us ul,
.footer-compact .footer-top .widget_menu ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.footer-compact .footer-top .widget_contact_us .textwidget p,
.footer-compact .footer-top .widget_contact_us .textwidget pre,
.footer-compact .footer-top .widget_contact_us .textwidget code,
.footer-compact .footer-top .widget_contact_us .textwidget blockquote {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: inherit !important;
	font-family: inherit !important;
	font-size: 16px !important;
	line-height: 1.55 !important;
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
	white-space: normal !important;
	color: #c3c3c3 !important;
}

.footer-compact .footer-top .widget_contact_us a,
.footer-compact .footer-top .widget_contact_us li,
.footer-compact .footer-top .widget_contact_us p {
	color: #c3c3c3 !important;
}

.footer-compact .footer-top .widget_contact_us .textwidget p:last-child,
.footer-compact .footer-top .widget_contact_us .textwidget pre:last-child,
.footer-compact .footer-top .widget_contact_us .textwidget blockquote:last-child {
	margin-bottom: 0 !important;
}

.footer-compact .footer-top .ft-contactus ul {
	padding-top: 8px !important;
	padding-left: 0 !important;
}

.footer-compact .footer-top .ft-contactus li {
	line-height: 1.55 !important;
	padding-bottom: 6px !important;
	font-size: 16px !important;
	color: #c3c3c3 !important;
}

.footer-compact .footer-top .ft-contactus li i {
	padding-right: 10px !important;
	font-size: 14px !important;
}

.footer-compact .footer-top .widget_menu ul li {
	padding-bottom: 6px !important;
}

.footer-compact .footer-top .widget_menu ul li a {
	font-size: 16px !important;
	color: #c3c3c3 !important;
}

.footer-compact .footer-top .widget_menu ul li a:hover,
.footer-compact .footer-top .ft-contactus li a:hover {
	color: #ffffff !important;
}

.footer-compact .footer-bottom {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}

.footer-compact .footer-bottom .widget-copyright {
	font-size: 15px !important;
	color: #adadad !important;
}

.footer-compact .footer-bottom .widget-copyright a {
	color: #c9c9c9 !important;
}

.footer-compact .footer-bottom .link-follow {
	text-align: right !important;
}

.footer-compact .footer-bottom .link-follow li a {
	padding: 0 12px !important;
	font-size: 16px !important;
	color: #bcbcbc !important;
}

/* Responsive: stack columns on small screens, keep compact spacing */
@media (max-width: 767px) {
	.footer-compact .footer-top {
		padding-top: 24px !important;
		padding-bottom: 20px !important;
	}

	.footer-compact .footer-top .row > [class*="col-"] {
		width: 100%;
		margin-bottom: 16px;
	}

	.footer-compact .footer-top .row > [class*="col-"]:last-child {
		margin-bottom: 0;
	}

	.footer-compact .footer-bottom {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
		text-align: center;
	}

	.footer-compact .footer-bottom .link-follow {
		text-align: center !important;
		margin-top: 8px;
	}
}
