/* Mobil Menü Özelleştirmeleri */

/* Mobil menü arkaplan rengini beyaz yap */
.mean-container .mean-bar {
    background: #ffffff !important;
    border-bottom: 1px solid #e0e3ed;
}

.mean-container .mean-nav {
    background: #ffffff !important;
}

/* Mobil menü link renkleri - koyu yazı rengi */
.mean-container .mean-nav ul li a {
    color: #070337 !important;
    border-top: 1px solid #e0e3ed !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Mobil menü link hover efekti */
.mean-container .mean-nav ul li a:hover {
    background: #f8f9fa;
    color: #ff5e14 !important;
}

/* Mobil menü active/seçili item */
.mean-container .mean-nav ul li a.mean-expand {
    color: #070337 !important;
    background: transparent !important;
}

/* Hamburger icon çizgileri - koyu renk */
.mean-container a.meanmenu-reveal span {
    background: #070337 !important;
}

/* Mobil menü için "active" sınıfına sahip linkleri vurgula */
.mean-container .mean-nav ul li.active > a {
    background: #ff5e14;
    color: #ffffff !important;
}

/* Alt menü indentasyonları */
.mean-container .mean-nav ul li li a {
    padding-left: 10% !important;
    background: #f8f9fa;
}

.mean-container .mean-nav ul li li li a {
    padding-left: 15% !important;
}
