{"id":477,"date":"2025-09-12T18:41:56","date_gmt":"2025-09-12T18:41:56","guid":{"rendered":"https:\/\/truck.ctaindiaload.in\/?page_id=477"},"modified":"2025-09-13T03:30:12","modified_gmt":"2025-09-13T03:30:12","slug":"confirmation","status":"publish","type":"page","link":"https:\/\/truck.ctaindiaload.in\/?page_id=477","title":{"rendered":"confirmation"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"477\" class=\"elementor elementor-477\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eea9d19 e-flex e-con-boxed e-con e-parent\" data-id=\"eea9d19\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a7ddce0 elementor-widget elementor-widget-html\" data-id=\"a7ddce0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\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    <title>Payment Successful | Secure Transaction<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);\n            min-height: 100vh;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 20px;\n        }\n        \n        .container {\n            max-width: 500px;\n            width: 100%;\n            background: rgba(255, 255, 255, 0.95);\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);\n            text-align: center;\n            animation: fadeIn 0.5s ease-out;\n        }\n        \n        .header {\n            background: linear-gradient(to right, #4caf50, #2e7d32);\n            padding: 30px 20px;\n            color: white;\n            position: relative;\n        }\n        \n        .success-icon {\n            font-size: 80px;\n            margin-bottom: 15px;\n            animation: scaleUp 0.5s ease-out;\n        }\n        \n        .header h1 {\n            font-size: 32px;\n            margin-bottom: 10px;\n            letter-spacing: 1px;\n        }\n        \n        .header p {\n            font-size: 18px;\n            opacity: 0.9;\n        }\n        \n        .content {\n            padding: 30px;\n        }\n        \n        .security-badge {\n            display: inline-flex;\n            align-items: center;\n            background: #f1f8e9;\n            color: #33691e;\n            padding: 8px 15px;\n            border-radius: 20px;\n            margin-bottom: 25px;\n            font-weight: 500;\n        }\n        \n        .security-badge i {\n            margin-right: 8px;\n        }\n        \n        .message {\n            background: #f9f9f9;\n            padding: 20px;\n            border-radius: 12px;\n            margin-bottom: 25px;\n            border-left: 4px solid #4caf50;\n        }\n        \n        .message h3 {\n            color: #2e7d32;\n            margin-bottom: 10px;\n        }\n        \n        .countdown {\n            font-size: 18px;\n            margin: 20px 0;\n            color: #555;\n        }\n        \n        .countdown span {\n            font-weight: bold;\n            color: #2e7d32;\n        }\n        \n        .btn {\n            display: inline-block;\n            background: #ff5722;\n            color: white;\n            padding: 14px 30px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 18px;\n            transition: all 0.3s;\n            box-shadow: 0 4px 10px rgba(255, 87, 34, 0.3);\n            border: none;\n            cursor: pointer;\n            margin-top: 10px;\n        }\n        \n        .btn:hover {\n            background: #e64a19;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 14px rgba(255, 87, 34, 0.4);\n        }\n        \n        .secure-transaction {\n            margin-top: 30px;\n            padding-top: 20px;\n            border-top: 1px solid #eee;\n        }\n        \n        .secure-icons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 15px;\n        }\n        \n        .secure-icons div {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        \n        .secure-icons i {\n            font-size: 24px;\n            color: #4caf50;\n            margin-bottom: 5px;\n        }\n        \n        .secure-icons span {\n            font-size: 12px;\n            color: #666;\n        }\n        \n        .footer {\n            background: #f5f5f5;\n            padding: 15px;\n            font-size: 12px;\n            color: #777;\n        }\n        \n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        \n        @keyframes scaleUp {\n            0% { transform: scale(0); opacity: 0; }\n            70% { transform: scale(1.2); }\n            100% { transform: scale(1); opacity: 1; }\n        }\n        \n        @keyframes pulse {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n            100% { transform: scale(1); }\n        }\n        \n        .pulse {\n            animation: pulse 2s infinite;\n        }\n        \n        @media (max-width: 500px) {\n            .container {\n                border-radius: 15px;\n            }\n            \n            .header {\n                padding: 20px 15px;\n            }\n            \n            .success-icon {\n                font-size: 60px;\n            }\n            \n            .header h1 {\n                font-size: 26px;\n            }\n            \n            .content {\n                padding: 20px;\n            }\n            \n            .btn {\n                padding: 12px 25px;\n                font-size: 16px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <i class=\"fas fa-check-circle success-icon\"><\/i>\n            <h1>Payment Successful!<\/h1>\n            <p>Thank you for your purchase<\/p>\n        <\/div>\n        \n        <div class=\"content\">\n            <div class=\"security-badge\">\n                <i class=\"fas fa-shield-alt\"><\/i>\n                <span>Secure Transaction<\/span>\n            <\/div>\n            \n            <div class=\"message\">\n                <h3>Your transaction was completed successfully<\/h3>\n                <p>A receipt has been sent to your email address<\/p>\n            <\/div>\n            \n            <div class=\"countdown\">\n                Redirecting to dashboard in <span id=\"countdown\">5<\/span> seconds...\n            <\/div>\n            \n            <a href=\"dashboard.html\" class=\"btn pulse\">\n                <i class=\"fas fa-tachometer-alt\"><\/i> Go to Dashboard\n            <\/a>\n            \n            <div class=\"secure-transaction\">\n                <h3>Your Payment is Secure<\/h3>\n                <div class=\"secure-icons\">\n                    <div>\n                        <i class=\"fas fa-lock\"><\/i>\n                        <span>256-bit SSL<\/span>\n                    <\/div>\n                    <div>\n                        <i class=\"fas fa-user-shield\"><\/i>\n                        <span>Privacy Protected<\/span>\n                    <\/div>\n                    <div>\n                        <i class=\"fas fa-check-double\"><\/i>\n                        <span>Verified<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"footer\">\n            <p>&copy; 2023 Company Name. All rights reserved. | <a href=\"#\" style=\"color: #4caf50;\">Privacy Policy<\/a><\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Set localStorage items\n        localStorage.setItem('onboarded', 'true');\n        localStorage.setItem('payment_done', 'true');\n        \n        \/\/ Countdown timer\n        let count = 5;\n        const countdown = document.getElementById('countdown');\n        const timer = setInterval(function() {\n            count--;\n            countdown.textContent = count;\n            \n            if (count <= 0) {\n                clearInterval(timer);\n                window.location.href = 'dashboard.html';\n            }\n        }, 1000);\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Payment Successful | Secure Transaction Payment Successful! Thank you for your purchase Secure Transaction Your transaction was completed successfully A [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","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":"","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":"default","ast-page-background-enabled":"default","ast-page-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-477","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/truck.ctaindiaload.in\/index.php?rest_route=\/wp\/v2\/pages\/477","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truck.ctaindiaload.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/truck.ctaindiaload.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/truck.ctaindiaload.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/truck.ctaindiaload.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=477"}],"version-history":[{"count":13,"href":"https:\/\/truck.ctaindiaload.in\/index.php?rest_route=\/wp\/v2\/pages\/477\/revisions"}],"predecessor-version":[{"id":514,"href":"https:\/\/truck.ctaindiaload.in\/index.php?rest_route=\/wp\/v2\/pages\/477\/revisions\/514"}],"wp:attachment":[{"href":"https:\/\/truck.ctaindiaload.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=477"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}