
.whatsapp-button {
  position: fixed;
    bottom: 25px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50px !important;
    padding: 19px 33px !important;
    display: flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10000 !important;
    transition: all 0.3s ease
}

.whatsapp-button:hover {
    background-color: #128C7E;
    transform: scale(1.05);
}

.whatsapp-button img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.whatsapp-button span {
    color: white;
    font-size: 14px;
    font-weight: bold;
}