/* ========== Asmorix Site Footer ========== */
.asmorix-footer {
	--af-accent: #ffc91a;
	--af-link: #7eb6ff;
	--af-text: rgba(255, 255, 255, 0.88);
	--af-muted: rgba(255, 255, 255, 0.72);
	--af-font: "Nunito", "Poppins", sans-serif;
	--af-display: "Rajdhani", "Nunito", sans-serif;
	position: relative;
	padding: 48px 0 36px;
	background: transparent;
	color: var(--af-text);
	font-family: var(--af-font);
}

.asmorix-footer__inner {
	width: min(1280px, calc(100% - 40px));
	margin: 0 auto;
}

.asmorix-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr 1fr;
	gap: 28px 32px;
	align-items: start;
}

.asmorix-footer__logo {
	display: inline-block;
	margin: 0 0 16px;
	line-height: 0;
}

.asmorix-footer__logo img {
	display: block;
	width: 180px;
	max-width: 100%;
	height: auto;
}

.asmorix-footer__about {
	margin: 0 0 18px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
	color: var(--af-muted);
}

.asmorix-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.asmorix-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #fff !important;
	text-decoration: none !important;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.asmorix-footer__social-link svg {
	width: 15px;
	height: 15px;
	display: block;
}

.asmorix-footer__social-link--fb { background: #1877f2; }
.asmorix-footer__social-link--ig { background: linear-gradient(45deg, #f58529, #dd2a7b 50%, #8134af); }
.asmorix-footer__social-link--li { background: #0a66c2; }
.asmorix-footer__social-link--x { background: #6b46c1; }

.asmorix-footer__social-link:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

.asmorix-footer__heading {
	margin: 0 0 12px;
	font-family: var(--af-display);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: #ffc91a;
}

.asmorix-footer__sub {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

.asmorix-footer__address {
	margin: 0 0 14px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
	color: var(--af-muted);
}

.asmorix-footer__meta {
	margin: 0;
	padding: 0;
	list-style: none;
}

.asmorix-footer__meta li {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--af-text);
}

.asmorix-footer__meta span {
	color: #fff;
	font-weight: 700;
	margin-right: 4px;
}

.asmorix-footer__meta a {
	color: var(--af-link) !important;
	text-decoration: none !important;
	font-weight: 600;
}

.asmorix-footer__meta a:hover {
	text-decoration: underline !important;
}

.asmorix-footer__courses {
	margin: 0;
	padding: 0;
	list-style: none;
}

.asmorix-footer__courses li {
	margin: 0 0 4px;
}

.asmorix-footer__courses a {
	color: var(--af-text) !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	transition: color 0.15s ease;
}

.asmorix-footer__courses a:hover {
	color: #ffc91a !important;
}

.asmorix-footer__rule {
	display: block !important;
	width: 100%;
	max-width: 100%;
	height: 0 !important;
	margin: 28px 0 0 !important;
	padding: 0 0 16px !important;
	border: 0 !important;
	border-top: 2px solid #f0a04b !important;
	background: transparent !important;
	opacity: 1 !important;
	box-sizing: border-box !important;
	clear: both;
}

.asmorix-footer__legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.asmorix-footer__legal-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
}

.asmorix-footer__legal-nav a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.asmorix-footer__legal-nav a:hover {
	color: #ffc91a;
	text-decoration: underline;
}

.asmorix-footer__legal-nav span {
	color: rgba(255, 255, 255, 0.45);
	font-size: 13px;
}

.asmorix-footer__copy {
	margin: 0;
	color: var(--af-muted);
	font-size: 13px;
	line-height: 1.5;
}

.asmorix-footer__seo {
	margin-top: 28px;
	margin-bottom: 0;
}

.asmorix-footer__seo p {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
	color: var(--af-muted);
}

.asmorix-footer__seo p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1100px) {
	.asmorix-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 28px 24px;
	}
}

@media (max-width: 640px) {
	.asmorix-footer {
		padding: 36px 0 28px;
	}
	.asmorix-footer__inner {
		width: min(100% - 28px, 1280px);
	}
	.asmorix-footer__grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}
	.asmorix-footer__heading {
		font-size: 20px;
	}
}
