.chatbox-icon{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#FFAF1A;color:white;font-size:28px;text-align:center;line-height:60px;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,0.3);text-decoration:none;z-index:9999;transition:transform 0.3s ease,background-color 0.3s ease}.chatbox-icon:hover{background-color:#e99c0c;transform:scale(1.1) translateY(-5px);cursor:pointer}