.lang-switcher {
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.lang-switcher img {
    border: 2px solid rgba(29, 136, 255, 0.3);
    transition: all 0.3s ease;
}

.lang-switcher:hover img {
    border-color: #1d88ff;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(29, 136, 255, 0.5);
}