#sticky-buttons.hidden{opacity:0;transform:translateX(100px);transition:opacity 0.5s ease,transform 0.5s ease}#sticky-buttons{position:fixed;right:80px;bottom:50px;z-index:9999;display:flex;gap:10px;opacity:1;transform:translateX(0)}#sticky-buttons .custom-button{background-color:rgba(224,153,0,0.84);color:#fff;text-decoration:none;padding:12px 24px;border-radius:8px;border:2px solid rgba(224,153,0,0.84);box-shadow:0px 4px 6px rgba(0,0,0,0.1);transition:transform 0.3s ease,background-color 0.3s ease,border-color 0.3s ease}#sticky-buttons .custom-button:hover{transform:scale(1.05);background-color:rgba(224,153,0,1);border-color:rgba(180,123,0,0.9)}