.main-footer {
	background-color: #9BAEC2;
	color: #999999;
	margin-top: 40px;
}

.home .main-footer {
	margin-top: 0;
}

.main-menu-footer .menu-footer {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 40px 0;
}

.main-menu-footer .menu-footer .menu-item a {
	display: block;
	font-size: 18px;
	padding: 10px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.main-menu-footer .menu-footer .menu-item a:hover {
	color: #FFFFFF;
}

.main-footer .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.bottom {
	background-color: #9BAEC2;
	border-top: solid 0.5px rgba(255, 255, 255, 0.5);
	color: #FFFFFF;
	padding: 15px 0;
}
.bottom .bottom-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px;
}

.bottom p{
	color: #fff;
	font-size: 14px;
}
.footer-col {
    margin: 60px 0;
		color: #fff;
}
footer.main-footer {
    position: relative;
    overflow: hidden;
}

footer.main-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-image: url(/wp-content/uploads/2025/11/601444f1-e1cc-4ba6-954d-947adafc84c8.png);
    background-size: 100%;
    margin-top: -5%;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: 0.15;
}

.footer-center-col, .footer-right-col {
	border-left: 0.5px solid #FFF;
	padding-left: 2rem;
	margin-left: 2rem;
}
.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 300px;
	color: #fff;
}
.footer-contact span {
	font-size: 15px;
	line-height: 1.3;
}
.footer-contact a {
	text-decoration: none;
}
.footer-contact a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
  footer.main-footer{padding-top:3rem}
	.bottom .bottom-wrap{
    text-align:center;
		flex-direction: column;
		gap: 10px;
	}
	footer.main-footer:after {
    display:none;
		top: 20px;
	}
	.footer-col{
margin: 10px 0;
        text-align: center;
        border: none;
        padding-inline: initial;
	}
}

@media (max-width: 640px) {
	.main-footer .flex {
		flex-direction: column;
		gap: 16px;
	}

	.main-menu-footer .menu-footer {
		padding: 20px 0;
	}
}
