.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 155px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.contact-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-btn:hover {
    transform: scale(1.1);
}

/* WhatsApp */
.whatsapp {
    background: #25D366;
}

/* Messenger */
.messenger {
    background: #0084FF;
}