  /* Dil Seçici Konteyner */
  .custom-lang-selector {
    position: relative;
    display: inline-block;
    font-family: 'Jost', sans-serif;
    letter-spacing: -0.3px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 14px;
}

/* Dil Seçim Butonu */
.custom-lang-button {
    padding: 5px 12px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    align-items: center;
    color: #010101;
}

.custom-lang-button img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

/* Dil Seçim Menüsü (Başlangıçta gizli) */
.custom-lang-menu {
    display: none;
    position: absolute;
    color: #010101;
    min-width: 128px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #00000069;
    z-index: 1;
    top: 100%;
    left: 0;
}

.custom-lang-menu img {
    margin-right: 5px;
}


.custom-lang-menu a {            
    color: #dbd4d4;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.custom-lang-menu a:hover {
    background-color: #00000061;
}

/* Menüdeki Öğeleri Görüntülemek */
.custom-lang-selector:hover .custom-lang-menu {
    display: block;
}
