{"id":32,"date":"2026-02-06T16:44:41","date_gmt":"2026-02-06T16:44:41","guid":{"rendered":"https:\/\/cloudagni.com\/?page_id=32"},"modified":"2026-02-07T03:45:27","modified_gmt":"2026-02-07T03:45:27","slug":"business-email","status":"publish","type":"page","link":"https:\/\/cloudagni.com\/?page_id=32","title":{"rendered":"Business Email"},"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 | Professional Business Email<\/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            --purple-primary: #6d28d9;\n            --purple-dark: #4c1d95;\n            --purple-light: #a78bfa;\n            --purple-bg: #f5f3ff;\n            --eco-green: #22c55e;\n        }\n\n        body {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            background-color: var(--purple-bg);\n            color: #1e1b4b;\n            scroll-behavior: smooth;\n            overflow-x: hidden;\n        }\n\n        .purple-gradient {\n            background: linear-gradient(135deg, #6d28d9 0%, #4c1d95 100%);\n        }\n\n        .glass-card {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(109, 40, 217, 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(109, 40, 217, 0.2);\n        }\n\n        \/* Mail Sync Animation *\/\n        .sync-container {\n            position: relative;\n            height: 300px;\n            width: 100%;\n            max-width: 500px;\n            margin: 0 auto;\n        }\n\n        .device {\n            position: absolute;\n            background: white;\n            border: 4px solid #1e1b4b;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 2rem;\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        }\n\n        .desktop { width: 100px; height: 70px; top: 20%; left: 10%; }\n        .tablet { width: 70px; height: 90px; bottom: 10%; right: 10%; }\n        .phone { width: 45px; height: 80px; top: 10%; right: 20%; }\n\n        .mail-icon {\n            position: absolute;\n            font-size: 1.5rem;\n            z-index: 20;\n            opacity: 0;\n        }\n\n        @keyframes travel-desktop-phone {\n            0% { top: 25%; left: 15%; opacity: 0; transform: scale(0.5); }\n            10% { opacity: 1; transform: scale(1.2); }\n            90% { opacity: 1; transform: scale(1); }\n            100% { top: 15%; left: 75%; opacity: 0; transform: scale(0.5); }\n        }\n\n        @keyframes travel-phone-tablet {\n            0% { top: 15%; left: 75%; opacity: 0; }\n            10% { opacity: 1; }\n            100% { top: 75%; left: 85%; opacity: 0; }\n        }\n\n        .mail-1 { animation: travel-desktop-phone 4s infinite; }\n        .mail-2 { animation: travel-phone-tablet 4s infinite 2s; }\n\n        .feature-check {\n            color: var(--eco-green);\n        }\n\n        .floating-badge {\n            animation: bounce 3s ease-in-out infinite;\n        }\n\n        @keyframes bounce {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <header class=\"relative overflow-hidden pt-16 pb-24 lg:pt-32\">\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-1\/2 text-center lg:text-left\" data-aos=\"fade-right\">\n                    <span class=\"inline-block py-1 px-4 rounded-full bg-purple-100 text-purple-700 font-bold text-xs uppercase tracking-widest mb-6\">\n                        \ud83d\udce9 Boost Your Brand Identity\n                    <\/span>\n                    <h1 class=\"text-4xl lg:text-6xl font-extrabold text-gray-900 leading-tight mb-6\">\n                        Professional Email: <span class=\"text-purple-600\">Build Trust<\/span> With Every Message\n                    <\/h1>\n                    <p class=\"text-lg text-gray-600 mb-8\">\n                        Stop using generic @gmail.com addresses. Elevate your brand&#8217;s authority with a custom domain that matches your business identity perfectly.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center lg:justify-start gap-4\">\n                        <a href=\"#pricing\" class=\"purple-gradient text-white px-8 py-4 rounded-xl font-bold shadow-lg hover:opacity-90 transition transform hover:scale-105\">\n                            Get Your Domain Email\n                        <\/a>\n                        <a href=\"#features\" class=\"bg-white text-purple-700 border-2 border-purple-200 px-8 py-4 rounded-xl font-bold hover:bg-purple-50 transition\">\n                            Explore All Features\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Animation Column -->\n                <div class=\"lg:w-1\/2 mt-16 lg:mt-0\" data-aos=\"zoom-in\">\n                    <div class=\"sync-container\">\n                        <!-- Devices -->\n                        <div class=\"device desktop\">\ud83d\udcbb<\/div>\n                        <div class=\"device phone\">\ud83d\udcf1<\/div>\n                        <div class=\"device tablet\">\ud83d\udcc1<\/div>\n                        \n                        <!-- Animated Mails -->\n                        <div class=\"mail-icon mail-1\">\ud83d\udce7<\/div>\n                        <div class=\"mail-icon mail-2\">\u2709\ufe0f<\/div>\n\n                        <!-- Badge -->\n                        <div class=\"absolute bottom-0 left-1\/4 bg-white p-4 rounded-2xl shadow-xl floating-badge border-l-4 border-green-500\">\n                            <div class=\"flex items-center gap-3\">\n                                <div class=\"bg-green-100 p-2 rounded-full text-green-600 font-bold\">\u2713<\/div>\n                                <div>\n                                    <div class=\"font-bold text-gray-900\">Zero Downtime<\/div>\n                                    <div class=\"text-xs text-gray-500\">Migration Experts<\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Why Custom Section -->\n    <section id=\"features\" class=\"py-20 bg-white\/60\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"text-center mb-16\" data-aos=\"fade-up\">\n                <h2 class=\"text-purple-700 font-bold text-sm uppercase tracking-widest mb-2\">The CloudAgni Advantage<\/h2>\n                <h3 class=\"text-3xl lg:text-4xl font-extrabold text-gray-900\">Everything You Need to Look Like a Pro<\/h3>\n            <\/div>\n            \n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\n                <!-- Feature 1 -->\n                <div class=\"glass-card p-8 rounded-3xl\" data-aos=\"fade-up\">\n                    <div class=\"w-14 h-14 bg-purple-100 text-purple-600 rounded-2xl flex items-center justify-center text-2xl mb-6\">\ud83c\udfe2<\/div>\n                    <h4 class=\"text-xl font-bold mb-3\">Custom Domains<\/h4>\n                    <p class=\"text-gray-600 text-sm leading-relaxed\">Send emails from yourname@yourcompany.com. Stand out in crowded inboxes as a legitimate, established business.<\/p>\n                <\/div>\n                <!-- Feature 2 -->\n                <div class=\"glass-card p-8 rounded-3xl\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n                    <div class=\"w-14 h-14 bg-green-100 text-green-600 rounded-2xl flex items-center justify-center text-2xl mb-6\">\ud83d\udee1\ufe0f<\/div>\n                    <h4 class=\"text-xl font-bold mb-3\">Advanced Security<\/h4>\n                    <p class=\"text-gray-600 text-sm leading-relaxed\">Enterprise-grade encryption and intelligent anti-spam filters keep your communications private and your inbox clean.<\/p>\n                <\/div>\n                <!-- Feature 3 -->\n                <div class=\"glass-card p-8 rounded-3xl\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n                    <div class=\"w-14 h-14 bg-blue-100 text-blue-600 rounded-2xl flex items-center justify-center text-2xl mb-6\">\ud83d\udce6<\/div>\n                    <h4 class=\"text-xl font-bold mb-3\">Huge Storage<\/h4>\n                    <p class=\"text-gray-600 text-sm leading-relaxed\">Generous mailbox sizes (up to 200GB) ensure you never have to delete an important lead or client thread ever again.<\/p>\n                <\/div>\n                <!-- Feature 4 -->\n                <div class=\"glass-card p-8 rounded-3xl\" data-aos=\"fade-up\">\n                    <div class=\"w-14 h-14 bg-yellow-100 text-yellow-600 rounded-2xl flex items-center justify-center text-2xl mb-6\">\ud83d\udcc8<\/div>\n                    <h4 class=\"text-xl font-bold mb-3\">Instant Scalability<\/h4>\n                    <p class=\"text-gray-600 text-sm leading-relaxed\">Whether you are a solopreneur or a team of 50, adding new members takes seconds via our intuitive dashboard.<\/p>\n                <\/div>\n                <!-- Feature 5 -->\n                <div class=\"glass-card p-8 rounded-3xl\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n                    <div class=\"w-14 h-14 bg-red-100 text-red-600 rounded-2xl flex items-center justify-center text-2xl mb-6\">\ud83d\udd04<\/div>\n                    <h4 class=\"text-xl font-bold mb-3\">Seamless Sync<\/h4>\n                    <p class=\"text-gray-600 text-sm leading-relaxed\">ActiveSync technology ensures your mail, calendar, and contacts stay perfectly matched across all your devices.<\/p>\n                <\/div>\n                <!-- Feature 6 -->\n                <div class=\"glass-card p-8 rounded-3xl\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n                    <div class=\"w-14 h-14 bg-indigo-100 text-indigo-600 rounded-2xl flex items-center justify-center text-2xl mb-6\">\ud83e\udd1d<\/div>\n                    <h4 class=\"text-xl font-bold mb-3\">Collaboration Suite<\/h4>\n                    <p class=\"text-gray-600 text-sm leading-relaxed\">Shared calendars and contact lists make it easy to schedule meetings and stay on the same page as your team.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\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                <div class=\"inline-block py-1 px-4 rounded-full bg-green-100 text-green-700 font-bold text-sm mb-4\">\n                    \ud83d\udd25 Launch Offer: Get 2 Months FREE with Annual Plans!\n                <\/div>\n                <h2 class=\"text-4xl font-extrabold text-gray-900\">Find the Best Fit for You!<\/h2>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8 max-w-6xl mx-auto\">\n                \n                <!-- Starter Plan -->\n                <div class=\"glass-card rounded-3xl p-8 flex flex-col\" data-aos=\"fade-up\">\n                    <h4 class=\"text-2xl font-bold text-gray-900 mb-2\">Starter Plan<\/h4>\n                    <p class=\"text-gray-500 text-sm mb-6 font-semibold\">Solopreneurs &#038; Fresh Startups<\/p>\n                    <div class=\"mb-8\">\n                        <span class=\"text-4xl font-extrabold text-purple-700\">1000\u20b9<\/span>\n                        <span class=\"text-gray-500\">\/Year<\/span>\n                    <\/div>\n                    <ul class=\"space-y-4 mb-10 flex-grow text-sm\">\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> 1 Custom Domain Email<\/li>\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> 5GB \u2013 10GB Cloud Storage<\/li>\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> Standard Webmail Access<\/li>\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> Basic Spam Protection<\/li>\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> 99.9% Uptime SLA<\/li>\n                    <\/ul>\n                    <a href=\"#\" class=\"w-full py-4 rounded-2xl border-2 border-purple-600 text-purple-700 font-bold text-center hover:bg-purple-600 hover:text-white transition-all\">Get Started<\/a>\n                <\/div>\n\n                <!-- Growth Plan -->\n                <div class=\"glass-card rounded-3xl p-8 flex flex-col border-2 border-purple-600 relative scale-105 shadow-2xl\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n                    <div class=\"absolute -top-4 left-1\/2 -translate-x-1\/2 bg-purple-600 text-white text-xs font-bold py-1 px-4 rounded-full\">POPULAR CHOICE<\/div>\n                    <h4 class=\"text-2xl font-bold text-gray-900 mb-2\">Growth Plan<\/h4>\n                    <p class=\"text-gray-500 text-sm mb-6 font-semibold\">Small &#038; Scaling Teams<\/p>\n                    <div class=\"mb-8\">\n                        <span class=\"text-4xl font-extrabold text-purple-700\">3000\u20b9<\/span>\n                        <span class=\"text-gray-500\">\/Year<\/span>\n                    <\/div>\n                    <ul class=\"space-y-4 mb-10 flex-grow text-sm\">\n                        <li class=\"flex items-center gap-3 font-semibold\"><span class=\"feature-check text-xl\">\u2713<\/span> Multiple Aliases (sales@, support@)<\/li>\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> 50GB Cloud Storage<\/li>\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> Shared Calendars &#038; Contacts<\/li>\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> Pro Spam &#038; Virus Filtering<\/li>\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> 24\/7 Priority Support<\/li>\n                    <\/ul>\n                    <a href=\"#\" class=\"w-full py-4 rounded-2xl purple-gradient text-white font-bold text-center shadow-lg hover:opacity-90 transition-all\">Get Started<\/a>\n                <\/div>\n\n                <!-- Scale Plan -->\n                <div class=\"glass-card rounded-3xl p-8 flex flex-col\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n                    <h4 class=\"text-2xl font-bold text-gray-900 mb-2\">Scale Plan<\/h4>\n                    <p class=\"text-gray-500 text-sm mb-6 font-semibold\">Enterprise &#038; Large Operations<\/p>\n                    <div class=\"mb-8\">\n                        <span class=\"text-4xl font-extrabold text-purple-700\">7000\u20b9<\/span>\n                        <span class=\"text-gray-500\">\/Year<\/span>\n                    <\/div>\n                    <ul class=\"space-y-4 mb-10 flex-grow text-sm\">\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> Up to 200GB Storage Options<\/li>\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> Advanced Data Encryption<\/li>\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> Free Migration Service<\/li>\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> Unlimited User Management<\/li>\n                        <li class=\"flex items-center gap-3\"><span class=\"feature-check text-xl\">\u2713<\/span> Premium Archiving Service<\/li>\n                    <\/ul>\n                    <a href=\"#\" class=\"w-full py-4 rounded-2xl border-2 border-purple-600 text-purple-700 font-bold text-center hover:bg-purple-600 hover:text-white transition-all\">Get Started<\/a>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer Guarantee -->\n    <footer class=\"py-20 bg-purple-50\">\n        <div class=\"container mx-auto px-6 text-center\">\n            <div class=\"max-w-3xl mx-auto glass-card p-10 rounded-3xl border-none shadow-xl\">\n                <div class=\"text-5xl mb-6\">\ud83d\udee1\ufe0f<\/div>\n                <h3 class=\"text-2xl font-bold mb-4\">Risk-Free Professionalism<\/h3>\n                <p class=\"text-gray-600 italic mb-0\">\n                    Join thousands of businesses who trust CloudAgni for their daily communications. Every plan includes our 30-day money-back guarantee and a 99.9% uptime commitment.\n                <\/p>\n            <\/div>\n            <p class=\"mt-12 text-gray-400 text-sm\">\u00a9 2024 CloudAgni Systems. All Rights Reserved.<\/p>\n        <\/div>\n    <\/footer>\n\n    <script>\n        AOS.init({\n            duration: 1000,\n            once: true\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>CloudAgni | Professional Business Email \ud83d\udce9 Boost Your Brand Identity Professional Email: Build Trust With [&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-32","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cloudagni.com\/index.php?rest_route=\/wp\/v2\/pages\/32","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudagni.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cloudagni.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cloudagni.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudagni.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=32"}],"version-history":[{"count":2,"href":"https:\/\/cloudagni.com\/index.php?rest_route=\/wp\/v2\/pages\/32\/revisions"}],"predecessor-version":[{"id":71,"href":"https:\/\/cloudagni.com\/index.php?rest_route=\/wp\/v2\/pages\/32\/revisions\/71"}],"wp:attachment":[{"href":"https:\/\/cloudagni.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}