-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
233 lines (202 loc) · 7.49 KB
/
terms.html
File metadata and controls
233 lines (202 loc) · 7.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Terms & Conditions | Prime Risk Advisory</title>
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="description"
content="Terms & Conditions governing use of Prime Risk Advisory website and services. Last updated February 15, 2026.">
<!-- Preload CSS -->
<link rel="preload" href="css/style.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="icon" type="image/png" href="images/icon_logo.png">
<!-- Critical CSS (compact spacing) -->
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box
}
body {
font-family: 'Inter', sans-serif;
color: #334155;
background: #f8fafc;
line-height: 1.6
}
.site-header {
background: linear-gradient(135deg, #0f172a, #0dcaf0);
color: #fff;
text-align: center;
padding: 2rem 1.5rem
}
.hero-heading {
font-size: clamp(24px, 5vw, 32px);
margin: 0;
font-weight: 500;
color: #fff
}
.main-content {
max-width: 800px;
margin: 2rem auto;
padding: 1.5rem 2rem;
background: #fff;
border-radius: 12px;
box-shadow: 0 7px 30px rgba(0, 0, 0, .04)
}
h2 {
font-size: clamp(22px, 4vw, 28px);
margin: 0 0 1.5rem;
color: #0f172a;
position: relative
}
h2::after {
content: "";
position: absolute;
bottom: -8px;
left: 0;
width: 80px;
height: 3px;
background: linear-gradient(90deg, #0dcaf0, #fcd34d);
border-radius: 2px
}
h3 {
margin: 2rem 0 1rem;
font-size: clamp(18px, 3vw, 20px);
color: #0f172a;
font-weight: 600
}
p {
font-size: clamp(14px, 2vw, 15px);
margin-bottom: 1.2rem;
color: #475569;
line-height: 1.7
}
ul {
margin: 1rem 0 1.5rem 1.5rem
}
li {
font-size: clamp(14px, 2vw, 15px);
margin-bottom: .8rem;
color: #475569;
line-height: 1.6;
position: relative;
padding-left: .5rem
}
li::before {
content: "→";
position: absolute;
left: -1.5rem;
color: #0dcaf0;
font-weight: bold
}
.footer {
padding: 1.5rem 2rem;
background: #0f172a;
color: #94a3b8;
text-align: center;
font-size: clamp(13px, 2vw, 13.5px)
}
.back-link {
color: #94a3b8;
text-decoration: none;
font-weight: 500;
transition: color .3s
}
.back-link:hover {
color: #fcd34d
}
@media(max-width:480px) {
.main-content {
padding: 1.5rem 1rem;
margin: 1.5rem 1rem
}
}
</style>
</head>
<body>
<!-- HEADER -->
<header class="site-header">
<h1 class="hero-heading">Terms & Conditions</h1>
<p style="margin:.5rem 0 0;font-size:clamp(13px,2vw,14px);opacity:.9">Last updated: February 15, 2026</p>
</header>
<!-- MAIN CONTENT (Compact) -->
<main class="main-content">
<p style="font-weight:500;font-size:clamp(15px,2.2vw,16px);color:#334155;margin-bottom:1.5rem">
By accessing this website or using our services, you agree to be bound by these Terms and Conditions
and all applicable laws and regulations.
</p>
<section>
<h3>1. Website Use & Content</h3>
<p>All content is provided for <strong>general informational purposes only</strong> and does not constitute
professional, legal, or financial advice.</p>
<ul>
<li>No warranty of accuracy or completeness</li>
<li>Content may change without notice</li>
<li>Users assume all risks of use</li>
</ul>
</section>
<section>
<h3>2. No Client Relationship</h3>
<p>Accessing this website, submitting inquiries, or receiving responses <strong>does not create</strong> a
client-consultant relationship unless expressly agreed upon in a signed written engagement letter.</p>
</section>
<section>
<h3>3. Confidentiality & Sensitive Information</h3>
<p>Website forms and email communications are <strong>not secure channels</strong> for sensitive
information:</p>
<ul>
<li>Do not submit passwords, account numbers, or confidential data</li>
<li>Secure transmission available only after formal engagement</li>
<li>All formal engagements protected by strict confidentiality agreements</li>
</ul>
</section>
<section>
<h3>4. Intellectual Property</h3>
<p>All website content, design, and materials are protected by copyright and remain the property of Prime
Risk Advisory.</p>
<ul>
<li>Limited personal, non-commercial use permitted</li>
<li>Commercial use requires written permission</li>
<li>No reproduction without attribution</li>
</ul>
</section>
<section>
<h3>5. Limitation of Liability</h3>
<p>To the maximum extent permitted by law, Prime Risk Advisory shall <strong>not be liable</strong> for:</p>
<ul>
<li>Any direct, indirect, incidental, or consequential damages</li>
<li>Loss of data, profits, or business opportunities</li>
<li>Errors or omissions in content</li>
<li>Third-party website content or services</li>
</ul>
</section>
<section>
<h3>6. Governing Law</h3>
<p>These Terms shall be governed by and construed in accordance with the <strong>laws of India</strong>. Any
disputes shall be subject to the exclusive jurisdiction of courts in Mumbai, Maharashtra.</p>
</section>
<section>
<h3>7. Changes to Terms</h3>
<p>We reserve the right to modify these Terms at any time. Continued use of the website after changes
constitutes acceptance of the new Terms.</p>
</section>
<section>
<h3>8. Contact Information</h3>
<p>For questions regarding these Terms, please contact:</p>
<p style="font-weight:600;margin:1rem 0 .5rem">
<strong>Prime Risk Advisory</strong><br>
Email: <a href="mailto:amol@primeriskadvisory.in" style="color:#0dcaf0">amol@primeriskadvisory.in</a>
</p>
</section>
</main>
<!-- COMPACT FOOTER -->
<footer class="footer">
<p>© 2026 Prime Risk Advisory. All rights reserved. |
<a href="https://www.primeriskadvisory.in" class="back-link">← Back to Main Site</a>
</p>
</footer>
<noscript>
<link rel="stylesheet" href="css/style.css">
</noscript>
</body>
</html>