#sec-0nfahtpkmsbd {
	background-color: white;
}

section[data-module="footer"] .engreen-footer {
	position: relative;
	overflow: hidden;
	background-color: #d2c8c3;
	border-radius: 120px 120px 0 0;
	padding: 60px 10% 45px;
	color: #156082;
	font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	z-index: 5;
}

section[data-module="footer"] .engreen-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('/wp-content/uploads/2026/04/footer-bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 100%;
	opacity: 0.35;
	pointer-events: none;
	z-index: 0;
}

section[data-module="footer"] .engreen-footer * {
	box-sizing: border-box;
}

section[data-module="footer"] .engreen-footer a,
section[data-module="footer"] .engreen-footer p,
section[data-module="footer"] .engreen-footer span {
	font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
}

section[data-module="footer"] .engreen-footer-inner {
	position: relative;
	z-index: 1;
	max-width: 1520px;
	margin: 0 auto;
}

section[data-module="footer"] .footer-top {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 30px;
}

section[data-module="footer"] .footer-social-wrap {
	display: flex;
	align-items: center;
}

section[data-module="footer"] .footer-social {
	display: flex;
	align-items: center;
	gap: 18px;
}

section[data-module="footer"] .footer-social a {
	width: 40px;
	height: 40px;
	border: 1px solid #156082;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #156082;
	text-decoration: none;
	font-size: 24px;
	line-height: 1;
}

section[data-module="footer"] .footer-social i {
	font-family: "Font Awesome 5 Brands" !important;
	font-weight: 400 !important;
}

section[data-module="footer"] .footer-logo img {
	width: 215px;
	height: auto;
	display: block;
}

section[data-module="footer"] .footer-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 35px;
}

section[data-module="footer"] .footer-menu a,
section[data-module="footer"] .footer-bottom a {
	color: #156082;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
}

section[data-module="footer"] .footer-caction-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

section[data-module="footer"] .footer-caction-logo img {
	width: 145px;
	height: auto;
	display: block;
}

section[data-module="footer"] .footer-caction-logo-mobile {
	display: none;
}

section[data-module="footer"] .footer-line {
	width: 100%;
	height: 1px;
	margin: 20px 0 20px;
	background: linear-gradient(90deg, #7cbc4a 0%, #37c2e3 100%);
}

section[data-module="footer"] .footer-bottom {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 30px;
}

section[data-module="footer"] .footer-bottom p {
	margin: 0;
	color: #156082;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

section[data-module="footer"] .footer-bottom a {
	justify-self: end;
}

section[data-module="footer"] .engreen-footer a {
	transition: all 0.3s ease;
}

section[data-module="footer"] .engreen-footer a:hover,
section[data-module="footer"] .engreen-footer a:hover i {
	color: #ffffff;
	border-color: #ffffff;
}

@media (max-width: 991px) {
	section[data-module="footer"] .engreen-footer {
		border-radius: 60px 60px 0 0;
		padding: 60px 25px 35px;
	}

	section[data-module="footer"] .engreen-footer::before {
		background-size: auto 70%;
		opacity: 0.28;
	}

	section[data-module="footer"] .footer-top,
	section[data-module="footer"] .footer-bottom {
		grid-template-columns: 1fr;
		text-align: center;
	}

	section[data-module="footer"] .footer-social-wrap,
	section[data-module="footer"] .footer-social,
	section[data-module="footer"] .footer-menu {
		justify-content: center;
	}

	section[data-module="footer"] .footer-menu {
		flex-wrap: wrap;
		gap: 20px;
	}

	section[data-module="footer"] .footer-logo img {
		width: 190px;
		margin: 0 auto;
	}

	section[data-module="footer"] .footer-caction-logo img {
		width: 135px;
	}

	section[data-module="footer"] .footer-bottom a {
		justify-self: center;
	}
}

@media (max-width: 767px) {
	section[data-module="footer"] .footer-top {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	section[data-module="footer"] .footer-logo {
		order: 1;
	}

	section[data-module="footer"] .footer-social-wrap {
		order: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 18px;
	}

	section[data-module="footer"] .footer-social {
		justify-content: center;
	}

	section[data-module="footer"] .footer-caction-logo-desktop {
		display: none;
	}

	section[data-module="footer"] .footer-caction-logo-mobile {
		display: flex;
	}

	section[data-module="footer"] .footer-caction-logo-mobile img {
		width: 120px;
		height: auto;
		display: block;
	}

	section[data-module="footer"] .footer-menu {
		order: 3;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}

	section[data-module="footer"] .footer-line {
		margin: 26px 0 24px;
	}

	section[data-module="footer"] .footer-bottom {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	section[data-module="footer"] .footer-bottom > div {
		display: none;
	}

	section[data-module="footer"] .footer-bottom p {
		order: 1;
	}

	section[data-module="footer"] .footer-bottom a {
		order: 2;
	}
}