/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#footer.footer-wrapper {
	--edu-footer-red: #dd3333;
	--edu-footer-dark: #070101;
	--edu-footer-ink: #f7f7f7;
	--edu-footer-muted: rgba(255, 255, 255, 0.76);
	--edu-footer-line: rgba(255, 255, 255, 0.12);
	background: #202020;
}

#footer .footer-1 {
	position: relative;
	overflow: hidden;
	padding: 42px 0 36px;
	background:
		radial-gradient(circle at 18% 0%, rgba(221, 51, 51, 0.24), transparent 34%),
		linear-gradient(135deg, #070101 0%, #160303 54%, #090909 100%) !important;
	border-top: 1px solid rgba(221, 51, 51, 0.28);
}

#footer .footer-1::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(221, 51, 51, 0.9), transparent);
}

#footer .footer-1 .row {
	display: grid !important;
	grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(150px, 1fr));
	align-items: center;
	gap: 22px;
	max-width: 1120px;
	padding-right: 18px;
	padding-left: 18px;
}

#footer .footer-1 .col {
	width: auto;
	max-width: none;
	flex-basis: auto;
	padding: 0;
}

#footer .footer-1 .widget,
#footer .footer-1 .widget p {
	margin: 0;
}

#footer .footer-1 .widget a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 90px;
	padding: 16px 18px;
	border: 1px solid var(--edu-footer-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.055);
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

#footer .footer-1 .widget a:hover,
#footer .footer-1 .widget a:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(221, 51, 51, 0.52);
	background: rgba(255, 255, 255, 0.085);
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
}

#footer .footer-1 .widget img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

#footer .footer-1 #block-5 a {
	justify-content: flex-start;
	min-height: 92px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

#footer .footer-1 #block-5 a:hover,
#footer .footer-1 #block-5 a:focus-visible {
	transform: none;
	background: transparent;
	box-shadow: none;
}

#footer .footer-1 #block-5 img {
	max-width: 240px;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.34));
}

#footer .footer-1 #block-12 a {
	max-width: 220px;
	min-height: 72px;
	margin: 0 auto;
	border-color: rgba(83, 229, 129, 0.32);
	background: linear-gradient(135deg, rgba(29, 169, 79, 0.96), rgba(85, 210, 112, 0.96));
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
	box-shadow: 0 16px 34px rgba(25, 159, 74, 0.24);
}

#footer .footer-1 #block-12 a:hover,
#footer .footer-1 #block-12 a:focus-visible {
	border-color: rgba(255, 255, 255, 0.42);
	background: linear-gradient(135deg, #1ead56, #63de7b);
}

#footer .footer-1 #block-9 img {
	max-height: 62px;
}

#footer .footer-1 #block-11 img {
	max-height: 58px;
}

#footer .absolute-footer {
	padding: 24px 0 14px;
	color: var(--edu-footer-ink);
	background:
		linear-gradient(180deg, #2d2d2d 0%, #242424 100%) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#footer .absolute-footer .container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	max-width: 1120px;
}

#footer .absolute-footer .footer-primary,
#footer .absolute-footer .footer-secondary {
	float: none;
	width: auto;
}

#footer .absolute-footer .footer-primary {
	grid-column: 1;
	grid-row: 1;
	text-align: left;
}

#footer .absolute-footer .footer-secondary {
	grid-column: 2;
	grid-row: 1;
	text-align: right;
}

#footer .absolute-footer .copyright-footer {
	color: var(--edu-footer-ink);
	font-size: 13px;
	line-height: 1.65;
}

#footer .absolute-footer .copyright-footer > div {
	margin-top: 8px !important;
	color: var(--edu-footer-muted);
}

#footer .absolute-footer .copyright-footer a {
	display: inline-flex;
	align-items: center;
	margin-left: 6px;
	vertical-align: middle;
	opacity: 0.92;
	transition: opacity 180ms ease, transform 180ms ease;
}

#footer .absolute-footer .copyright-footer a:hover,
#footer .absolute-footer .copyright-footer a:focus-visible {
	opacity: 1;
	transform: translateY(-1px);
}

#footer .absolute-footer .copyright-footer img {
	width: auto;
	max-width: 112px;
	height: auto;
	max-height: 24px;
}

#footer .edu-footer-credit-final {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 20px 18px;
	background: #242424;
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
}

#footer .edu-footer-credit-final a {
	display: inline-flex;
	align-items: center;
	opacity: 0.9;
	transition: opacity 180ms ease, transform 180ms ease;
}

#footer .edu-footer-credit-final a:hover,
#footer .edu-footer-credit-final a:focus-visible {
	opacity: 1;
	transform: translateY(-1px);
}

#footer .edu-footer-credit-final img {
	display: block;
	width: auto;
	height: 26px;
	object-fit: contain;
}

#footer .absolute-footer .footer-text {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

#footer .absolute-footer .footer-text a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

#footer .absolute-footer .footer-text a:hover,
#footer .absolute-footer .footer-text a:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

#footer .absolute-footer .footer-text img {
	display: block;
	width: auto !important;
	max-width: 168px;
	height: auto !important;
	max-height: 46px;
	object-fit: contain;
}

#footer .absolute-footer .edu-footer-trust {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex-wrap: wrap;
}

#footer .absolute-footer .edu-footer-trust > span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 255, 255, 0.86);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

#footer .absolute-footer .edu-footer-trust > span::before {
	content: "";
	width: 7px;
	height: 7px;
	margin-right: 7px;
	border-radius: 50%;
	background: #26c96f;
	box-shadow: 0 0 0 4px rgba(38, 201, 111, 0.12);
}

#footer #top-link {
	right: 22px;
	bottom: 22px;
	border-color: rgba(255, 255, 255, 0.62);
	background: rgba(34, 34, 34, 0.68);
	color: #fff;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

@media only screen and (max-width: 849px) {
	#footer .footer-1 {
		padding: 36px 0 30px;
	}

	#footer .footer-1 .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	#footer .footer-1 #block-5 {
		grid-column: 1 / -1;
	}

	#footer .footer-1 #block-5 a {
		justify-content: center;
	}

	#footer .absolute-footer .container {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}

	#footer .absolute-footer .footer-primary,
	#footer .absolute-footer .footer-secondary {
		width: 100%;
		text-align: center;
	}

	#footer .absolute-footer .footer-text {
		justify-content: center;
	}

	#footer .absolute-footer .edu-footer-trust {
		justify-content: center;
	}
}

.edu-fast-products__items > .row + .row {
	margin-top: 18px;
}

.edu-fast-products__sentinel {
	width: 1px;
	height: 1px;
}

.edu-fast-products__actions {
	min-height: 72px;
	margin: 20px 0 4px;
	text-align: center;
}

.edu-fast-products__load {
	min-width: 190px;
}

.edu-fast-products.is-loading .edu-fast-products__load {
	opacity: 0.72;
	pointer-events: none;
}

.edu-fast-products__status {
	min-height: 20px;
	margin-top: 8px;
	color: #555;
	font-size: 14px;
	line-height: 20px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	#footer .footer-1 {
		padding: 32px 0 28px;
	}

	#footer .footer-1 .row {
		grid-template-columns: 1fr;
		max-width: 390px;
		gap: 14px;
	}

	#footer .footer-1 .widget a {
		min-height: 76px;
		padding: 14px 16px;
	}

	#footer .footer-1 #block-5 a {
		min-height: 84px;
	}

	#footer .footer-1 #block-5 img {
		max-width: 230px;
	}

	#footer .footer-1 #block-12 a {
		max-width: 260px;
	}

	#footer .absolute-footer {
		padding: 22px 0 16px;
	}

	#footer .absolute-footer .container {
		padding-right: 18px;
		padding-left: 18px;
	}

	#footer .absolute-footer .footer-text {
		gap: 10px;
	}

	#footer .absolute-footer .footer-text a {
		flex: 1 1 138px;
		min-height: 54px;
		padding: 7px 9px;
	}

	#footer .absolute-footer .footer-text img {
		max-width: 142px;
		max-height: 42px;
	}

	#footer .absolute-footer .copyright-footer {
		font-size: 12.5px;
	}

	#footer .absolute-footer .copyright-footer > div {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		flex-wrap: wrap;
	}

	#footer .absolute-footer .copyright-footer a {
		margin-left: 0;
	}

	#footer .edu-footer-credit-final {
		gap: 7px;
		padding: 0 18px 76px;
		font-size: 10.5px;
	}

	#footer .edu-footer-credit-final img {
		height: 25px;
	}

	#footer #top-link {
		right: 16px;
		bottom: 18px;
	}


}
