{"id":31,"date":"2026-09-05T16:30:03","date_gmt":"2026-09-05T16:30:03","guid":{"rendered":"https:\/\/cloud.ananthtelecomservices.com\/?page_id=31"},"modified":"2026-09-05T16:30:03","modified_gmt":"2026-09-05T16:30:03","slug":"wordpress-hosting","status":"publish","type":"page","link":"https:\/\/cloud.ananthtelecomservices.com\/?page_id=31","title":{"rendered":"WordPress Hosting"},"content":{"rendered":"\n<!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    <title>CloudAgni &#8211; Ultimate WordPress Hosting<\/title>\n    <!-- Tailwind CSS for modern styling -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <!-- Google Fonts -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <!-- Animation Library -->\n    <link href=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.css\" rel=\"stylesheet\">\n    <script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\n    \n    <style>\n        :root {\n            --green-primary: #0f4c3a;\n            --green-dark: #07261d;\n            --green-light: #10b981;\n            --green-bg: #f2f8f6;\n            --eco-green: #10b981;\n        }\n\n        body {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            background-color: var(--green-bg);\n            color: #0f172a;\n            scroll-behavior: smooth;\n            overflow-x: hidden;\n        }\n\n        .green-gradient {\n            background: linear-gradient(135deg, #0f4c3a 0%, #07261d 100%);\n        }\n\n        .glass-card {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(15, 76, 58, 0.1);\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n        }\n\n        .glass-card:hover {\n            transform: translateY(-12px);\n            box-shadow: 0 25px 50px -12px rgba(15, 76, 58, 0.15);\n        }\n\n        .pricing-card.featured {\n            border: 2px solid var(--green-primary);\n            position: relative;\n        }\n\n        .pricing-card.featured::after {\n            content: \"MOST POPULAR\";\n            position: absolute;\n            top: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            background: var(--green-primary);\n            color: white;\n            padding: 4px 15px;\n            border-radius: 20px;\n            font-size: 0.75rem;\n            font-weight: 800;\n        }\n\n        .animate-float {\n            animation: float 6s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-20px); }\n            100% { transform: translateY(0px); }\n        }\n\n        .feature-check {\n            color: var(--green-primary);\n            font-weight: bold;\n        }\n\n        \/* Custom selection color *\/\n        ::selection {\n            background: var(--green-light);\n            color: white;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <header class=\"relative overflow-hidden pt-16 pb-24 lg:pt-32 lg:pb-40 bg-white\">\n        <div class=\"container mx-auto px-6 relative z-10\">\n            <div class=\"flex flex-col lg:flex-row items-center\">\n                <div class=\"lg:w-3\/5 text-center lg:text-left\" data-aos=\"fade-right\">\n                    <h1 class=\"text-4xl lg:text-6xl font-extrabold text-gray-900 leading-tight mb-6\">\n                        WordPress Hosting: <span class=\"text-[#0f4c3a] italic\">Ultimate Platform<\/span> for Speed, Security, and Scale\n                    <\/h1>\n                    <p class=\"text-lg text-gray-600 mb-8 max-w-2xl\">\n                        Stop dealing with slow load times and confusing dashboards. Our WordPress hosting is specifically engineered and optimized for the world\u2019s most popular CMS, delivering <span class=\"text-[#0f4c3a] font-semibold italic\">unbeatable speed<\/span>, <span class=\"text-[#0f4c3a] font-semibold italic\">rock-solid security<\/span>, and <span class=\"text-[#0f4c3a] font-semibold italic\">one-click simplicity<\/span> for every project.\n                    <\/p>\n                    <div class=\"flex flex-col sm:flex-row justify-center lg:justify-start gap-4\">\n                        <a href=\"#pricing\" class=\"green-gradient text-white px-8 py-4 rounded-xl font-bold shadow-lg hover:opacity-90 transition transform hover:scale-105\">\n                            View Pricing\n                        <\/a>\n                        <a href=\"#\" class=\"bg-white text-[#0f4c3a] border-2 border-emerald-200 px-8 py-4 rounded-xl font-bold hover:bg-emerald-50 transition\">\n                            Learn More\n                        <\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"lg:w-2\/5 mt-16 lg:mt-0 relative\" data-aos=\"zoom-in\">\n                    <div class=\"animate-float\">\n                        <!-- Abstract Green Shape -->\n                        <svg viewBox=\"0 0 200 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-full max-w-md mx-auto\">\n                            <path fill=\"#0f4c3a\" d=\"M44.7,-76.4C58.1,-69.2,69.5,-57.4,76.5,-43.8C83.5,-30.2,86,-15.1,84.1,-0.1C82.1,14.9,75.7,29.8,66.8,42.7C57.9,55.5,46.5,66.3,33,72.4C19.5,78.5,3.9,79.8,-11.9,77.5C-27.7,75.2,-43.8,69.2,-56.9,58.8C-70.1,48.4,-80.3,33.5,-84,17.4C-87.8,1.3,-85,-16,-77.7,-31.1C-70.5,-46.2,-58.7,-59.1,-44.6,-66C-30.5,-73,-15.2,-74,0.1,-74.2C15.4,-74.4,30.8,-73.7,44.7,-76.4Z\" transform=\"translate(100 100)\" opacity=\"0.1\"><\/path>\n                        <\/svg>\n                        <div class=\"absolute inset-0 flex items-center justify-center\">\n                            <div class=\"bg-white p-6 rounded-2xl shadow-2xl glass-card text-center border-t-4 border-[#0f4c3a]\">\n                                <div class=\"text-[#0f4c3a] text-5xl mb-4\">\u26a1<\/div>\n                                <div class=\"font-bold text-xl\">99.9% Uptime<\/div>\n                                <p class=\"text-sm text-gray-500\">Industry Leading Speed<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Background Decoration -->\n        <div class=\"absolute top-0 right-0 -mr-20 -mt-20 w-96 h-96 bg-emerald-100 rounded-full mix-blend-multiply filter blur-3xl opacity-30\"><\/div>\n        <div class=\"absolute bottom-0 left-0 -ml-20 -mb-20 w-96 h-96 bg-emerald-50 rounded-full mix-blend-multiply filter blur-3xl opacity-30\"><\/div>\n    <\/header>\n\n    <!-- Pricing Section -->\n    <section id=\"pricing\" class=\"py-24 bg-white relative\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"text-center mb-16\" data-aos=\"fade-up\">\n                <h2 class=\"text-[#0f4c3a] font-extrabold text-sm uppercase tracking-widest mb-3\">Pricing &amp; Plans<\/h2>\n                <h3 class=\"text-4xl lg:text-5xl font-extrabold text-gray-900 mb-4\">Find the Best Fit for You!<\/h3>\n                <p class=\"text-gray-500 max-w-xl mx-auto italic font-medium\">From personal blogs to high-traffic enterprises.<\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8 max-w-6xl mx-auto\">\n                \n                <!-- Plan 1: Basic -->\n                <div class=\"glass-card pricing-card rounded-3xl p-8 flex flex-col text-center\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n                    <h4 class=\"text-xl font-bold text-gray-800 mb-4\">Basic WordPress<\/h4>\n                    <div class=\"mb-6\">\n                        <span class=\"text-4xl font-extrabold text-[#0f4c3a]\">3000\u20b9<\/span>\n                        <span class=\"text-gray-500\">\/Year<\/span>\n                    <\/div>\n                    <ul class=\"text-left mb-8 space-y-4 flex-grow\">\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> 1 Website<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> 10 GB SSD Storage<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> Free SSL<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> Free CDN<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> 24*7 Support<\/li>\n                    <\/ul>\n                    <a href=\"#\" class=\"w-full py-4 rounded-xl border-2 border-[#0f4c3a] text-[#0f4c3a] font-bold hover:bg-[#0f4c3a] hover:text-white transition-all\">Get Started<\/a>\n                <\/div>\n\n                <!-- Plan 2: Premium (Featured) -->\n                <div class=\"glass-card pricing-card featured rounded-3xl p-8 flex flex-col text-center transform scale-105 shadow-xl\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n                    <h4 class=\"text-xl font-bold text-gray-800 mb-4 text-[#0f4c3a]\">Premium WordPress<\/h4>\n                    <div class=\"mb-6\">\n                        <span class=\"text-4xl font-extrabold text-[#0f4c3a]\">4000\u20b9<\/span>\n                        <span class=\"text-gray-500\">\/Year<\/span>\n                    <\/div>\n                    <ul class=\"text-left mb-8 space-y-4 flex-grow\">\n                        <li class=\"flex items-center font-bold text-gray-900\"><span class=\"feature-check mr-2\">\u2713<\/span> 1 Website<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> 20 GB SSD Storage<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> Free SSL<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> Free CDN<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> 24*7 Support<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2 text-emerald-600\">\u2713<\/span> Free IPv6 Address<\/li>\n                    <\/ul>\n                    <a href=\"#\" class=\"w-full py-4 rounded-xl green-gradient text-white font-bold shadow-lg hover:opacity-90 transition-all\">Get Started<\/a>\n                <\/div>\n\n                <!-- Plan 3: Ultimate -->\n                <div class=\"glass-card pricing-card rounded-3xl p-8 flex flex-col text-center\" data-aos=\"fade-up\" data-aos-delay=\"300\">\n                    <h4 class=\"text-xl font-bold text-gray-800 mb-4\">Ultimate WordPress<\/h4>\n                    <div class=\"mb-6\">\n                        <span class=\"text-4xl font-extrabold text-[#0f4c3a]\">6000\u20b9<\/span>\n                        <span class=\"text-gray-500\">\/Year<\/span>\n                    <\/div>\n                    <ul class=\"text-left mb-8 space-y-4 flex-grow\">\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> 3 Website<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> 50 GB SSD Storage<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> Free SSL<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> Free CDN<\/li>\n                        <li class=\"flex items-center\"><span class=\"feature-check mr-2\">\u2713<\/span> 24*7 Support<\/li>\n                        <li class=\"flex items-center font-bold text-gray-900\"><span class=\"feature-check mr-2 text-emerald-600\">\u2713<\/span> Free IPv6 Address<\/li>\n                    <\/ul>\n                    <a href=\"#\" class=\"w-full py-4 rounded-xl border-2 border-[#0f4c3a] text-[#0f4c3a] font-bold hover:bg-[#0f4c3a] hover:text-white transition-all\">Get Started<\/a>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Initialize Scroll Animations\n        AOS.init({\n            duration: 1000,\n            once: true,\n            easing: 'ease-out-quad'\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>CloudAgni &#8211; Ultimate WordPress Hosting WordPress Hosting: Ultimate Platform for Speed, Security, and Scale Stop dealing with slow load times and confusing dashboards. Our WordPress hosting is specifically engineered and optimized for the world\u2019s most popular CMS, delivering unbeatable speed, rock-solid security, and one-click simplicity for every project. View Pricing Learn More \u26a1 99.9% Uptime [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-31","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cloud.ananthtelecomservices.com\/index.php?rest_route=\/wp\/v2\/pages\/31","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloud.ananthtelecomservices.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cloud.ananthtelecomservices.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cloud.ananthtelecomservices.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cloud.ananthtelecomservices.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=31"}],"version-history":[{"count":1,"href":"https:\/\/cloud.ananthtelecomservices.com\/index.php?rest_route=\/wp\/v2\/pages\/31\/revisions"}],"predecessor-version":[{"id":32,"href":"https:\/\/cloud.ananthtelecomservices.com\/index.php?rest_route=\/wp\/v2\/pages\/31\/revisions\/32"}],"wp:attachment":[{"href":"https:\/\/cloud.ananthtelecomservices.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=31"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}