{"id":1722,"date":"2021-08-14T11:08:43","date_gmt":"2021-08-14T05:38:43","guid":{"rendered":"http:\/\/holithemes.com\/plugins\/click-to-chat\/?page_id=1722"},"modified":"2025-12-22T15:11:58","modified_gmt":"2025-12-22T09:41:58","slug":"pricing","status":"publish","type":"page","link":"https:\/\/holithemes.com\/plugins\/click-to-chat\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"\n\n    <div class=\"pricing-page-wrapper\">\n        <div class=\"relative z-10 container mx-auto px-4 py-16 max-w-7xl\">\n            <!-- Header Section -->\n            <div class=\"text-center mb-16\">\n\n\n                <h1 class=\"text-5xl md:text-7xl font-bold mb-6\">\n                    Click to Chat Pricing\n                <\/h1>\n\n                <!-- <p class=\"text-xl text-gray-400 max-w-2xl mx-auto\">\n                     All features included in all plans.\n                <\/p> -->\n                <div class=\"inline-flex items-center gap-2 bg-cyan-500\/10 border border-cyan-500\/20 rounded-full px-4 py-2 mb-2 premium-border\">\n                    <div class=\"w-2 h-2 bg-cyan-500 rounded-full animate-pulse\"><\/div>\n                    <span class=\"text-sm font-medium text-cyan-500\"><\/span>\n                    <!-- <span class=\"text-sm text-gray-400\">Trused by 700,000+ Websites<\/span> -->\n                    <span class=\"text-sm text-gray-400\">All Features Included in Every Plan<\/span>\n                <\/div>\n            <\/div>\n\n            <!-- Controls -->\n            <div class=\"flex flex-col sm:flex-row items-center justify-center gap-4 mb-12\">\n                <div class=\"currency-dropdown\">\n                    <button id=\"currencyBtn\"\n                        class=\"flex items-center gap-2 card px-4 py-2 text-sm font-medium hover:border-cyan-500\/30 transition-all\">\n                        <i data-lucide=\"globe\" class=\"w-4 h-4 text-gray-400\" id=\"locationIcon\"><\/i>\n                        <span id=\"currentCurrency\">USD<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"w-4 h-4 transition-transform\" id=\"currencyChevron\"><\/i>\n                    <\/button>\n                    <div id=\"currencyDropdown\" class=\"dropdown-content hidden\">\n                        <!-- <div class=\"dropdown-item active\" data-symbol=\"$\" data-currency=\"USD\">USD ($)<\/div> -->\n                        <!-- <div class=\"dropdown-item\" data-symbol=\"\u20ac\" data-currency=\"EUR\">EUR (\u20ac)<\/div>\n                        <div class=\"dropdown-item\" data-symbol=\"\u00a3\" data-currency=\"GBP\">GBP (\u00a3)<\/div>\n                        <div class=\"dropdown-item\" data-symbol=\"\u00a5\" data-currency=\"JPY\">JPY (\u00a5)<\/div>\n                        <div class=\"dropdown-item\" data-symbol=\"\u20b9\" data-currency=\"INR\">INR (\u20b9)<\/div> -->\n                    <\/div>\n                <\/div>\n\n                <div class=\"card p-1 flex\">\n                    <button id=\"annualBtn\"\n                        class=\"px-6 py-2 rounded-full text-sm font-medium transition-all btn-primary glow-primary\">\n                        Annual Plans\n                    <\/button>\n                    <button id=\"lifetimeBtn\"\n                        class=\"px-6 py-2 rounded-full text-sm font-medium transition-all text-gray-400 hover:text-white\">\n                        Lifetime Plans\n                    <\/button>\n                <\/div>\n\n            <\/div>\n\n            <script>\n                (function () {\n                    try {\n                        var storage = JSON.parse(localStorage.getItem('ht_code_storage') || '{}');\n                        var billing = storage.billing || 'annual';\n                        if (billing === 'lifetime') {\n                            var a = document.getElementById('annualBtn');\n                            var l = document.getElementById('lifetimeBtn');\n                            if (a && l) {\n                                a.className = 'px-6 py-2 rounded-full text-sm font-medium transition-all text-gray-400 hover:text-white';\n                                l.className = 'px-6 py-2 rounded-full text-sm font-medium transition-all btn-primary glow-primary';\n                            }\n                        }\n                    } catch (e) { }\n                })();\n            <\/script>\n\n\n            <!-- India Payment Notice -->\n            <div id=\"indiaPaymentBanner\" class=\"hidden text-center mb-6\">\n                <div\n                    class=\"inline-flex items-center gap-2 bg-orange-500\/10 border border-orange-500\/30 rounded-full px-4 py-2\">\n                    <!-- <span class=\"text-sm\">\ud83c\uddee\ud83c\uddf3<\/span> -->\n                    <span class=\"text-sm text-orange-300 font-medium\">Currently Indian Payments Accepting via\n                        Razorpay<\/span>\n                    <i data-lucide=\"check-circle\" class=\"w-4 h-4 text-orange-400\"><\/i>\n                <\/div>\n            <\/div>\n\n\n\n            <!-- Pricing Cards -->\n            <div class=\"grid md:grid-cols-3 gap-8 max-w-6xl mx-auto mb-24\" id=\"pricingCards\">\n                <!-- Cards will be populated by JavaScript -->\n            <\/div>\n\n            <!-- Pricing Note -->\n            <!-- <div class=\"text-center mb-20\">\n                <div\n                    class=\"inline-flex items-center gap-2 bg-yellow-500\/10 border border-yellow-500\/30 rounded-full px-4 py-2\">\n                    <i data-lucide=\"info\" class=\"w-4 h-4 text-yellow-500\"><\/i>\n                    <span class=\"text-sm font-medium text-yellow-500\">All features are available in all plans<\/span>\n                <\/div>\n            <\/div> -->\n\n            <!-- Pro Features Section -->\n            <div class=\"max-w-6xl mx-auto mb-20\">\n                <div class=\"text-center mb-12\">\n                    <div\n                        class=\"inline-flex items-center gap-2 bg-cyan-500\/10 border border-cyan-500\/20 rounded-full px-4 py-2 mb-6 premium-border\">\n                        <div class=\"w-2 h-2 bg-cyan-500 rounded-full animate-pulse\"><\/div>\n                        <span class=\"text-sm font-medium text-cyan-500\">Pro Features<\/span>\n                    <\/div>\n                    <h2 class=\"text-3xl font-bold mb-4\">\n                        Unlock Advanced Features\n                    <\/h2>\n                    <!-- <p class=\"text-gray-400\">Powerful features available only in Pro plan<\/p> -->\n                <\/div>\n\n                <div class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-6\">\n                    <div class=\"premium-card border-cyan-500\/20 p-6\">\n                        <div class=\"w-12 h-12 rounded-xl bg-cyan-500\/20 flex items-center justify-center mb-4\">\n                            <i data-lucide=\"form-input\" class=\"w-6 h-6 text-cyan-500\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-lg font-semibold mb-2\">Greetings &#8211; Form Filling<\/h3>\n                        <p class=\"text-gray-400 text-sm mb-3\">Get the required data from the website visitor before\n                            initiating the chat<\/p>\n                        <a href=\"https:\/\/holithemes.com\/plugins\/click-to-chat\/greetings-form\"\n                            class=\"text-cyan-500 text-sm font-medium hover:underline\">Explore \u2192<\/a>\n                    <\/div>\n\n                    <div class=\"premium-card border-cyan-500\/20 p-6\">\n                        <div class=\"w-12 h-12 rounded-xl bg-cyan-500\/20 flex items-center justify-center mb-4\">\n                            <i data-lucide=\"users\" class=\"w-6 h-6 text-cyan-500\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-lg font-semibold mb-2\">Multi Agent<\/h3>\n                        <p class=\"text-gray-400 text-sm mb-3\">Add Multiple WhatsApp Agents with different time ranges\n                        <\/p>\n                        <a href=\"https:\/\/holithemes.com\/plugins\/click-to-chat\/multi-agent\"\n                            class=\"text-cyan-500 text-sm font-medium hover:underline\">Explore \u2192<\/a>\n                    <\/div>\n\n                    <div class=\"premium-card border-cyan-500\/20 p-6\">\n                        <div class=\"w-12 h-12 rounded-xl bg-cyan-500\/20 flex items-center justify-center mb-4\">\n                            <i data-lucide=\"clock\" class=\"w-6 h-6 text-cyan-500\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-lg font-semibold mb-2\">Business Hours<\/h3>\n                        <p class=\"text-gray-400 text-sm mb-3\">Online\/offline settings: change display settings, WhatsApp\n                            Number, Call to Action<\/p>\n                        <a href=\"https:\/\/holithemes.com\/plugins\/click-to-chat\/business-hours-online-offline\"\n                            class=\"text-cyan-500 text-sm font-medium hover:underline\">Explore \u2192<\/a>\n                    <\/div>\n\n                    <div class=\"premium-card border-cyan-500\/20 p-6\">\n                        <div class=\"w-12 h-12 rounded-xl bg-cyan-500\/20 flex items-center justify-center mb-4\">\n                            <i data-lucide=\"webhook\" class=\"w-6 h-6 text-cyan-500\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-lg font-semibold mb-2\">Webhooks<\/h3>\n                        <p class=\"text-gray-400 text-sm mb-3\">Add dynamic variables like {number}, {url}, {time}. Also\n                            capture cookie values [[_ga]] and UTM parameters [gclid],[utm_source]<\/p>\n                        <a href=\"https:\/\/holithemes.com\/plugins\/click-to-chat\/webhooks\"\n                            class=\"text-cyan-500 text-sm font-medium hover:underline\">Explore \u2192<\/a>\n                    <\/div>\n\n                    <div class=\"premium-card border-cyan-500\/20 p-6\">\n                        <div class=\"w-12 h-12 rounded-xl bg-cyan-500\/20 flex items-center justify-center mb-4\">\n                            <i data-lucide=\"shuffle\" class=\"w-6 h-6 text-cyan-500\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-lg font-semibold mb-2\">Random Number<\/h3>\n                        <p class=\"text-gray-400 text-sm mb-3\">A random number will select each time when user clicks to\n                            chat on WhatsApp<\/p>\n                        <a href=\"https:\/\/holithemes.com\/plugins\/click-to-chat\/random-number\"\n                            class=\"text-cyan-500 text-sm font-medium hover:underline\">Explore \u2192<\/a>\n                    <\/div>\n\n                    <div class=\"premium-card border-cyan-500\/20 p-6\">\n                        <div class=\"w-12 h-12 rounded-xl bg-cyan-500\/20 flex items-center justify-center mb-4\">\n                            <i data-lucide=\"target\" class=\"w-6 h-6 text-cyan-500\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-lg font-semibold mb-2\">Google Ads Conversion<\/h3>\n                        <p class=\"text-gray-400 text-sm mb-3\">Create a Google Ads Conversion When user Interacted<\/p>\n                        <a href=\"https:\/\/holithemes.com\/plugins\/click-to-chat\/google-ads-conversion\"\n                            class=\"text-cyan-500 text-sm font-medium hover:underline\">Explore \u2192<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Comparison Table -->\n            <div class=\"max-w-6xl mx-auto mb-20\">\n                <div class=\"text-center mb-12\">\n                    <h2 class=\"text-3xl font-bold mb-4\">\n                        Detailed Comparison\n                    <\/h2>\n                    <!-- <div class=\"inline-flex items-center gap-2 bg-yellow-500\/10 border border-yellow-500\/30 rounded-full px-4 py-2 mt-4\">\n                        <i data-lucide=\"info\" class=\"w-4 h-4 text-yellow-500\"><\/i>\n                        <span class=\"text-sm font-medium text-yellow-500\">All features are available in all plans<\/span>\n                    <\/div> -->\n                <\/div>\n\n                <div id=\"comparisonTableContainer\" class=\"premium-card border-cyan-500\/20 overflow-hidden relative\">\n                    <div\n                        class=\"absolute inset-0 bg-gradient-to-br from-cyan-500\/5 via-transparent to-purple-500\/5 opacity-60\">\n                    <\/div>\n                    <!-- moving line -->\n                    <!-- <div class=\"absolute top-0 left-0 right-0 h-px bg-gradient-to-r from-transparent via-cyan-500 to-transparent animate-glow-rotate\"><\/div> -->\n\n                    <div class=\"p-0 relative z-10\">\n                        <div class=\"overflow-x-auto\">\n                            <table class=\"table\">\n                                <thead>\n                                    <tr>\n                                        <th class=\"w-1\/4 font-bold\">Features<\/th>\n                                        <th class=\"text-center font-bold\">\n                                            <div class=\"flex flex-col items-center gap-2\">\n                                                <i data-lucide=\"zap\" class=\"w-5 h-5 text-gray-400\"><\/i>\n                                                <span>Free<\/span>\n                                            <\/div>\n                                        <\/th>\n                                        <th class=\"text-center font-bold\">\n                                            <div class=\"flex flex-col items-center gap-2\">\n                                                <i data-lucide=\"crown\" class=\"w-5 h-5 text-cyan-500\"><\/i>\n                                                <span class=\"text-cyan-500\">Pro<\/span>\n                                            <\/div>\n                                        <\/th>\n\n                                    <\/tr>\n                                <\/thead>\n                                <tbody id=\"comparisonTable\">\n                                    <!-- Table content will be populated by JavaScript -->\n                                <\/tbody>\n                            <\/table>\n                        <\/div>\n\n                        <div class=\"p-6 border-t border-gray-700 bg-gray-800\/10\">\n                            <div class=\"flex flex-col sm:flex-row gap-4 justify-center\">\n                                <button class=\"btn-primary glow-primary\" onclick=\"scrollToPricing()\">Choose Pro\n                                    Plan<\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Refund Policy -->\n            <div class=\"max-w-4xl mx-auto mb-20\">\n                <div class=\"premium-card border-cyan-500\/20 overflow-hidden relative\">\n                    <div\n                        class=\"absolute inset-0 bg-gradient-to-br from-cyan-500\/10 via-transparent to-purple-500\/10 opacity-60\">\n                    <\/div>\n                    <!-- moving line -->\n                    <div\n                        class=\"absolute top-0 left-0 right-0 h-px bg-gradient-to-r from-transparent via-cyan-500 to-transparent animate-glow-rotate\">\n                    <\/div>\n\n                    <div class=\"p-8 relative z-10\">\n                        <div class=\"flex items-center justify-center gap-4 mb-6\">\n                            <!-- <div\n                                class=\"w-12 h-12 rounded-full bg-cyan-500\/20 flex items-center justify-center glow-secondary animate-float\">\n                                <i data-lucide=\"shield\" class=\"w-6 h-6 text-cyan-500 animate-pulse\"><\/i>\n                            <\/div> -->\n                            <div class=\"text-center\">\n                                <h3 class=\"text-2xl font-bold mb-2\">14-Day Money-Back Guarantee<\/h3>\n                                <p class=\"text-gray-400\">Risk-free trial with full refund protection<\/p>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"grid md:grid-cols-3 gap-6 text-center\">\n                            <div class=\"space-y-2\">\n                                <div\n                                    class=\"w-8 h-8 rounded-full bg-cyan-500\/20 flex items-center justify-center mx-auto mb-3\">\n                                    <span class=\"text-cyan-500 font-bold text-sm\">1<\/span>\n                                <\/div>\n                                <h4 class=\"font-semibold\">Try Risk-Free<\/h4>\n                                <p class=\"text-sm text-gray-400\">Start your 14-day trial with full access to all\n                                    features<\/p>\n                            <\/div>\n                            <div class=\"space-y-2\">\n                                <div\n                                    class=\"w-8 h-8 rounded-full bg-cyan-500\/20 flex items-center justify-center mx-auto mb-3\">\n                                    <span class=\"text-cyan-500 font-bold text-sm\">2<\/span>\n                                <\/div>\n                                <h4 class=\"font-semibold\">Not Satisfied?<\/h4>\n                                <p class=\"text-sm text-gray-400\">Contact support within 14 days for any reason<\/p>\n                            <\/div>\n                            <div class=\"space-y-2\">\n                                <div\n                                    class=\"w-8 h-8 rounded-full bg-cyan-500\/20 flex items-center justify-center mx-auto mb-3\">\n                                    <span class=\"text-cyan-500 font-bold text-sm\">3<\/span>\n                                <\/div>\n                                <h4 class=\"font-semibold\">Get Full Refund<\/h4>\n                                <p class=\"text-sm text-gray-400\">Receive 100% of your money back, no questions asked<\/p>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"mt-8 text-center\">\n                            <button class=\"btn-outline-toggle\" onclick=\"scrollToPricing()\">Start Your Risk-Free\n                                Trial<\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- FAQ Section -->\n            <div class=\"max-w-4xl mx-auto\">\n                <div class=\"text-center mb-12\">\n                    <div\n                        class=\"inline-flex items-center gap-2 bg-cyan-500\/10 border border-cyan-500\/20 rounded-full px-4 py-2 mb-6 premium-border\">\n                        <i data-lucide=\"help-circle\" class=\"w-4 h-4 text-cyan-500\"><\/i>\n                        <span class=\"text-sm font-medium text-cyan-500\">Support<\/span>\n                    <\/div>\n                    <h2 class=\"text-3xl font-bold mb-4\">\n                        Frequently Asked Questions\n                    <\/h2>\n                    <p class=\"text-gray-400\">Everything you need to know about our pricing and policies<\/p>\n                <\/div>\n\n                <div class=\"space-y-4\" id=\"faqSection\">\n                    <!-- FAQ items will be populated by JavaScript -->\n                <\/div>\n\n                <div class=\"mt-12 text-center\">\n                    <div class=\"premium-card border-cyan-500\/20 overflow-hidden\">\n                        <div\n                            class=\"absolute inset-0 bg-gradient-to-br from-cyan-500\/10 via-transparent to-purple-500\/10 opacity-60\">\n                        <\/div>\n                        <div class=\"p-8 relative z-10\">\n                            <h3 class=\"text-xl font-bold mb-2\">Still have questions?<\/h3>\n                            <p class=\"text-gray-400 mb-6\">Our support team is here to help you<\/p>\n                            <div class=\"flex flex-col sm:flex-row gap-4 justify-center\">\n                                <a href=\"https:\/\/holithemes.com\/plugins\/click-to-chat\/support\/\"\n                                    class=\"btn-outline-toggle\">\n                                    Contact Support\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Sticky Pricing Bar -->\n    <div id=\"stickyPricingBar\"\n        class=\"fixed bottom-0 left-0 right-0 bg-gray-900\/95 backdrop-blur-lg border-t border-cyan-500\/20 z-50 transform translate-y-full transition-transform duration-300 ease-in-out\">\n        <div class=\"container mx-auto px-4 py-4\">\n            <div class=\"flex flex-col sm:flex-row items-center justify-between gap-4\">\n                <div class=\"flex flex-col gap-3\">\n                    <div class=\"text-center sm:text-left\">\n                        <h3 class=\"text-lg font-bold text-white\">Choose Your Plan<\/h3>\n                    <\/div>\n\n                    <div class=\"flex items-center gap-4\">\n                        <!-- Currency Dropdown -->\n                        <div class=\"currency-dropdown\">\n                            <button id=\"stickyCurrencyBtn\"\n                                class=\"flex items-center gap-2 card px-3 py-2 text-sm font-medium hover:border-cyan-500\/30 transition-all\">\n                                <i data-lucide=\"globe\" class=\"w-4 h-4 text-gray-400\" id=\"stickyLocationIcon\"><\/i>\n                                <span id=\"stickyCurrentCurrency\">USD<\/span>\n                                <i data-lucide=\"chevron-down\" class=\"w-4 h-4 transition-transform\"\n                                    id=\"stickyCurrencyChevron\"><\/i>\n                            <\/button>\n                            <div id=\"stickyCurrencyDropdown\" class=\"dropdown-content hidden\">\n                                <div class=\"dropdown-item active\" data-currency=\"USD\">USD ($)<\/div>\n                                <div class=\"dropdown-item\" data-currency=\"EUR\">EUR (\u20ac)<\/div>\n                                <div class=\"dropdown-item\" data-currency=\"GBP\">GBP (\u00a3)<\/div>\n                                <div class=\"dropdown-item\" data-currency=\"JPY\">JPY (\u00a5)<\/div>\n                                <div class=\"dropdown-item\" data-currency=\"INR\">INR (\u20b9)<\/div>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Annual\/Lifetime Toggle -->\n                        <div class=\"card p-1 flex\">\n                            <button id=\"stickyAnnualBtn\"\n                                class=\"px-4 py-1 rounded-full text-xs font-medium transition-all btn-primary glow-primary\">\n                                Annual\n                            <\/button>\n                            <button id=\"stickyLifetimeBtn\"\n                                class=\"px-4 py-1 rounded-full text-xs font-medium transition-all text-gray-400 hover:text-white\">\n                                Lifetime\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"flex flex-col sm:flex-row gap-3 w-full sm:w-auto\">\n                    <!-- Single Plan -->\n                    <div\n                        class=\"flex items-center justify-between bg-gray-800\/50 rounded-lg px-4 py-3 border border-gray-700 min-w-[200px]\">\n                        <div>\n                            <div class=\"text-sm font-medium text-gray-300\">Single<\/div>\n                            <div class=\"text-lg font-bold text-white\" id=\"stickySinglePrice\">$18<\/div>\n                        <\/div>\n                        <!--  onclick=\"scrollToPricing()\" -->\n                        <a href=\"#\" id=\"stickySingleBtn\" class=\"btn-outline-toggle text-xs px-3 py-1\">Buy\n                            Now<\/a>\n                    <\/div>\n\n                    <!-- Plus Plan -->\n                    <div\n                        class=\"flex items-center justify-between bg-cyan-500\/10 rounded-lg px-4 py-3 border border-cyan-500\/30 min-w-[200px] glow-secondary\">\n                        <div>\n                            <div class=\"text-sm font-medium text-cyan-400\">Plus<\/div>\n                            <div class=\"text-lg font-bold text-white\" id=\"stickyPlusPrice\">$34<\/div>\n                        <\/div>\n                        <a href=\"#\" id=\"stickyPlusBtn\" class=\"btn-primary glow-primary text-xs px-3 py-1\">Buy\n                            Now<\/a>\n                    <\/div>\n\n                    <!-- Unlimited Plan -->\n                    <div\n                        class=\"flex items-center justify-between bg-purple-500\/10 rounded-lg px-4 py-3 border border-purple-500\/30 min-w-[200px]\">\n                        <div>\n                            <div class=\"text-sm font-medium text-purple-400\">Unlimited<\/div>\n                            <div class=\"text-lg font-bold text-white\" id=\"stickyUnlimitedPrice\">$16<\/div>\n                        <\/div>\n                        <a href=\"#\" id=\"stickyUnlimitedBtn\" class=\"btn-outline-toggle text-xs px-3 py-1\">Buy\n                            Now<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Click to Chat Pricing All Features Included in Every Plan USD Annual Plans Lifetime Plans Currently Indian Payments Accepting via Razorpay Pro Features Unlock Advanced Features Greetings &#8211; Form Filling Get the required data from the website visitor before initiating the chat Explore \u2192 Multi Agent Add Multiple WhatsApp Agents with different time ranges Explore [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","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":"","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"disabled","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":"","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":"","_htd2_assets":{"css":["style-D2UqRLTr_20251208_121335.css"],"js":["pricing_4_5-DC8RSF9J_20251208_121335.js"],"callbacks":["dequeue_astra"],"js_attr":{"pricing_4_5-DC8RSF9J_20251208_121335.js":{"attr":"","footer":"1"}}}},"class_list":["post-1722","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/holithemes.com\/plugins\/click-to-chat\/wp-json\/wp\/v2\/pages\/1722","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/holithemes.com\/plugins\/click-to-chat\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/holithemes.com\/plugins\/click-to-chat\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/holithemes.com\/plugins\/click-to-chat\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/holithemes.com\/plugins\/click-to-chat\/wp-json\/wp\/v2\/comments?post=1722"}],"version-history":[{"count":0,"href":"https:\/\/holithemes.com\/plugins\/click-to-chat\/wp-json\/wp\/v2\/pages\/1722\/revisions"}],"wp:attachment":[{"href":"https:\/\/holithemes.com\/plugins\/click-to-chat\/wp-json\/wp\/v2\/media?parent=1722"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}