296
296
}
297
297
298
298
299
+ /* Navigation button styles */
300
+
301
+ .swiper-button-prev ,
302
+ .swiper-button-next {
303
+ position : absolute;
304
+ top : 50% ;
305
+ transform : translateY (-50% );
306
+ z-index : 10 ;
307
+ color : var (--primary-color );
308
+ padding : 30px ;
309
+ width : 25px ;
310
+ height : 25px ;
311
+ background-color : rgba (0 , 0 , 0 , 0.1 );
312
+ border-radius : 50% ;
313
+ display : flex;
314
+ align-items : center;
315
+ justify-content : center;
316
+ cursor : pointer;
317
+ transition : background 0.3s ease, opacity 0.3s ease;
318
+ }
319
+
320
+ .swiper-button-prev {
321
+ left : 20px ;
322
+ }
323
+
324
+ .swiper-button-next {
325
+ right : 20px ;
326
+ }
327
+
328
+ .swiper-button-prev : hover ,
329
+ .swiper-button-next : hover {
330
+ background-color : rgba (0 , 0 , 0 , 0.3 );
331
+ opacity : 1 ;
332
+
333
+ }
334
+
335
+
336
+
299
337
/* General Styles */
300
338
.container_1 {
301
339
padding : 50px 0 ;
418
456
419
457
/* General Styles */
420
458
# contact {
421
- padding : 50px 0 ;
422
- background-color : # f9f9f9 ;
459
+ padding : 50px 0 ;
460
+ margin-top : -9 rem ;
423
461
}
424
462
425
463
.container {
431
469
.row {
432
470
display : flex;
433
471
justify-content : space-between;
472
+ gap : 13rem ;
434
473
align-items : flex-start;
435
474
flex-wrap : wrap;
436
475
}
437
476
477
+ .contact-left {
478
+ margin-top : 130px ;
479
+ }
480
+
438
481
.contact-left ,
439
482
.contact-right {
440
483
flex : 1 ;
441
484
min-width : 300px ;
442
- margin : 20px ;
485
+
486
+ }
487
+
488
+ .line {
489
+ border : none;
490
+ height : 1px ;
491
+ background-color : # 333 ;
492
+ margin : 20px 0 ;
493
+ width : 100% ;
494
+ }
495
+
496
+ .contact-left .line {
497
+ width : 70% ;
498
+ margin : 20px auto; /* Center the line */
499
+ }
500
+
501
+ .contact-left p {
502
+ margin-bottom : 60px ;
443
503
}
444
504
445
505
.sub-title {
458
518
color : # 007bff ;
459
519
}
460
520
461
- form {
462
- display : flex;
463
- flex-direction : column;
521
+ /*Form styling*/
522
+ .contact-right {
523
+ max-width : 500px ;
524
+ margin : 0 auto;
525
+ padding : 20px ;
526
+ background-color : # f9f9f9 ;
527
+ border-radius : 8px ;
528
+ box-shadow : 0 2px 10px rgba (0 , 0 , 0 , 0.1 );
529
+ margin-top : 40px ;
464
530
}
465
531
466
- form input ,
467
- form textarea {
532
+ .contact-right h2 {
533
+ text-align : center;
534
+ margin-bottom : 20px ;
535
+ color : # 333 ;
536
+ background-color : # f9f9f9 ;
537
+ }
538
+
539
+ .contact-form {
540
+ background-color : # ffffff ;
541
+ border-radius : 8px ;
542
+ }
543
+
544
+ .contact-form input ,
545
+ .contact-form textarea {
468
546
width : 100% ;
469
- margin-bottom : 15px ;
470
547
padding : 10px ;
548
+ margin-bottom : 15px ;
471
549
border : 1px solid # ccc ;
472
- border-radius : 5px ;
473
- font-size : 1rem ;
550
+ border-radius : 4px ;
551
+ background-color : # e0f7fa ;
552
+ color : # 333 ;
474
553
}
475
554
476
- form button {
555
+ .contact-form button {
556
+ width : 100% ;
477
557
padding : 10px ;
478
- background-color : # 007bff ;
479
- color : white ;
558
+ background-color : # 007bff !important ;
559
+ color : # ffffff ;
480
560
border : none;
481
- border-radius : 5 px ;
561
+ border-radius : 4 px ;
482
562
cursor : pointer;
483
- font-size : 1 rem ;
563
+ transition : background 0.3 s ease ;
484
564
}
485
565
486
- form button : hover {
487
- background-color : # 0056b3 ;
566
+ .contact-form button : hover {
567
+ background-color : # 0567d0 !important ;
568
+ color : # fff ;
488
569
}
489
570
490
571
# msg {
491
- margin-top : 10 px ;
572
+ margin-top : 15 px ;
492
573
color : green;
493
574
font-size : 1rem ;
494
575
}
497
578
@media screen and (max-width : 768px ) {
498
579
.row {
499
580
flex-direction : column;
581
+ gap : 1rem ;
500
582
align-items : center;
501
583
}
502
584
503
585
.contact-left ,
504
586
.contact-right {
505
- max-width : 100% ;
506
- margin : 0 ;
507
- padding : 20px ;
587
+ margin : 20px 0 ;
588
+ margin-left : -7rem ;
508
589
}
509
590
510
591
.sub-title {
@@ -732,7 +813,8 @@ <h1>Explore Out Top Deals <br> From Top Rated Deaalers</h1>
732
813
< div class ="services-container ">
733
814
< div class ="box ">
734
815
< div class ="box-img ">
735
- < img src ="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRMbcTDQfyKWuPH727d_lUKN6tn_tUimpHg4w&s " alt ="Maruti Suzuki Ertiga ">
816
+ < img src ="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRMbcTDQfyKWuPH727d_lUKN6tn_tUimpHg4w&s "
817
+ alt ="Maruti Suzuki Ertiga ">
736
818
</ div >
737
819
< p > 2023</ p >
738
820
< h3 > Maruti Suzuki Ertiga - 7 Seater</ h3 >
@@ -750,7 +832,8 @@ <h2>Rs.1700 <span>/day</span></h2>
750
832
</ div >
751
833
< div class ="box ">
752
834
< div class ="box-img ">
753
- < img src ="https://imgd.aeplcdn.com/664x374/n/cw/ec/26742/swift-exterior-right-front-three-quarter-2.jpeg?q=80 " alt ="Maruti Suzuki Swift ">
835
+ < img src ="https://imgd.aeplcdn.com/664x374/n/cw/ec/26742/swift-exterior-right-front-three-quarter-2.jpeg?q=80 "
836
+ alt ="Maruti Suzuki Swift ">
754
837
</ div >
755
838
< p > 2018</ p >
756
839
< h3 > Maruti Suzuki Swift - 5 Seater</ h3 >
@@ -759,7 +842,8 @@ <h2>Rs.1200 <span>/day</span></h2>
759
842
</ div >
760
843
< div class ="box ">
761
844
< div class ="box-img ">
762
- < img src ="https://imgd-ct.aeplcdn.com/664x415/n/dzet6ra_1421855.jpg?q=80 " alt ="Toyota Innova Crysta ">
845
+ < img src ="https://imgd-ct.aeplcdn.com/664x415/n/dzet6ra_1421855.jpg?q=80 "
846
+ alt ="Toyota Innova Crysta ">
763
847
</ div >
764
848
< p > 2016</ p >
765
849
< h3 > Toyota Innova Crysta - 7 Seater</ h3 >
@@ -768,7 +852,8 @@ <h2>Rs.4000 <span>/day</span></h2>
768
852
</ div >
769
853
< div class ="box ">
770
854
< div class ="box-img ">
771
- < img src ="https://stimg.cardekho.com/images/carexteriorimages/630x420/Honda/Honda-City-2011-2013/2754/front-left-side-47.jpg " alt ="Honda City ">
855
+ < img src ="https://stimg.cardekho.com/images/carexteriorimages/630x420/Honda/Honda-City-2011-2013/2754/front-left-side-47.jpg "
856
+ alt ="Honda City ">
772
857
</ div >
773
858
< p > 2013</ p >
774
859
< h3 > Honda City - 5 Seater</ h3 >
@@ -1024,6 +1109,9 @@ <h3>Rohan Gupta</h3>
1024
1109
< div class ="swiper-pagination "> </ div >
1025
1110
1026
1111
</ div >
1112
+ <!-- Add Navigation -->
1113
+ < div class ="swiper-button-prev "> </ div >
1114
+ < div class ="swiper-button-next "> </ div >
1027
1115
</ div >
1028
1116
</ section >
1029
1117
@@ -1180,33 +1268,31 @@ <h2 class="accordion-header">
1180
1268
< div class ="row ">
1181
1269
< div class ="contact-left ">
1182
1270
< h1 class ="sub-title "> Contact Me</ h1 >
1183
-
1271
+ < p > If you have any questions, suggestions, feel free to contact us via the form or through any of the social media platforms below. We are always happy to connect and assist!</ p >
1272
+ <!-- Horizontal line before social icons -->
1273
+ < hr class ="line ">
1184
1274
< div class ="social-icon ">
1185
1275
< a href ="# " target ="_blank "> < i class ="fa-brands fa-facebook "> </ i > </ a >
1186
1276
< a href ="# " target ="_blank "> < i class ="fa-brands fa-square-x-twitter "> </ i > </ a >
1187
1277
< a href ="# " target ="_blank "> < i class ="fa-brands fa-instagram "> </ i > </ a >
1188
1278
< a href ="# " target ="_blank "> < i class ="fa-brands fa-linkedin "> </ i > </ a >
1189
1279
</ div >
1280
+ <!-- Horizontal line after social icons -->
1281
+ < hr class ="line ">
1282
+ </ div >
1283
+ < div class ="contact-right ">
1284
+ < h2 > Any Queries?</ h2 >
1285
+ < form name ="submit-to-google-sheet " class ="contact-form " method ="post ">
1286
+ < input type ="text " name ="Name " placeholder ="Your Name " required >
1287
+ < input type ="email " name ="Email " placeholder ="Your Email " required >
1288
+ < textarea name ="Message " rows ="6 " placeholder ="Your Message "> </ textarea >
1289
+ < button type ="submit " class ="btn btn2 "> Submit</ button >
1290
+ </ form >
1291
+ < span id ="msg "> </ span >
1190
1292
</ div >
1191
1293
</ div >
1192
1294
</ div >
1193
1295
</ div >
1194
-
1195
- </ div >
1196
- < div class ="contact-right ">
1197
- < form name ="submit-to-google-sheet ">
1198
- < input type ="text " name ="Name " placeholder ="Your Name " required >
1199
- < input type ="email " name ="Email " placeholder ="Your Email " required >
1200
- < textarea name ="Message " rows ="6 " placeholder ="Your Message "> </ textarea >
1201
- < button type ="submit " class ="btn btn2 "> Submit</ button >
1202
- </ form >
1203
- < span id ="msg "> </ span >
1204
- </ div >
1205
- </ div >
1206
- </ div >
1207
- </ div >
1208
-
1209
-
1210
1296
</ section >
1211
1297
1212
1298
@@ -1370,4 +1456,4 @@ <h2>Words from Our Clients <span class="highlight">Inspiring Testimonials of Sat
1370
1456
1371
1457
1372
1458
1373
- </ html >
1459
+ </ html >
0 commit comments