<!-- Zoho SalesIQ -->
<script type="text/javascript" id="zsiqchat">
var $zoho = $zoho || {};
$zoho.salesiq = $zoho.salesiq || {
    widgetcode: "siq238fd8212b47eb92482a4ca28cf23761e68163728dc54c0b61787f3d3878dabc",
    values: {},
    ready: function () {}
};
var d = document;
var s = d.createElement("script");
s.type = "text/javascript";
s.id = "zsiqscript";
s.defer = true;
s.src = "https://salesiq.zohopublic.in/widget";
var t = d.getElementsByTagName("script")[0];
t.parentNode.insertBefore(s, t);
</script>
<!-- WATI WhatsApp Widget -->
<script>
(function () {
    var url = 'https://wati-integration-prod-service.clare.ai/v2/watiWidget.js?96891';
    var s = document.createElement('script');
    s.type = 'text/javascript';
    s.async = true;
    s.src = url;

    var options = {
        enabled: true,
        chatButtonSetting: {
            backgroundColor: "#00e785",
            ctaText: "Chat with us",
            borderRadius: "25",
            marginLeft: "0",
            marginRight: "20",
            marginBottom: "20",
            ctaIconWATI: false,
            position: "left"
        },
        brandSetting: {
            brandName: "Edwin INC",
            brandSubTitle: "",
            brandImg: "https://www.wati.io/wp-content/uploads/2023/04/Wati-logo.svg",
            welcomeText: "Hi there!\nHow can I help you?",
            messageText: "Hello,%0A I have a question about {{page_link}}",
            backgroundColor: "#00e785",
            ctaText: "Chat with us",
            borderRadius: "25",
            autoShow: false,
            phoneNumber: "916262752170"
        }
    };

    s.onload = function () {
        if (typeof CreateWhatsappChatWidget === "function") {
            CreateWhatsappChatWidget(options);
        }
    };

    document.body.appendChild(s);
})();
</script>
