.fixed-bottom-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;display:flex;align-items:center;justify-content:center;gap:14px;background:rgba(20,20,20,.8);backdrop-filter:blur(24px) saturate(1.3);-webkit-backdrop-filter:blur(24px) saturate(1.3);border-top:1px solid rgba(255,255,255,.07);padding:14px 24px;height:66px;transition:transform .4s cubic-bezier(.22,.61,0,1)}@media (max-width:768px){.fixed-bottom-bar{transform:translateY(120%)}}.btn-online{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:2px solid #fff;color:#1a1a1a;font-family:Montserrat;font-size:13px;font-weight:500;letter-spacing:0px;text-transform:uppercase;text-decoration:none;white-space:nowrap;padding:10px 28px;border-radius:30px;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease}.btn-online:hover{background:0 0!important;border-color:#fff!important;color:#fff!important}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:2px solid #fff;background:0 0;color:#fff;cursor:pointer;text-decoration:none;transition:background .25s ease,border-color .25s ease,color .25s ease}.icon-btn:hover{background:#fff!important;border-color:#fff!important;color:#1a1a1a!important}.icon-btn svg{width:20px;height:20px;fill:currentColor}@media (max-width:480px){.fixed-bottom-bar{gap:10px;padding:12px 14px;height:60px}.btn-online{font-size:11.5px;letter-spacing:1.4px;padding:9px 20px}.icon-btn{width:40px;height:40px}.icon-btn svg{width:18px;height:18px}}.mobile-fixed-book-btn{transition:transform .4s ease,opacity .4s ease;transform:translateY(0);opacity:1}