File size: 26,689 Bytes
cd5523d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>SOHAIL MDCAT </title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        .hero-gradient {
            background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
        }
        .card-hover:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        .testimonial-card {
            transition: all 0.3s ease;
        }
        .testimonial-card:hover {
            transform: scale(1.03);
        }
        .nav-link:hover {
            color: #4f46e5;
        }
        .dropdown:hover .dropdown-menu {
            display: block;
        }
    </style>
</head>
<body class="font-sans antialiased text-gray-800">
    <!-- Top Bar -->
    <div class="bg-gray-900 text-white py-2 px-4">
        <div class="container mx-auto flex justify-between items-center">
            <div class="flex space-x-4">
                <a href="#" class="text-sm hover:text-indigo-300"><i class="fas fa-phone-alt mr-1"></i> +92 123 4567890</a>
                <a href="#" class="text-sm hover:text-indigo-300"><i class="fas fa-envelope mr-1"></i> info@saeedmdcatlms.com</a>
            </div>
            <div class="flex space-x-4">
                <a href="#" class="text-sm hover:text-indigo-300"><i class="fab fa-facebook-f"></i></a>
                <a href="#" class="text-sm hover:text-indigo-300"><i class="fab fa-twitter"></i></a>
                <a href="#" class="text-sm hover:text-indigo-300"><i class="fab fa-instagram"></i></a>
                <a href="#" class="text-sm hover:text-indigo-300"><i class="fab fa-youtube"></i></a>
            </div>
        </div>
    </div>

    <!-- Navigation -->
    <nav class="bg-white shadow-md sticky top-0 z-50">
        <div class="container mx-auto px-4 py-3 flex justify-between items-center">
            <div class="flex items-center">
                <a href="#" class="flex items-center">
                    <img src="https://via.placeholder.com/50x50" alt="SAEED MDCAT LMS Logo" class="h-10 mr-2">
                    <span class="text-xl font-bold text-indigo-600">SAEED MDCAT LMS</span>
                </a>
            </div>
            
            <div class="hidden md:flex items-center space-x-8">
                <div class="dropdown relative">
                    <button class="nav-link font-medium hover:text-indigo-600 flex items-center">
                        Home <i class="fas fa-chevron-down ml-1 text-xs"></i>
                    </button>
                    <div class="dropdown-menu absolute hidden bg-white shadow-lg rounded-md mt-2 py-2 w-48">
                        <a href="#" class="block px-4 py-2 hover:bg-indigo-50">Home 1</a>
                        <a href="#" class="block px-4 py-2 hover:bg-indigo-50">Home 2</a>
                    </div>
                </div>
                <a href="#" class="nav-link font-medium hover:text-indigo-600">About</a>
                <a href="#" class="nav-link font-medium hover:text-indigo-600">Courses</a>
                <a href="#" class="nav-link font-medium hover:text-indigo-600">Teachers</a>
                <a href="#" class="nav-link font-medium hover:text-indigo-600">Blog</a>
                <a href="#" class="nav-link font-medium hover:text-indigo-600">Contact</a>
                <a href="#" class="bg-indigo-600 text-white px-6 py-2 rounded-md hover:bg-indigo-700 transition">Login</a>
            </div>
            
            <button class="md:hidden focus:outline-none">
                <i class="fas fa-bars text-2xl text-indigo-600"></i>
            </button>
        </div>
    </nav>

    <!-- Hero Section -->
    <section class="hero-gradient text-white py-20">
        <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
            <div class="md:w-1/2 mb-10 md:mb-0">
                <h1 class="text-4xl md:text-5xl font-bold mb-6">Prepare for MDCAT with Pakistan's Top Platform</h1>
                <p class="text-lg mb-8 opacity-90">Join thousands of successful students who aced their MDCAT exams with our comprehensive learning management system.</p>
                <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
                    <a href="#" class="bg-white text-indigo-600 px-8 py-3 rounded-md font-medium hover:bg-gray-100 text-center">Get Started</a>
                    <a href="#" class="border-2 border-white text-white px-8 py-3 rounded-md font-medium hover:bg-white hover:text-indigo-600 transition text-center">Learn More</a>
                </div>
            </div>
            <div class="md:w-1/2 flex justify-center">
                <img src="https://via.placeholder.com/600x400" alt="Hero Image" class="rounded-lg shadow-xl w-full max-w-md">
            </div>
        </div>
    </section>

    <!-- Features Section -->
    <section class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl font-bold mb-4">Why Choose SAEED MDCAT LMS?</h2>
                <p class="text-gray-600 max-w-2xl mx-auto">We provide the most comprehensive and effective preparation platform for MDCAT aspirants in Pakistan.</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="bg-white p-8 rounded-lg shadow-md text-center card-hover transition">
                    <div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
                        <i class="fas fa-book-open text-indigo-600 text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Comprehensive Content</h3>
                    <p class="text-gray-600">Access to thousands of MCQs, video lectures, and study materials covering all MDCAT subjects.</p>
                </div>
                
                <div class="bg-white p-8 rounded-lg shadow-md text-center card-hover transition">
                    <div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
                        <i class="fas fa-chart-line text-indigo-600 text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Performance Analytics</h3>
                    <p class="text-gray-600">Track your progress with detailed analytics and identify areas that need improvement.</p>
                </div>
                
                <div class="bg-white p-8 rounded-lg shadow-md text-center card-hover transition">
                    <div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
                        <i class="fas fa-user-graduate text-indigo-600 text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Expert Teachers</h3>
                    <p class="text-gray-600">Learn from Pakistan's top medical educators with years of MDCAT preparation experience.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Courses Section -->
    <section class="py-16">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl font-bold mb-4">Our Courses</h2>
                <p class="text-gray-600 max-w-2xl mx-auto">Choose from our specialized courses designed to maximize your MDCAT score.</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Course 1 -->
                <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition">
                    <img src="https://via.placeholder.com/400x250" alt="Biology Course" class="w-full">
                    <div class="p-6">
                        <div class="flex justify-between items-center mb-3">
                            <span class="bg-indigo-100 text-indigo-600 text-xs px-3 py-1 rounded-full">Biology</span>
                            <span class="text-gray-500 text-sm"><i class="fas fa-users mr-1"></i> 1200 Students</span>
                        </div>
                        <h3 class="text-xl font-semibold mb-3">Complete Biology for MDCAT</h3>
                        <p class="text-gray-600 mb-4">Master all biology concepts with our comprehensive course covering all MDCAT topics.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-indigo-600 font-medium">PKR 5,000</span>
                            <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">View Course <i class="fas fa-arrow-right ml-1"></i></a>
                        </div>
                    </div>
                </div>
                
                <!-- Course 2 -->
                <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition">
                    <img src="https://via.placeholder.com/400x250" alt="Chemistry Course" class="w-full">
                    <div class="p-6">
                        <div class="flex justify-between items-center mb-3">
                            <span class="bg-indigo-100 text-indigo-600 text-xs px-3 py-1 rounded-full">Chemistry</span>
                            <span class="text-gray-500 text-sm"><i class="fas fa-users mr-1"></i> 950 Students</span>
                        </div>
                        <h3 class="text-xl font-semibold mb-3">Advanced Chemistry Concepts</h3>
                        <p class="text-gray-600 mb-4">In-depth coverage of organic, inorganic and physical chemistry for MDCAT.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-indigo-600 font-medium">PKR 4,500</span>
                            <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">View Course <i class="fas fa-arrow-right ml-1"></i></a>
                        </div>
                    </div>
                </div>
                
                <!-- Course 3 -->
                <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition">
                    <img src="https://via.placeholder.com/400x250" alt="Physics Course" class="w-full">
                    <div class="p-6">
                        <div class="flex justify-between items-center mb-3">
                            <span class="bg-indigo-100 text-indigo-600 text-xs px-3 py-1 rounded-full">Physics</span>
                            <span class="text-gray-500 text-sm"><i class="fas fa-users mr-1"></i> 800 Students</span>
                        </div>
                        <h3 class="text-xl font-semibold mb-3">Physics for Medical Students</h3>
                        <p class="text-gray-600 mb-4">Conceptual understanding of physics principles with medical applications.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-indigo-600 font-medium">PKR 4,000</span>
                            <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">View Course <i class="fas fa-arrow-right ml-1"></i></a>
                        </div>
                    </div>
                </div>
            </div>
            
            <div class="text-center mt-12">
                <a href="#" class="inline-block bg-indigo-600 text-white px-8 py-3 rounded-md font-medium hover:bg-indigo-700 transition">View All Courses</a>
            </div>
        </div>
    </section>

    <!-- Testimonials -->
    <section class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl font-bold mb-4">Success Stories</h2>
                <p class="text-gray-600 max-w-2xl mx-auto">Hear from our students who achieved outstanding results in MDCAT.</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="bg-white p-8 rounded-lg shadow-md testimonial-card">
                    <div class="flex items-center mb-4">
                        <img src="https://via.placeholder.com/60x60" alt="Student" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-semibold">Ali Khan</h4>
                            <p class="text-gray-500 text-sm">Scored 192/200 in MDCAT</p>
                        </div>
                    </div>
                    <p class="text-gray-600">"SAEED MDCAT LMS helped me understand complex biology concepts through their amazing video lectures. The practice tests were exactly like the real exam!"</p>
                    <div class="mt-4 text-yellow-400">
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                    </div>
                </div>
                
                <div class="bg-white p-8 rounded-lg shadow-md testimonial-card">
                    <div class="flex items-center mb-4">
                        <img src="https://via.placeholder.com/60x60" alt="Student" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-semibold">Sara Ahmed</h4>
                            <p class="text-gray-500 text-sm">Scored 185/200 in MDCAT</p>
                        </div>
                    </div>
                    <p class="text-gray-600">"The chemistry course was exceptional. I went from scoring 60% in mock tests to 92% in the actual MDCAT. The teachers are truly experts in their fields."</p>
                    <div class="mt-4 text-yellow-400">
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                    </div>
                </div>
                
                <div class="bg-white p-8 rounded-lg shadow-md testimonial-card">
                    <div class="flex items-center mb-4">
                        <img src="https://via.placeholder.com/60x60" alt="Student" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-semibold">Usman Malik</h4>
                            <p class="text-gray-500 text-sm">Scored 188/200 in MDCAT</p>
                        </div>
                    </div>
                    <p class="text-gray-600">"The performance analytics helped me identify my weak areas. The physics course was particularly helpful with its medical application focus."</p>
                    <div class="mt-4 text-yellow-400">
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star-half-alt"></i>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- CTA Section -->
    <section class="py-16 bg-indigo-600 text-white">
        <div class="container mx-auto px-4 text-center">
            <h2 class="text-3xl font-bold mb-6">Ready to Start Your MDCAT Journey?</h2>
            <p class="text-xl mb-8 max-w-2xl mx-auto">Join thousands of students who have successfully prepared for MDCAT with our platform.</p>
            <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
                <a href="#" class="bg-white text-indigo-600 px-8 py-3 rounded-md font-medium hover:bg-gray-100">Enroll Now</a>
                <a href="#" class="border-2 border-white text-white px-8 py-3 rounded-md font-medium hover:bg-white hover:text-indigo-600 transition">Free Trial</a>
            </div>
        </div>
    </section>

    <!-- Blog Section -->
    <section class="py-16">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl font-bold mb-4">Latest Articles</h2>
                <p class="text-gray-600 max-w-2xl mx-auto">Stay updated with the latest MDCAT preparation tips and strategies.</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition">
                    <img src="https://via.placeholder.com/400x250" alt="Blog Post" class="w-full">
                    <div class="p-6">
                        <div class="flex justify-between items-center mb-3">
                            <span class="text-gray-500 text-sm"><i class="far fa-calendar-alt mr-1"></i> June 15, 2023</span>
                            <span class="text-gray-500 text-sm"><i class="far fa-comment mr-1"></i> 24 Comments</span>
                        </div>
                        <h3 class="text-xl font-semibold mb-3">Top 10 Biology Concepts for MDCAT 2023</h3>
                        <p class="text-gray-600 mb-4">Learn about the most frequently tested biology concepts in MDCAT exams.</p>
                        <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Read More <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
                
                <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition">
                    <img src="https://via.placeholder.com/400x250" alt="Blog Post" class="w-full">
                    <div class="p-6">
                        <div class="flex justify-between items-center mb-3">
                            <span class="text-gray-500 text-sm"><i class="far fa-calendar-alt mr-1"></i> May 28, 2023</span>
                            <span class="text-gray-500 text-sm"><i class="far fa-comment mr-1"></i> 18 Comments</span>
                        </div>
                        <h3 class="text-xl font-semibold mb-3">Time Management Strategies for MDCAT</h3>
                        <p class="text-gray-600 mb-4">How to effectively manage your time during MDCAT preparation and in the exam.</p>
                        <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Read More <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
                
                <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition">
                    <img src="https://via.placeholder.com/400x250" alt="Blog Post" class="w-full">
                    <div class="p-6">
                        <div class="flex justify-between items-center mb-3">
                            <span class="text-gray-500 text-sm"><i class="far fa-calendar-alt mr-1"></i> May 10, 2023</span>
                            <span class="text-gray-500 text-sm"><i class="far fa-comment mr-1"></i> 32 Comments</span>
                        </div>
                        <h3 class="text-xl font-semibold mb-3">Common Mistakes in MDCAT Physics Section</h3>
                        <p class="text-gray-600 mb-4">Avoid these common pitfalls that students make in the physics portion of MDCAT.</p>
                        <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium">Read More <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white pt-16 pb-8">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-12">
                <div>
                    <h3 class="text-xl font-bold mb-6">SAEED MDCAT LMS</h3>
                    <p class="text-gray-400 mb-4">Pakistan's leading platform for MDCAT preparation with proven results and expert guidance.</p>
                    <div class="flex space-x-4">
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-youtube"></i></a>
                    </div>
                </div>
                
                <div>
                    <h4 class="text-lg font-semibold mb-6">Quick Links</h4>
                    <ul class="space-y-3">
                        <li><a href="#" class="text-gray-400 hover:text-white">Home</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Courses</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Teachers</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="text-lg font-semibold mb-6">Courses</h4>
                    <ul class="space-y-3">
                        <li><a href="#" class="text-gray-400 hover:text-white">Biology</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Chemistry</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Physics</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">English</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Logical Reasoning</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Mock Tests</a></li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="text-lg font-semibold mb-6">Contact Us</h4>
                    <ul class="space-y-3">
                        <li class="flex items-start">
                            <i class="fas fa-map-marker-alt mt-1 mr-3 text-indigo-400"></i>
                            <span class="text-gray-400">123 Education Street, Lahore, Pakistan</span>
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-phone-alt mr-3 text-indigo-400"></i>
                            <span class="text-gray-400">+92 123 4567890</span>
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-envelope mr-3 text-indigo-400"></i>
                            <span class="text-gray-400">info@saeedmdcatlms.com</span>
                        </li>
                    </ul>
                </div>
            </div>
            
            <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
                <p class="text-gray-400 mb-4 md:mb-0">© 2023 SAEED MDCAT LMS. All rights reserved.</p>
                <div class="flex space-x-6">
                    <a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a>
                    <a href="#" class="text-gray-400 hover:text-white">Terms of Service</a>
                    <a href="#" class="text-gray-400 hover:text-white">Sitemap</a>
                </div>
            </div>
        </div>
    </footer>

    <script>
        // Mobile menu toggle functionality
        document.addEventListener('DOMContentLoaded', function() {
            const mobileMenuButton = document.querySelector('button[class*="md:hidden"]');
            const mobileMenu = document.querySelector('.md\\:flex');
            
            mobileMenuButton.addEventListener('click', function() {
                mobileMenu.classList.toggle('hidden');
                mobileMenu.classList.toggle('flex');
                mobileMenu.classList.toggle('flex-col');
                mobileMenu.classList.toggle('absolute');
                mobileMenu.classList.toggle('top-16');
                mobileMenu.classList.toggle('left-0');
                mobileMenu.classList.toggle('right-0');
                mobileMenu.classList.toggle('bg-white');
                mobileMenu.classList.toggle('shadow-lg');
                mobileMenu.classList.toggle('p-4');
                mobileMenu.classList.toggle('space-y-4');
            });
            
            // Smooth scrolling for anchor links
            document.querySelectorAll('a[href^="#"]').forEach(anchor => {
                anchor.addEventListener('click', function (e) {
                    e.preventDefault();
                    
                    const targetId = this.getAttribute('href');
                    if (targetId === '#') return;
                    
                    const targetElement = document.querySelector(targetId);
                    if (targetElement) {
                        targetElement.scrollIntoView({
                            behavior: 'smooth'
                        });
                    }
                });
            });
        });
    </script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Fdgg55/clone" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>