.floating-telegram-icon{position:fixed;bottom:20px;right:20px;background-color:#0088cc;color:white;width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:30px;box-shadow:0 4px 10px rgba(0,0,0,.3);z-index:1000;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;text-decoration:none;animation:pulse-telegram 2s infinite}.floating-telegram-icon:hover{transform:scale(1.1);color:white;box-shadow:0 6px 15px rgba(0,0,0,.4)}@keyframes pulse-telegram{0%{box-shadow:0 0 0 0 rgba(0,136,204,.7)}70%{box-shadow:0 0 0 15px rgba(0,136,204,0)}to{box-shadow:0 0 0 0 rgba(0,136,204,0)}}@media (max-width:768px){.floating-telegram-icon{bottom:100px;right:15px;width:50px;height:50px;font-size:25px}}