.lang-switcher-fixed{position:fixed;top:15px;right:20px;z-index:10000;display:flex;align-items:center;gap:8px;padding:12px 20px;background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);border-radius:50px;box-shadow:0 4px 20px rgb(0 0 0 / .15);transition:all 0.3s ease;text-decoration:none;border:1px solid rgb(0 0 0 / .08)}.lang-switcher-fixed:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgb(0 0 0 / .2);background:rgb(255 255 255);text-decoration:none}.lang-switcher-fixed .flag-icon{width:24px;height:24px;border-radius:50%;flex-shrink:0;box-shadow:0 2px 8px rgb(0 0 0 / .15)}.lang-switcher-fixed .lang-text{font-size:14px;font-weight:600;color:#333;letter-spacing:.5px;text-transform:uppercase}@media (max-width:991.99px){.lang-switcher-fixed{display:none}}@media (max-width:768px){.lang-switcher-fixed{display:none}.lang-switcher-fixed .flag-icon{width:20px;height:20px}.lang-switcher-fixed .lang-text{font-size:13px}}@media (max-width:480px){.lang-switcher-fixed{display:none}.lang-switcher-fixed .lang-text{display:none}}