{"id":4954,"date":"2026-04-08T09:03:42","date_gmt":"2026-04-08T08:03:42","guid":{"rendered":"https:\/\/acaddcentre.com\/?page_id=4954"},"modified":"2026-04-08T09:05:22","modified_gmt":"2026-04-08T08:05:22","slug":"certificate-verification","status":"publish","type":"page","link":"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/","title":{"rendered":"Certificate Verification"},"content":{"rendered":"        <style>\n            .cvp-wrapper {\n                max-width: 760px;\n                margin: 40px auto;\n                padding: 40px 30px;\n                background: #fdf8ef;\n                border-radius: 24px;\n                box-shadow: 0 14px 38px rgba(0,0,0,0.08);\n                border: 1px solid #e7d7b3;\n            }\n\n            .cvp-wrapper h2 {\n                text-align: center;\n                margin-bottom: 28px;\n                font-size: 42px;\n                font-weight: 700;\n                color: #1f2a44;\n                line-height: 1.2;\n            }\n\n            .cvp-search-form {\n                display: flex;\n                align-items: stretch;\n                gap: 14px;\n                margin-bottom: 28px;\n            }\n\n            .cvp-search-form input[type=\"text\"] {\n                flex: 1;\n                min-width: 0;\n                height: 64px;\n                padding: 0 22px !important;\n                border: 2px solid #d8b15b !important;\n                border-radius: 14px !important;\n                font-size: 17px !important;\n                color: #1f2a44 !important;\n                background: #ffffff !important;\n                outline: none !important;\n                box-sizing: border-box !important;\n                line-height: 64px !important;\n                appearance: none;\n                -webkit-appearance: none;\n            }\n\n            .cvp-search-form input[type=\"text\"]:focus {\n                border-color: #b98a1d !important;\n                box-shadow: 0 0 0 4px rgba(185, 138, 29, 0.12) !important;\n            }\n\n            .cvp-search-form input[type=\"text\"]::placeholder {\n                color: #7a7a7a !important;\n                opacity: 1;\n            }\n\n            .cvp-search-form button {\n                height: 64px !important;\n                min-width: 220px;\n                padding: 0 28px !important;\n                background: linear-gradient(135deg, #d6a43a, #b88418) !important;\n                color: #ffffff !important;\n                border: none !important;\n                border-radius: 14px !important;\n                font-size: 17px !important;\n                font-weight: 700 !important;\n                cursor: pointer;\n                transition: all 0.3s ease;\n                box-sizing: border-box !important;\n                white-space: nowrap;\n                line-height: 64px !important;\n            }\n\n            .cvp-search-form button:hover {\n                transform: translateY(-1px);\n                box-shadow: 0 10px 24px rgba(184, 132, 24, 0.25);\n            }\n\n            .cvp-result {\n                margin-top: 20px;\n                border-radius: 22px;\n                overflow: hidden;\n            }\n\n            .cvp-result.success {\n                background: #ffffff;\n                border: 2px solid #22a652;\n                box-shadow: 0 12px 30px rgba(34, 166, 82, 0.10);\n            }\n\n            .cvp-success-head {\n                display: flex;\n                align-items: center;\n                gap: 16px;\n                background: linear-gradient(135deg, #22a652, #159447);\n                padding: 22px 24px;\n            }\n\n            .cvp-success-icon {\n                width: 56px;\n                height: 56px;\n                min-width: 56px;\n                border-radius: 50%;\n                background: #ffffff;\n                color: #22a652;\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                font-size: 30px;\n                font-weight: 800;\n                box-shadow: 0 6px 16px rgba(0,0,0,0.12);\n            }\n\n            .cvp-success-text h3 {\n                margin: 0 0 6px;\n                color: #ffffff;\n                font-size: 28px;\n                line-height: 1.2;\n            }\n\n            .cvp-success-text p {\n                margin: 0;\n                color: rgba(255,255,255,0.95);\n                font-size: 16px;\n                line-height: 1.6;\n            }\n\n            .cvp-table {\n                padding: 24px;\n                background: #f9fff9;\n            }\n\n            .cvp-row {\n                display: flex;\n                align-items: center;\n                border-bottom: 1px solid #dcefdc;\n            }\n\n            .cvp-row:last-child {\n                border-bottom: none;\n            }\n\n            .cvp-label {\n                width: 38%;\n                padding: 16px 14px;\n                font-weight: 700;\n                color: #1f2a44;\n                background: #f1fbf3;\n                border-right: 1px solid #dcefdc;\n                font-size: 16px;\n            }\n\n            .cvp-value {\n                width: 62%;\n                padding: 16px 16px;\n                color: #374151;\n                font-size: 16px;\n                background: #ffffff;\n                word-break: break-word;\n            }\n\n            .cvp-result.error {\n                background: #fff5f5;\n                border: 2px solid #e24b4b;\n                padding: 30px 24px;\n                text-align: center;\n                box-shadow: 0 12px 30px rgba(226, 75, 75, 0.08);\n            }\n\n            .cvp-error-icon {\n                width: 62px;\n                height: 62px;\n                margin: 0 auto 16px;\n                border-radius: 50%;\n                background: #e24b4b;\n                color: #fff;\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                font-size: 30px;\n                font-weight: 700;\n            }\n\n            .cvp-result.error h3 {\n                margin: 0 0 10px;\n                font-size: 28px;\n                color: #b91c1c;\n            }\n\n            .cvp-result.error p {\n                margin: 0;\n                font-size: 16px;\n                color: #444;\n                line-height: 1.7;\n            }\n\n            @media (max-width: 767px) {\n                .cvp-wrapper {\n                    padding: 28px 18px;\n                    margin: 25px auto;\n                    border-radius: 20px;\n                }\n\n                .cvp-wrapper h2 {\n                    font-size: 30px;\n                    margin-bottom: 22px;\n                }\n\n                .cvp-search-form {\n                    flex-direction: column;\n                    gap: 14px;\n                }\n\n                .cvp-search-form input[type=\"text\"],\n                .cvp-search-form button {\n                    width: 100%;\n                    min-width: 100%;\n                    height: 64px !important;\n                    line-height: normal !important;\n                    display: flex;\n                    align-items: center;\n                }\n\n                .cvp-search-form input[type=\"text\"] {\n                    padding: 0 18px !important;\n                    font-size: 16px !important;\n                }\n\n                .cvp-search-form button {\n                    justify-content: center;\n                    font-size: 16px !important;\n                    padding: 0 18px !important;\n                }\n\n                .cvp-success-head {\n                    flex-direction: column;\n                    text-align: center;\n                    padding: 24px 18px;\n                }\n\n                .cvp-success-text h3 {\n                    font-size: 24px;\n                }\n\n                .cvp-success-text p {\n                    font-size: 15px;\n                }\n\n                .cvp-table {\n                    padding: 16px;\n                }\n\n                .cvp-row {\n                    flex-direction: column;\n                    align-items: stretch;\n                    border: 1px solid #dcefdc;\n                    border-radius: 14px;\n                    overflow: hidden;\n                    margin-bottom: 14px;\n                    background: #fff;\n                }\n\n                .cvp-row:last-child {\n                    margin-bottom: 0;\n                }\n\n                .cvp-label,\n                .cvp-value {\n                    width: 100%;\n                    padding: 14px 16px;\n                    border-right: none;\n                }\n\n                .cvp-label {\n                    background: #f1fbf3;\n                    border-bottom: 1px solid #dcefdc;\n                    font-size: 15px;\n                }\n\n                .cvp-value {\n                    font-size: 15px;\n                }\n\n                .cvp-result.error {\n                    padding: 24px 18px;\n                }\n\n                .cvp-result.error h3 {\n                    font-size: 24px;\n                }\n            }\n        <\/style>\n\n        <div class=\"cvp-wrapper\">\n            <h2>Certificate Verification<\/h2>\n\n            <form method=\"post\" class=\"cvp-search-form\">\n                <input type=\"text\" name=\"cvp_certificate_search\" placeholder=\"Enter Certificate Number\" required>\n                <button type=\"submit\" name=\"cvp_verify_submit\">Verify Certificate<\/button>\n            <\/form>\n\n                    <\/div>\n\n        \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_uag_custom_page_level_css":"","_coachify_sidebar_layout":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.10 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Certificate Verification - Acadd Centre<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Certificate Verification - Acadd Centre\" \/>\n<meta property=\"og:url\" content=\"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/\" \/>\n<meta property=\"og:site_name\" content=\"Acadd Centre\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-08T08:05:22+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/\",\"url\":\"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/\",\"name\":\"Certificate Verification - Acadd Centre\",\"isPartOf\":{\"@id\":\"https:\/\/acaddcentre.com\/#website\"},\"datePublished\":\"2026-04-08T08:03:42+00:00\",\"dateModified\":\"2026-04-08T08:05:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/acaddcentre.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Certificate Verification\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/acaddcentre.com\/#website\",\"url\":\"https:\/\/acaddcentre.com\/\",\"name\":\"acaddcentre\",\"description\":\"Creating Industry Require Professions\",\"publisher\":{\"@id\":\"https:\/\/acaddcentre.com\/#\/schema\/person\/7bc97d08a5aa368a46164e35f6125bc5\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/acaddcentre.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/acaddcentre.com\/#\/schema\/person\/7bc97d08a5aa368a46164e35f6125bc5\",\"name\":\"acaddcentre.com\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/acaddcentre.com\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/acaddcentre.com\/wp-content\/uploads\/2023\/06\/logo.png\",\"contentUrl\":\"http:\/\/acaddcentre.com\/wp-content\/uploads\/2023\/06\/logo.png\",\"width\":500,\"height\":500,\"caption\":\"acaddcentre.com\"},\"logo\":{\"@id\":\"https:\/\/acaddcentre.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/acaddcentre.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Certificate Verification - Acadd Centre","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/","og_locale":"en_US","og_type":"article","og_title":"Certificate Verification - Acadd Centre","og_url":"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/","og_site_name":"Acadd Centre","article_modified_time":"2026-04-08T08:05:22+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/","url":"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/","name":"Certificate Verification - Acadd Centre","isPartOf":{"@id":"https:\/\/acaddcentre.com\/#website"},"datePublished":"2026-04-08T08:03:42+00:00","dateModified":"2026-04-08T08:05:22+00:00","breadcrumb":{"@id":"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/acaddcentre.com\/index.php\/certificate-verification\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/acaddcentre.com\/index.php\/certificate-verification\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/acaddcentre.com\/"},{"@type":"ListItem","position":2,"name":"Certificate Verification"}]},{"@type":"WebSite","@id":"https:\/\/acaddcentre.com\/#website","url":"https:\/\/acaddcentre.com\/","name":"acaddcentre","description":"Creating Industry Require Professions","publisher":{"@id":"https:\/\/acaddcentre.com\/#\/schema\/person\/7bc97d08a5aa368a46164e35f6125bc5"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/acaddcentre.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/acaddcentre.com\/#\/schema\/person\/7bc97d08a5aa368a46164e35f6125bc5","name":"acaddcentre.com","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/acaddcentre.com\/#\/schema\/person\/image\/","url":"http:\/\/acaddcentre.com\/wp-content\/uploads\/2023\/06\/logo.png","contentUrl":"http:\/\/acaddcentre.com\/wp-content\/uploads\/2023\/06\/logo.png","width":500,"height":500,"caption":"acaddcentre.com"},"logo":{"@id":"https:\/\/acaddcentre.com\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/acaddcentre.com"]}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"RoboGalleryMansoryImagesCenter":false,"RoboGalleryMansoryImagesTop":false,"1536x1536":false,"2048x2048":false,"coachify-withsidebar":false,"coachify-blog-home":false,"coachify-header-bg-img":false,"coachify-fullwidth":false,"coachify-related":false},"uagb_author_info":{"display_name":"jogenra bha","author_link":"https:\/\/acaddcentre.com\/index.php\/author\/jogenrabha191\/"},"uagb_comment_info":0,"uagb_excerpt":null,"_links":{"self":[{"href":"https:\/\/acaddcentre.com\/index.php\/wp-json\/wp\/v2\/pages\/4954"}],"collection":[{"href":"https:\/\/acaddcentre.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/acaddcentre.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/acaddcentre.com\/index.php\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/acaddcentre.com\/index.php\/wp-json\/wp\/v2\/comments?post=4954"}],"version-history":[{"count":1,"href":"https:\/\/acaddcentre.com\/index.php\/wp-json\/wp\/v2\/pages\/4954\/revisions"}],"predecessor-version":[{"id":4957,"href":"https:\/\/acaddcentre.com\/index.php\/wp-json\/wp\/v2\/pages\/4954\/revisions\/4957"}],"wp:attachment":[{"href":"https:\/\/acaddcentre.com\/index.php\/wp-json\/wp\/v2\/media?parent=4954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}