.footer-wrapper-232 {
	padding: 40px 0;
	background-color: #2c3e50; /* Fallback */
	color: #ecf0f1;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	overflow: hidden;
}

.footer-container-232 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.footer-content-left-232, .footer-content-right-232 {
	flex: 1 1 100%;
}

@media (min-width: 768px) {
	.footer-content-left-232 {
		flex: 1 1 50%;
		text-align: left;
	}
	.footer-content-right-232 {
		flex: 1 1 50%;
		text-align: right;
	}
}

.footer-copyright-232 {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 5px;
	opacity: 0.9;
}

.footer-email-232 {
	font-size: 14px;
	margin-bottom: 15px;
}

.footer-email-232 a {
	text-decoration: none;
	color: inherit;
	transition: opacity 0.3s;
}

.footer-email-232 a:hover {
	opacity: 0.7;
}

@media (min-width: 768px) {
	.footer-copyright-232 {
		margin-bottom: 5px;
	}
	.footer-email-232 {
		margin-bottom: 0;
	}
}

.footer-links-232 {
	display: inline-block;
}

.footer-menu-232 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

@media (min-width: 768px) {
	.footer-menu-232 {
		align-items: flex-end;
	}
}

.footer-menu-232 li {
	margin: 0;
}

.footer-menu-232 a {
	text-decoration: none;
	color: inherit;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
}

.footer-menu-232 a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -4px;
	left: 0;
	background-color: currentColor;
	transition: width 0.3s ease;
	opacity: 0.7;
}

.footer-menu-232 a:hover:after {
	width: 100%;
}

@media (max-width: 767px) {
	.footer-container-232 {
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}
	.footer-menu-232 {
		align-items: center;
	}
}