.floating-call-button{position:fixed;bottom:20px;right:20px;z-index:9999;background-color:#0047ff;color:white;width:60px;height:60px;border-radius:50%;text-align:center;font-size:26px;box-shadow:0 4px 10px rgba(0,0,0,0.3);display:flex;align-items:center;justify-content:center;transition:background-color 0.3s}.floating-call-button:hover{background-color:rgb(0,60,225)}.floating-call-button i{pointer-events:none}html,body{overflow-x:hidden!important}