﻿.whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

    .whatsapp-fixed a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background-color: #25D366;
        border-radius: 50%;
        text-decoration: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s;
    }

        .whatsapp-fixed a:hover {
            background-color: #1ebe5d;
        }

    .whatsapp-fixed img {
        width: 32px;
        height: 32px;
        margin-bottom:0px!important;
    }
