Google
Edit File: refund-and-cancellation-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>Refund and Cancellation 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">Refund and Cancellation Policy</h1> <div class="breadcrumbNav"> <ul> <li><a href="<?php echo $base_url; ?>">home</a></li> <li><a>Refund and Cancellation 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. Scope</strong></p> <p>As <a href="https://pinnacle-s.com">https://pinnacle-s.com</a> is primarily a portfolio and corporate information website, direct purchases or transactions are not typically processed here.</p> <p>However, if you engage Pinnacle Services for event management, catering, Food court management, or corporate service contracts, the following policies may apply.</p> </li> <li> <p><strong>2. Service Cancellations</strong></p> <ul class="termul"> <li>Service or project cancellations must be communicated in writing via email or official correspondence.</li> <li>Cancellation terms, fees, and refund eligibility will depend on the specific service agreement or contract signed between the client and Pinnacle Services.</li> <li>For online food orders, please refer to the ordering platform’s refund policy available at <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>.</li> </ul> </li> <li> <p><strong>3. Refund Eligibility</strong></p> <p>Refunds may be applicable under the following conditions:</p> <ol class="termol"> <li>Advance payments made toward a service that has not yet been initiated or committed to external vendors.</li> <li>Cancellation of a service due to unforeseen operational issues on our end.</li> <li>Duplicate payments or incorrect transactions verified by our finance team.</li> </ol> <p>Refunds will be processed within 7–10 business days to the original payment method or through another agreed mode.</p> </li> <li> <p><strong>4. Dispute Resolution</strong></p> <p>Clients may raise disputes regarding payments or services by contacting our support team within 2 business days of the issue.</p> <p>We will review the concern and aim for a fair resolution, which may include partial refund, rescheduling, or service credit.</p> </li> <li> <p><strong>5. Exclusions</strong></p> <p>No refunds are applicable for:</p> <ul class="termul"> <li>Completed services or events already executed.</li> <li>Client-initiated cancellations after resource deployment or logistical confirmation.</li> <li>Preference changes or dissatisfaction unrelated to service quality.</li> </ul> </li> <li> <p><strong>6. Contact</strong></p> <p class="testterm">For all refund and cancellation queries:</p> <ul> <li>Email: <a href="mailto:info@pinnacle-s.com">info@pinnacle-s.com</a></li> <li>Subject Line: Refund/Cancellation Request</li> </ul> </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>