.language-selector{position:fixed;bottom:20px;right:20px;z-index:2000}.language-button{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#007eae,#009fd6);border:3px solid #ffffff33;border-radius:50%;color:#fff;cursor:pointer;box-shadow:0 6px 20px #00000040;transition:all .3s ease}.language-button:hover{background:linear-gradient(135deg,#009fd6,#007eae);transform:scale(1.1) rotate(8deg);box-shadow:0 8px 25px #00000059}.flag-svg{width:28px;height:28px;border-radius:50%;box-shadow:0 2px 8px #00000040}.active-indicator{position:absolute;top:-6px;right:-6px;width:14px;height:14px;background-color:#10b981;border-radius:50%;border:2px solid white;animation:pulse 2s infinite}.language-dropdown{position:absolute;right:70px;bottom:0;width:240px;background:#fff;border-radius:14px;box-shadow:0 12px 30px #00000040;border:1px solid rgba(0,126,174,.25);overflow:hidden;opacity:0;visibility:hidden;transition:all .3s ease;transform:translateY(0)}.language-dropdown.active{opacity:1;visibility:visible}.dropdown-header{background:linear-gradient(135deg,#007eae,#009fd6);padding:12px 16px;color:#fff}.dropdown-header-content{display:flex;align-items:center;justify-content:center;gap:85px}.dropdown-header h3{font-size:16px;font-weight:600}.dropdown-content{padding:8px;background:#f9fafb}.language-option{display:flex;align-items:center;width:100%;padding:10px 12px;margin-bottom:6px;border-radius:8px;background-color:#fff;color:#333;border:none;cursor:pointer;transition:all .25s ease}.language-option:hover{background:#007eae1a;transform:translate(4px)}.language-option.active{background:#007eae26;border:1px solid rgba(0,126,174,.3)}.option-flag{margin-right:12px}.option-flag svg{width:24px;height:24px;border-radius:4px;box-shadow:0 1px 3px #00000026}.option-text{flex:1;font-size:14px;font-weight:500}.checkmark{width:16px;height:16px;color:#10b981}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.6}}@media (max-width: 768px){.language-button{width:50px;height:50px}.flag-svg{width:30px;height:30px}.language-dropdown{right:70px;width:200px}.dropdown-header-content{display:flex;align-items:center;justify-content:center;gap:30px}.dropdown-header h3,.option-text{font-size:15px}}@media (max-width: 480px){.language-button{width:50px;height:50px}.flag-svg{width:30px;height:30px}.language-dropdown{right:60px;width:180px}.option-text{font-size:14px}@media (max-width: 350px){.language-selector{right:10px;bottom:10px}.language-dropdown{right:60px}}}
