.custom-lang-switcher {
    position: fixed;
    top: 80px;
    right: 12px;
    z-index: 999;
}

.lang-dropdown a.active-lang {
    background: #fff6e5;
    color: #975f00;
    font-weight: 700;
}

.lang-btn {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.lang-dropdown {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    padding: 0.5rem;
    min-width: 150px;
}

.lang-dropdown.show {
    display: block;
}

.lang-dropdown a {
    display: block;
    padding: 0.5rem 0.8rem;
    color: #333;
    text-decoration: none;
    font-size: 0.85rem;
    border-radius: 8px;
}

.lang-dropdown a:hover {
    background: #fff6e5;
    color: #975f00;
}

/* Google widget default banner/iframe hide karanna */
.goog-te-banner-frame, .skiptranslate {
    display: none !important;
}