/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2025 | 18:54:05 */
.footer {
	padding: 40px 20px;
	font-family: sans-serif;
	background-color: transparent;
	color: inherit;
	display: flex;
	flex-direction: column;
	/* Stack .footer-container and .footer-logo vertically */
	align-items: center;
	width: 100%;
	min-height: 200px;
	overflow-x: hidden;
}
.footer * {
	box-sizing: border-box;
}
.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	width: 100%;
	gap: 40px;
	margin: 0 auto;
}
.footer-section {
	flex: 1 1 200px;
	min-width: 180px;
	max-width: 220px;
	text-align: left;
	padding: 0 10px;
}
.footer-section h3 {
	font-size: 0.9rem;
	margin-bottom: 10px;
	border-bottom: 1px solid currentColor;
	padding-bottom: 5px;
}
.footer-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-section li {
	margin: 6px 0;
}
.footer-section a {
	text-decoration: none;
	transition: color 0.2s;
	font-size: 0.8rem;
}
.footer-section a:hover {
	color: rgb(215, 24, 101);
}
@media (max-width: 768px) {
	.footer-section {
		flex: 1 1 100%;
		max-width: none;
		text-align: left;
	}
}
/* Optional: reset WordPress layout wrappers */
.wp-block-group.alignfull.has-global-padding.is-layout-constrained {
	display: block;
	padding-left: 0;
	padding-right: 0;
}
/* Footer logo and copyright */
.footer-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 2rem;
	padding-top: 1rem;
	/* border-top: 1px solid #ccc; */
	width: 100%;
}
.footer-logo img {
	width: 100%;
	max-width: 150px;
	height: auto;
	margin-bottom: 0.5rem;
}
.footer-logo p {
	font-size: 0.9rem;
	color: #666;
	margin: 0;
	padding: 0.5rem 1rem;
	line-height: 1.4;
}
