-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
284 lines (249 loc) · 12.1 KB
/
index.html
File metadata and controls
284 lines (249 loc) · 12.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Prime Risk Advisory | Credit Integrity, NPA & RBI Risk Advisory for Banks</title>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="description" content="Prime Risk Advisory delivers credit integrity audits, NPA investigations,
staff accountability reviews and RBI-aligned risk advisory for Banks and NBFCs across India.">
<meta name="keywords"
content="Credit Integrity Audits, NPA Investigation, RBI Compliance, Banking Risk Advisory, Staff Accountability">
<meta name="author" content="Hitesh Mane - Java Fullstack Developer">
<meta name="robots" content="index,follow">
<!-- Open Graph -->
<!-- Open Graph / WhatsApp -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://primeriskadvisory.in/">
<meta property="og:title" content="Prime Risk Advisory | Fraud & Financial Investigations">
<meta property="og:description"
content="Expert fraud investigation and financial risk advisory services. Facts before conclusions.">
<meta property="og:image" content="https://www.primeriskadvisory.in/images/og-image.png">
<!-- Preload Critical Resources -->
<link rel="canonical" href="https://primeriskadvisory.in/">
<link rel="preload" href="css/style.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="images/icon_logo.png" as="image" width="56" height="56">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="images/icon_logo.png">
<link rel="apple-touch-icon" href="images/icon_logo.png">
<link rel="icon" type="image/png" href="images/favicon.png">
<!-- Critical CSS (minified) -->
<style>
.hero-subtitle,
.hero-heading,
.hero-note,
.hero-cta {
opacity: 0;
animation: fadeIn 1s forwards
}
.hero-subtitle {
animation-delay: .2s
}
.hero-heading {
animation-delay: .4s
}
.hero-note {
animation-delay: .6s
}
.hero-cta {
animation-delay: .9s
}
@keyframes fadeIn {
to {
opacity: 1
}
}
</style>
<!-- Google Analytics (minified) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JQ8T9X0VVP"></script>
<script>window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments) } gtag('js', new Date()); gtag('config', 'G-JQ8T9X0VVP');</script>
<!-- Fixed CSP -->
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' https://script.google.com https://script.googleusercontent.com https://www.google-analytics.com https://region1.google-analytics.com; img-src 'self' data: https://www.google-analytics.com; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com;">
<!-- Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Prime Risk Advisory",
"url": "https://primeriskadvisory.in/",
"logo": "https://primeriskadvisory.in/images/icon_logo.png",
"description": "Independent fraud investigation, financial risk, AML, and compliance advisory services.",
"founder": "Amol Pawar",
"areaServed": "India",
"sameAs": []
}
</script>
</head>
<body>
<!-- NAVBAR (exact structure) -->
<nav class="navbar-wrapper">
<div class="navbar">
<div class="brand">
<img src="images/icon_logo.png" alt="Prime Risk Advisory logo" class="lion-logo" loading="lazy"
width="56" height="56">
<div class="brand-text">
<div class="brand-name">Prime Risk Advisory</div>
<div class="brand-subtitle">Fraud & Financial Investigations</div>
<div class="brand-slogan">Facts before Conclusions</div>
</div>
</div>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#services">Advisory Mandates</a></li>
<li><a href="#why">Why Us</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="hamburger" id="hamburger" aria-label="Toggle menu" aria-expanded="false">
<span></span><span></span><span></span>
</div>
</div>
</nav>
<!-- HERO (exact structure) -->
<header class="site-header" id="home">
<div class="hero-content">
<h1 class="hero-heading">Asset Quality Protection Powered by 23 Years of Credit Authority</h1>
<p class="hero-subtitle">Specialized Risk & Integrity Consulting for Banks and NBFCs.</p>
<p class="hero-note">We identify the human intent, governance gaps, and credit deviations behind sticky NPAs
that standard audits and system-driven reviews often miss.</p>
<a href="#" class="hero-cta" id="openContactModal">Request a Pilot Investigation</a>
</div>
</header>
<main>
<!-- 23-YEAR PEDIGREE (EXACT original structure) -->
<section id="pedigree" class="section-light">
<h2>23-Year Pedigree</h2>
<div class="services-grid">
<div class="service-card">
<div class="milestone-number">23</div>
<div class="milestone-label">Years in Banking & Credit</div>
</div>
<div class="service-card">
<div class="milestone-number">10000+</div>
<div class="milestone-label">Credit Files Appraised</div>
</div>
<div class="service-card">
<div class="milestone-number">₹100+</div>
<div class="milestone-label">Crore Portfolio Managed</div>
</div>
</div>
<div class="contact-box1">
<strong>Regulatory-Ready Advisory Practice</strong><br>
Adherent to RBI 2025 Outsourcing Guidelines for Risk, Governance & Accountability.
<p>Practitioner-led insights that bridge the gap between automated credit
engines and human-led investigation.</p>
</div>
</section>
<!-- SERVICES (EXACT original structure) -->
<section id="services" class="section-dark">
<h2>Core Advisory Mandates</h2>
<div class="services-grid">
<div class="service-card">
<div class="icon">🔍</div>
<h3>Credit Integrity Audits</h3>
<p>Independent investigation of malafide intent, process dilution, and appraisal deviations in
high-value NPA and SMA accounts.</p>
</div>
<div class="service-card">
<div class="icon">👥</div>
<h3>Staff Accountability Reviews</h3>
<p>Veteran-led assessments of credit decision trails, identifying deviations for internal vigilance,
HR, and disciplinary review.</p>
</div>
<div class="service-card">
<div class="icon">📋</div>
<h3>Third-Party Vendor Surveillance</h3>
<p>Integrity and performance assessment of DSAs, Valuers, Stock Auditors, and External Agents
influencing credit outcomes.</p>
</div>
<div class="service-card">
<div class="icon">⚠️</div>
<h3>Proactive EWS Monitoring</h3>
<p>On-field Early Warning Signal verification to detect asset slippage risks before the 90-day NPA
threshold.</p>
</div>
</div>
</section>
<!-- WHO WE SUPPORT (EXACT) -->
<section class="section-light">
<h2>Who We Support</h2>
<ul>
<li>Banks & Financial Institutions</li>
<li>NBFCs</li>
<li>Fintech Companies</li>
<li>Corporates</li>
<li>Audit & Risk Functions</li>
</ul>
</section>
<!-- WHY US (EXACT) -->
<section id="why" class="section-dark">
<h2>Beyond Audit. Into Credit Reality.</h2>
<div class="differentiator-content">
<p><strong>The Auditor checks the math.</strong><br><strong>The Practitioner checks the logic.</strong>
</p>
<p>While statutory auditors verify documentation and compliance, we verify the economic reality of the
borrower's business, intent, and operating behavior.</p>
<p>Our work focuses on <em>why</em> a loan failed — not just <em>how</em> it was recorded. This
distinction enables banks to take actionable, defensible decisions across recovery, vigilance, and
future credit policy.</p>
</div>
</section>
<!-- ABOUT (EXACT) -->
<section id="about" class="section-light">
<h2>About Us</h2>
<p>Prime Risk Advisory specializes in structured investigations,
root-cause analysis, and practical risk mitigation recommendations.</p>
<ul>
<li>Independent investigation approach</li>
<li>Structured, defensible reporting</li>
<li>Root-cause driven analysis</li>
<li>Actionable recommendations</li>
</ul>
</section>
<!-- CONTACT (EXACT) -->
<section id="contact" class="section-dark">
<div class="contact-container">
<h2>Request a Confidential Discussion</h2>
<p class="contact-intro">
For discreet support related to fraud risk, financial irregularities,
AML compliance, or sensitive investigations, please reach out.
All enquiries are handled with strict confidentiality.
</p>
<div class="contact-box">
<p><strong>Prime Risk Advisory</strong></p>
<p>Based in Pune | Serving Clients Across Locations</p>
<p>
📧 Email:
<a href="mailto:amol@primeriskadvisory.in">
amol@primeriskadvisory.in
</a>
</p>
<p>
📞 Phone:
<a href="tel:+919420143524">
+91 9420143524
</a>
</p>
</div>
<p class="contact-trust">
🔒 We respect your privacy. Information shared is used solely to
respond to your enquiry.
</p>
</div>
</section>
</main>
<!-- FOOTER (EXACT original structure) -->
<footer>
<p>Disclaimer : Prime Risk Advisory maintains strict confidentiality and does not publicly disclose client names
due to the sensitive nature of assignments.</p>
<p>© 2026 Prime Risk Advisory. All rights reserved. This website is for informational purposes only.</p>
<p class="small-note">Confidential & Privileged Communication</p>
<a href="privacy-policy.html">Privacy Policy</a> |
<a href="terms.html">Terms & Conditions</a>
</footer>
<!-- JAVASCRIPT (defer for performance) -->
<script src="js/script.js" defer></script>
</body>
</html>