/*Main Settings Animation and Custom CSS Start*/span.wpmm-mega-menu-label.wpmm_depth_first,
	 span.wpmm-mega-menu-label.wpmm_depth_last{
	 	animation-duration:1s;
	 animation-delay:s;
	 animation-iteration-count:1;
	 -webkit-animation-duration:1s;
	 -webkit-animation-delay:s;
	 -webkit-animation-iteration-count:1;
	}.wp-megamenu-main-wrapper .wpmm-mega-menu-icon{
	 	font-size:13px;
	 }/* استایل مگا منو */
.mega-menu {
    display: flex;
    justify-content: space-between;
    background-color: #f7f7f7;
    padding: 10px;
}

.mega-menu-column {
    width: 30%;
    padding: 10px;
}

.mega-menu-column h3 {
    font-size: 18px;
    color: #333;
}

.mega-menu-column ul {
    list-style-type: none;
    padding: 0;
}

.mega-menu-column ul li {
    margin-bottom: 10px;
}

.mega-menu a {
    text-decoration: none;
    color: #333;
}

/* افکت شناور */
.mega-menu a:hover {
    color: #007bff;
}
/*Custom CSS End*/