{"id":16787,"date":"2025-10-06T19:20:37","date_gmt":"2025-10-06T19:20:37","guid":{"rendered":"https:\/\/primeflow.sa\/?page_id=16787"},"modified":"2025-11-25T21:59:07","modified_gmt":"2025-11-25T21:59:07","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/primeflow.sa\/en\/privacy-policy\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16787\" class=\"elementor elementor-16787\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"wd-negative-gap elementor-section elementor-top-section elementor-element elementor-element-81987e2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"81987e2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-abc3bbb\" data-id=\"abc3bbb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a58c254 elementor-widget elementor-widget-html\" data-id=\"a58c254\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\" dir=\"ltr\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Security and Privacy - PrimeFlow EST.<\/title>\r\n    <!-- Include Tailwind CSS library -->\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <!-- Using a standard web font (Inter) for English text -->\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;700;900&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        \/* Define the new primary colors *\/\r\n        :root {\r\n            --prime-teal: #006b7a;\r\n            --prime-dark: #015b67;\r\n        }\r\n\r\n        body {\r\n         \r\n            background-color: #f0f4f8; \/* Neutral light background *\/\r\n        }\r\n        .text-prime-teal {\r\n            color: var(--prime-teal);\r\n        }\r\n        .bg-prime-teal {\r\n            background-color: var(--prime-teal);\r\n        }\r\n        \r\n        \/* Button styling and hover effect with the required gradient *\/\r\n        .btn-prime {\r\n            background: linear-gradient(125deg, var(--prime-teal), var(--prime-dark));\r\n            color: #fff;\r\n            border-radius: 9999px; \/* Fully rounded *\/\r\n            padding: 0.75rem 2.5rem;\r\n            font-weight: 700;\r\n            letter-spacing: 0.05em;\r\n            box-shadow: 0 4px 10px rgba(0, 107, 122, 0.3);\r\n            transition: all 0.3s ease;\r\n        }\r\n        .btn-prime:hover {\r\n            box-shadow: 0 6px 15px rgba(0, 107, 122, 0.5);\r\n            transform: translateY(-2px);\r\n            filter: brightness(1.1);\r\n        }\r\n\r\n        \/* Main card design with rounded corners and the gradient top border effect *\/\r\n        .main-card {\r\n            background-color: #ffffff;\r\n            border-radius: 10px; \/* Required 10px rounded corners *\/\r\n            box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1), 0 5px 10px -5px rgba(0, 0, 0, 0.04);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        \/* Apply the gradient as a thick top border (simulating border-t-4) *\/\r\n        .main-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            height: 8px; \r\n            background: linear-gradient(125deg, var(--prime-teal), var(--prime-dark));\r\n            z-index: 10;\r\n        }\r\n\r\n        \/* Animations *\/\r\n        @keyframes fadeInUp {\r\n            from { opacity: 0; transform: translateY(20px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n        .animate-fadeInUp {\r\n            animation: fadeInUp 0.8s ease-out forwards;\r\n        }\r\n        .delay-1 { animation-delay: 0.2s; }\r\n        .delay-2 { animation-delay: 0.4s; }\r\n        .delay-3 { animation-delay: 0.6s; }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"bg-gray-100 text-gray-800\">\r\n\r\n    <!-- Main Page Container -->\r\n    <div class=\"main-card max-w-4xl mx-auto p-8 md:p-12\">\r\n        \r\n        <!-- Centered Logo Section -->\r\n        <div class=\"text-center pt-4 opacity-0 animate-fadeInUp mb-6\">\r\n            <!-- PrimeFlow EST. Logo -->\r\n            <img decoding=\"async\" width=\"150px\" src=\"https:\/\/primeflow.sa\/wp-content\/uploads\/2025\/10\/prime-flow_logo-only-full-color@2x-1.png\"\r\n                 onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/250x60\/006b7a\/ffffff?text=PrimeFlow+EST';\"\r\n                 alt=\"PrimeFlow EST. Logo\"\r\n                 class=\"max-w-[150px] h-auto rounded-lg mx-auto\"\r\n                 style=\"border-radius: 10px;\">\r\n        <\/div>\r\n\r\n        <!-- Page Title -->\r\n        <h1 class=\"text-3xl md:text-4xl font-extrabold text-prime-teal text-center mb-10 opacity-0 animate-fadeInUp delay-1\">\r\n            Security and Privacy\r\n        <\/h1>\r\n\r\n        <!-- Privacy Policy Content -->\r\n        <div class=\"px-4 text-left\">\r\n            \r\n            <!-- Commitment Title -->\r\n            <h2 class=\"text-2xl font-bold text-gray-700 mb-4 opacity-0 animate-fadeInUp delay-2\">\r\n                Our Commitment to Customer Privacy\r\n            <\/h2>\r\n\r\n            <!-- Main Content Paragraph -->\r\n            <p class=\"mb-6 text-lg leading-relaxed text-gray-700 opacity-0 animate-fadeInUp delay-2\">\r\n                At PrimeFlow EST., we are committed to maintaining the confidentiality of our customers' data and using it solely for order\r\n                fulfillment, delivery, and communication. We implement appropriate measures to protect information, and it is not shared\r\n                with any third party except when necessary to perform the service, such as shipping or payment companies.\r\n            <\/p>\r\n\r\n            <p class=\"text-center font-semibold text-prime-teal opacity-0 animate-fadeInUp delay-3\">\r\n                Your trust is our priority, and we work to ensure a secure and confidential shopping experience.\r\n            <\/p>\r\n\r\n        <\/div>\r\n\r\n        <!-- End of Page Button -->\r\n        <div class=\"text-center mt-10 opacity-0 animate-fadeInUp delay-3\">\r\n            <a href=\"https:\/\/primeflow.sa\/en\" class=\"btn-prime\">Return to Homepage<\/a>\r\n        <\/div>\r\n        \r\n    <\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Security and Privacy &#8211; PrimeFlow EST. Security and Privacy Our Commitment to Customer Privacy At PrimeFlow EST., we are committed<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-16787","page","type-page","status-publish","hentry"],"lang":"en","translations":{"en":16787,"ar":15649},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/primeflow.sa\/en\/wp-json\/wp\/v2\/pages\/16787","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/primeflow.sa\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/primeflow.sa\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/primeflow.sa\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/primeflow.sa\/en\/wp-json\/wp\/v2\/comments?post=16787"}],"version-history":[{"count":7,"href":"https:\/\/primeflow.sa\/en\/wp-json\/wp\/v2\/pages\/16787\/revisions"}],"predecessor-version":[{"id":16798,"href":"https:\/\/primeflow.sa\/en\/wp-json\/wp\/v2\/pages\/16787\/revisions\/16798"}],"wp:attachment":[{"href":"https:\/\/primeflow.sa\/en\/wp-json\/wp\/v2\/media?parent=16787"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}