/**
 * Footer — parity with YouMind_Final_Design (1).html (.mscore-widget-shell scope).
 */

.mscore-widget-shell .site-footer {
	background: var(--ym-bg-deep, #020f1a);
	border-top: 1px solid rgba(102, 252, 241, 0.08);
	padding: 80px 0 40px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.mscore-widget-shell .site-footer .container {
	box-sizing: border-box;
	width: 100%;
}

.mscore-widget-shell .site-footer .footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 56px;
}

.mscore-widget-shell .site-footer .footer-brand .brand {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	text-decoration: none;
	color: var(--ym-white, #f0f8ff);
	font-weight: 800;
	font-size: 20px;
	letter-spacing: -0.02em;
}

.mscore-widget-shell .site-footer .footer-brand .brand .reg {
	color: var(--ym-teal, #66fcf1);
	font-size: 11px;
	vertical-align: super;
	margin-left: -2px;
}

.mscore-widget-shell .site-footer .footer-brand .brand .mark svg {
	color: var(--ym-teal, #66fcf1);
}

.mscore-widget-shell .site-footer .footer-brand .brand .mark img.brand-logo-img {
	display: block;
	max-height: 28px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.mscore-widget-shell .site-footer .footer-brand > p {
	font-size: 13.5px;
	color: var(--ym-muted, #9cb1c9);
	line-height: 1.65;
	max-width: 320px;
	margin: 0 0 24px;
}

.mscore-widget-shell .site-footer .footer-social {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.mscore-widget-shell .site-footer .footer-social a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(102, 252, 241, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ym-muted, #9cb1c9);
	transition: border-color 0.2s, color 0.2s;
	text-decoration: none;
	box-sizing: border-box;
	flex-shrink: 0;
}

.mscore-widget-shell .site-footer .footer-social a:hover {
	border-color: var(--ym-teal, #66fcf1);
	color: var(--ym-teal, #66fcf1);
}

.mscore-widget-shell .site-footer .footer-social svg {
	display: block;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.mscore-widget-shell .site-footer .footer-col .footer-col-title {
	font-size: 11px;
	font-weight: 700;
	color: var(--ym-teal, #66fcf1);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin: 0 0 18px;
	padding: 0;
}

.mscore-widget-shell .site-footer .footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.mscore-widget-shell .site-footer .footer-col a {
	font-size: 13.5px;
	color: var(--ym-muted, #9cb1c9);
	transition: color 0.2s;
	text-decoration: none;
}

.mscore-widget-shell .site-footer .footer-col a:hover {
	color: var(--ym-white, #f0f8ff);
}

.mscore-widget-shell .site-footer .footer-bottom {
	width: 100% !important;
	padding-top: 32px;
	border-top: 1px solid rgba(102, 252, 241, 0.1);
	display: block;
	text-align: center;
}

.mscore-widget-shell .site-footer .footer-bottom p {
	font-size: 12.5px;
	color: var(--ym-muted-deep, #6b8cae);
	margin: 0;
	max-width: 100%;
	text-align: center;
}

@media (max-width: 1100px) {
	.mscore-widget-shell .site-footer .footer-grid {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 24px;
	}

	.mscore-widget-shell .site-footer .footer-brand {
		grid-column: 1 / -1;
	}

	.mscore-widget-shell .site-footer {
		padding: 64px 0 32px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.mscore-widget-shell .site-footer .footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 24px 28px;
	}

	/* Put Quick Link on its own clean row on tablet. */
	.mscore-widget-shell .site-footer .footer-grid > .footer-col:nth-child(4) {
		grid-column: 1 / -1;
	}
}

@media (max-width: 860px) {
	.mscore-widget-shell .site-footer .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mscore-widget-shell .site-footer .footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 20px 24px;
		margin-bottom: 32px;
	}

	.mscore-widget-shell .site-footer .footer-brand {
		grid-column: 1 / -1;
	}

	.mscore-widget-shell .site-footer .footer-grid > .footer-col:nth-child(4) {
		grid-column: 1 / -1;
	}

	.mscore-widget-shell .site-footer .footer-brand > p {
		max-width: 100%;
	}

	.mscore-widget-shell .site-footer .footer-col ul {
		gap: 8px;
	}

	.mscore-widget-shell .site-footer .footer-col a {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.mscore-widget-shell .site-footer .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.mscore-widget-shell .site-footer .footer-grid {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-bottom: 28px;
	}

	.mscore-widget-shell .site-footer .footer-brand,
	.mscore-widget-shell .site-footer .footer-col {
		grid-column: auto;
	}

	.mscore-widget-shell .site-footer .footer-col .footer-col-title {
		margin-bottom: 12px;
	}

	.mscore-widget-shell .site-footer .footer-bottom {
		display: block;
		padding-top: 20px;
	}
}

.elementor-widget-mindscale_footer .elementor-widget-container,
.elementor-widget-mindscale_footer {
	overflow: visible !important;
}
