-
Notifications
You must be signed in to change notification settings - Fork 322
Expand file tree
/
Copy pathterms.html
More file actions
244 lines (226 loc) · 5.85 KB
/
Copy pathterms.html
File metadata and controls
244 lines (226 loc) · 5.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="favicon.png" />
<title>Terms & Conditions | MoveIt</title>
<!-- COPY SAME STYLE BLOCK FROM privacy.html -->
<style>
/* Global Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
body {
background: #171c23; /* dark base */
color: #f5f7fa;
line-height: 1.6;
}
/* Navbar */
.navbar {
display: flex;
justify-content: center;
align-items: center;
background: rgb(24, 29, 34);
padding: 12px 20px;
position: relative;
color: white;
}
.logo {
font-size: 28px;
font-weight: 900;
letter-spacing: 2px;
text-transform: uppercase;
color: white;
text-align: center;
}
.back-btn {
position: absolute;
left: 20px;
}
.back-btn a {
color: white;
text-decoration: none;
font-size: 18px;
font-weight: bold;
transition: 0.3s ease;
}
.back-btn a:hover {
color: #00bfff;
transform: translateX(-5px);
}
/* Hero Section */
.hero {
background: linear-gradient(rgba(3, 7, 13, 0.9), rgba(10, 31, 68, 0.9)),
urlab(2.71% 0.51 -5.4 / 0.9) center/cover no-repeat
url("https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-4.0.3&ixid=M3w5dHx8MHx8fGF8fHx8fHwxNjkwNzE3MDI0&auto=format&fit=crop&w=1470&q=80");
color: white;
height: 70vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
animation: fadeIn 2s ease-in;
}
.hero h1 {
font-size: 3rem;
margin-bottom: 10px;
animation: slideDown 1s ease-in-out;
}
.hero p {
font-size: 1.2rem;
animation: slideUp 1.5s ease-in-out;
}
/* Content Section */
.privacy {
padding: 60px 10%;
max-width: 1000px;
margin: auto;
}
.privacy h2 {
font-size: 2rem;
margin-bottom: 20px;
color: #00bfff;
text-align: center;
}
.privacy p {
font-size: 1.05rem;
margin-bottom: 20px;
color: #dce3f0;
}
.policy-section {
background: #030915;
padding: 25px;
margin-bottom: 30px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
transition: transform 0.3s;
animation: zoomIn 1s ease;
}
.policy-section:hover {
transform: translateY(-5px);
}
.policy-section h3 {
margin-bottom: 12px;
color: #00bfff;
}
/* Footer */
footer {
background: #04045b;
color: white;
text-align: center;
padding: 20px;
margin-top: 40px;
}
/* Animations */
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes slideDown {
from {
transform: translateY(-50px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes slideUp {
from {
transform: translateY(50px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes zoomIn {
from {
transform: scale(0.9);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
</style>
</head>
<body>
<nav class="navbar">
<div class="back-btn">
<a href="index.html">← Back</a>
</div>
<div class="logo">MoveIt</div>
</nav>
<section class="hero">
<div class="hero-content">
<h1>Terms & Conditions</h1>
<p>Please read these terms carefully before using our services.</p>
</div>
</section>
<section class="privacy">
<h2>Terms of Service</h2>
<p>
By accessing and using <b>MoveIt</b>, you agree to be legally bound by the following
terms and conditions. Please read them carefully.
</p>
<div class="policy-section">
<h3>1. Service Usage</h3>
<p>
Users must provide accurate, current, and complete information when booking
services. Any false information may result in cancellation or suspension.
</p>
</div>
<div class="policy-section">
<h3>2. Payments & Pricing</h3>
<p>
All payments must be completed before service confirmation. Prices may vary
depending on distance, cargo type, urgency, and additional services requested.
</p>
</div>
<div class="policy-section">
<h3>3. Cancellation Policy</h3>
<p>
Cancellation fees may apply depending on the booking stage. Refund eligibility
is determined based on operational costs incurred.
</p>
</div>
<div class="policy-section">
<h3>4. Limitation of Liability</h3>
<p>
MoveIt is not liable for delays caused by weather, natural disasters, strikes,
or other circumstances beyond our control.
</p>
</div>
<div class="policy-section">
<h3>5. User Responsibilities</h3>
<p>
Customers must ensure that shipped goods comply with all local and international
laws. Hazardous or prohibited items are strictly forbidden.
</p>
</div>
<div class="policy-section">
<h3>6. Intellectual Property</h3>
<p>
All website content including branding, design, and logos are the intellectual
property of MoveIt and may not be reused without permission.
</p>
</div>
<p><b>Last updated:</b> February 2026</p>
</section>
<footer>
<p>© 2025 MoveIt. All Rights Reserved.</p>
</footer>
</body>
</html>