-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathContactUs.html
More file actions
821 lines (737 loc) · 24.3 KB
/
ContactUs.html
File metadata and controls
821 lines (737 loc) · 24.3 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
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
<!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.svg" />
<link rel="stylesheet" href="preloader.css" />
<title>Contact Us - Vehigo</title>
<link
href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
/>
<!--
- custom css link
-->
<!-- <link rel="stylesheet" href="src/assets/styles/style.css" /> -->
<link rel="stylesheet" href="./ContactUs.css" />
<!-- <link rel="stylesheet" href="./assets/css/style.css" /> -->
<!--
- google font link
-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB"
crossorigin="anonymous"
/>
<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=Nunito:wght@400;600&family=Open+Sans&display=swap"
rel="stylesheet"
/>
<style>
body {
background-color: #ffffff;
color: #333333;
transition: background-color 0.3s ease, color 0.3s ease;
margin: 0;
padding: 0;
font-family: "Nunito", sans-serif;
}
.navbar {
position: relative;
z-index: 1000;
}
<header>
<div class="collapse navbar-collapse" id="navMain">
<ul class="navbar-nav ms-auto">
<a class="navbar-brand d-flex align-items-center gap-1" href="/src/index.html" aria-label="Vehigo Home">
<img src="./assets/images/vehigologo.png" alt="Vehigo" />
</a>
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="featured-car.html">Explore cars</a></li>
<li class="nav-item"><a class="nav-link" href="./src/pages/about.html">About us</a></li>
<li class="nav-item"><a class="nav-link" href="blog.html">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="ContactUs.html">Contact Us</a></li>
<li class="nav-item"><a class="nav-link" href="offline.html">Offline Centers</a></li>
<li class="nav-item"><a class="nav-link" href="rentcar.html">Rent Your Car</a></li>
<li class="nav-item">
<button id="themeToggle" class="btn btn-outline-secondary theme-toggle-btn" type="button">
<i class="fa-solid fa-gear"></i><span class="label">Dark</span>
</button>
</li>
.navbar-collapse {
background-color: #212529;
position: absolute;
top: 100%;
left: -25%;
width: 150%;
padding: 0.75rem 0;
z-index: 1000;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* Only apply absolute positioning on mobile */
@media (min-width: 992px) {
.navbar-collapse {
position: static;
background-color: transparent;
border-top: none;
padding: 0;
}
}
/* Ensure body doesn’t shift */
body {
margin: 0;
}
/* Center text & make links look clean */
.nav-link {
color: #fff !important;
font-weight: 500;
transition: color 0.3s;
}
.nav-link:hover {
color: #0d6efd !important;
}
body.dark-theme {
background-color: #1a202c;
}
/* Enhanced gradient text animation */
body .gradient-text {
background: linear-gradient(135deg, #007bff, #28a745, #ffc107, #dc3545);
background-size: 300% 300%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: gradientShift 4s ease-in-out infinite;
font-weight: 700;
}
body.dark-theme .gradient-text {
background: linear-gradient(135deg, #4da8ff, #6fcf97, #f2c94c, #eb5757);
background-size: 300% 300%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: gradientShift 4s ease-in-out infinite;
}
@keyframes gradientShift {
0%,
100% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
}
/* Fix for header links visibility */
.header .navbar-nav .nav-link {
color: #efebeb !important;
font-weight: 600;
transition: color 0.3s ease;
}
body.dark-theme .header .navbar-nav .nav-link {
color: #f8f9fa !important;
}
.header .navbar-nav .nav-link:hover {
color: #007bff !important;
}
body.dark-theme .header .navbar-nav .nav-link:hover {
color: #4da8ff !important;
}
.theme-toggle-btn {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 16px;
border-radius: 6px;
transition: all 0.3s ease;
border: 1px solid #6c757d;
background: transparent;
cursor: pointer;
}
.theme-toggle-btn:hover {
background-color: rgba(0, 123, 255, 0.1);
}
body.dark-theme .theme-toggle-btn {
color: #e2e8f0;
border-color: #4a5568;
}
body.dark-theme .theme-toggle-btn:hover {
background-color: rgba(255, 255, 255, 0.1);
}
#ContactUscards {
display: flex;
flex-direction: column;
gap: 1.5rem;
align-items: center;
}
.card {
width: 100%;
max-width: 350px;
border-radius: 12px;
padding: 1.5rem;
text-align: center;
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
}
.icon {
font-size: 2rem;
margin-bottom: 10px;
}
/* Color themes */
.card-blue {
background: #1e3a8a;
}
.icon-blue {
color: #60a5fa;
}
.card-green {
background: #065f46;
}
.icon-green {
color: #34d399;
}
.card-purple {
background: #4c1d95;
}
.icon-purple {
color: #a78bfa;
}
/* Responsive */
@media (max-width: 768px) {
#ContactUscards {
flex-direction: column;
align-items: stretch;
}
}
/* For larger screens */
@media (min-width: 992px) {
.navbar-collapse {
background-color: transparent;
padding: 0;
}
}
/* Ensure content below header isn't hidden */
body {
padding-top: 80px; /* adjust if header height changes */
margin: 0;
}
.contact-info {
background: #101820;
}
.contact-form {
background: #181c25;
}
@media (max-width: 767px) {
.contact-info,
.contact-form {
border-radius: 0 !important;
}
}
.main {
width: 100%;
background: #111;
color: #fff;
padding-top: 80px; /* avoid overlap with navbar */
padding-bottom: 60px;
}
/* Common box styles */
.contact-info,
.contact-form {
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
background: #1b1b1b;
transition: all 0.3s ease-in-out;
width: 100% !important;
}
/* Headings */
.contact-info h3,
.contact-form h2 {
font-weight: 700;
color: #fff;
text-align: center;
word-wrap: break-word;
}
/* Form fields */
.form-control {
background: #222;
border: 1px solid #444;
color: #fff;
padding: 0.75rem;
border-radius: 8px;
}
.form-control::placeholder {
color: #aaa;
}
.form-control:focus {
background: #222;
border-color: #007bff;
box-shadow: 0 0 6px rgba(0, 123, 255, 0.3);
}
/* Buttons */
.btn-primary {
background: #007bff;
border: none;
border-radius: 25px;
font-weight: 600;
padding: 12px;
transition: all 0.3s ease;
}
.btn-primary:hover {
background: #0056b3;
transform: translateY(-2px);
}
/* For large screens (side by side) */
@media (min-width: 992px) {
.contact-info,
.contact-form {
height: 100%;
}
}
/* For tablets (medium screens) */
@media (max-width: 991px) {
.contact-info,
.contact-form {
padding: 2rem;
}
}
/* For small screens (stack vertically & expand) */
@media (max-width: 768px) {
.row {
flex-direction: column !important;
}
.contact-info,
.contact-form {
width: 100% !important;
padding: 1.5rem 2rem;
text-align: center;
}
.contact-info h3,
.contact-form h2 {
font-size: 1.6rem;
}
.form-control {
font-size: 1rem;
}
}
/* For very small screens */
@media (max-width: 480px) {
.contact-info,
.contact-form {
padding: 1.5rem 1rem;
}
.contact-info h3,
.contact-form h2 {
font-size: 1.3rem;
}
}
body {
margin-top: 0 !important;
padding-top: 0 !important;
}
</style>
</head>
<body>
<div id="preloader">
<div class="spinner"></div>
</div>
<div id="app">
<header class="header sticky-top">
<nav class="navbar navbar-expand-lg bg-dark">
<div class="container-fluid">
<!-- Logo -->
<a class="navbar-brand d-flex align-items-center" href="index.html">
<img
src="./assets/images/vehigologo.png"
alt="Vehigo Logo"
class="logo-img"
/>
</a>
<!-- Navbar Toggle (Mobile) -->
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon bg-light"></span>
</button>
<!-- Navbar Links -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul
class="navbar-nav ms-auto align-items-lg-center text-center text-lg-start text-center gap-4 p-2"
>
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="featured-car.html">Explore Cars</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./src/pages/about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ContactUs.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="offline.html">Offline Centers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="rentcar.html">Rent Your Car</a>
</li>
<!-- Theme Toggle -->
<li class="nav-item my-2 my-lg-0">
<button
id="themeToggle"
class="btn btn-outline-light btn-sm w-100"
>
<i class="fa-solid fa-gear me-1"></i> Light
</button>
</li>
<!-- Login Button -->
<li class="nav-item my-2 my-lg-0 ms-lg-2">
<a
href="./src/pages/login.html"
class="btn btn-primary btn-sm w-100"
>
<i class="fa-regular fa-user me-1"></i> Login
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class="main w-100">
<div class="container-fluid p-0">
<div class="row g-4 align-items-stretch">
<!-- Contact Info -->
<div class="col-lg-6 col-md-6 col-sm-12 p-3">
<div
class="contact-info bg-dark text-white w-100 h-100 d-flex flex-column justify-content-center"
>
<h3 class="text-center mb-4">Contact Information</h3>
<div
id="ContactUscards "
class="d-flex flex-column w-100 g-4 align-items-center"
>
<div class="card card-blue">
<div class="icon icon-blue">✈️</div>
<div>
<br />
<h4 class="title text-light">Travel Inquiries</h4>
<p class="info text-light">hello@vehigo.com</p>
<p class="sub text-light">Response within 2 hours</p>
</div>
</div>
<div class="card card-green">
<div class="icon icon-green">🌍</div>
<div>
<br />
<h4 class="title text-light">24/7 Support</h4>
<p class="info text-light">1800-100-100</p>
<p class="sub text-light">Emergency assistance</p>
</div>
</div>
<div class="card card-purple">
<div class="icon icon-purple">📍</div>
<div>
<br />
<h4 class="title text-light">Visit Our Office</h4>
<p class="info text-light">Xyz, New Delhi</p>
<p class="sub text-light">Mon-Sat: 9:00AM-6:00PM</p>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Form -->
<div class="col-lg-6 col-md-6 col-sm-12">
<div
class="contact-form bg-dark text-white h-100 d-flex flex-column justify-content-center"
>
<h2 class="text-center mb-4">Send us a Message</h2>
<div
id="successMessage"
class="hidden"
role="alert"
aria-live="polite"
>
<div class="success-icon text-center">✓</div>
<h3 class="text-center text-sm-start">Message Sent!</h3>
<p class="text-center">
Our car experts will get back to you within 24 hours.
</p>
</div>
<form id="form" class="form" novalidate>
<div class="mb-3">
<label for="contact-name" class="form-label"
>Your Name</label
>
<input
type="text"
id="contact-name"
name="name"
class="form-control"
placeholder="Enter your full name"
required
/>
</div>
<div class="mb-3">
<label for="contact-email" class="form-label"
>Email Address</label
>
<input
type="email"
id="contact-email"
name="email"
class="form-control"
placeholder="Enter your email address"
required
/>
</div>
<div class="mb-3">
<label for="contact-message" class="form-label"
>Message</label
>
<textarea
id="contact-message"
name="message"
class="form-control"
rows="6"
placeholder="Tell us about your issue..."
required
></textarea>
</div>
<button type="submit" class="btn btn-primary w-100">
Send Message
</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- </div> -->
<script src="ContactUs.js"></script>
<footer class="footer">
<div class="container">
<!-- Top Section -->
<div class="footer-grid">
<!-- Brand Info -->
<div class="footer-brand">
<a href="index.html" class="logo">
<img src="./assets/images/vehigologo.png" alt="VehiGo logo" />
</a>
<p class="footer-text">
Seamless rentals across Bhopal, Indore and Ujjain. Reliable, affordable and convenient car rental services for every journey.
</p>
</div>
<!-- Company Links -->
<ul class="footer-list">
<li><p class="footer-list-title">Company</p></li>
<li><a href="index.html" class="footer-link">About us</a></li>
<li>
<a href="featured-car.html" class="footer-link"
>Pricing plans</a
>
</li>
<li><a href="blog.html" class="footer-link">Our blog</a></li>
<li>
<a href="ContactUs.html" class="footer-link">Contact Us</a>
</li>
</ul>
<!-- Support Links -->
<ul class="footer-list">
<li><p class="footer-list-title">Support</p></li>
<li>
<a href="./src/pages/help-center.html" class="footer-link"
>Help center</a
>
</li>
<li>
<a href="./src/pages/Askaques.html" class="footer-link"
>Ask a question</a
>
</li>
<li>
<a href="./privacypolicy.html" class="footer-link"
>Privacy policy</a
>
</li>
<li>
<a href="./tandc.html" class="footer-link"
>Terms & conditions</a
>
</li>
</ul>
<div class="newsletter">
<h4>Stay in the loop</h4>
<p>Subscribe to get updates about new cars and offers.</p>
<div class="form">
<input type="email" placeholder="Enter your email" aria-label="Email address" />
<button type="button">Subscribe</button>
</div>
</div>
</div>
<!-- Bottom Section -->
<div class="footer-bottom">
<ul class="social-list">
<li>
<a
href="https://facebook.com/vehigo"
class="social-link"
aria-label="Facebook"
target="_blank"
rel="noopener noreferrer"
>
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a
href="https://instagram.com/vehigo"
class="social-link"
aria-label="Instagram"
target="_blank"
rel="noopener noreferrer"
>
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
<li>
<a
href="https://twitter.com/vehigo"
class="social-link"
aria-label="X (Twitter)"
target="_blank"
rel="noopener noreferrer"
>
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li>
<a
href="https://linkedin.com/company/vehigo"
class="social-link"
aria-label="LinkedIn"
target="_blank"
rel="noopener noreferrer"
>
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</li>
<li>
<a
href="https://github.com/vehigo"
class="social-link"
aria-label="GitHub"
target="_blank"
rel="noopener noreferrer"
>
<ion-icon name="logo-github"></ion-icon>
</a>
</li>
<li>
<a
href="mailto:contact@vehigo.com"
class="social-link"
aria-label="Email"
>
<ion-icon name="mail-outline"></ion-icon>
</a>
</li>
</ul>
<p class="copyright">© <span id="about-footer-year"></span> VehiGo. All rights reserved.</p>
<div class="mini-links">
<a href="../../privacypolicy.html">Privacy</a>
<a href="tandc.html">Terms</a>
<a href="../../ContactUs.html">Contact</a>
</div>
</div>
</div>
</footer>
</div>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon link
-->
<script>
// Dark/Light mode toggle with persistence
const themeToggleBtn = document.getElementById("themeToggle");
const body = document.body;
// Apply saved theme on page load
const savedTheme = localStorage.getItem("theme");
if (savedTheme === "dark") {
body.classList.add("dark-mode");
themeToggleBtn.classList.remove("light");
themeToggleBtn.classList.add("dark");
themeToggleBtn.querySelector(".label").textContent = "Light";
} else {
body.classList.remove("dark-mode");
themeToggleBtn.classList.remove("dark");
themeToggleBtn.classList.add("light");
themeToggleBtn.querySelector(".label").textContent = "Dark";
}
// Toggle theme and save preference
themeToggleBtn.addEventListener("click", () => {
body.classList.toggle("dark-mode");
if (body.classList.contains("dark-mode")) {
localStorage.setItem("theme", "dark");
themeToggleBtn.classList.remove("light");
themeToggleBtn.classList.add("dark");
themeToggleBtn.querySelector(".label").textContent = "Dark";
} else {
localStorage.setItem("theme", "light");
themeToggleBtn.classList.remove("dark");
themeToggleBtn.classList.add("light");
themeToggleBtn.querySelector(".label").textContent = "Light";
}
});
</script>
<script src="./scripts/logout.js"></script>
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script>
<!-- Back to Top Button -->
<a
href="#"
class="back-to-top"
aria-label="Back to top"
title="Back to top"
>
<ion-icon name="chevron-up-outline"></ion-icon>
</a>
<script>
const yearEl = document.getElementById("copyright-year");
if (yearEl) yearEl.textContent = new Date().getFullYear();
</script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"
integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI"
crossorigin="anonymous"
></script>
<script src="preloader.js"></script>
</body>
</html>