-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
733 lines (687 loc) · 43.2 KB
/
Copy pathindex.html
File metadata and controls
733 lines (687 loc) · 43.2 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
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Step Up Grow</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta
content="Step Up Grow, investment platform, SIP investments, one-time investments, flexible investment plans, expert support, real-time portfolio tracking"
name="keywords">
<meta
content="Step Up Grow is a leading investment platform specializing in SIP and one-time investments. We offer flexible investment plans, expert support, and real-time portfolio tracking to help you achieve your financial goals."
name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Step Up Grow" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Google Web Fonts -->
<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=Heebo:wght@400;500;600&family=Inter:wght@700;800&display=swap"
rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<!-- reCAPTCHA Script - Single Implementation -->
<script src="https://www.google.com/recaptcha/api.js?render=6LdceM0qAAAAAHf7_AZ0x320y_pRqVAsaE7SmmII" async
defer></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
</head>
<body>
<!-- SVG Icons Definitions -->
<svg style="display: none;">
<!-- Clock Icon -->
<symbol id="icon-clock" viewBox="0 0 24 24">
<path
d="M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 20C7.6 20 4 16.4 4 12C4 7.6 7.6 4 12 4C16.4 4 20 7.6 20 12C20 16.4 16.4 20 12 20ZM12.5 7H11V13L16.2 16.2L17 14.9L12.5 12.2V7Z" />
</symbol>
<!-- Chart Line Icon -->
<symbol id="icon-chart" viewBox="0 0 24 24">
<path d="M3.5 18.5L9.5 12.5L13.5 16.5L22 6.9L20.6 5.5L13.5 13.5L9.5 9.5L2 17L3.5 18.5Z" />
</symbol>
<!-- Money Icon -->
<symbol id="icon-money" viewBox="0 0 24 24">
<path
d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12.31 11.14C10.54 10.69 9.97 10.2 9.97 9.47C9.97 8.63 10.76 8.04 12.07 8.04C13.45 8.04 14.23 8.7 14.37 9.8H16.21C16.06 8.15 14.99 6.72 13.06 6.29V4.5H11.07V6.27C9.32 6.62 8 7.79 8 9.51C8 11.57 9.55 12.63 11.84 13.16C13.89 13.64 14.31 14.32 14.31 15.04C14.31 15.57 13.92 16.47 12.07 16.47C10.34 16.47 9.44 15.76 9.24 14.7H7.4C7.62 16.61 9.32 17.79 11.07 18.13V20H13.06V18.15C14.82 17.84 16.28 16.79 16.28 15.03C16.28 12.46 14.07 11.59 12.31 11.14Z" />
</symbol>
<!-- Interest Icon -->
<symbol id="icon-interest" viewBox="0 0 24 24">
<path
d="M11.8 10.9C9.53 10.31 8.8 9.7 8.8 8.75C8.8 7.66 9.81 6.9 11.5 6.9C13.28 6.9 14.94 7.75 15.12 9.05H17.5C17.27 7.09 15.77 5.45 13.5 5.02V3H9.5V4.96C7.35 5.32 5.5 6.71 5.5 8.77C5.5 11.24 7.5 12.66 10.35 13.35C12.93 13.98 13.5 14.93 13.5 15.83C13.5 16.5 13.05 17.6 11.5 17.6C9.76 17.6 8.66 16.71 8.4 15.33H6C6.3 17.8 8.12 19.13 10.5 19.49V21.5H14.5V19.54C16.67 19.22 18.5 17.98 18.5 15.82C18.5 12.76 16.1 11.74 11.8 10.9Z" />
</symbol>
</svg>
<div class="container-xxl bg-white p-0">
<!-- Spinner Start -->
<div id="spinner"
class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-border text-primary" style="width: 3rem; height: 3rem;" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<!-- Spinner End -->
<!-- Navbar & Hero Start -->
<div class="container-xxl position-relative p-0">
<nav class="navbar navbar-expand-lg navbar-light px-4 px-lg-5 py-3 py-lg-0 bg-white">
<a href="/#home" class="navbar-brand p-0">
<img src="img/logo.png" alt="Logo">
<a href="https://app.stepupgrow.in/" target="_blank" id="login-btn"
class="btn btn-primary rounded-circle d-lg-none">
<i class="fas fa-user-circle"></i>
</a>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto py-0 " style="color:#7E38E4">
<a href="/#home" class="nav-item nav-link active text-primary">Home</a>
<a href="/#packages" class="nav-item nav-link text-primary">Packages</a>
<a href="/#about" class="nav-item nav-link text-primary">About</a>
<a href="/#service" class="nav-item nav-link text-primary">Services</a>
<a href="/#contact" class="nav-item nav-link text-primary">Contact</a>
</div>
<a href="https://app.stepupgrow.in/" target="_blank" id="login-btn"
class="btn btn-primary rounded-pill py-2 px-4 ms-lg-5 animate__animated animate__pulse animate__infinite">
<i class="fas fa-user-circle me-2"></i>Login
</a>
</div>
</nav>
<div class="container-xxl bg-primary hero-header" id="home">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-lg-6 text-center text-lg-start">
<h1 class="text-white mb-4 animated zoomIn">Invest With Confidence<br>Grow With Purpose</h1>
<p class="text-white pb-3 animated zoomIn">Empower your financial future with Step Up Grow.
We provide smart investment solutions to help you achieve long-term success.</p>
<ul class="text-white list-unstyled mb-4 animated fadeIn animated">
<li><i class="fa-solid fa-chart-line me-2"></i>Personalized investment strategies</li>
<li><i class="fa-solid fa-user-tie me-2"></i> Expert financial guidance</li>
<li><i class="fa-solid fa-lock me-2"></i> Secure and transparent transactions</li>
</ul>
<a href="#about"
class="btn btn-outline-light rounded-pill border-2 py-3 px-5 animated slideInRight">Learn
More</a>
</div>
<div class="col-lg-6 text-center text-lg-start">
<img class="img-fluid animated zoomIn" src="img/hero.png" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- Navbar & Hero End -->
<!-- About Start -->
<div class="container-xxl py-6" id="about">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-lg-6 wow zoomIn" data-wow-delay="0.1s">
<img class="img-fluid" src="img/about.png">
</div>
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="d-inline-block border rounded-pill text-primary px-4 mb-3">About Us</div>
<h2 class="mb-4">About Step Up Grow</h2>
<p class="mb-4">At Step Up Grow, we specialize in empowering individuals to achieve their
financial goals through strategic investment solutions. With a focus on personalized service
and expert guidance, we offer a wide range of investment opportunities including stocks,
mutual funds, and alternative assets.</p>
<div class="row g-3 mb-4">
<div class="col-12 d-flex">
<div class="flex-shrink-0 btn-lg-square rounded-circle bg-primary">
<i class="fa fa-user-tie text-white"></i>
</div>
<div class="ms-4">
<h6>Expert Guidance</h6>
<span>Whether you're planning for retirement, building wealth, or managing a
portfolio, Step Up Grow is your trusted partner in navigating the complex world
of finance.</span>
</div>
</div>
<div class="col-12 d-flex">
<div class="flex-shrink-0 btn-lg-square rounded-circle bg-primary">
<i class="fa fa-chart-line text-white"></i>
</div>
<div class="ms-4">
<h6>Strategic Solutions</h6>
<span>We provide comprehensive investment solutions with a focus on personalized
service and expert guidance to help you achieve your financial goals with
confidence and clarity.</span>
</div>
</div>
<div class="col-12 d-flex">
<div class="flex-shrink-0 btn-lg-square rounded-circle bg-primary">
<i class="fa fa-chart-pie text-white"></i>
</div>
<div class="ms-4">
<h6>Investment Management</h6>
<span>We collect funds from our clients and invest in the Indian market with
diversification, specifically focusing on stocks, ETFs, and Index funds to
generate optimal returns on investment.</span>
</div>
</div>
</div>
<a class="btn btn-primary rounded-pill py-3 px-5 mt-2" href="#service">Learn More</a>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Newsletter Start -->
<div class="container-xxl bg-primary my-6 wow fadeInUp" data-wow-delay="0.1s" id="newsletter">
<div class="container px-lg-5">
<div class="row align-items-center" style="height: 250px;">
<div class="col-12 col-md-6">
<h3 class="text-white">Ready to get started</h3>
<small class="text-white">Welcome to Step Up Grow Family</small>
<div class="position-relative w-100 mt-3">
<button class="btn btn-light rounded-pill text-primary py-1 px-4 "><a class="btn btn-link"
href="#contact">Join Now</a></button>
</div>
</div>
<div class="col-md-6 text-center mb-n5 d-none d-md-block">
<img class="img-fluid mt-5" style="max-height: 250px;" src="img/newsletter.png">
</div>
</div>
</div>
</div>
<!-- Newsletter End -->
<!-- Service Start -->
<div class="container-xxl py-6" id="service">
<div class="container">
<div class="mx-auto text-center wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
<div class="d-inline-block border rounded-pill text-primary px-4 mb-3">Our Services</div>
<h2 class="mb-5">Our Services</h2>
</div>
<div class="row g-4">
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item rounded h-100">
<div class="d-flex justify-content-between">
<div class="service-icon">
<i class="fa fa-chart-line fa-2x"></i>
</div>
<a class="service-btn" href="">
<i class="fa fa-link fa-2x"></i>
</a>
</div>
<div class="p-5">
<h5 class="mb-3">Expert Investment Strategies</h5>
<span>We leverage our expertise to maximize your returns and achieve your financial
goals.</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item rounded h-100">
<div class="d-flex justify-content-between">
<div class="service-icon">
<i class="fa fa-chart-pie fa-2x"></i>
</div>
<a class="service-btn" href="">
<i class="fa fa-link fa-2x"></i>
</a>
</div>
<div class="p-5">
<h5 class="mb-3">Principal Growth</h5>
<span>We ensure your principal amount grows steadily while minimizing risk.</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<div class="service-item rounded h-100">
<div class="d-flex justify-content-between">
<div class="service-icon">
<i class="fa fa-wallet fa-2x"></i>
</div>
<a class="service-btn" href="">
<i class="fa fa-link fa-2x"></i>
</a>
</div>
<div class="p-5">
<h5 class="mb-3">Hassle-Free Experience</h5>
<span>Enjoy a smooth investment journey with minimal fees and charges.</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item rounded h-100">
<div class="d-flex justify-content-between">
<div class="service-icon">
<i class="fa fa-coins fa-2x"></i>
</div>
<a class="service-btn" href="">
<i class="fa fa-link fa-2x"></i>
</a>
</div>
<div class="p-5">
<h5 class="mb-3">Diversified Portfolio</h5>
<span>Strategic investment across stocks, ETFs, and Index funds in the Indian market for
optimal risk management.</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item rounded h-100">
<div class="d-flex justify-content-between">
<div class="service-icon">
<i class="fa fa-user-shield fa-2x"></i>
</div>
<a class="service-btn" href="">
<i class="fa fa-link fa-2x"></i>
</a>
</div>
<div class="p-5">
<h5 class="mb-3">Secure Investments</h5>
<span>Your investments are protected with robust security measures and transparent
transactions.</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<div class="service-item rounded h-100">
<div class="d-flex justify-content-between">
<div class="service-icon">
<i class="fa fa-headset fa-2x"></i>
</div>
<a class="service-btn" href="">
<i class="fa fa-link fa-2x"></i>
</a>
</div>
<div class="p-5">
<h5 class="mb-3">Dedicated Support</h5>
<span>Get personalized assistance and expert guidance throughout your investment
journey.</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Service End -->
<!-- Investment Packages Start -->
<div class="container-xxl py-6" id="packages">
<div class="container">
<div class="mx-auto text-center wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
<div class="d-inline-block border rounded-pill text-primary px-4 mb-3">Investment Packages</div>
<h2 class="mb-5">Investment Plans</h2>
</div>
<!-- Investment Plan Tabs -->
<ul class="nav nav-pills mb-4 justify-content-center" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-sip-tab" data-bs-toggle="pill"
data-bs-target="#sip-plans" type="button" role="tab">SIP Plans</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-onetime-tab" data-bs-toggle="pill" data-bs-target="#one-time"
type="button" role="tab">One Time Investment</button>
</li>
</ul>
<!-- Tab Content -->
<div class="tab-content">
<!-- SIP Plans -->
<div class="tab-pane fade show active" id="sip-plans">
<div class="row g-4">
<!-- Cards will be dynamically inserted here -->
</div>
</div>
<!-- One Time Investment -->
<div class="tab-pane fade" id="one-time">
<div class="row g-4">
<!-- Cards will be dynamically inserted here -->
</div>
</div>
</div>
</div>
</div>
<!-- Investment Packages End -->
<!-- SIP Calculator Start -->
<div class="container-xxl py-6" id="calculator">
<div class="container">
<div class="mx-auto text-center wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
<div class="d-inline-block border rounded-pill text-primary px-4 mb-3">Calculator</div>
<h2 class="mb-5">Investment Calculator</h2>
</div>
<!-- Investment Type Tabs -->
<ul class="nav nav-pills mb-4 justify-content-center" id="calculator-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="sip-tab" data-bs-toggle="pill" data-bs-target="#sip-calc"
type="button" role="tab"
style="background-color: #7E38E4; border-color: #7E38E4; color: white;">SIP
Calculator</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="onetime-tab" data-bs-toggle="pill" data-bs-target="#onetime-calc"
type="button" role="tab"
style="background-color: #7E38E4; border-color: #7E38E4; color: white;">One Time
Investment</button>
</li>
</ul>
<!-- Tab Content -->
<div class="tab-content" id="calculator-tabContent">
<!-- SIP Calculator Tab (Your Existing Calculator) -->
<div class="tab-pane fade show active" id="sip-calc" role="tabpanel">
<div class="row justify-content-center">
<div class="col-lg-7 wow fadeInUp" data-wow-delay="0.3s">
<div class="card shadow">
<div class="card-body p-4">
<form id="sipForm">
<div class="row g-3">
<div class="col-12">
<div class="form-floating">
<input type="number" class="form-control" id="monthlyInvestment"
placeholder="Monthly Investment" required>
<label for="monthlyInvestment">Monthly Investment (₹)</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="number" class="form-control" id="timePeriod"
placeholder="Time Period" required>
<label for="timePeriod">Time Period (Years)</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="number" class="form-control" id="expectedReturn"
placeholder="Expected Return" required>
<label for="expectedReturn">Expected Return (%)</label>
</div>
</div>
<div class="col-12">
<button type="button" class="btn btn-primary rounded-pill py-3 px-5"
onclick="calculateSIP()">Calculate</button>
</div>
</div>
</form>
<div id="result" class="mt-4" style="display: none;">
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<tr>
<td>Total Investment</td>
<td id="totalInvestment">₹0</td>
</tr>
<tr>
<td>Expected Return</td>
<td id="totalReturns">₹0</td>
</tr>
<tr class="table-primary">
<td>Maturity Amount</td>
<td id="maturityAmount">₹0</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- One Time Investment Calculator Tab -->
<div class="tab-pane fade" id="onetime-calc" role="tabpanel">
<div class="row justify-content-center">
<div class="col-lg-7">
<div class="card shadow">
<div class="card-body p-4">
<form id="onetimeForm">
<div class="row g-3">
<div class="col-12">
<div class="form-floating">
<input type="number" class="form-control" id="principalAmount"
placeholder="Principal Amount" required>
<label for="principalAmount">Principal Amount (₹)</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="number" class="form-control" id="onetimeTimePeriod"
placeholder="Time Period" required>
<label for="onetimeTimePeriod">Time Period (Years)</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="number" class="form-control"
id="onetimeExpectedReturn" placeholder="Expected Return"
required>
<label for="onetimeExpectedReturn">Expected Return (%)</label>
</div>
</div>
<div class="col-12">
<button type="button" class="btn btn-primary rounded-pill py-3 px-5"
onclick="calculateOneTime()">Calculate</button>
</div>
</div>
</form>
<div id="onetimeResult" class="mt-4" style="display: none;">
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<tr>
<td>Total Investment</td>
<td id="onetimeTotalInvestment">₹0</td>
</tr>
<tr>
<td>Expected Return</td>
<td id="onetimeTotalReturns">₹0</td>
</tr>
<tr class="table-primary">
<td>Maturity Amount</td>
<td id="onetimeMaturityAmount">₹0</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- SIP Calculator End -->
<!-- Testimonial Start -->
<div class="container-xxl py-6" id="testimonial">
<div class="container">
<div class="mx-auto text-center wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
<div class="d-inline-block border rounded-pill text-primary px-4 mb-3">Testimonial</div>
<h2 class="mb-5">What Our Clients Say!</h2>
</div>
<div class="owl-carousel testimonial-carousel wow fadeInUp" data-wow-delay="0.1s">
<div class="testimonial-item rounded p-4">
<i class="fa fa-quote-left fa-2x text-primary mb-3"></i>
<p>"Step Up Grow has transformed my investment journey. Their expert guidance helped me achieve
a 14% return in just one year. Their transparent approach and regular updates keep me
confident about my financial future."</p>
<div class="d-flex align-items-center">
<div class="ps-3">
<h6 class="mb-1">Satyam Pawar</h6>
<small>IT Professional</small>
</div>
</div>
</div>
<div class="testimonial-item rounded p-4">
<i class="fa fa-quote-left fa-2x text-primary mb-3"></i>
<p>"As a first-time investor, I was nervous about market investments. Step Up Grow's team made
it simple and accessible. Their SIP plans are perfect for beginners, and their support team
is always there to help."</p>
<div class="d-flex align-items-center">
<div class="ps-3">
<h6 class="mb-1">Santosh Jangam</h6>
<small>Senior Manager</small>
</div>
</div>
</div>
<div class="testimonial-item rounded p-4">
<i class="fa fa-quote-left fa-2x text-primary mb-3"></i>
<p>"The diversification strategy suggested by Step Up Grow has significantly reduced my
portfolio risk while maintaining strong returns. Their expertise in the Indian market is
truly impressive."</p>
<div class="d-flex align-items-center">
<div class="ps-3">
<h6 class="mb-1">Darshan Gada</h6>
<small>Business Owner</small>
</div>
</div>
</div>
<div class="testimonial-item rounded p-4">
<i class="fa fa-quote-left fa-2x text-primary mb-3"></i>
<p>"I've been investing with Step Up Grow for three years now. Their long-term investment plans
have given me returns exceeding 33%. Their professional approach and market insights are
exceptional."</p>
<div class="d-flex align-items-center">
<div class="ps-3">
<h6 class="mb-1">Shailesh Doijad</h6>
<small>Doctor</small>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Contact Start -->
<div class="container-xxl py-6" id="contact">
<div class="container">
<div class="mx-auto text-center wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
<div class="d-inline-block border rounded-pill text-primary px-4 mb-3">Contact Us</div>
<h2 class="mb-5">Get In Touch With Us</h2>
</div>
<div class="row justify-content-center">
<div class="col-lg-7 wow fadeInUp" data-wow-delay="0.3s">
<form id="contactForm">
<div class="row g-3">
<div class="col-md-6">
<div class="form-floating">
<input type="text" class="form-control" id="name" placeholder="Your Name"
required>
<label for="name">Your Name</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="email" class="form-control" id="email" placeholder="Your Email"
required>
<label for="email">Your Email</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="tel" class="form-control" id="phone" placeholder="Your Phone"
required>
<label for="phone">Your Phone</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<select class="form-select" id="enquiryType" required>
<option value="" selected disabled>Select Enquiry Type</option>
<option value="package">Package Inquiry</option>
<option value="contact">Contact</option>
<option value="contact">Support</option>
</select>
<label for="enquiryType">Enquiry Type</label>
</div>
</div>
<div class="col-12">
<div class="form-floating">
<textarea class="form-control" placeholder="Leave a message here" id="message"
style="height: 150px" required></textarea>
<label for="message">Message</label>
</div>
</div>
<div class="col-12">
<button class="btn btn-primary rounded-pill py-3 px-5"
data-sitekey="6LdceM0qAAAAAHf7_AZ0x320y_pRqVAsaE7SmmII" data-callback='onSubmit'
data-action='submit_enquiry' type="submit" id="submitBtn">Send Message</button>
</div>
</div>
</form>
<!-- Add this success message div -->
<div id="successMessage" class="alert alert-success text-center d-none">
<i class="fas fa-check-circle me-2"></i>
<span>Message sent successfully! We'll get back to you soon.</span>
</div>
</div>
</div>
</div>
</div>
<!-- Contact End -->
<!-- Footer Start -->
<div class="container-fluid bg-primary text-light footer pt-5 wow fadeIn" data-wow-delay="0.1s"
style="margin-top: 6rem;" id="footer">
<div class="container py-4">
<div class="row g-4" id="fotter_first">
<!-- Column 1 -->
<div class="col-md-6 col-lg-4">
<!-- <h5 class="text-white mb-3">Step Up Grow</h5> -->
<img src="img/logo.svg" alt="Logo" class="footer-logo">
<p class="mb-2 mt-4">Empowering your financial future <br />through strategic investments</p>
<p class="mt-4 text-12">Reg. No. UDYAM-MH-33-0506992</p>
</div>
<!-- Column 2 -->
<div class="col-md-6 col-lg-3">
<h5 class="text-white mb-3">Quick Links</h5>
<a class="btn btn-link px-0 py-1" href="/#home">Home</a>
<a class="btn btn-link px-0 py-1" href="/#about">About</a>
<a class="btn btn-link px-0 py-1" href="/#service">Services</a>
<a class="btn btn-link px-0 py-1" href="/#packages">Packages</a>
<a class="btn btn-link px-0 py-1" href="/#contact">Contact</a>
</div>
<!-- Column 3 -->
<div class="col-md-6 col-lg-3">
<h5 class="text-white mb-3">Contact Information</h5>
<p class="mb-1">Office No 2, Narhari Mhatre Lane,</p>
<p class="mb-1">Near BMC School, Penkarpada, Mira Road (E),</p>
<p class="mb-1">Thane 401107</p>
<p class="mb-1">Email: stepupgrow1@gmail.com</p>
<p class="mb-1">Phone: +91 74004 40939</p>
</div>
<div class="col-md-6 col-lg-2">
<h5 class="text-white mb-4">Legal</h5>
<a class="btn btn-link" href="terms-of-service.html">Terms of Service</a>
<a class="btn btn-link" href="privacy-policy.html">Privacy Policy</a>
<a class="btn btn-link" href="disclaimer.html">Disclaimer</a>
</div>
</div>
</div>
<!-- Copyright Section -->
<div class="container">
<div class="copyright">
<div class="row">
<div class="col-md-12 text-center mb-3 mb-md-0">
<!-- <img src="img/logo.png" alt="Logo" style="height: 40px;"> -->
<p>© <span id="year"></span> Step Up Grow. All rights reserved.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="bi bi-arrow-up"></i></a>
</div>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>