| <!DOCTYPE html>
|
| <html lang="en">
|
| <head>
|
| <meta charset="UTF-8">
|
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| <title>Refund Policy | CR-Remover</title>
|
| <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600&display=swap" rel="stylesheet">
|
| <style>
|
| body { background:
|
| .container { max-width: 800px; margin: auto; background:
|
| h1 { color:
|
| h3 { color:
|
| p { font-size: 0.95rem; color:
|
| </style>
|
| </head>
|
| <body>
|
| <div class="container">
|
| <h1>Cancellation & Refund Policy</h1>
|
|
|
| <h3>Strict No-Refund Policy</h3>
|
| <p>CR-Remover provides a digital utility service in the form of a 24-Hour access pass. Because our system allocates server resources and AI processing power immediately upon payment, <strong>ALL SALES ARE FINAL. WE DO NOT OFFER REFUNDS.</strong></p>
|
|
|
| <h3>Failed Transactions</h3>
|
| <p>If your money is deducted from your bank account but the 24-hour pass is not activated due to a technical error, the amount will automatically be refunded by your bank/UPI provider within 3-5 business days. Our system does not capture funds for failed API calls.</p>
|
|
|
| <h3>Limit Exhaustion</h3>
|
| <p>If you exhaust your daily video limit (e.g., 2 videos) before your 24 hours expire, you will not receive a partial refund for the remaining time. The pass is valid for 24 hours OR until the limit is reached, whichever comes first.</p>
|
|
|
| <br><a href="index.php" style="color:#2ed573;">← Back to Home</a>
|
| </div>
|
| </body>
|
| </html> |