/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2026 | 06:12:00 */
.footer-widget-area .menu {
	display: block;
    column-count: 3;
	font-size: 20px;
}

.footer-widget-area .sub-menu {
	margin-left: 0;
}

.footer-widget-area .menu > .menu-item {
	break-inside: avoid;
}

.footer-widget-area .menu > .menu-item > a {
	font-weight: bold;
}

@media (max-width: 768px) {
	.footer-widget-area .menu {
		column-count: 1;
	}
}