/**
 * SyntVision footer — improved design matching brand.
 *
 * @package tijarah
 */

/* Footer widgets area */
.footer-widgets {
	border-top: 3px solid var(--sv-brand-red, #d61f2b) !important;
	padding: 56px 0 48px !important;
	background: #f8f9fb !important;
}

.footer-widgets .row {
	align-items: flex-start;
	gap: 16px 0;
}

.footer-widget {
	margin-bottom: 0 !important;
	padding-bottom: 24px;
}

.footer-widget .widget-title {
	margin-bottom: 16px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #1f2430 !important;
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.footer-widget ul li a,
.footer-widget p a {
	color: var(--sv-brand-blue, #0a86bf) !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-widget ul li a:hover,
.footer-widget p a:hover {
	color: var(--sv-brand-red, #d61f2b) !important;
}

.footer-widget ul li {
	font-size: 14px !important;
	line-height: 32px !important;
}

.footer-widget .about-site-widget p,
.footer-widget p {
	color: #5a6375 !important;
	font-size: 14px;
	line-height: 1.65;
}

/* Social icons */
.footer-social ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.footer-social ul li {
	display: inline-block !important;
	margin-right: 0 !important;
	padding: 0 !important;
}

.footer-social ul li a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	height: 40px !important;
	line-height: 1 !important;
	font-size: 14px !important;
	color: #fff !important;
	border-radius: 50%;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-social ul li a:hover {
	transform: translateY(-2px);
	opacity: 0.9;
	color: #fff !important;
}

/* Copyright bar */
.copyright-bar {
	padding: 18px 0 !important;
	background: #1f2430 !important;
}

.copyright-bar p {
	color: rgba(255, 255, 255, 0.85) !important;
	font-size: 13px;
}

.copyright-bar a {
	color: rgba(255, 255, 255, 0.9) !important;
}

.copyright-bar a:hover {
	color: #fff !important;
}

/* Back to top */
#backtotop {
	bottom: 24px;
	right: 24px;
	z-index: 999;
}

#backtotop i {
	width: 46px !important;
	height: 46px !important;
	padding: 14px !important;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: var(--sv-brand-red, #d61f2b) !important;
	color: #fff !important;
	transition: transform 0.2s ease, background 0.2s ease;
}

#backtotop:hover i {
	background: var(--sv-brand-blue, #0a86bf) !important;
	transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
	.footer-widgets {
		padding: 40px 0 36px !important;
	}

	.footer-widgets .col-lg-4 {
		margin-bottom: 8px;
	}

	.footer-widgets .col-xl-2 {
		margin-bottom: 8px;
	}
}

@media (max-width: 575px) {
	.footer-widgets .row {
		flex-direction: column;
	}

	.footer-widget {
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}

	.footer-widget:last-child {
		border-bottom: none;
	}
}
