html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
}

.rotate-180 {
	transform: rotate(180deg);
}

.footer-social-links .footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-social-links .footer-social-link:hover {
	transform: translateY(-2px);
	opacity: 0.9;
}

/* Quick links: WhatsApp + Go up (backup; primary styles are inline in includes/quickLink.php) */
.aal-quick-links {
	position: fixed !important;
	right: 16px !important;
	bottom: 16px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
	z-index: 9999 !important;
}
