a.home-whatsapp,
a.home-whatsapp:hover,
a.home-whatsapp:focus,
a.home-whatsapp:active {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 20;
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #25d366;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.4);
    transition: transform 0.15s ease;
}

a.home-whatsapp:hover {
    transform: scale(1.05);
    color: #fff;
}

a.home-whatsapp:focus {
    outline: 2px solid #25d366;
    outline-offset: 2px;
    color: #fff;
}

a.home-whatsapp svg {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    max-width: 1.75rem;
    max-height: 1.75rem;
    flex-shrink: 0;
}
