I'm always excited to take on new projects and collaborate with innovative minds.

Phone

+1 234 567 890

Email

contact@botble.com

Website

https://botble.com

Address

123 Main Street, New York, NY 10001

Social

Refund Policy

<!DOCTYPE html>
<html lang="en">
<head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>Refund Policy</title>
   <style>
       body {
           font-family: Arial, sans-serif;
           line-height: 1.6;
           background-color: #f4f4f4;
           margin: 0;
           padding: 20px;
       }
       h1 {
           text-align: center;
           color: #333;
       }
       .policy-container {
           background-color: white;
           border-radius: 8px;
           padding: 20px;
           box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
           max-width: 800px;
           margin: 0 auto;
       }
       p {
           color: #555;
           font-size: 1.1rem;
       }
       ul {
           color: #555;
           font-size: 1.1rem;
           margin-left: 20px;
       }
       li {
           margin-bottom: 10px;
       }
       .important-note {
           background-color: #f9f9f9;
           padding: 10px;
           border-left: 5px solid #ffcc00;
           margin-top: 20px;
           font-weight: bold;
       }
   </style>
</head>
<body>

   <h1>Refund Policy</h1>

   <div class="policy-container">
       <p>Thank you for choosing Nitesh Synergy. Nitesh Synergy is dedicated to providing high-quality products, services, and training experiences. Please read the following refund policy carefully:</p>

       <ul>
           <li><strong>No Refunds</strong>: Generally, no refunds are offered on products, services, training, workshops, or any related work once a purchase or agreement has been made, or a service has been rendered.</li>
           <li><strong>Exceptions – Damaged or Broken Products</strong>: In the event that a product received is damaged or defective, please contact Nitesh Synergy within [number of days] days from receipt. A replacement or repair may be offered at no additional cost. This does not apply to any service-related items or work provided.</li>
           <li><strong>Training and Workshops</strong>: Once training sessions, workshops, or related services are booked or completed, no refunds will be issued. However, in the case of any technical issue or disruption on Nitesh Synergy's part, alternatives will be offered to ensure the full value of the purchase is provided.</li>
           <li><strong>Work and Projects</strong>: For any hired work or services provided by Nitesh Synergy, the refund consideration will be based on the stage of the work completed. However, please note that there is no guarantee of a refund at any stage of the project. Each case will be evaluated individually.</li>
       </ul>

       <div class="important-note">
           <p><strong>Important Note:</strong> By proceeding with any work, services, or purchase with Nitesh Synergy, you acknowledge and agree that there is no guarantee of a refund. It is advised to carefully consider your decision before proceeding.</p>
       </div>
   </div>

</body>
</html>