.contact-button {
    position: fixed;
    z-index: 9999;
}

.phone-button {
    bottom: 20px;
    left: 20px;
}

.phone-button a {
    background-color: #bc906b;
    color: #ffffff;
    font-size: 24px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.whatsapp-button {
    bottom: 20px;
    right: 20px;
}

.whatsapp-button a {
    background-color: #25D366;
    color: white;
    font-size: 16px;
    border-radius: 25px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.whatsapp-button a:hover,
.phone-button a:hover {
    transform: scale(1.05);
    color: #ffffff;
}
