/* Mega menü stilleri için ek düzenlemeler */
.mega-menu .menu-items > li > a {
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none;
}

.mega-menu .menu-items > li.has-dropdown > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
}

.mega-menu .menu-items > li.current-menu-item > a,
.mega-menu .menu-items > li.current-menu-parent > a {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Kategori başlıkları için link stilleri */
.mega-dropdown .category-column h4 a {
    color: #2a395a;
    text-decoration: none;
    display: block;
    padding: 0 0 5px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

.mega-dropdown .category-column h4 a:hover {
    color: #dc3545;
    border-bottom-color: #dc3545;
}
