<!-- WhatsApp Widget -->
<a href="https://api.whatsapp.com/send/?phone=2347048499556&text&type=phone_number&app_absent=0" target="_blank" id="whatsapp-widget">
    💬 Chat on WhatsApp
</a>

<style>
    #whatsapp-widget {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #25D366;
        color: white;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 15px;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
        transition: background-color 0.3s ease;
        z-index: 9999;
    }

    #whatsapp-widget:hover {
        background-color: #1EBE57;
    }
</style>