   ZHUUZH Guide Custom Footer V1
   ================================================== */

/* مخفی‌کردن فوتر قدیمی فقط در لندینگ */
body.page-id-26083 footer#colophon {
	display: none !important;
}

/* Footer foundation */

.zg-footer {
	position: relative;
	padding: 78px 0 0;
	overflow: hidden;
	background:
		radial-gradient(
			circle at 12% 20%,
			rgba(185, 148, 74, 0.16),
			transparent 27%
		),
		radial-gradient(
			circle at 90% 85%,
			rgba(79, 125, 190, 0.18),
			transparent 30%
		),
		linear-gradient(135deg, #092653 0%, #123b78 100%);
	color: #ffffff;
}

.zg-footer::before {
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(
			45deg,
			transparent 0,
			transparent 32px,
			rgba(255, 255, 255, 0.018) 32px,
			rgba(255, 255, 255, 0.018) 33px
		);
	content: "";
	pointer-events: none;
}

.zg-footer .zg-container {
	position: relative;
	z-index: 1;
}

.zg-footer__grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.5fr) repeat(3, minmax(150px, 1fr));
	padding-bottom: 62px;
	gap: 58px;
}

/* Brand */

.zg-footer__logo {
	display: inline-flex;
	margin-bottom: 24px;
}

.zg-footer__logo-image {
	width: auto;
	max-width: 105px;
	max-height: 88px;
	filter: brightness(0) invert(1);
	object-fit: contain;
}

.zg-footer__brand h2 {
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 25px;
	font-weight: 800;
}

.zg-footer__brand > p {
	max-width: 390px;
	margin-bottom: 25px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 2;
}

.zg-footer__brand-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.zg-footer__brand-links a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	padding: 8px 15px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease;
}

.zg-footer__brand-links a:hover {
	border-color: #d6b66e;
	background: rgba(185, 148, 74, 0.18);
	color: #ffffff;
}

/* Columns */

.zg-footer__column h3 {
	position: relative;
	margin: 10px 0 25px;
	padding-bottom: 13px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 800;
}

.zg-footer__column h3::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34px;
	height: 2px;
	border-radius: 5px;
	background: #c8a45d;
	content: "";
}

.zg-footer__column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zg-footer__column li {
	margin-bottom: 12px;
}

.zg-footer__column a {
	position: relative;
	display: inline-flex;
	padding-right: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.7;
	text-decoration: none;
	transition: color 180ms ease, padding-right 180ms ease;
}

.zg-footer__column a::before {
	position: absolute;
	top: 10px;
	right: 0;
	width: 0;
	height: 1px;
	background: #d6b66e;
	content: "";
	transition: width 180ms ease;
}

.zg-footer__column a:hover {
	padding-right: 16px;
	color: #ffffff;
}

.zg-footer__column a:hover::before {
	width: 9px;
}

/* Bottom bar */

.zg-footer__bottom {
	display: flex;
	min-height: 75px;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	gap: 30px;
}

.zg-footer__bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
}

.zg-footer__bottom > div {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

.zg-footer__bottom a {
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	text-decoration: none;
}

.zg-footer__bottom a:hover {
	color: #ffffff;
}

/* Tablet */

@media (max-width: 1024px) {
	.zg-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 48px;
	}
}

/* Mobile */

@media (max-width: 650px) {
	.zg-footer {
		padding-top: 58px;
	}

	.zg-footer__grid {
		grid-template-columns: 1fr;
		padding-bottom: 42px;
		gap: 35px;
	}

	.zg-footer__brand {
		text-align: center;
	}

	.zg-footer__brand > p {
		margin-inline: auto;
	}

	.zg-footer__brand-links {
		justify-content: center;
	}

	.zg-footer__column {
		text-align: center;
	}

	.zg-footer__column h3::after {
		right: 50%;
		transform: translateX(50%);
	}

	.zg-footer__bottom {
		flex-direction: column;
		justify-content: center;
		padding: 23px 0;
		text-align: center;
	}

	.zg-footer__bottom > div {
		justify-content: center;
		gap: 14px;
	}
}



/* Footer Social Links V1 */
.zg-footer__social {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.zg-footer__social-title {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    font-weight: 700;
}

.zg-footer__social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.zg-footer__social-links a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.zg-footer__social-links a:hover,
.zg-footer__social-links a:focus-visible {
    border-color: #d6b66e;
    background: rgba(185, 148, 74, 0.22);
    transform: translateY(-2px);
    outline: none;
}

.zg-footer__social-links img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
}

@media (max-width: 650px) {
    .zg-footer__social-links {
        justify-content: center;
    }
}