.bw-phone-button{position:fixed;bottom:20px;width:var(--bw-size-desktop,60px);height:var(--bw-size-desktop,60px);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:9999;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:transform 0.3s ease,box-shadow 0.3s ease;text-decoration:none}.bw-phone-button:hover{transform:scale(1.1);box-shadow:0 6px 14px rgba(0,0,0,.4)}.bw-phone-button.position-right{right:20px}.bw-phone-button.position-left{left:20px}.bw-phone-button-icon{width:calc(var(--bw-size-desktop, 60px) * 0.5);height:calc(var(--bw-size-desktop, 60px) * 0.5);display:flex;align-items:center;justify-content:center}.bw-phone-button-icon img,.bw-phone-button-icon svg{width:100%;height:100%;object-fit:contain}@keyframes bwPhonePulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.7)}70%{box-shadow:0 0 0 15px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}.bw-phone-button.bw-animated{animation:bwPhonePulse 2s infinite}@media (max-width:768px){.bw-phone-button{width:var(--bw-size-mobile,50px);height:var(--bw-size-mobile,50px)}.bw-phone-button-icon{width:calc(var(--bw-size-mobile, 50px) * 0.5);height:calc(var(--bw-size-mobile, 50px) * 0.5)}.bw-phone-button.bw-hide-mobile{display:none!important}}@media (min-width:769px){.bw-phone-button.bw-hide-desktop{display:none!important}}