.floating-chat-buttons{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;gap:14px;z-index:9999}.floating-chat-buttons .chat-btn{width:60px;height:60px;border-radius:999px;display:flex;align-items:center;justify-content:center;text-decoration:none!important;box-shadow:0 10px 24px rgba(0,0,0,0.18);transition:transform 0.2s ease,box-shadow 0.2s ease}.floating-chat-buttons .chat-btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,0,0,0.22)}.floating-chat-buttons .chat-icon{width:28px;height:28px;color:#ffffff;display:block}.floating-chat-buttons .messenger-btn{background:#2563EB}.floating-chat-buttons .whatsapp-btn{background:#16A34A}@media (max-width:767px){.floating-chat-buttons{right:14px;bottom:14px}.floating-chat-buttons .chat-btn{width:54px;height:54px}.floating-chat-buttons .chat-icon{width:25px;height:25px}}