.sticky-contact{position:fixed;z-index:999}.sticky-contact-link{display:flex;align-items:center;gap:10px;text-decoration:none;background:#1a1a1a;color:#fff}.sticky-contact-icon{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#fff;color:#1a1a1a}.sticky-contact-icon .svg-icon{position:relative;z-index:1;font-size:20px}.sticky-contact-icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;box-shadow:0 0 #fff9;animation:sticky-contact-pulse 2s infinite;pointer-events:none}@keyframes sticky-contact-pulse{0%{box-shadow:0 0 #ffffff8c}70%{box-shadow:0 0 0 12px #fff0}to{box-shadow:0 0 #fff0}}.sticky-contact-text{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 1025px){.sticky-contact{top:50%;right:0;transform:translateY(-50%)}.sticky-contact-link{border-radius:30px 0 0 30px;padding:8px 18px 8px 8px;box-shadow:-2px 2px 12px #00000040}.sticky-contact-text{max-width:160px}}@media screen and (max-width: 1024px){.sticky-contact{left:0;right:0;bottom:0;width:100%;padding-bottom:env(safe-area-inset-bottom,0);box-shadow:0 -2px 12px #00000040}.sticky-contact-link{justify-content:center;width:100%;padding:10px 16px}.sticky-contact-text{max-width:80%}}
