-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefund-policy.html
More file actions
496 lines (461 loc) · 17.7 KB
/
Copy pathrefund-policy.html
File metadata and controls
496 lines (461 loc) · 17.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
<!doctype html>
<html lang="en" class="light">
<head>
<meta charset="UTF-8" />
<link
rel="shortcut icon"
href="/assets/public/favicon.svg"
type="image/x-icon"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Refund Policy - ioLayers</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<link
href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Outfit:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/assets/public/style.css" />
<script src="tailwind.config.js"></script>
<script async src="https://www.instagram.com/embed.js"></script>
</head>
<body>
<div
id="loader"
class="fixed inset-0 z-[9999] flex items-center justify-center bg-white"
>
<div
class="h-16 w-16 sm:h-24 sm:w-24 animate-spin rounded-full border border-black border-t-white"
></div>
</div>
<script>
window.addEventListener("load", () => {
document.getElementById("loader").style.display = "none";
});
</script>
<!-- NAV -->
<nav class="fixed top-0 left-1/2 -translate-x-1/2 z-50 w-full p-4">
<div
class="max-w-4xl mx-auto flex items-center justify-between gap-4 py-3 md:py-4 px-6 token-card border token-border rounded-full"
>
<!-- Logo -->
<a
href="/"
class="font-display font-800 text-2xl tracking-tight token-text flex items-center gap-2"
>
<img src="/assets/public/logo.png" alt="" class="w-10 logo-invert" />
IOLAYERS
</a>
<!-- Desktop links -->
<div
class="hidden md:flex items-center gap-8 text-sm font-medium token-muted"
>
<a
href="/features"
class="hover:token-text transition-colors hover:text-[var(--c-text)]"
>Features</a
>
<a
href="/projects"
class="hover:token-text transition-colors hover:text-[var(--c-text)]"
>Projects</a
>
<a
href="/about-us"
class="hover:token-text transition-colors hover:text-[var(--c-text)]"
>About Us</a
>
<a
href="/contact-us"
class="hover:token-text transition-colors hover:text-[var(--c-text)]"
>Contact Us</a
>
</div>
<!-- Right side -->
<div class="flex items-center gap-4">
<button id="theme-toggle" aria-label="Toggle theme"></button>
<a
href="https://wa.me/916205163577"
class="hidden md:inline-block btn-primary text-sm"
>Let's Talk</a
>
<!-- Mobile hamburger -->
<button
id="mobile-menu-btn"
class="md:hidden p-2 rounded-lg token-surface border token-border token-text"
>
<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor">
<rect y="3" width="20" height="2" rx="1" />
<rect y="9" width="20" height="2" rx="1" />
<rect y="15" width="20" height="2" rx="1" />
</svg>
</button>
</div>
</div>
<!-- Mobile menu -->
<div
id="mobile-menu"
class="md:hidden overflow-hidden max-h-0 opacity-0 -translate-y-4 transition-all duration-300 ease-in-out"
>
<div
class="mt-2 flex flex-col gap-4 py-4 token-card border token-border rounded-2xl p-5"
>
<a href="/features" onclick="closeMobile()">Features</a>
<a href="/projects" onclick="closeMobile()">Projects</a>
<a href="/about-us" onclick="closeMobile()">About Us</a>
<a href="/contact-us" onclick="closeMobile()">Contact Us</a>
<a
href="https://wa.me/916205163577"
onclick="closeMobile()"
class="btn-primary text-center"
>Let's Talk</a
>
</div>
</div>
</nav>
<!-- MAIN -->
<section class="pt-36 pb-24 px-6 token-surface">
<div class="max-w-4xl mx-auto">
<!-- Heading -->
<div class="mb-12">
<span class="pill">Refund Policy</span>
<h1
class="font-display font-800 text-4xl md:text-5xl mt-4 mb-4 token-text"
>
Refund & Cancellation Policy
</h1>
<p class="text-sm token-muted">Last updated: April 2026</p>
</div>
<!-- Highlight -->
<div
class="bg-yellow-50 border border-yellow-200 text-black rounded-xl p-5 text-sm mb-10"
>
âš ï¸ Please read this policy carefully before making any payment. By
purchasing our services, you agree to the terms outlined below.
</div>
<!-- Content -->
<div class="space-y-10 text-sm token-muted leading-relaxed">
<!-- 1 -->
<div>
<h3 class="font-semibold text-lg token-text mb-3">1. Overview</h3>
<p>
We provide digital services including but not limited to website
development, application development, UI/UX design, paid
advertising, social media management, and business automation. Due
to the intangible and customized nature of these services, refunds
are limited and governed strictly by this policy.
</p>
<p class="mt-3">
Our goal is to ensure transparency, fairness, and clarity between
both parties before, during, and after project execution.
</p>
</div>
<!-- 2 -->
<div>
<h3 class="font-semibold text-lg token-text mb-3">
2. Non-Refundable Services
</h3>
<p>
Once a project has been confirmed and work has commenced, all
payments made are strictly non-refundable. This includes (but is
not limited to):
</p>
<ul class="mt-3 space-y-2 list-disc ml-5">
<li>Website or application development</li>
<li>UI/UX design and creative design services</li>
<li>Paid advertising campaigns (Google Ads, Meta Ads, etc.)</li>
<li>Social media management and content creation</li>
<li>Business automation setup and integrations</li>
</ul>
<p class="mt-3">
This policy exists because resources, time, tools, and manpower
are allocated immediately after project initiation.
</p>
</div>
<!-- 3 -->
<div>
<h3 class="font-semibold text-lg token-text mb-3">
3. Advance Payments
</h3>
<p>
All advance payments (including booking fees or initial deposits)
are non-refundable under any circumstances. These payments are
used for:
</p>
<ul class="mt-3 space-y-2 list-disc ml-5">
<li>Project planning and consultation</li>
<li>Resource allocation and onboarding</li>
<li>Initial research and setup work</li>
</ul>
</div>
<!-- 4 -->
<div>
<h3 class="font-semibold text-lg token-text mb-3">
4. Cancellation Policy
</h3>
<p>
Clients may request project cancellation; however, refunds are
subject to the stage of the project:
</p>
<ul class="mt-3 space-y-2 list-disc ml-5">
<li>
If cancellation is requested before work begins, a partial
refund may be issued after deducting administrative and
consultation charges.
</li>
<li>
If cancellation is requested after work has started, no refund
will be provided.
</li>
</ul>
</div>
<!-- 5 -->
<div>
<h3 class="font-semibold text-lg token-text mb-3">
5. Revisions Instead of Refunds
</h3>
<p>
We prioritize client satisfaction and offer revisions based on the
agreed project scope. Instead of refunds, clients are encouraged
to request revisions to improve the final outcome.
</p>
<p class="mt-3">
Any additional work outside the original scope may incur extra
charges.
</p>
</div>
<!-- 6 -->
<div>
<h3 class="font-semibold text-lg token-text mb-3">
6. Third-Party Services & Costs
</h3>
<p>
We are not responsible for refunds related to third-party
services. These include:
</p>
<ul class="mt-3 space-y-2 list-disc ml-5">
<li>Domain registration and hosting services</li>
<li>Paid advertising budgets (Google Ads, Meta Ads, etc.)</li>
<li>Software subscriptions, plugins, or APIs</li>
</ul>
<p class="mt-3">
Such payments are made directly to third-party providers and are
governed by their respective refund policies.
</p>
</div>
<!-- 7 -->
<div>
<h3 class="font-semibold text-lg token-text mb-3">
7. Delays & Client Responsibility
</h3>
<p>
Delays caused by the client (such as lack of communication,
missing content, or delayed approvals) do not qualify for refunds.
Project timelines may be adjusted accordingly.
</p>
</div>
<!-- 8 -->
<div>
<h3 class="font-semibold text-lg token-text mb-3">
8. Service-Based Results Disclaimer
</h3>
<p>
For marketing and advertising services, results such as leads,
conversions, or revenue cannot be guaranteed. Performance depends
on multiple external factors including market conditions,
competition, and audience behavior.
</p>
<p class="mt-3">
Therefore, refunds will not be issued based on performance
expectations.
</p>
</div>
<!-- 9 -->
<div>
<h3 class="font-semibold text-lg token-text mb-3">
9. Exceptional Cases
</h3>
<p>
Refund requests under exceptional circumstances will be reviewed
on a case-by-case basis. Approval of such requests is solely at
our discretion and will depend on the situation and work
completed.
</p>
</div>
<!-- 10 -->
<div>
<h3 class="font-semibold text-lg token-text mb-3">
10. Policy Updates
</h3>
<p>
We reserve the right to modify this refund policy at any time
without prior notice. Updated versions will be posted on this page
with the revised date.
</p>
</div>
</div>
</div>
</section>
<!-- LEFT: Instagram -->
<a
href="https://instagram.com/iolayerss"
target="_blank"
class="fixed bottom-6 left-6 z-50 w-12 h-12 flex items-center justify-center rounded-xl shadow-lg bg-gradient-to-tr from-yellow-400 via-pink-500 to-purple-600 hover:scale-110 transition duration-300 animate-float"
>
<img
src="https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png"
class="w-12 h-12 rounded-xl shadow-lg hover:scale-110 transition"
/ alt="Instagram">
</a>
<!-- RIGHT: WhatsApp -->
<a
href="https://wa.me/916205163577"
target="_blank"
class="fixed bottom-6 right-6 z-50 w-12 h-12 flex items-center justify-center rounded-full shadow-lg bg-green-500 hover:bg-green-600 hover:scale-110 transition duration-300 animate-float"
>
<!-- Icon -->
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-6 h-6 text-white"
fill="currentColor"
viewBox="0 0 24 24"
>
<path
d="M20 3.5A11.9 11.9 0 0012.1 0C5.6 0 .3 5.3.3
11.8c0 2.1.5 4.1 1.5 5.9L0 24l6.5-1.7c1.7.9
3.7 1.4 5.6 1.4 6.5 0 11.8-5.3
11.8-11.8 0-3.1-1.2-6-3.9-8.4zM12.1
21c-1.7 0-3.3-.4-4.8-1.2l-.3-.2-3.9
1 1-3.8-.2-.3c-1-1.5-1.5-3.2-1.5-4.9
0-5.4 4.4-9.8 9.8-9.8 2.6 0 5.1 1
6.9 2.9 1.8 1.8 2.9 4.3 2.9
6.9 0 5.4-4.4 9.8-9.8
9.8zm5.4-7.3c-.3-.1-1.7-.8-2-1-.3-.1-.5-.1-.7.1-.2.3-.8
1-.9 1.1-.2.2-.3.2-.6.1-.3-.1-1.3-.5-2.5-1.6-.9-.8-1.6-1.8-1.8-2.1-.2-.3
0-.5.1-.6.1-.1.3-.3.4-.4.1-.2.2-.3.3-.5.1-.2
0-.4 0-.6 0-.1-.7-1.6-1-2.2-.2-.5-.5-.4-.7-.4h-.6c-.2
0-.6.1-.9.4-.3.3-1.2 1.2-1.2
2.8s1.2 3.2 1.4 3.4c.2.3
2.4 3.6 5.9 5 .8.3 1.4.5
1.9.6.8.2 1.6.2 2.2.1.7-.1
1.7-.7 2-1.4.2-.7.2-1.3.1-1.4-.1-.1-.3-.2-.6-.3z"
/>
</svg>
</a>
<footer class="relative bg-gray-50 px-6 py-16 overflow-hidden">
<!-- Big Background Text -->
<h1
class="absolute bottom-0 left-1/2 -translate-x-1/2 text-[120px] md:text-[180px] font-extrabold text-gray-200 opacity-40 pointer-events-none select-none"
>
IOLAYERS
</h1>
<div class="max-w-7xl mx-auto relative z-10">
<!-- Top Section -->
<div class="grid md:grid-cols-3 gap-10 items-start mb-12">
<!-- Left (Contact + Subscribe) -->
<div>
<p class="text-gray-500 mb-2">Contact us at</p>
<a
href="mailto:ask.iolayers@gmail.com"
target="_blank"
class="font-semibold text-gray-800"
>
ask.iolayers@gmail.com
</a>
<!-- Input -->
<form
id="subform"
class="flex items-center bg-white rounded-full shadow-md p-1 max-w-md mt-6"
>
<input
type="email"
placeholder="Enter your email address"
name="email"
required
class="flex-1 px-4 py-2 rounded-full outline-none text-sm"
/>
<button
type="submit"
id="subsubmit"
class="bg-black text-white px-6 py-2 rounded-full text-sm"
>
Subscribe
</button>
</form>
<script>
const subform = document.getElementById("subform");
const subsubmit = document.getElementById("subsubmit");
const WEB_APP_URL =
"https://script.google.com/macros/s/AKfycbxHNlyZOixwqIjjjnrkIKGK_JT-v6zdPoz2-RqqKfoBatL3fDmaahwpGNl-IxUjvZ0IGw/exec";
// PASTE YOUR SCRIPT URL
const scriptURL = WEB_APP_URL;
subform.addEventListener("submit", async (e) => {
e.preventDefault();
subsubmit.innerText = "Subscribing...";
const formData = new FormData(subform);
const data = {
email: formData.get("email"),
};
try {
const res = await fetch(scriptURL, {
method: "POST",
body: JSON.stringify(data),
});
const result = await res.json();
if (result.status === "success") {
subsubmit.innerText = "Subscribed";
subform.reset();
} else {
subsubmit.innerText = "Unsubscribed";
}
} catch (err) {
subsubmit.innerText = "Unsubscribed";
} finally {
setTimeout(() => {
subsubmit.innerText = "Subscribe";
}, 4000);
}
});
</script>
</div>
<!-- Links -->
<div class="md:ml-auto">
<p class="text-gray-500 font-medium mb-4">Links</p>
<ul class="space-y-2 text-sm text-gray-700">
<li><a href="" class="hover:text-black">Home</a></li>
<li><a href="/features" class="hover:text-black">Features</a></li>
<li><a href="/projects" class="hover:text-black">Projects</a></li>
<li><a href="/about-us" class="hover:text-black">About Us</a></li>
<li>
<a href="/contact-us" class="hover:text-black">Contact Us</a>
</li>
</ul>
</div>
<!-- Resources -->
<div>
<p class="text-gray-500 font-medium mb-4">More Resources</p>
<ul class="space-y-2 text-sm text-gray-700">
<li><a href="/blogs" class="hover:text-black">Blogs</a></li>
<li>
<a href="/terms-and-conditions.html" class="hover:text-black"
>Terms & Conditions</a
>
</li>
<li>
<a href="/privacy-policy.html" class="hover:text-black"
>Privacy Policy</a
>
</li>
<li>
<a href="/refund-policy.html" class="hover:text-black"
>Refund Policy</a
>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script src="/assets/public/script.js"></script>
</body>
</html>