-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
932 lines (774 loc) · 41.7 KB
/
index.html
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
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pares Center | Physiotherapy, Autism Rehabilitation and Education Services</title>
<link rel="apple-touch-icon" sizes="180x180" href="favi/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favi/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favi/favicon-16x16.png">
<link rel="manifest" href="favi/site.webmanifest">
<meta name="theme-color" content="#e5f4eb">
<!-- bing Web -->
<meta name="msvalidate.01" content="8F435620C88F274992A9285D45843C84" />
<link rel="canonical" href="https://parescenter.com/">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<!-- Add this in the <head> of HTML -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link href="https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Add this in the meta of HTML -->
<meta name="description" content="Pares Center offers expert physiotherapy, personalized autism rehabilitation, and tailored education services. Enhance mobility, social skills, and academic growth with our professional support.">
<meta name="keywords" content="Pares Center,therapy center in lahore,best therapy center in lahore,therapy center Paragon City, Pares Center lahore, autism services in lahore, therapy services, physiotherapy, autism rehabilitation, education services, ABA therapy, speech therapy, occupational therapy, therapy packages, child development, healthcare support,Sania Iqbal, Sammel Iqbal, Anber Iqbal">
<meta http-equiv="Content-Language" content="en">
<meta name="author" content="Haseeb">
<meta name="robots" content="index, follow">
<!-- Open Graph Meta Tags (Facebook, WhatsApp, etc.) -->
<meta property="og:title" content="Pares Center - Expert Physiotherapy, Autism Rehabilitation & Education Services">
<meta property="og:description" content="Providing expert Physiotherapy, Autism Rehabilitation, and Education Services in Lahore, Pakistan.">
<meta property="og:image" content="https://parescenter.com/images/logo/og-pares.jpg">
<meta property="og:image:alt" content="Pares Center Logo">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:url" content="https://parescenter.com/">
<meta property="og:type" content="website">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Pares Center - Expert Physiotherapy, Autism Rehabilitation & Education Services">
<meta name="twitter:description" content="Providing expert Physiotherapy, Autism Rehabilitation, and Education Services in Lahore, Pakistan.">
<meta name="twitter:image" content="https://parescenter.com/images/logo/og-pares.jpg">
<meta name="twitter:site" content="@parescenter">
<meta name="robots" content="index, follow">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Pares Center |Physiotherapy, Autism Rehabilitation and Education Services ",
"url": "https://parescenter.com",
"description": "Therapy services in Lahore, Pakistan, including Physiotherapy, Autism Rehabilitation, and Education.",
"logo": "https://parescenter.com/pARES-LOGO.jpg",
"employee": [
{
"@type": "Person",
"name": " Dr. Sania Iqbal"
},
{
"@type": "Person",
"name": "Sammel Iqbal"
},
{
"@type": "Person",
"name": "Anber Iqbal"
}
],
"address": {
"@type": "PostalAddress",
"streetAddress": "Paragon City",
"addressLocality": "Lahore",
"addressCountry": "Pakistan"
},
"sameAs": [
"https://www.facebook.com/profile.php?id=100089885094186"
]
}
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TH973P45');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TH973P45"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Header & Navigation -->
<header class="bg-light py-3">
<div class="container d-flex justify-content-between align-items-center">
<!-- Address Section -->
<div class="contact-info">
<h5>Find Us</h5>
<p class="address">Groove 48 ground floor Paragon City Gate, Lahore</p>
<button class="btn btn-danger ml-auto" data-toggle="modal" data-target="#feedbackModal">Give Feedback</button>
</div>
<!-- Logo Section -->
<div class="logo-name text-center">
<img src="images/logo/pARES-LOGO.jpg" alt="Company Logo" class="img-fluid" style="max-height: 100px;">
</div>
<!-- Phone Section -->
<div class="contact-info text-right">
<h5>Contact Us</h5>
<p class="phone">0327-8893-429</p>
<a href="mailto:info@parescenter.com" class="email">info@parescenter.com</a>
<!-- Social Media Links -->
<div class="social-icons">
<a href="https://facebook.com/profile.php?id=100089885094186" target="_blank" class="social-icon">
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/facebook.svg" alt="Facebook" width="40" height="40">
</a>
<a href="https://instagram.com/paresbysammeliqbal" target="_blank" class="social-icon">
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/instagram.svg" alt="Instagram" width="40" height="40">
</a>
<a href="https://wa.me/+923227548157" target="_blank" class="social-icon">
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/whatsapp.svg" alt="WhatsApp" width="40" height="40">
</a>
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<h1 class="navbar-brand">
<a href="#">PARES Center</a>
</h1>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#aboutpk">About</a></li>
<li class="nav-item"><a class="nav-link" href="#servicespk">Services</a></li>
<li class="nav-item"><a class="nav-link" href="#therapy-sessions">Treatment</a></li>
<li class="nav-item"><a class="nav-link" href="#Gallerypk">Gallery</a></li>
<li class="nav-item"><a class="nav-link" href="#team">Team</a></li>
<li class="nav-item"><a class="nav-link" href="#contactpk">Contact</a></li>
</ul>
</div>
<!-- Updated Book Now Button -->
<button class="btn btn-danger ml-auto" data-toggle="modal" data-target="#bookNowModal">Book Now</button>
</div>
</nav>
</header>
<!-- Image Slider Section -->
<!-- Boxed Image Slider Section -->
<section class="image-slider text-center my-4">
<div class="container">
<div id="carouselExampleIndicators" class="carousel slide carousel-fade" data-ride="carousel">
<!-- Indicators (optional) -->
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<!-- Image Slider Items -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/kids.jpeg" class="d-block img-fluid rounded" alt="Image 1">
</div>
<div class="carousel-item">
<img src="images/has.png" class="d-block img-fluid rounded" alt="Image 2">
</div>
<div class="carousel-item">
<img src="images/play.jpg" class="d-block img-fluid rounded" alt="Image 3">
</div>
</div>
<!-- Carousel Controls -->
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<div class="section-divider mx-auto"></div>
<!-- Services Section -->
<section id="servicespk" class="services">
<div class="container">
<h2 class="text-center mb-5">Our Services</h2>
<div class="row">
<!-- Service 1 -->
<div class="col-md-4 service-item mb-4">
<div class="service-image">
<img src="images/phsyi.png" alt="Service 1" class="img-fluid rounded-circle animate__animated animate__fadeInUp">
</div>
<h3 class="mt-3">Physiotherapy</h3>
<ul class="service-points text-left mt-3">
<li>Restore mobility, strength, and independence</li>
<li>Comprehensive physical assessments</li>
<li>Customized treatment plans</li>
<li>Ongoing support for optimal health</li>
</ul>
</div>
<!-- Service 2 -->
<div class="col-md-4 service-item mb-4">
<div class="service-image">
<img src="images/auti.png" alt="Service 2" class="img-fluid rounded-circle animate__animated animate__fadeInUp animate__delay-1s">
</div>
<h3 class="mt-3">Autism Rehabilitation</h3>
<ul class="service-points text-left mt-3">
<li>Enhance social skills, communication, and daily living</li>
<li>Personalized therapy programs</li>
<li>Evidence-based compassionate support</li>
<li>Focus on individual needs and growth</li>
</ul>
</div>
<!-- Service 3 -->
<div class="col-md-4 service-item mb-4">
<div class="service-image">
<img src="images/edu.png" alt="Service 3" class="img-fluid rounded-circle animate__animated animate__fadeInUp animate__delay-2s">
</div>
<h3 class="mt-3">Education Services</h3>
<ul class="service-points text-left mt-3">
<li>Personalized academic programs</li>
<li>Skill-building workshops</li>
<li>Collaborative strategies with families</li>
<li>Foster a nurturing learning environment</li>
</ul>
</div>
</div>
</div>
</section>
<div class="section-divider mx-auto"></div>
<!-- Flip Circle Animation Section -->
<section class="flip-circles">
<div class="container">
<h2 style="font-size: 2.5rem; font-weight: bold; text-align: center;">Your Path to Wellness</h2>
<div class="row text-center">
<div class="col-md-4 col-12 mb-4">
<div class="circle">
<div class="circle-front" aria-label="Physiotherapy">
<span>Physiotherapy</span>
</div>
<div class="circle-back">
<p>Restore Strength<br>and Mobility</p>
</div>
</div>
</div>
<div class="col-md-4 col-12 mb-4">
<div class="circle">
<div class="circle-front" aria-label="Autism Rehabilitation">
<span>Autism <br>Rehabilitation</span>
</div>
<div class="circle-back">
<p>Enhance Communication<br>Skills</p>
</div>
</div>
</div>
<div class="col-md-4 col-12 mb-4">
<div class="circle">
<div class="circle-front" aria-label="Education Services">
<span>Education Services</span>
</div>
<div class="circle-back">
<p>Empower<br>Learning Potential</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="section-divider mx-auto"></div>
<!-- Sliding Image Section -->
<section id="Gallerypk" class="sliding-images my-5">
<div class="container">
<h2 style="font-size: 2.5rem; font-weight: bold; text-align: center;">Gallery</h2><br>
<div class="slider">
<div class="slider-images">
<div class="image">
<img src="images/gall/ad.jpg" alt="Image 1" class="img-fluid">
</div>
<div class="image">
<img src="images/gall/ar.jpg" alt="Image 2" class="img-fluid">
</div>
<div class="image">
<img src="images/gall/ad.jpg" alt="Image 3" class="img-fluid">
</div>
<div class="image">
<img src="images/gall/aaawe.jpg" alt="Image 4" class="img-fluid">
</div>
<div class="image">
<img src="images/gall/aaa.jpg" alt="Image 5" class="img-fluid">
</div>
<div class="image">
<img src="images/gall/cake.jpg" alt="Image 6" class="img-fluid">
</div>
</div>
</div>
</section>
<div class="section-divider mx-auto"></div>
<!-- Team Section -->
<section id="team" class="py-5">
<div class="container">
<h2 style="font-size: 2.5rem; font-weight: bold; text-align: center;"">Meet Our Team</h2>
<div class="row">
<!-- Team Member 1 -->
<div class="col-md-4 mb-4">
<div class="card team-member-card shadow-sm border-0 rounded-lg h-100 text-center">
<div class="card-body">
<img src="images/team.png" alt="John Doe" class="rounded-circle mb-3">
<h5 class="card-title">Dr. Sania Iqbal</h5>
<p class="card-text">
<strong>Qualification:</strong> Doctor of Physical Therapy<br>
<strong>Profession:</strong> Physiotherapist<br>
<strong>Experience:</strong> 4 years
</p>
</div>
</div>
</div>
<!-- Repeat similar blocks for other team members -->
<!-- Team Member 2 -->
<div class="col-md-4 mb-4">
<div class="card team-member-card shadow-sm border-0 rounded-lg h-100 text-center">
<div class="card-body">
<img src="images/team.png" alt="Jane Smith" class="rounded-circle mb-3">
<h5 class="card-title">Ms. Sammel Iqbal</h5>
<p class="card-text">
<strong>Qualification:</strong> MS Clinical Psychology <br>
<strong>Profession:</strong> Clinical Psychologist & Behaviour Therapist<br>
<strong>Experience:</strong> 8 years
</p>
</div>
</div>
</div>
<!-- Team Member 3 -->
<div class="col-md-4 mb-4">
<div class="card team-member-card shadow-sm border-0 rounded-lg h-100 text-center">
<div class="card-body">
<img src="images/team.png" alt="Emily Johnson" class="rounded-circle mb-3">
<h5 class="card-title">Ms. Anber Iqbal</h5>
<p class="card-text">
<strong>Qualification:</strong> Bachelor's in Psychology<br>
<strong>Profession:</strong> Special Education and ABA Therapist <br>
<strong>Experience:</strong> 4 years
</p>
</div>
</div>
</div>
</div>
</section>
<div class="section-divider mx-auto"></div>
<!-- Therapy Sessions Section -->
<section id="therapy-sessions" class="py-5">
<div class="container">
<h2 class="text-center mb-5">Our Therapy Sessions & Packages</h2>
<div class="row">
<!-- ABA Session -->
<div class="col-md-6 mb-4">
<div class="card therapy-card shadow-sm border-0 rounded-lg h-100">
<div class="card-body text-center">
<h5 class="card-title">ABA Session</h5>
<p class="session-price">Per Session: <strong>1200 PKR</strong></p>
<p class="session-duration">Duration: <strong>1 Hour</strong></p>
</div>
</div>
</div>
<!-- Speech Therapy -->
<div class="col-md-6 mb-4">
<div class="card therapy-card shadow-sm border-0 rounded-lg h-100">
<div class="card-body text-center">
<h5 class="card-title">Speech Therapy</h5>
<p class="session-price">Per Session: <strong>1500 PKR</strong></p>
<p class="session-duration">Duration: <strong>1 Hour</strong></p>
</div>
</div>
</div>
<!-- Occupational Therapy -->
<div class="col-md-6 mb-4">
<div class="card therapy-card shadow-sm border-0 rounded-lg h-100">
<div class="card-body text-center">
<h5 class="card-title">Occupational Therapy</h5>
<p class="session-price">Per Session: <strong>1500 PKR</strong></p>
<p class="session-duration">Duration: <strong>1 Hour</strong></p>
</div>
</div>
</div>
<!-- Physiotherapy -->
<div class="col-md-6 mb-4">
<div class="card therapy-card shadow-sm border-0 rounded-lg h-100">
<div class="card-body text-center">
<h5 class="card-title">Physiotherapy</h5>
<p class="session-price">Per Session: <strong>1700 PKR</strong></p>
<p class="session-duration">Duration: <strong>45 Minutes</strong></p>
</div>
</div>
</div>
</div>
<!-- Monthly Packages Section -->
<h3 class="text-center my-5">Monthly Packages</h3>
<div class="row">
<!-- 1 Hour Package -->
<div class="col-md-4 mb-4">
<div class="card package-card shadow-sm border-0 rounded-lg h-100">
<div class="card-body text-center">
<h5 class="card-title">1 Hour/Day Package</h5>
<p class="package-price">Monthly: <strong>25,000 PKR</strong></p>
</div>
</div>
</div>
<!-- 2 Hour Package -->
<div class="col-md-4 mb-4">
<div class="card package-card shadow-sm border-0 rounded-lg h-100">
<div class="card-body text-center">
<h5 class="card-title">2 Hour/Day Package</h5>
<p class="package-price">Monthly: <strong>45,000 PKR</strong></p>
</div>
</div>
</div>
<!-- 3 Hour Package -->
<div class="col-md-4 mb-4">
<div class="card package-card shadow-sm border-0 rounded-lg h-100">
<div class="card-body text-center">
<h5 class="card-title">3 Hour/Day Package</h5>
<p class="package-price">Monthly: <strong>55,000 PKR</strong></p>
</div>
</div>
</div>
</div>
<!-- Book Consultation Now Button -->
<div class="text-center mt-5">
<button class="btn btn-danger ml-auto" data-toggle="modal" data-target="#bookNowModal">Book Consultation</button>
<button class="btn btn-danger ml-auto" data-toggle="modal" data-target="#feedbackModal">Give Feedback</button>
</div>
</div>
</section>
<!-- Button to Open Feedback -->
<!-- Testimonials Section -->
<section class="testimonials">
<div class="container">
<h2>What Our Clients Say</h2>
<div id="testimonialsCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="testimonial">
<p>"This is the best service I have ever used. Highly recommend!"</p>
<h5>- Aliza-</h5>
</div>
</div>
<div class="carousel-item">
<div class="testimonial">
<p>"Best Therapy treatment "</p>
<h5>-Aroosa-</h5>
</div>
</div>
<div class="carousel-item">
<div class="testimonial">
<p>"I felt completely overwhelmed by my anxiety"</p>
<h5>-Mahira-</h5>
</div>
</div>
<!-- Add more testimonials as needed -->
</div>
</div>
</div>
</section>
<div class="section-divider mx-auto"></div>
<!-- Values Section -->
<!-- Values Section -->
<section id="Missionpk" class="values py-5">
<div class="container">
<h2 class="text-center mb-5">Our Values</h2>
<div class="row">
<!-- Mission -->
<div class="col-md-6 mb-4">
<div class="value-item shadow-sm">
<div class="value-image">
<img src="images/mis.jpg" alt="Mission" class="img-fluid rounded-circle">
</div>
<h3>Mission</h3>
<div class="value-box">
<div class="value-point">
<span class="arrow">➔</span>
<p>"To provide exceptional rehabilitation and education services that empower individuals and families, fostering independence and enhancing quality of life."</p>
</div>
<div class="value-point">
<span class="arrow">➔</span>
<p>"Our goal is to provide personalized care that meets the unique needs of each individual, ensuring effective support for a better future."</p>
</div>
</div>
</div>
</div>
<!-- Vision -->
<div class="col-md-6 mb-4">
<div class="value-item shadow-sm">
<div class="value-image">
<img src="images/vis.png" alt="Vision" class="img-fluid rounded-circle">
</div>
<h3>Vision</h3>
<div class="value-box">
<div class="value-point">
<span class="arrow">➔</span>
<p>"To be a leading center for therapy and education, known for innovative approaches and compassionate care."</p>
</div>
<div class="value-point">
<span class="arrow">➔</span>
<p>"We aim to make a lasting impact by building a strong community that believes in progress and continuous learning."</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="section-divider mx-auto"></div>
<!-- About Us Section -->
<section id="aboutpk" class="about py-5 bg-light">
<div class="container">
<h2 class="text-center mb-4" style="font-size: 2.5rem; font-weight: bold;">About Us</h2>
<p class="text-center mb-5" style="font-size: 1.2rem; color: #555;">
At PARES, we combine Physiotherapy, Autism Rehabilitation, and Education Services to create a supportive and empowering environment for all our clients.
</p>
<div class="row align-items-center">
<!-- Image Column with Animation -->
<div class="col-md-6 about-image mb-4 mb-md-0">
<img src="images/logo/pARES-LOGO.jpg" alt="About Us" class="img-fluid rounded shadow-lg animate__animated animate__fadeInLeft">
</div>
<!-- Text Column with Bullet Points and Animation -->
<div class="col-md-6 about-text">
<h3 class="mb-3" style="font-size: 1.8rem; font-weight: bold; color: #007bff;">Why Choose PARES?</h3>
<ul class="about-points animate__animated animate__fadeInRight" style="list-style-type: disc; padding-left: 20px; color: #333; font-size: 1rem;">
<li class="mb-2">Comprehensive services in Physiotherapy, Autism Rehabilitation, and Education.</li>
<li class="mb-2">Dedicated professionals offering personalized care.</li>
<li class="mb-2">Holistic and evidence-based approaches for long-term success.</li>
<li class="mb-2">A supportive and nurturing environment tailored to unique client needs.</li>
<li>Committed to empowering individuals to achieve their wellness goals.</li>
</ul>
</div>
</div>
</div>
</section>
<div class="section-divider mx-auto"></div>
<!-- Footer Section -->
<footer class="bg-light py-5">
<div class="footer-content">
<div class="container" style="background-color: white; padding: 20px; border-radius: 10px;">
<!-- Footer Navigation Section -->
<div class="row mb-4">
<!-- Services Section -->
<div class="col-md-3">
<h5 class="font-weight-bold text-uppercase mb-3">Our Services</h5>
<ul class="list-unstyled">
<li><a href="#servicespk" class="footer-link">Physiotherapy</a></li>
<li><a href="#servicespk" class="footer-link">Autism Rehabilitation</a></li>
<li><a href="#servicespk" class="footer-link">Education Services</a></li>
</ul>
</div>
<!-- About Section -->
<div class="col-md-3">
<h5 class="font-weight-bold text-uppercase mb-3">About Us</h5>
<ul class="list-unstyled">
<li><a href="#aboutpk" class="footer-link">Who We Are</a></li>
<li><a href="#Missionpk" class="footer-link">Our Mission</a></li>
<li><a href="#Missionpk" class="footer-link">Our Vision</a></li>
</ul>
</div>
<div class="col-md-3">
<h3>Our Working Hours</h3>
<p><strong>Monday to Friday:</strong> <span>10:00 AM - 6:00 PM</span></p>
<p><strong>Weekend:</strong> <span>Online Consultation</span></p>
</div>
<!-- Contact Section -->
<div class="col-md-3">
<h5 class="font-weight-bold text-uppercase mb-3">Contact</h5>
<ul class="list-unstyled">
<li><strong>Phone:</strong> 0327-8893-429</li>
<li><strong>Email:</strong> info@parescenter.com</li>
<li><strong>Address:</strong>Groove 48 ground floor Paragon City Gate No.1, Lahore, Pakistan</li>
</ul>
</div>
</div>
<!-- footer social -->
<div class="social-links">
<a href="https://facebook.com/profile.php?id=100089885094186" target="_blank" class="social-item">
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/facebook.svg" alt="Facebook" width="40" height="40">
</a>
<a href="https://instagram.com/paresbysammeliqbal" target="_blank" class="social-item">
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/instagram.svg" alt="Instagram" width="40" height="40">
</a>
<a href="https://wa.me/+923227548157" target="_blank" class="social-item">
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/whatsapp.svg" alt="WhatsApp" width="40" height="40">
</a>
</div>
<!-- Language Selection -->
<div class="row mb-4">
</div>
<!-- Contact Form Section -->
<div class="row mb-4">
<div class="col-121">
<h5 id="contactpk" ="font-weight-bold text-uppercase text-center mb-3">Contact Us</h5>
<form action="https://formspree.io/f/xgvelzbb" method="POST">
<div class="form-row">
<div class="form-group col-md-6">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Your Name" required>
</div>
<div class="form-group col-md-6">
<label for="city">City</label>
<input type="text" class="form-control" id="city" name="city" placeholder="Your City" required>
</div>
</div>
<div class="form-group">
<label for="address">Address</label>
<input type="text" class="form-control" id="address" name="address" placeholder="Your Address" required>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="phone">Phone Number</label>
<input type="text" class="form-control" id="phone" name="phone" placeholder="Your Phone Number" required>
</div>
<div class="form-group col-md-6">
<label for="gender">Gender</label>
<select id="gender" class="form-control" name="gender" required>
<option selected disabled>Select Gender</option>
<option>Male</option>
<option>Female</option>
<option>Other</option>
</select>
</div>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" id="message" name="message" rows="3" placeholder="Your Message" required></textarea>
</div>
<div class="text-center">
<button type="submit" class="btn btn-primary">Send Message</button>
</div>
</form>
</div>
</div>
<!-- Footer Bottom -->
<div class="row align-items-center mt-4">
<div class="col-md-6 text-center text-md-left mb-3 mb-md-0">
<small>
Privacy | Terms of Use | Trademarks | About Our Ads
</small>
</div>
<div class="col-md-6 text-center text-md-right">
<small>
© PARES Center | Physiotherapy, Autism Rehabilitation, and Education Services 2024
</small>
</div>
</div><br>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
<!-- Welcome Popup Modal -->
<div class="modal fade" id="welcomeModal" tabindex="-1" role="dialog" aria-labelledby="welcomeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="welcomeModalLabel">Welcome to PARES!</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center">
<p>At PARES (Physiotherapy, Autism Rehabilitation, and Education Services)</p>
<h4>Transformative Physiotherapy & Autism Support Awaits You!</h4>
</div>
<div class="modal-footer">
<button class="btn btn-danger ml-auto" data-toggle="modal" data-target="#bookNowModal">Book Now</button>
</div>
</div>
</div>
</div>
<!-- Book Now Modal -->
<div class="modal fade" id="bookNowModal" tabindex="-1" role="dialog" aria-labelledby="bookNowModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="bookNowModalLabel">Book Now</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form action="https://formspree.io/f/xldewlkp" method="POST">
<div class="form-group">
<label for="fullName">Full Name</label>
<input type="text" class="form-control" id="fullName" name="fullName" placeholder="Enter your full name" required>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" class="form-control" id="email" name="email" placeholder="Enter your email" required>
</div>
<div class="form-group">
<label for="phoneNumber">Phone Number</label>
<input type="tel" class="form-control" id="phoneNumber" name="phoneNumber" placeholder="Enter your phone number" required>
</div>
<div class="form-group">
<label for="serviceType">Select Service</label>
<select id="serviceType" class="form-control" name="serviceType" required>
<option selected disabled>Choose a service</option>
<option>Physiotherapy</option>
<option>Autism Rehabilitation</option>
<option>Education Services</option>
<option>Others Services</option>
</select>
</div>
<div class="form-group">
<label for="bookingDate">Preferred Date</label>
<input type="date" class="form-control" id="bookingDate" name="bookingDate" required>
</div>
<div class="form-group">
<label for="message">Additional Message</label>
<textarea class="form-control" id="message" name="message" rows="3" placeholder="Any additional information"></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit Booking</button>
</form>
</div>
</div>
</div>
</div>
<!-- Feedback Popup -->
<div class="modal fade" id="feedbackModal" tabindex="-1" role="dialog" aria-labelledby="feedbackModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="feedbackModalLabel">We Value Your Feedback</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form id="feedbackForm" action="https://formspree.io/f/xldewzwr" method="POST">
<div class="form-group">
<label for="name">Name:</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Enter your name" required>
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" class="form-control" id="email" name="email" placeholder="Enter your email" required>
</div>
<div class="form-group">
<label>How would you rate us?</label>
<div class="d-flex justify-content-between mt-2">
<div class="custom-control custom-radio">
<input type="radio" id="rating1" name="rating" class="custom-control-input" value="Best" required>
<label class="custom-control-label" for="rating1">Best</label>
</div>
<div class="custom-control custom-radio">
<input type="radio" id="rating2" name="rating" class="custom-control-input" value="Average">
<label class="custom-control-label" for="rating2">Average</label>
</div>
<div class="custom-control custom-radio">
<input type="radio" id="rating3" name="rating" class="custom-control-input" value="Good">
<label class="custom-control-label" for="rating3">Good</label>
</div>
<div class="custom-control custom-radio">
<input type="radio" id="rating4" name="rating" class="custom-control-input" value="Excellence">
<label class="custom-control-label" for="rating4">Excellence</label>
</div>
</div>
</div>
<div class="form-group">
<label for="message">Message:</label>
<textarea class="form-control" id="message" name="message" rows="4" placeholder="Share your feedback..." required></textarea>
</div>
<button type="submit" class="btn btn-primary btn-block">Submit Feedback</button>
</form>
</div>
</div>
</div>
</div>
</body>
</html>