.phone-fab{cursor:pointer;z-index:9999;background:linear-gradient(135deg,#7cc142 0%,#5a962a 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;display:flex;position:fixed;bottom:24px;left:24px;box-shadow:0 4px 20px #7cc14266}.phone-fab:hover{transform:scale(1.1);box-shadow:0 6px 24px #7cc14299}.phone-fab svg{color:#fff;fill:#fff;width:28px;height:28px}.phone-fab:after{content:"Call Us";color:#1e293b;opacity:0;pointer-events:none;white-space:nowrap;background:#fff;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:600;transition:all .2s;position:absolute;left:70px;transform:translate(-10px);box-shadow:0 4px 12px #0000001a}.phone-fab:hover:after{opacity:1;transform:translate(0)}
