/* Dil Seçici Stilleri */
.language-selector {
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 9998;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 5px 15px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.language-selector i {
    color: #555;
    margin-right: 5px;
}

/* Google Translate Widget Stilleri */
.goog-te-gadget {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.9rem !important;
    color: #333 !important;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    display: inline-block;
}

/* Dil seçici açılır menüsü */
.goog-te-menu-frame {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.goog-te-menu2 {
    border: none !important;
    padding: 5px !important;
    border-radius: 8px !important;
}

.goog-te-menu-value {
    color: #333 !important;
    text-decoration: none !important;
}

.goog-te-menu-value span {
    text-decoration: none !important;
    color: #333 !important;
}

.goog-te-gadget img {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .language-selector {
        bottom: 70px;
        left: 10px;
        padding: 3px 10px;
        font-size: 0.8rem;
    }

    .language-selector select {
        font-size: 0.8rem;
        padding: 3px;
    }
}
