{"id":3539,"date":"2024-05-01T06:23:55","date_gmt":"2024-05-01T05:23:55","guid":{"rendered":"https:\/\/aiingo.com\/?page_id=3539"},"modified":"2025-01-28T11:24:56","modified_gmt":"2025-01-28T11:24:56","slug":"healthcare-marketing-agency","status":"publish","type":"page","link":"https:\/\/aiingo.com\/index.php\/healthcare-marketing-agency\/","title":{"rendered":"Healthcare Marketing Agency"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3539\" class=\"elementor elementor-3539\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-860ebb2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"860ebb2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a7b21ee\" data-id=\"a7b21ee\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6aab043 elementor-widget elementor-widget-shortcode\" data-id=\"6aab043\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">[rev_slider alias=\"medicare-header\"][\/rev_slider]<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-97fc4ec elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"97fc4ec\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-48021cd\" data-id=\"48021cd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-16ad9d1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"16ad9d1\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4fe5195\" data-id=\"4fe5195\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c161ca8 elementor-widget elementor-widget-html\" data-id=\"c161ca8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    \n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.4\/css\/all.min.css\">\n    <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/tailwindcss@2.2.19\/dist\/tailwind.min.css\" rel=\"stylesheet\">\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/@tensorflow\/tfjs@4.2.0\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/gsap.min.js\"><\/script>\n    <style>\n        \/* Gradient Titles *\/\n        .gradient-title {\n            background: linear-gradient(90deg, #3CB2C3, #1D9B8E);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        \/* Typewriter Animation *\/\n        .typewriter span {\n            display: inline-block;\n            overflow: hidden;\n            border-right: 2px solid #3CB2C3;\n            white-space: nowrap;\n            animation: typing 4s steps(30, end), blink 0.5s step-end infinite alternate;\n        }\n\n        @keyframes typing {\n            from { width: 0; }\n            to { width: 100%; }\n        }\n\n        @keyframes blink {\n            from { border-color: transparent; }\n            to { border-color: #3CB2C3; }\n        }\n\n        \/* Entry Animation *\/\n        .fade-in {\n            opacity: 0;\n            transform: translateY(20px);\n            animation: fadeIn 1s ease-in forwards;\n        }\n\n        @keyframes fadeIn {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        \/* Hover Animation for Feature Boxes *\/\n        .feature-box:hover {\n            transform: scale(1.1);\n            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        \/* Mobile View Auto Sliding *\/\n        @media (max-width: 768px) {\n            .feature-slider {\n                display: flex;\n                flex-direction: column;\n                overflow-x: auto;\n                scroll-snap-type: y mandatory;\n                scrollbar-width: none;\n            }\n            .feature-slider::-webkit-scrollbar {\n                display: none;\n            }\n\n            .feature-box {\n                scroll-snap-align: start;\n                flex-shrink: 0;\n                margin-bottom: 16px;\n            }\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-white text-gray-800\">\n\n    <!-- Features Section -->\n    <section id=\"features\" class=\"py-16\">\n        <div class=\"container mx-auto px-6\">\n            <h2 class=\"text-3xl font-bold gradient-title text-center mb-10\">Transform Healthcare with Cutting-Edge AI Solutions !<\/h2>\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8 feature-slider\">\n                <!-- Feature Box 1 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-x-ray text-blue-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Diagnostic Imaging Support<\/h3>\n                    <p>Interpret medical images like X-rays, MRIs, and CT scans for faster, accurate diagnoses.<\/p>\n                <\/div>\n                <!-- Feature Box 2 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-chart-bar text-green-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Predictive Analytics for Patient Outcomes<\/h3>\n                    <p>Analyze patient data to predict disease progression and treatment outcomes.<\/p>\n                <\/div>\n                <!-- Feature Box 3 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-user-cog text-blue-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Personalized Treatment Plans<\/h3>\n                    <p>Create individualized care plans based on genetics, lifestyle, and medical history.<\/p>\n                <\/div>\n                <!-- Feature Box 4 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-clock text-green-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Workflow Optimization<\/h3>\n                    <p>Automate scheduling, check-ins, and resource allocation for improved efficiency.<\/p>\n                <\/div>\n                <!-- Feature Box 5 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-robot text-blue-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Curo  healthcare chatbot<\/h3>\n<p>Provide 24\/7 multilingual support for booking appointments and resolving queries.<\/p>\n<a href=\"https:\/\/aiingo.com\/index.php\/ai-powered-healthcare-chatbot\/\" class=\"text-blue-500 hover:underline mt-2 inline-block\">View More<\/a>\n                <\/div>\n                <!-- Feature Box 6 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-binoculars text-green-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Real-Time Insights<\/h3>\n                    <p>Access actionable insights into patient behavior and operational performance.<\/p>\n                <\/div>\n                <!-- Feature Box 7 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-bullhorn text-blue-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Marketing Automation<\/h3>\n                    <p>Use AI tools to automate campaigns and increase clinic visibility and engagement.<\/p>\n                <\/div>\n                <!-- Feature Box 8 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-map-marked-alt text-green-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Google Map AI Automation<\/h3>\n                    <p>Optimize your clinic\u2019s location-based visibility with AI-enhanced tools.<\/p>\n                <\/div>\n                <!-- Feature Box 9 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-laptop text-blue-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">AI-Centered Website for Healthcare<\/h3>\n                    <p>Build responsive, AI-optimized websites for personalized healthcare experiences.<\/p>\n                <\/div>\n                <!-- Feature Box 10 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-database text-green-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Patient Data Management and ERP<\/h3>\n                    <p>Securely organize and analyze electronic health records integrated with ERP systems.<\/p>\n                <\/div>\n                <!-- Feature Box 11 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-handshake text-blue-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Telemedicine<\/h3>\n                    <p>Enhance remote consultations with AI-assisted patient histories and follow-ups.<\/p>\n                <\/div>\n                <!-- Feature Box 12 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-stethoscope text-green-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Clinical Decision Support Systems<\/h3>\n                    <p>Provide evidence-based recommendations to clinicians during decision-making.<\/p>\n                <\/div>\n                <!-- Feature Box 13 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-cogs text-blue-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Administration Efficiency<\/h3>\n                    <p>Automate billing, insurance claims, and compliance management.<\/p>\n                <\/div>\n                <!-- Feature Box 14 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-users text-green-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">CRM<\/h3>\n                    <p>Manage patient interactions and feedback with AI-powered systems.<\/p>\n                <\/div>\n                <!-- Feature Box 15 -->\n                <div class=\"bg-white p-6 shadow-lg rounded-lg transform feature-box fade-in\">\n                    <i class=\"fas fa-comments text-blue-500 text-4xl mb-4\"><\/i>\n                    <h3 class=\"font-bold text-xl mb-2\">Outreach and Community Engagement<\/h3>\n                    <p>Create targeted campaigns using AI analytics to reach underserved communities.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- GSAP Animation Script -->\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", () => {\n            gsap.from(\".fade-in\", {\n                opacity: 0,\n                y: 30,\n                duration: 1,\n                stagger: 0.2\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-413056003 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"413056003\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-43695ef6 elementor-invisible\" data-id=\"43695ef6\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6557c1f9 elementor-widget elementor-widget-heading\" data-id=\"6557c1f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AI-Powered Healthcare Marketing: <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a440505 elementor-widget elementor-widget-text-editor\" data-id=\"7a440505\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Automated Engagement, Optimized Marketing, Better Outcomes<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-65848fa0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"65848fa0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-695f36a6\" data-id=\"695f36a6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-541e92b9 elementor-widget elementor-widget-counter\" data-id=\"541e92b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Happy Clients<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"230\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-20a0f386\" data-id=\"20a0f386\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4f86323d elementor-widget elementor-widget-counter\" data-id=\"4f86323d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Client Satisfaction<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"100\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">%<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-34925026\" data-id=\"34925026\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2286ec67\" data-id=\"2286ec67\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-95a8045 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"95a8045\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4cbf87f\" data-id=\"4cbf87f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-40213cf elementor-widget elementor-widget-html\" data-id=\"40213cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.4\/css\/all.min.css\">\n    <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/tailwindcss@2.2.19\/dist\/tailwind.min.css\" rel=\"stylesheet\">\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/gsap.min.js\"><\/script>\n    <style>\n        \/* White Background *\/\n        body {\n            background-color: white;\n        }\n\n        \/* Gradient Text *\/\n        .gradient-text {\n            background: linear-gradient(90deg, #81D4FA, #4FC3F7, #1E88E5);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            font-weight: bold;\n            font-size: 2rem;\n        }\n\n        \/* Button Styles *\/\n        .btn {\n            display: inline-block;\n            padding: 12px 20px;\n            font-size: 16px;\n            font-weight: bold;\n            color: white;\n            background: linear-gradient(90deg, #3CB2C3, #1D9B8E);\n            border-radius: 8px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .btn:hover {\n            transform: scale(1.05);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\n        }\n\n        \/* Section Styles *\/\n        .full-width-section {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            justify-content: space-between;\n            padding: 40px 20px;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n        }\n\n        .left-content {\n            flex: 1;\n            padding: 20px;\n        }\n\n        .right-content {\n            flex: 1;\n            padding: 20px;\n            text-align: right;\n        }\n\n        \/* Typewriter Effect *\/\n        .typewriter span {\n            display: inline-block;\n            overflow: hidden;\n            border-right: 2px solid #1E88E5;\n            white-space: nowrap;\n            animation: typing 3s steps(30, end), blink 0.5s step-end infinite alternate;\n        }\n\n        @keyframes typing {\n            from { width: 0; }\n            to { width: 100%; }\n        }\n\n        @keyframes blink {\n            from { border-color: transparent; }\n            to { border-color: #1E88E5; }\n        }\n\n        \/* Circular Counter *\/\n        .circle-counter {\n            width: 100px;\n            height: 100px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: radial-gradient(circle, #81D4FA, #1E88E5);\n            font-size: 24px;\n            font-weight: bold;\n            color: white;\n            margin: 10px auto;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"full-width-section mx-auto max-w-7xl\">\n        <!-- Left Section with Numbers -->\n        <div class=\"left-content\">\n            <p class=\"text-3xl font-bold mb-4\">\ud83d\udcde Contact Us<\/p>\n            <p class=\"mb-2\">\ud83d\udcac WhatsApp India: <a href=\"https:\/\/wa.me\/919744250000\" class=\"text-blue-600\" target=\"_blank\" rel=\"noopener\">+91 97442 50000<\/a><\/p>\n            <p class=\"mb-6\">\ud83d\udcac WhatsApp UAE: <a href=\"https:\/\/wa.me\/971582512126\" class=\"text-blue-600\" target=\"_blank\" rel=\"noopener\">+971 582512126<\/a><\/p>\n\n            \n        <\/div>\n\n        <!-- Right Section with Book Now -->\n        <div class=\"right-content\">\n            <h2 class=\"text-3xl font-bold mb-6 gradient-text\">\ud83d\udcc5 Book Now<\/h2>\n            <p class=\"mb-4\">\ud83d\udcc8 Empower your healthcare practice today!<\/p>\n            <a href=\"https:\/\/aiingo.com\/index.php\/product\/advantage-package-for-healthcare-with-dedicated-account-manager\/\" class=\"btn inline-block mb-4\">Healthcare Advantage Package<\/a><br>\n            <a href=\"https:\/\/aiingo.com\/index.php\/product\/advantage-package-for-dental-medical-clinic-with-dedicated-account-manager\/\" class=\"btn inline-block\">Dental & Medical Clinic Package<\/a>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ GSAP Animation for Section\n        document.addEventListener(\"DOMContentLoaded\", () => {\n            gsap.from(\".full-width-section\", {\n                opacity: 0,\n                y: 20,\n                duration: 1,\n                ease: \"power3.out\",\n                delay: 0.3\n            });\n\n            \/\/ Animated Circular Counter Fix\n            let statNumber = document.getElementById(\"stat-number\");\n            let count = 0;\n            let target = 50; \/\/ Target percentage\n            let interval = setInterval(() => {\n                if (count <= target) {\n                    statNumber.innerText = `${count}%`;\n                    count++;\n                } else {\n                    clearInterval(interval);\n                }\n            }, 30);\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4f3b8e4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4f3b8e4\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2023429\" data-id=\"2023429\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-708766f6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"708766f6\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d3f7722\" data-id=\"d3f7722\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-72a587cd elementor-widget elementor-widget-heading\" data-id=\"72a587cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Take a look at<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33dfd8be elementor-widget elementor-widget-heading\" data-id=\"33dfd8be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Clients<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-17aafc7c\" data-id=\"17aafc7c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d53e231 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d53e231\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-30de946f\" data-id=\"30de946f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3cfbc73 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3cfbc73\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>[rev_slider alias=&#8221;medicare-header&#8221;][\/rev_slider] Transform Healthcare with Cutting-Edge AI Solutions ! Diagnostic Imaging Support Interpret medical images like X-rays, MRIs, and CT scans for faster, accurate diagnoses. Predictive Analytics for Patient Outcomes Analyze patient data to predict disease progression and treatment outcomes. Personalized Treatment Plans Create individualized care plans based on genetics, lifestyle, and medical history. Workflow [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-3539","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/pages\/3539","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/comments?post=3539"}],"version-history":[{"count":180,"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/pages\/3539\/revisions"}],"predecessor-version":[{"id":4364,"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/pages\/3539\/revisions\/4364"}],"wp:attachment":[{"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/media?parent=3539"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}