/* Branded circular contact controls: official WhatsApp mark and a clear phone handset. */
.contact-fabs{position:fixed;z-index:60;bottom:26px;left:26px;display:grid;gap:13px;direction:rtl}
.contact-fab{position:relative;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;color:#fff;box-shadow:0 15px 30px rgba(7,22,42,.25),0 4px 9px rgba(7,22,42,.14);transition:transform .23s cubic-bezier(.23,1,.32,1),box-shadow .23s ease,background .23s ease;isolation:isolate}
.contact-fab::before{content:"";position:absolute;z-index:-1;inset:-4px;border:1px solid rgba(255,255,255,.55);border-radius:inherit;opacity:.7;transition:inset .23s ease,opacity .23s ease}
.contact-fab::after{content:"";position:absolute;z-index:-2;inset:0;border-radius:inherit;background:inherit;filter:blur(12px);opacity:.36;transition:opacity .23s ease}
.contact-fab:hover{transform:translateY(-5px) scale(1.06);box-shadow:0 19px 36px rgba(7,22,42,.34),0 6px 12px rgba(7,22,42,.14)}
.contact-fab:hover::before{inset:-8px;opacity:1}.contact-fab:hover::after{opacity:.58}.contact-fab:active{transform:scale(.94)}
.contact-fab svg{display:block;width:28px;height:28px;fill:currentColor}.contact-fab-whatsapp{background:#25D366}.contact-fab-phone{background:#102643}.contact-fab-phone svg{width:25px;height:25px}.contact-fab span{position:absolute;left:calc(100% + 13px);top:50%;transform:translateY(-50%) translateX(-5px);padding:8px 11px;border-radius:8px;background:#102643;color:#fff;font-family:"IBM Plex Sans Arabic",sans-serif;font-size:11px;font-weight:800;white-space:nowrap;opacity:0;pointer-events:none;box-shadow:0 8px 18px rgba(7,22,42,.17);transition:opacity .18s ease,transform .18s ease}.contact-fab:hover span,.contact-fab:focus-visible span{opacity:1;transform:translateY(-50%) translateX(0)}
.contact-fab:focus-visible{outline:3px solid #ffb703;outline-offset:4px}
@media(max-width:720px){.contact-fabs{left:15px;bottom:18px;gap:10px}.contact-fab{width:52px;height:52px}.contact-fab svg{width:25px;height:25px}.contact-fab-phone svg{width:22px;height:22px}.contact-fab span{display:none}}
