/* MR Grup logosu — orijinal renkler (filtre yok) */
img[src="MR_Grup_Logo.png"] {
    height: 32px !important;
    width: auto !important;
    filter: none !important;
    transform: scale(2.0) !important;
    transform-origin: top left !important;
    max-width: 150px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.nav_logo_img {
    height: 32px !important;
    width: auto !important;
    filter: none !important;
    transform: scale(2.0) !important;
    transform-origin: top left !important;
    max-width: 150px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    transition: all 0.3s ease !important;
}

.nav_logo_img:hover, img[src="MR_Grup_Logo.png"]:hover {
    transform: scale(2.1) !important;
    filter: none !important;
    opacity: 0.95 !important;
}

/* Navigation logo için biraz daha yüksek */
.nav_wrap {
    height: auto !important;
    min-height: 40px !important;
    padding: 3px 0 !important;
}

.nav_item {
    height: auto !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.nav_link_wrap {
    height: auto !important;
    min-height: 30px !important;
    display: flex !important;
    align-items: center !important;
}

.nav_link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1px 3px !important;
    line-height: 1 !important;
}
