/**
 * Footer Styles
 * 
 * @package Gone_Digital_Twenty_Twenty_Six
 */

.site-footer {
	background-color: #36454F;
	color: #ffffff;
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-top: 0;
}

.site-footer .container {
	position: relative;
}

.site-footer .back-to-top-button {
	position: absolute;
	top: -3rem;
	right: 0;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background-color: #36454F;
	font-size: 1.2rem;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	transition: transform 0.25s ease, background-color 0.25s ease;
	z-index: 2;
}

.site-footer .back-to-top-button:hover,
.site-footer .back-to-top-button:focus-visible {
	background-color: #445762;
	transform: translateY(-56%);
	text-decoration: none;
}

.site-footer h5 {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 1rem;
}

.site-footer a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.site-footer a:hover {
	color: #e0e0e0;
}

.site-footer .text-muted {
	color: #b0b0b0 !important;
}

.site-footer ul li {
	margin-bottom: 0.5rem;
}

.site-footer .footer-links {
	margin-top: 1rem;
}

.site-footer .footer-links li {
	margin-bottom: 0.35rem;
}

.site-footer .footer-links a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.site-footer .footer-link-icon {
	width: 0.95rem;
	height: 0.95rem;
	flex: 0 0 auto;
	fill: currentColor;
}

.site-footer .footer-social {
	display: flex;
	gap: 0.75rem;
	margin-top: 1rem;
}

.site-footer .footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 999px;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.site-footer .footer-social a:hover {
	transform: translateY(-2px);
	background-color: rgba(255, 255, 255, 0.12);
}

.site-footer .footer-social svg {
	width: 1rem;
	height: 1rem;
	fill: currentColor;
}

.site-footer .footer-logo {
	max-width: 180px;
	height: auto;
	display: block;
}

.site-footer hr {
	border-color: #555555;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.site-footer .site-info {
	text-align: center;
	color: #b0b0b0;
	font-size: 0.9rem;
}
