{"id":3,"date":"2025-11-20T12:11:06","date_gmt":"2025-11-20T12:11:06","guid":{"rendered":"https:\/\/quick-cert.com\/?page_id=3"},"modified":"2025-12-23T13:08:56","modified_gmt":"2025-12-23T13:08:56","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/quick-cert.com\/?page_id=3","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\n<p>Last updated: January 2025<\/p>\n\n\n\n<!-- ===============================\n     QUICKCERT PRIVACY POLICY PAGE\n     MODERN UI \u2013 FULL WIDTH\n================================= -->\n<div class=\"qc-privacy-page\">\n\n    <div class=\"qc-privacy-inner\">\n        \n        <!-- Content Sections -->\n        <section class=\"qc-policy-section\">\n            <h2>Who We Are<\/h2>\n            <p>\n                QuickCert Business Solutions &#038; Services (&#8220;QuickCert&#8221;, &#8220;we&#8221;, &#8220;our&#8221;, or &#8220;us&#8221;)\n                is a global ISO certification and compliance consulting organization serving\n                businesses across multiple industries and regions worldwide.\n            <\/p>\n        <\/section>\n\n        <section class=\"qc-policy-section\">\n            <h2>Information We Collect<\/h2>\n            <p>We may collect personal and business-related information including:<\/p>\n            <ul>\n                <li>Name, email address, phone number<\/li>\n                <li>Organization name and location<\/li>\n                <li>Certification and compliance requirements<\/li>\n                <li>Technical data such as IP address and browser details<\/li>\n            <\/ul>\n        <\/section>\n\n        <section class=\"qc-policy-section\">\n            <h2>How We Use Your Information<\/h2>\n            <ul>\n                <li>To provide certification and compliance services<\/li>\n                <li>To respond to inquiries and support requests<\/li>\n                <li>To improve our services and website experience<\/li>\n                <li>To meet legal and regulatory obligations<\/li>\n            <\/ul>\n        <\/section>\n\n        <section class=\"qc-policy-section\">\n            <h2>Data Protection &#038; Security<\/h2>\n            <p>\n                We implement appropriate administrative, technical, and physical safeguards\n                to protect your data from unauthorized access, disclosure, or misuse.\n            <\/p>\n        <\/section>\n\n        <section class=\"qc-policy-section\">\n            <h2>Cookies<\/h2>\n            <p>\n                Our website may use cookies to enhance user experience and analyze site usage.\n                You can control cookies through your browser settings.\n            <\/p>\n        <\/section>\n\n        <section class=\"qc-policy-section\">\n            <h2>Your Rights<\/h2>\n            <p>\n                You may request access, correction, or deletion of your personal data by\n                contacting us directly.\n            <\/p>\n        <\/section>\n\n        <section class=\"qc-policy-section qc-contact-section\">\n            <h2>Contact Information<\/h2>\n            <div class=\"qc-contact-card\">\n                <div class=\"qc-contact-item\">\n                    <span class=\"qc-contact-icon\">\ud83d\udce7<\/span>\n                    <div>\n                        <strong>Email:<\/strong><br>\n                        <a href=\"mailto:sales@quick-cert.com\">sales@quick-cert.com<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"qc-contact-item\">\n                    <span class=\"qc-contact-icon\">\ud83c\udfe2<\/span>\n                    <div>\n                        <strong>Company:<\/strong><br>\n                        QuickCert Business Solutions &#038; Services\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n\n<\/div>\n\n<style>\n\/* ===============================\n   FULL WIDTH PAGE OVERRIDE\n================================= *\/\n.qc-privacy-page {\n    width: 100vw;\n    margin-left: calc(-50vw + 50%);\n    background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);\n    min-height: 100vh;\n}\n\n\/* Inner readable content *\/\n.qc-privacy-inner {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 60px 30px;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n}\n\n\/* Section Styling *\/\n.qc-policy-section {\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 32px;\n    margin-bottom: 24px;\n    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\n    border: 1px solid rgba(0, 59, 156, 0.08);\n    transition: all 0.3s ease;\n}\n\n.qc-policy-section:hover {\n    box-shadow: 0 4px 20px rgba(0, 59, 156, 0.12);\n    transform: translateY(-2px);\n}\n\n\/* Typography *\/\n.qc-privacy-inner h2 {\n    font-size: 24px;\n    font-weight: 700;\n    color: #003B9C;\n    margin: 0 0 16px 0;\n    padding-bottom: 12px;\n    border-bottom: 2px solid #e8f0fe;\n    position: relative;\n}\n\n.qc-privacy-inner h2::before {\n    content: '';\n    position: absolute;\n    bottom: -2px;\n    left: 0;\n    width: 60px;\n    height: 2px;\n    background: linear-gradient(90deg, #003B9C, #005ACF);\n}\n\n.qc-privacy-inner p {\n    font-size: 16px;\n    line-height: 1.8;\n    color: #333;\n    margin-bottom: 12px;\n}\n\n.qc-privacy-inner ul {\n    padding-left: 0;\n    margin: 16px 0;\n}\n\n.qc-privacy-inner li {\n    font-size: 16px;\n    line-height: 1.8;\n    color: #333;\n    list-style: none;\n    padding-left: 32px;\n    position: relative;\n    margin-bottom: 12px;\n}\n\n.qc-privacy-inner li::before {\n    content: '\u2713';\n    position: absolute;\n    left: 0;\n    color: #005ACF;\n    font-weight: 700;\n    font-size: 18px;\n}\n\n.qc-privacy-inner a {\n    color: #005ACF;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    border-bottom: 2px solid transparent;\n}\n\n.qc-privacy-inner a:hover {\n    color: #003B9C;\n    border-bottom-color: #003B9C;\n}\n\n\/* Contact Section *\/\n.qc-contact-section {\n    background: linear-gradient(135deg, #f0f5ff 0%, #e8f0fe 100%);\n    border: 2px solid #005ACF;\n}\n\n.qc-contact-card {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    margin-top: 20px;\n}\n\n.qc-contact-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 16px;\n    background: white;\n    border-radius: 12px;\n    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n}\n\n.qc-contact-icon {\n    font-size: 28px;\n    line-height: 1;\n}\n\n.qc-contact-item strong {\n    color: #003B9C;\n    display: block;\n    margin-bottom: 4px;\n}\n\n.qc-contact-item div {\n    flex: 1;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n    .qc-privacy-inner {\n        padding: 40px 20px;\n    }\n\n    .qc-policy-section {\n        padding: 24px 20px;\n        margin-bottom: 20px;\n    }\n\n    .qc-privacy-inner h2 {\n        font-size: 20px;\n    }\n\n    .qc-privacy-inner p,\n    .qc-privacy-inner li {\n        font-size: 15px;\n    }\n\n    .qc-contact-card {\n        grid-template-columns: 1fr;\n        gap: 16px;\n    }\n}\n\n@media (max-width: 480px) {\n    .qc-privacy-inner {\n        padding: 30px 16px;\n    }\n\n    .qc-policy-section {\n        padding: 20px 16px;\n        border-radius: 12px;\n    }\n\n    .qc-privacy-inner h2 {\n        font-size: 18px;\n        margin-bottom: 12px;\n    }\n\n    .qc-privacy-inner li {\n        padding-left: 28px;\n    }\n}\n\n\/* Print Styles *\/\n@media print {\n    .qc-privacy-page {\n        background: white;\n    }\n\n    .qc-policy-section {\n        box-shadow: none;\n        border: 1px solid #ccc;\n        page-break-inside: avoid;\n    }\n\n    .qc-policy-section:hover {\n        transform: none;\n    }\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Last updated: January 2025 Who We Are QuickCert Business Solutions &#038; Services (&#8220;QuickCert&#8221;, &#8220;we&#8221;, &#8220;our&#8221;, or &#8220;us&#8221;) is a global ISO certification and compliance consulting organization serving businesses across multiple industries and regions worldwide. Information We Collect We may collect personal and business-related information including: Name, email address, phone number Organization name and location Certification&hellip;&nbsp;<a href=\"https:\/\/quick-cert.com\/?page_id=3\" rel=\"bookmark\"><span class=\"screen-reader-text\">Privacy Policy<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"class_list":["post-3","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/3","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quick-cert.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3"}],"version-history":[{"count":1,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/3\/revisions"}],"predecessor-version":[{"id":359,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/3\/revisions\/359"}],"wp:attachment":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}