@keyframes borderAnim{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes pulse-glow{0%,100%{box-shadow:0 8px 20px rgba(0,116,200,.22),0 0 0 0 rgba(8,123,211,.22)}50%{box-shadow:0 10px 24px rgba(8,123,211,.30),0 0 0 7px rgba(8,123,211,0)}}#open-contact-wrap{position:fixed;bottom:64px;right:6px;z-index:9999;display:flex;align-items:center;justify-content:center}#open-contact{position:relative;background:#0aaed1;color:#fff;border:0;border-radius:999px;padding:9px 13px 9px 9px;font-size:14px;font-weight:800;cursor:pointer;font-family:Arial,sans-serif;display:flex;align-items:center;gap:7px;transition:all .22s ease;white-space:nowrap;overflow:hidden;max-width:168px;box-shadow:0 8px 20px rgba(0,0,0,.20);line-height:1}#open-contact:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.24)}#open-contact #btn-icon{width:28px!important;height:28px!important;border-radius:50%;background:#fff;padding:4px;object-fit:contain;box-sizing:border-box;flex:0 0 auto}#open-contact #btn-text{font-size:14px;font-weight:800;white-space:nowrap}#open-contact #btn-close-x{display:none!important}#open-contact.collapsed{border-radius:50%;padding:9px;max-width:46px;width:46px;height:46px;justify-content:center}#open-contact.collapsed #btn-text,#open-contact.collapsed #btn-close-x{display:none!important}@media(max-width:1024px){#open-contact-wrap{right:10px;bottom:88px}#open-contact{width:46px;height:46px;border-radius:50%;padding:9px;justify-content:center;max-width:46px}#open-contact #btn-text,#open-contact #btn-close-x{display:none!important}#open-contact #btn-icon{width:28px!important;height:28px!important}}@media(max-width:480px){#open-contact-wrap{right:10px;bottom:88px}}