.floating-widget-wrapper{z-index:9998;flex-direction:column;align-items:center;display:flex;position:fixed;bottom:24px;right:24px}.floating-trigger-btn{cursor:pointer;background:#fff;border:2px solid #25d366;border-radius:50%;outline:none;justify-content:center;align-items:center;width:64px;height:64px;padding:5px;transition:transform .3s,box-shadow .3s;animation:3s ease-in-out infinite floatBounce;display:flex;position:relative;box-shadow:0 6px 20px #25d3664d}.floating-trigger-btn:hover{transform:scale(1.08);box-shadow:0 8px 25px #25d36673}.floating-img{object-fit:cover;border-radius:50%;width:100%;height:100%}@keyframes floatBounce{0%{transform:translateY(0)}50%{transform:translateY(-9px)}to{transform:translateY(0)}}.floating-pill-menu{opacity:0;visibility:hidden;z-index:-1;background:#fff;border:1.5px solid #25d366;border-radius:40px;flex-direction:column;align-items:center;gap:16px;width:72px;padding:12px 8px 76px;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .35s cubic-bezier(.16,1,.3,1),visibility .35s;display:flex;position:absolute;bottom:0;transform:translateY(20px)scale(.9)}.floating-pill-menu.open{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.pill-option-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:6px;transition:transform .2s,background-color .2s;display:flex;position:relative}.pill-option-btn:hover{background-color:#f8fafc;transform:scale(1.12)}.option-icon-img{object-fit:contain;width:100%;height:100%}.default-icon{font-size:20px}.floating-trigger-btn.loading{border-color:#0000;animation:none}.main-btn-loading-ring{border:3px solid #25d366;border-color:#25d366 #25d366 #0000 #0000;border-radius:50%;animation:.8s linear infinite mainBtnSpin;position:absolute;inset:-4px}@keyframes mainBtnSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.unread-badge{color:#fff;z-index:10;background-color:#ff3b30;border-radius:11px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;font-weight:700;animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards popIn;display:flex;position:absolute;box-shadow:0 2px 6px #00000040}.main-badge{border:2px solid #fff;top:-2px;right:-2px}.pill-badge{top:-6px;right:-6px}@keyframes popIn{0%{transform:scale(0)}to{transform:scale(1)}}.whatsapp-popup-card{z-index:9999;background:#fff;border:1px solid #e2e8f0;border-radius:18px;width:310px;animation:.35s cubic-bezier(.16,1,.3,1) forwards waSlideUp;position:fixed;bottom:100px;right:24px;overflow:hidden;box-shadow:0 10px 30px #00000026}.wa-header{color:#fff;background:#075e54;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.wa-avatar-status{align-items:center;gap:10px;display:flex}.wa-avatar{background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.wa-title{font-size:14px;font-weight:700}.wa-subtitle{opacity:.85;font-size:11px}.wa-close-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:16px}.wa-body{background:#e5ddd5;min-height:90px;padding:16px}.wa-message-bubble{color:#111827;background:#fff;border-radius:12px 12px 12px 0;padding:10px 14px;font-size:13.5px;box-shadow:0 1px 3px #0000001a}.wa-footer{background:#f0f0f0;gap:8px;padding:10px;display:flex}.wa-input{border:1px solid #ccc;border-radius:20px;outline:none;flex:1;padding:8px 14px;font-size:13px}.wa-send-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}@keyframes waSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}#tawk-default-container{display:none!important}.messenger-popup-card{z-index:9999;background:#fff;border:1px solid #e2e8f0;border-radius:18px;width:calc(100vw - 32px);max-width:310px;animation:.35s cubic-bezier(.16,1,.3,1) forwards msSlideUp;position:fixed;bottom:100px;right:24px;overflow:hidden;box-shadow:0 10px 30px #0084ff33}.ms-header{color:#fff;background:linear-gradient(135deg,#0084ff 0%,#00c6ff 100%);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ms-avatar-status{align-items:center;gap:10px;display:flex}.ms-avatar{color:#0084ff;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.ms-title{font-size:14px;font-weight:700}.ms-subtitle{opacity:.9;font-size:11px}.ms-close-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:16px}.ms-body{background:#f3f4f6;min-height:90px;padding:16px}.ms-message-bubble{color:#111827;background:#fff;border-radius:12px 12px 12px 0;padding:10px 14px;font-size:13.5px;box-shadow:0 1px 3px #00000014}.ms-footer{background:#fff;border-top:1px solid #f0f0f0;gap:8px;padding:10px;display:flex}.ms-input{border:1px solid #ccc;border-radius:20px;outline:none;flex:1;padding:8px 14px;font-size:13px}.ms-send-btn{color:#fff;cursor:pointer;background:#0084ff;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}@keyframes msSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:360px){.floating-widget-wrapper{bottom:16px;right:16px}.floating-trigger-btn{width:54px;height:54px}.floating-pill-menu{width:62px;padding:10px 6px 66px}.pill-option-btn{width:42px;height:42px}.whatsapp-popup-card,.messenger-popup-card{width:calc(100vw - 24px);bottom:82px;right:12px}}@media (min-width:768px){.whatsapp-popup-card,.messenger-popup-card{width:330px;max-width:330px}}
