File size: 31,111 Bytes
e28d5c2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Chai & Chill - Authentic Indian Flavors</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>
        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
        
        body {
            font-family: 'Poppins', sans-serif;
            background-color: #FFF9F0;
        }
        
        .hero-gradient {
            background: linear-gradient(135deg, #FFD166 0%, #FF9A3C 100%);
        }
        
        .menu-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(255, 154, 60, 0.2);
        }
        
        .chai-icon {
            animation: float 3s ease-in-out infinite;
        }
        
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }
        
        .testimonial-card {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
        }
    </style>
</head>
<body>
    <!-- Navigation -->
    <nav class="bg-white shadow-sm sticky top-0 z-50">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between h-16">
                <div class="flex items-center">
                    <div class="flex-shrink-0 flex items-center">
                        <i class="fas fa-mug-hot text-2xl text-amber-500 mr-2"></i>
                        <span class="text-xl font-bold text-gray-800">Chai & Chill</span>
                    </div>
                </div>
                <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
                    <a href="#home" class="text-gray-900 hover:text-amber-600 px-3 py-2 text-sm font-medium">Home</a>
                    <a href="#menu" class="text-gray-900 hover:text-amber-600 px-3 py-2 text-sm font-medium">Menu</a>
                    <a href="#about" class="text-gray-900 hover:text-amber-600 px-3 py-2 text-sm font-medium">About</a>
                    <a href="#testimonials" class="text-gray-900 hover:text-amber-600 px-3 py-2 text-sm font-medium">Reviews</a>
                    <a href="#contact" class="text-gray-900 hover:text-amber-600 px-3 py-2 text-sm font-medium">Contact</a>
                    <button class="bg-amber-500 hover:bg-amber-600 text-white px-4 py-2 rounded-full text-sm font-medium transition duration-300">
                        Order Now
                    </button>
                </div>
                <div class="-mr-2 flex items-center md:hidden">
                    <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-amber-600 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
                        <span class="sr-only">Open main menu</span>
                        <i class="fas fa-bars"></i>
                    </button>
                </div>
            </div>
        </div>
        
        <!-- Mobile menu -->
        <div class="md:hidden hidden" id="mobile-menu">
            <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3 bg-white">
                <a href="#home" class="text-gray-900 hover:text-amber-600 block px-3 py-2 text-base font-medium">Home</a>
                <a href="#menu" class="text-gray-900 hover:text-amber-600 block px-3 py-2 text-base font-medium">Menu</a>
                <a href="#about" class="text-gray-900 hover:text-amber-600 block px-3 py-2 text-base font-medium">About</a>
                <a href="#testimonials" class="text-gray-900 hover:text-amber-600 block px-3 py-2 text-base font-medium">Reviews</a>
                <a href="#contact" class="text-gray-900 hover:text-amber-600 block px-3 py-2 text-base font-medium">Contact</a>
                <button class="w-full bg-amber-500 hover:bg-amber-600 text-white px-4 py-2 rounded-full text-sm font-medium mt-2 transition duration-300">
                    Order Now
                </button>
            </div>
        </div>
    </nav>
    
    <!-- Hero Section -->
    <section id="home" class="hero-gradient py-20">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="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 text-white mb-4">Authentic Indian Flavors</h1>
                    <p class="text-lg text-white mb-8">Experience the warmth of traditional Indian chai and snacks, crafted with love and served with a modern twist.</p>
                    <div class="flex space-x-4">
                        <button class="bg-white text-amber-600 hover:bg-gray-100 px-6 py-3 rounded-full font-medium transition duration-300">
                            Order Now
                        </button>
                        <button class="border-2 border-white text-white hover:bg-white hover:text-amber-600 px-6 py-3 rounded-full font-medium transition duration-300">
                            View Menu
                        </button>
                    </div>
                </div>
                <div class="md:w-1/2 flex justify-center">
                    <div class="relative">
                        <div class="chai-icon">
                            <img src="https://images.unsplash.com/photo-1567515004621-7e5a7fe3f0a2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Chai" class="rounded-full w-64 h-64 object-cover shadow-xl border-4 border-white">
                        </div>
                        <div class="absolute -bottom-5 -right-5 bg-white p-4 rounded-full shadow-lg">
                            <div class="flex items-center">
                                <div class="bg-amber-100 p-2 rounded-full mr-2">
                                    <i class="fas fa-star text-amber-500"></i>
                                </div>
                                <div>
                                    <p class="text-xs text-gray-500">Rated</p>
                                    <p class="font-bold text-amber-600">4.9/5</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    
    <!-- Featured Items -->
    <section class="py-16 bg-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Our Specialties</h2>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="bg-amber-50 rounded-xl p-6 text-center transition duration-300 hover:shadow-lg">
                    <div class="bg-white p-4 rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-4">
                        <i class="fas fa-mug-hot text-3xl text-amber-500"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Masala Chai</h3>
                    <p class="text-gray-600 mb-4">Aromatic blend of tea leaves, spices, milk and sweetness.</p>
                    <button class="text-amber-600 font-medium hover:text-amber-700">View Details</button>
                </div>
                <div class="bg-amber-50 rounded-xl p-6 text-center transition duration-300 hover:shadow-lg">
                    <div class="bg-white p-4 rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-4">
                        <i class="fas fa-cookie-bite text-3xl text-amber-500"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Samosa</h3>
                    <p class="text-gray-600 mb-4">Crispy pastry filled with spiced potatoes and peas.</p>
                    <button class="text-amber-600 font-medium hover:text-amber-700">View Details</button>
                </div>
                <div class="bg-amber-50 rounded-xl p-6 text-center transition duration-300 hover:shadow-lg">
                    <div class="bg-white p-4 rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-4">
                        <i class="fas fa-bread-slice text-3xl text-amber-500"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Pav Bhaji</h3>
                    <p class="text-gray-600 mb-4">Spiced vegetable mash served with buttered bread rolls.</p>
                    <button class="text-amber-600 font-medium hover:text-amber-700">View Details</button>
                </div>
            </div>
        </div>
    </section>
    
    <!-- Menu Section -->
    <section id="menu" class="py-16 bg-amber-50">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-2">Our Menu</h2>
                <p class="text-gray-600 max-w-2xl mx-auto">From traditional favorites to modern interpretations, our menu celebrates the diversity of Indian flavors.</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
                <!-- Beverages -->
                <div class="bg-white rounded-xl p-6 shadow-sm">
                    <div class="flex items-center mb-6">
                        <i class="fas fa-mug-hot text-2xl text-amber-500 mr-3"></i>
                        <h3 class="text-xl font-semibold">Beverages</h3>
                    </div>
                    <div class="space-y-6">
                        <div class="flex justify-between items-center pb-4 border-b border-gray-100">
                            <div>
                                <h4 class="font-medium">Masala Chai</h4>
                                <p class="text-sm text-gray-500">Spiced Indian tea with milk</p>
                            </div>
                            <span class="font-medium text-amber-600">₹50</span>
                        </div>
                        <div class="flex justify-between items-center pb-4 border-b border-gray-100">
                            <div>
                                <h4 class="font-medium">Kadak Chai</h4>
                                <p class="text-sm text-gray-500">Strong Indian tea with milk</p>
                            </div>
                            <span class="font-medium text-amber-600">₹45</span>
                        </div>
                        <div class="flex justify-between items-center pb-4 border-b border-gray-100">
                            <div>
                                <h4 class="font-medium">Adrak Chai</h4>
                                <p class="text-sm text-gray-500">Ginger infused tea with milk</p>
                            </div>
                            <span class="font-medium text-amber-600">₹55</span>
                        </div>
                        <div class="flex justify-between items-center">
                            <div>
                                <h4 class="font-medium">Cold Coffee</h4>
                                <p class="text-sm text-gray-500">Iced coffee with milk and sugar</p>
                            </div>
                            <span class="font-medium text-amber-600">₹80</span>
                        </div>
                    </div>
                </div>
                
                <!-- Snacks -->
                <div class="bg-white rounded-xl p-6 shadow-sm">
                    <div class="flex items-center mb-6">
                        <i class="fas fa-utensils text-2xl text-amber-500 mr-3"></i>
                        <h3 class="text-xl font-semibold">Snacks</h3>
                    </div>
                    <div class="space-y-6">
                        <div class="flex justify-between items-center pb-4 border-b border-gray-100">
                            <div>
                                <h4 class="font-medium">Samosa</h4>
                                <p class="text-sm text-gray-500">Spiced potato filled pastry</p>
                            </div>
                            <span class="font-medium text-amber-600">₹30</span>
                        </div>
                        <div class="flex justify-between items-center pb-4 border-b border-gray-100">
                            <div>
                                <h4 class="font-medium">Vada Pav</h4>
                                <p class="text-sm text-gray-500">Spicy potato fritter in bun</p>
                            </div>
                            <span class="font-medium text-amber-600">₹40</span>
                        </div>
                        <div class="flex justify-between items-center pb-4 border-b border-gray-100">
                            <div>
                                <h4 class="font-medium">Pav Bhaji</h4>
                                <p class="text-sm text-gray-500">Spiced vegetable mash with bread</p>
                            </div>
                            <span class="font-medium text-amber-600">₹120</span>
                        </div>
                        <div class="flex justify-between items-center">
                            <div>
                                <h4 class="font-medium">Sandwich</h4>
                                <p class="text-sm text-gray-500">Grilled vegetable sandwich</p>
                            </div>
                            <span class="font-medium text-amber-600">₹90</span>
                        </div>
                    </div>
                </div>
            </div>
            
            <div class="text-center mt-10">
                <button class="bg-amber-500 hover:bg-amber-600 text-white px-8 py-3 rounded-full font-medium transition duration-300">
                    View Full Menu
                </button>
            </div>
        </div>
    </section>
    
    <!-- About Section -->
    <section id="about" class="py-16 bg-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
                    <img src="https://images.unsplash.com/photo-1601050690597-df0568f70950?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="About Chai & Chill" class="rounded-xl shadow-lg w-full h-auto">
                </div>
                <div class="md:w-1/2">
                    <h2 class="text-3xl font-bold text-gray-800 mb-6">Our Story</h2>
                    <p class="text-gray-600 mb-4">Founded in 2018, Chai & Chill began as a small roadside stall with a simple mission: to serve authentic Indian chai and snacks that remind people of home.</p>
                    <p class="text-gray-600 mb-6">Today, we've grown into a beloved brand with multiple locations, but we've never lost sight of our roots. Every cup of chai is still brewed with the same care and attention to detail that we started with.</p>
                    <div class="flex items-center">
                        <div class="bg-amber-100 p-3 rounded-full mr-4">
                            <i class="fas fa-leaf text-amber-600"></i>
                        </div>
                        <div>
                            <h4 class="font-medium text-gray-800">Fresh Ingredients</h4>
                            <p class="text-sm text-gray-500">We source only the finest spices and ingredients</p>
                        </div>
                    </div>
                    <div class="flex items-center mt-4">
                        <div class="bg-amber-100 p-3 rounded-full mr-4">
                            <i class="fas fa-heart text-amber-600"></i>
                        </div>
                        <div>
                            <h4 class="font-medium text-gray-800">Made with Love</h4>
                            <p class="text-sm text-gray-500">Every item is prepared with care and tradition</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    
    <!-- Testimonials -->
    <section id="testimonials" class="py-16 bg-amber-50">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">What Our Customers Say</h2>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="testimonial-card p-6 rounded-xl shadow-sm">
                    <div class="flex items-center mb-4">
                        <div class="w-10 h-10 rounded-full bg-amber-200 flex items-center justify-center mr-3">
                            <i class="fas fa-user text-amber-600"></i>
                        </div>
                        <div>
                            <h4 class="font-medium">Rahul Sharma</h4>
                            <div class="flex">
                                <i class="fas fa-star text-amber-400"></i>
                                <i class="fas fa-star text-amber-400"></i>
                                <i class="fas fa-star text-amber-400"></i>
                                <i class="fas fa-star text-amber-400"></i>
                                <i class="fas fa-star text-amber-400"></i>
                            </div>
                        </div>
                    </div>
                    <p class="text-gray-600">"The masala chai here reminds me of my grandmother's recipe. Perfect balance of spices and sweetness. I come here every morning!"</p>
                </div>
                <div class="testimonial-card p-6 rounded-xl shadow-sm">
                    <div class="flex items-center mb-4">
                        <div class="w-10 h-10 rounded-full bg-amber-200 flex items-center justify-center mr-3">
                            <i class="fas fa-user text-amber-600"></i>
                        </div>
                        <div>
                            <h4 class="font-medium">Priya Patel</h4>
                            <div class="flex">
                                <i class="fas fa-star text-amber-400"></i>
                                <i class="fas fa-star text-amber-400"></i>
                                <i class="fas fa-star text-amber-400"></i>
                                <i class="fas fa-star text-amber-400"></i>
                                <i class="fas fa-star text-amber-400"></i>
                            </div>
                        </div>
                    </div>
                    <p class="text-gray-600">"Best vada pav in the city! The chutney is perfectly spicy and the pav is always fresh. My go-to snack when I'm craving something delicious."</p>
                </div>
                <div class="testimonial-card p-6 rounded-xl shadow-sm">
                    <div class="flex items-center mb-4">
                        <div class="w-10 h-10 rounded-full bg-amber-200 flex items-center justify-center mr-3">
                            <i class="fas fa-user text-amber-600"></i>
                        </div>
                        <div>
                            <h4 class="font-medium">Amit Joshi</h4>
                            <div class="flex">
                                <i class="fas fa-star text-amber-400"></i>
                                <i class="fas fa-star text-amber-400"></i>
                                <i class="fas fa-star text-amber-400"></i>
                                <i class="fas fa-star text-amber-400"></i>
                                <i class="fas fa-star-half-alt text-amber-400"></i>
                            </div>
                        </div>
                    </div>
                    <p class="text-gray-600">"The ambiance is so relaxing and the chai is consistently excellent. Perfect place to unwind after a long day at work."</p>
                </div>
            </div>
        </div>
    </section>
    
    <!-- CTA Section -->
    <section class="py-16 bg-amber-500 text-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
            <h2 class="text-3xl font-bold mb-6">Ready to Experience Authentic Indian Chai?</h2>
            <p class="text-xl mb-8 max-w-3xl mx-auto">Download our app for exclusive offers and faster ordering.</p>
            <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
                <button class="bg-black hover:bg-gray-800 text-white px-8 py-3 rounded-full font-medium flex items-center justify-center transition duration-300">
                    <i class="fab fa-apple text-xl mr-2"></i>
                    <div>
                        <p class="text-xs">Download on the</p>
                        <p class="text-lg">App Store</p>
                    </div>
                </button>
                <button class="bg-black hover:bg-gray-800 text-white px-8 py-3 rounded-full font-medium flex items-center justify-center transition duration-300">
                    <i class="fab fa-google-play text-xl mr-2"></i>
                    <div>
                        <p class="text-xs">Get it on</p>
                        <p class="text-lg">Google Play</p>
                    </div>
                </button>
            </div>
        </div>
    </section>
    
    <!-- Contact Section -->
    <section id="contact" class="py-16 bg-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex flex-col md:flex-row">
                <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
                    <h2 class="text-3xl font-bold text-gray-800 mb-6">Contact Us</h2>
                    <p class="text-gray-600 mb-6">Have questions or feedback? We'd love to hear from you!</p>
                    
                    <div class="flex items-start mb-6">
                        <div class="bg-amber-100 p-3 rounded-full mr-4">
                            <i class="fas fa-map-marker-alt text-amber-600"></i>
                        </div>
                        <div>
                            <h4 class="font-medium text-gray-800">Our Locations</h4>
                            <p class="text-gray-600">123 Chai Street, Mumbai</p>
                            <p class="text-gray-600">456 Spice Lane, Delhi</p>
                        </div>
                    </div>
                    
                    <div class="flex items-start mb-6">
                        <div class="bg-amber-100 p-3 rounded-full mr-4">
                            <i class="fas fa-phone-alt text-amber-600"></i>
                        </div>
                        <div>
                            <h4 class="font-medium text-gray-800">Call Us</h4>
                            <p class="text-gray-600">+91 98765 43210</p>
                        </div>
                    </div>
                    
                    <div class="flex items-start">
                        <div class="bg-amber-100 p-3 rounded-full mr-4">
                            <i class="fas fa-envelope text-amber-600"></i>
                        </div>
                        <div>
                            <h4 class="font-medium text-gray-800">Email Us</h4>
                            <p class="text-gray-600">hello@chaiandchill.com</p>
                        </div>
                    </div>
                </div>
                
                <div class="md:w-1/2">
                    <div class="bg-amber-50 rounded-xl p-8 shadow-sm">
                        <h3 class="text-xl font-semibold mb-6">Send us a message</h3>
                        <form>
                            <div class="mb-4">
                                <label for="name" class="block text-gray-700 text-sm font-medium mb-2">Name</label>
                                <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-amber-500 focus:border-amber-500 outline-none transition duration-300">
                            </div>
                            <div class="mb-4">
                                <label for="email" class="block text-gray-700 text-sm font-medium mb-2">Email</label>
                                <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-amber-500 focus:border-amber-500 outline-none transition duration-300">
                            </div>
                            <div class="mb-4">
                                <label for="message" class="block text-gray-700 text-sm font-medium mb-2">Message</label>
                                <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-amber-500 focus:border-amber-500 outline-none transition duration-300"></textarea>
                            </div>
                            <button type="submit" class="w-full bg-amber-500 hover:bg-amber-600 text-white py-3 rounded-full font-medium transition duration-300">
                                Send Message
                            </button>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </section>
    
    <!-- Footer -->
    <footer class="bg-gray-900 text-white py-12">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
                <div>
                    <div class="flex items-center mb-4">
                        <i class="fas fa-mug-hot text-2xl text-amber-500 mr-2"></i>
                        <span class="text-xl font-bold">Chai & Chill</span>
                    </div>
                    <p class="text-gray-400 mb-4">Authentic Indian flavors served with warmth and tradition.</p>
                    <div class="flex space-x-4">
                        <a href="#" class="text-gray-400 hover:text-amber-500 transition duration-300">
                            <i class="fab fa-facebook-f"></i>
                        </a>
                        <a href="#" class="text-gray-400 hover:text-amber-500 transition duration-300">
                            <i class="fab fa-instagram"></i>
                        </a>
                        <a href="#" class="text-gray-400 hover:text-amber-500 transition duration-300">
                            <i class="fab fa-twitter"></i>
                        </a>
                    </div>
                </div>
                <div>
                    <h4 class="text-lg font-semibold mb-4">Quick Links</h4>
                    <ul class="space-y-2">
                        <li><a href="#home" class="text-gray-400 hover:text-amber-500 transition duration-300">Home</a></li>
                        <li><a href="#menu" class="text-gray-400 hover:text-amber-500 transition duration-300">Menu</a></li>
                        <li><a href="#about" class="text-gray-400 hover:text-amber-500 transition duration-300">About Us</a></li>
                        <li><a href="#testimonials" class="text-gray-400 hover:text-amber-500 transition duration-300">Testimonials</a></li>
                        <li><a href="#contact" class="text-gray-400 hover:text-amber-500 transition duration-300">Contact</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="text-lg font-semibold mb-4">Opening Hours</h4>
                    <ul class="space-y-2 text-gray-400">
                        <li class="flex justify-between">
                            <span>Monday - Friday</span>
                            <span>7AM - 10PM</span>
                        </li>
                        <li class="flex justify-between">
                            <span>Saturday</span>
                            <span>8AM - 11PM</span>
                        </li>
                        <li class="flex justify-between">
                            <span>Sunday</span>
                            <span>8AM - 9PM</span>
                        </li>
                    </ul>
                </div>
                <div>
                    <h4 class="text-lg font-semibold mb-4">Newsletter</h4>
                    <p class="text-gray-400 mb-4">Subscribe to our newsletter for the latest updates and offers.</p>
                    <form class="flex">
                        <input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-lg focus:outline-none text-gray-900 w-full">
                        <button type="submit" class="bg-amber-500 hover:bg-amber-600 px-4 py-2 rounded-r-lg transition duration-300">
                            <i class="fas fa-paper-plane"></i>
                        </button>
                    </form>
                </div>
            </div>
            <div class="border-t border-gray-800 mt-10 pt-6 text-center text-gray-400">
                <p>&copy; 2023 Chai & Chill. All rights reserved.</p>
            </div>
        </div>
    </footer>
    
    <script>
        // Mobile menu toggle
        const mobileMenuButton = document.querySelector('[aria-controls="mobile-menu"]');
        const mobileMenu = document.getElementById('mobile-menu');
        
        mobileMenuButton.addEventListener('click', function() {
            mobileMenu.classList.toggle('hidden');
        });
        
        // Smooth scrolling for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                
                document.querySelector(this.getAttribute('href')).scrollIntoView({
                    behavior: 'smooth'
                });
                
                // Close mobile menu if open
                if (!mobileMenu.classList.contains('hidden')) {
                    mobileMenu.classList.add('hidden');
                }
            });
        });
    </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=Shakif/design-flix" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>