#scroll-to-top {
position: fixed;
bottom: 100px; right: 15px;
width: 50px; height: 50px;
background: linear-gradient(135deg, rgba(0, 142, 185, 1) 0%, rgba(0, 225, 242, 1) 100%); color: #ffffff; text-align: center;
line-height: 50px; font-size: 25px; border-radius: 50%; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); cursor: pointer;
z-index: 999; display: none; transition: transform 0.3s, box-shadow 0.3s; } #scroll-to-top:hover {
transform: scale(1.1); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } #whatsapp-button {
position: fixed;
bottom: 30px; right: 15px; width: 50px; height: 50px;
background: #25D366; color: #ffffff; display: flex; justify-content: center; align-items: center; border-radius: 50%; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); cursor: pointer;
z-index: 999; transition: transform 0.3s, box-shadow 0.3s; } #whatsapp-button:hover {
transform: scale(1.1); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } #whatsapp-logo {
width: 30px; height: 30px; }