@keyframes pulse-scale{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.fixed-call-btn{animation:pulse-scale 2s ease-in-out infinite;background-color:red;position:fixed;z-index:9999;bottom:2rem;right:1.25rem;width:62px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;border-radius:9999px;cursor:pointer}@media (min-width: 1536px){.fixed-call-btn{bottom:2.5rem;right:2.5rem}}
