.custom-footer {
	position: relative;
	background: transparent;
	color: black;
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.custom-footer__content {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.custom-footer-social-icons {
	display: flex;
	justify-content: center;
}

.custom-footer-social-icons .header-social-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.custom-footer-social-icons a {
	opacity: 0.9;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.12));
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.custom-footer-social-icons a:hover {
	opacity: 1;
	transform: translateY(-2px);
}

.custom-footer__copyright {
	font-size: 0.92rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	opacity: 0.75;
	margin-bottom: 5px;
}

.custom-footer .ast-header-social-1-wrap {
	margin: 10px;
}
