/* Floating contact shortcuts: unobtrusive, icon-only, and touch friendly. */
.floating-actions{position:fixed;right:22px;bottom:22px;z-index:25;display:flex;gap:9px;padding:0;background:transparent;box-shadow:none}
.floating-actions a{width:47px;height:47px;display:grid;place-items:center;background:#057cbc;color:#fff;border:1px solid #ffffff96;border-radius:50%;box-shadow:0 8px 22px #03203442;transition:transform .2s,filter .2s}
.floating-actions a:hover{transform:translateY(-3px);filter:brightness(1.06)}
.floating-actions svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.floating-actions a:first-child svg{fill:currentColor;stroke:none;width:20px;height:20px}
.floating-actions .zalo{background:#1675e0}.floating-actions .zalo svg{stroke:#fff}.floating-actions .zalo .icon-cut{fill:#1675e0;stroke:none}.floating-actions .booking{background:#06233f}
@media(max-width:520px){.floating-actions{right:13px;bottom:13px;gap:7px}.floating-actions a{width:43px;height:43px}}
