.navbar {
    background-color: rgba(0, 0, 0, 0.6) !important; /* koyu saydam siyah */
}

.blur_bck {
 background-color: rgba(0, 0, 0, 0.6) !important;
}

.iletisim_yazi {
    color: whitesmoke;
    font-size: 12px;
}

/* Tüm nav linkleri beyaz */
.navbar .nav-link {
    color: rgb(255, 255, 255) !important;
    transition: color 0.3s ease;
}

.navbar .nav-item {
    font-size: 18px;
    margin: 10px;
}

/* Üzerine gelindiğinde #EA110C */
.navbar .nav-link:hover {
    color: #EA110C !important;
}

/* Dropdown menü beyaz yazı + hover rengi */
.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
}
.dropdown-item {
    color: white !important;
    transition: color 0.3s ease;
}
.dropdown-item:hover {
    color: #EA110C !important;
    background-color: transparent !important;
}

.navbar-brand {
    color: white;
}

.navbar-logo {
    height: 64px;
    width: auto;
}

@media (max-width: 576px) {
    .navbar-logo {
        height: 52px;
    }
}

/* Hamburger (toggler) ikonu beyaz */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.fiyat-al {
    background-color: #EA110C;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}
