/* Shaer Silver — Sitewide footer (brand info + quick links + copyright) */

.shsl-site-footer {
	background: #0a0806;
	border-top: 1px solid rgba(201,162,39,.2);
	font-family: 'Vazirmatn', 'Tajawal', sans-serif;
	padding: 40px 20px 0;
}

.shsl-site-footer__inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	padding-bottom: 28px;
}

.shsl-site-footer__brand { max-width: 420px; }
.shsl-site-footer__contact { min-width: 200px; }
.shsl-site-footer__logo {
	color: #efd696;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 10px;
}
.shsl-site-footer__desc {
	color: #9a9184;
	font-size: 13.5px;
	line-height: 1.9;
	margin: 0;
}

.shsl-site-footer__heading {
	color: #efd696;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 12px;
}
.shsl-site-footer__contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.shsl-site-footer__contact-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #d8d1c2;
	font-size: 13.5px;
}
.shsl-site-footer__contact-list a {
	color: #d8d1c2;
	text-decoration: none;
	transition: color .2s ease;
}
.shsl-site-footer__contact-list a:hover {
	color: #efd696;
}
.shsl-site-footer__icon {
	display: inline-flex;
	flex: 0 0 auto;
}
.shsl-site-footer__icon svg {
	width: 16px;
	height: 16px;
	fill: #c9a227;
}

.shsl-site-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}
.shsl-site-footer__links a {
	color: #d8d1c2;
	font-size: 13.5px;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease;
}
.shsl-site-footer__links a:hover {
	color: #efd696;
}

.shsl-site-footer__bottom {
	border-top: 1px solid rgba(201,162,39,.12);
	text-align: center;
	color: #776f60;
	font-size: 12px;
	padding: 16px 10px;
}

@media (max-width: 700px) {
	.shsl-site-footer__inner {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.shsl-site-footer__links {
		justify-content: center;
	}
	.shsl-site-footer__contact-list li {
		justify-content: center;
	}
}
