  .floating-call{position:fixed;right:22px;bottom:22px;z-index:50;display:inline-flex;align-items:center;gap:10px;min-height:54px;padding:0 20px;border:2px solid #5ab4ff;border-radius:999px;background:linear-gradient(135deg,#24a4ff,#0565c5);color:#fff;font-weight:900;text-decoration:none;box-shadow:0 14px 35px rgba(0,74,145,.34);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;animation:callPulse 2.8s ease-in-out infinite}
  .floating-call::before{content:none}
  .floating-call:hover{transform:translateY(-4px) scale(1.035);background:linear-gradient(135deg,#45b5ff,#066bc9);box-shadow:0 20px 45px rgba(0,74,145,.45);animation-play-state:paused}
  
    @media (max-width:700px){

    .floating-call{right:14px;bottom:14px;left:14px;justify-content:center}
  }