.hero {
    

}


.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-button img {
    width: 35px;
    height: 35px;
}
