.contact-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none; /* Hide by default */
}

.whatsapp-button, .call-button {
    display: block;
    padding: 10px 20px;
    margin: 5px;
    color: white;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.whatsapp-button {
    background-color: #25D366; /* WhatsApp Green */
}

.call-button {
    background-color: #34b7f1; /* Call Button Blue */
}
