/*
Theme Name: RáczLawFirm
Author: SciArt Agency
Description: Egyedi tervezésű téma a Rácz Ügyvédi Iroda számára
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.floating-lang-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.20);
    transition: transform .2s ease, box-shadow .2s ease;
    text-decoration: none;
}

.floating-lang-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 4px 16px rgba(0,0,0,.28);
}

.floating-lang-btn img {
    border-radius: 50%;
    display: block;
}