.whatsapp-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px; /* Adjust spacing */
}

.whatsapp-trigger a {
    color: #25D366; /* WhatsApp green color */
    font-size: 50px; /* Icon size */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-trigger a:hover {
    color: #1ebe57; /* Slightly darker green on hover */
}
