Google
Edit File: privacy-policy.php
<!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8"> <!-- Mobile Specific Metas ================================================== --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"> <!-- head seo includes Start --> <?php include 'includes/htmlhead.php';?> <!-- Site Title --> <title>Privacy Policy | Pinnacle Services </title> <meta name="description" content="Elevate your culinary skills with Pinnacle Services. Discover our expertise in crafting culinary excellence. Learn more about us today!"> <!-- styles set here --> <?php include 'includes/styles.php';?> <!-- styles ends here --> </head> <body class="about aboutUs"> <div class="body-inner about"> <!-- header set here --> <?php include 'includes/header.php';?> <!-- header ends here --> <!-- breadcrumb set here --> <section class="breadcrumbSection"> <div class="bracdcrumbBlocks"> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-8 col-sm-12"> <div class="section-title-area"> <h1 class="sub-title">Privacy Policy</h1> <div class="breadcrumbNav"> <ul> <li><a href="<?php echo $base_url; ?>">home</a></li> <li><a>Privacy Policy</a></li> </ul> </div> </div> </div> </div> </div> </div> </section> <!-- breadcrumb ends here --> <!-- Business Event Area Start --> <section class="business-event-area term1"> <div class="container"> <!-- Row Start --> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12"> <div class="innerParentMiddleContent"> <div class="innerMiddleContent"> <!-- Title Area --> <div class="title-area newterm"> <!-- <h2 class="sub-title">About Us</h2> --> <div class="text-justify"> <ol> <li> <p><strong>1. Overview</strong></p> <p>At Pinnacle Services, we value your privacy and are committed to protecting your personal information.</p> <p>This Privacy Policy describes how we collect, use, and protect information when you visit our website <a href="https://pinnacle-s.com">https://pinnacle-s.com</a> or interact with us via forms, email, or other communication channels. </p> </li> <li> <p><strong>2. Information We Collect</strong></p> <ul class="termul"> <li>Personal Information: Name, contact details, company name, and email address when you fill out contact forms or inquiries.</li> <li>Usage Data: IP address, browser type, device information, and pages visited on our site.</li> <li>Communication Records: Messages, feedback, or responses to our surveys or forms.</li> </ul> </li> <li> <p><strong>3. How We Use Your Information</strong></p> <p>Refunds may be applicable under the following conditions:</p> <ul class="termul"> <li>To respond to inquiries or business partnership requests.</li> <li>To improve our website functionality and content.</li> <li>To send updates or promotional information (if you have opted in).</li> <li>To comply with legal requirements or internal record-keeping.</li> </ul> </li> <li> <p><strong>4. Data Security</strong></p> <p>We employ industry-standard security protocols, encryption, and restricted access to ensure your personal data is protected against unauthorized access or misuse.</p> </li> <li> <p><strong>5. Information Sharing</strong></p> <p>Your data may be shared with trusted third parties for operational purposes, such as website hosting, analytics, or communication systems — all bound by confidentiality agreements. We will never sell, rent, or disclose your information to unrelated third parties without consent.</p> </li> <li> <p><strong>6. Cross-Platform Data</strong></p> <p>If you interact with our ordering platforms (<a href="https://orders.pinnacle-s.com" target="_blank">orders.pinnacle-s.com</a>, <a href="https://pinnacle-s.com" target="_blank">pinnacle-s.com</a>, and <a href="https://onthego.pinnacle-s.com" target="_blank">onthego.pinnacle-s.com</a>), the personal and transactional data shared there will be governed by their respective Privacy Policies specific to order processing.</p> </li> <li> <p><strong>7. Your Rights</strong></p> <p>You can request access, updates, or deletion of your personal data by contacting us at <a href="mailto:info@pinnacle-s.com">info@pinnacle-s.com</a>.</p> <p>You may also unsubscribe from marketing communications at any time through the provided email options.</p> </li> <li> <p><strong>8. Cookies and Analytics</strong></p> <p>Our website may use cookies and analytics tools to understand visitor preferences and improve user experience</p> <p>You can manage or disable cookies through your browser settings.</p> </li> <li> <p><strong>9. Policy Updates</strong></p> <p class="privacyp">We may update this Privacy Policy periodically. All updates will be posted on this page with the “Last Updated” date noted.</p> </li> </ol> </div> </div> </div> </div> </div> </div> <!-- row end--> </div> </section> <!-- Business Event Area End --> <!-- why us Start --> <!-- why us Area End --> <!-- --> <!-- visionSection Event Area Start --> <!-- visionSection Event Area End --> <!-- --> <!-- videoSection Event Area Start --> <!-- videoSection Event Area End --> <!-- partner Start --> <!-- partner End --> <!-- clients Start --> <!-- clients End --> <!-- Sponsors Start --> <!-- Sponsors End --> <!-- Footer Area Start --> <?php include 'includes/footer.php';?> <!-- Footer Area End --> <!-- Back to top --> <div class="BackTo"> <a href="#" class="fa fa-angle-up" aria-hidden="true"></a> </div> <!-- Javascript Files ================================================== --> <?php include 'includes/footer-script.php';?> </div> <!-- Body inner end --> </body> </html>