File size: 25,447 Bytes
57e9f91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Seychelles Travel - Official Tourism Website</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-bg {
            background-image: url('https://images.unsplash.com/photo-1520250497591-112c3b796f2d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
            background-size: cover;
            background-position: center;
        }
        
        .nav-link:hover {
            color: #f59e0b;
        }
        
        .dropdown:hover .dropdown-menu {
            display: block;
        }
        
        .island-card: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);
        }
        
        .chatbot-icon {
            animation: float 3s ease-in-out infinite;
        }
        
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }
    </style>
</head>
<body class="font-sans bg-gray-50">
    <!-- Top Alert -->
    <div class="bg-blue-600 text-white py-2 px-4 text-center">
        <p class="text-sm md:text-base">A Travel Authorisation (TA) is required for every traveller entering Seychelles. <a href="https://seychelles.govtas.com/" class="font-bold underline">Apply now at seychelles.govtas.com</a></p>
    </div>

    <!-- Navigation -->
    <nav class="bg-white shadow-md">
        <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">
                    <a href="#" class="flex-shrink-0">
                        <img src="https://seychelles.com/assets/images/seychelleslogore.png" alt="Seychelles Logo" class="h-10">
                    </a>
                    <div class="hidden md:ml-6 md:flex md:space-x-8">
                        <div class="dropdown relative">
                            <button class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium flex items-center">
                                Plan your visit <i class="fas fa-chevron-down ml-1 text-xs"></i>
                            </button>
                            <div class="dropdown-menu absolute hidden mt-2 w-56 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5 z-10">
                                <div class="py-1 grid grid-cols-2 gap-2 p-2">
                                    <a href="#" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 rounded">
                                        <img src="https://seychelles.com/assets/images/Accomm_Menu_icon.png" class="w-5 h-5 mr-2" alt=""> Accommodation
                                    </a>
                                    <a href="#" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 rounded">
                                        <img src="https://seychelles.com/assets/images/TourOperator_menu_icon.png" class="w-5 h-5 mr-2" alt=""> Tour Operators
                                    </a>
                                    <a href="#" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 rounded">
                                        <img src="https://seychelles.com/assets/images/AboutSeychelles_menu_icon.png" class="w-5 h-5 mr-2" alt=""> About Seychelles
                                    </a>
                                    <a href="#" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 rounded">
                                        <img src="https://seychelles.com/assets/images/Getting_Around_menu_icon.png" class="w-5 h-5 mr-2" alt=""> Getting Around
                                    </a>
                                    <a href="#" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 rounded">
                                        <img src="https://seychelles.com/assets/images/Travel_Info_menu_icon.png" class="w-5 h-5 mr-2" alt=""> Travel Information
                                    </a>
                                    <a href="#" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 rounded">
                                        <img src="https://seychelles.com/assets/images/Airlines_menu_icon.png" class="w-5 h-5 mr-2" alt=""> Airlines
                                    </a>
                                </div>
                            </div>
                        </div>
                        
                        <div class="dropdown relative">
                            <button class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium flex items-center">
                                Experience <i class="fas fa-chevron-down ml-1 text-xs"></i>
                            </button>
                            <div class="dropdown-menu absolute hidden mt-2 w-64 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5 z-10">
                                <div class="py-1 grid grid-cols-2 gap-2 p-2">
                                    <a href="#" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 rounded">
                                        <img src="https://seychelles.com/assets/images/Activities_menu_icon.png" class="w-5 h-5 mr-2" alt=""> Activities
                                    </a>
                                    <a href="#" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 rounded">
                                        <img src="https://seychelles.com/assets/images/generalservices.png" class="w-5 h-5 mr-2" alt=""> General services
                                    </a>
                                    <a href="#" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 rounded">
                                        <img src="https://seychelles.com/assets/images/Restaurents_menu_icon.png" class="w-5 h-5 mr-2" alt=""> Food & Drinks
                                    </a>
                                    <a href="#" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 rounded">
                                        <img src="https://seychelles.com/assets/images/Walk_Trails_menu_icon.png" class="w-5 h-5 mr-2" alt=""> Walks & Trails
                                    </a>
                                    <a href="#" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 rounded">
                                        <img src="https://seychelles.com/assets/images/Attractions_menu_icon.png" class="w-5 h-5 mr-2" alt=""> Attractions
                                    </a>
                                    <a href="#" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 rounded">
                                        <img src="https://seychelles.com/assets/images/Events_menu_icon.png" class="w-5 h-5 mr-2" alt=""> Events
                                    </a>
                                </div>
                            </div>
                        </div>
                        
                        <a href="#" class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium">
                            The Islands
                        </a>
                        <a href="#" class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium">
                            Explore 360°
                        </a>
                    </div>
                </div>
                <div class="flex items-center">
                    <a href="#" class="text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium">
                        Login
                    </a>
                    <a href="#" class="bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-blue-700">
                        Explore Seychelles
                    </a>
                    <button class="md:hidden ml-4 inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none">
                        <i class="fas fa-bars"></i>
                    </button>
                </div>
            </div>
        </div>
    </nav>

    <!-- Hero Section -->
    <div class="hero-bg relative h-96 md:h-screen max-h-screen flex items-center justify-center">
        <div class="absolute inset-0 bg-black opacity-40"></div>
        <div class="relative z-10 text-center px-4">
            <img src="https://seychelles.com/assets/images/bannerlogo.png" alt="Seychelles" class="mx-auto h-20 mb-6">
            <h1 class="text-4xl md:text-6xl font-bold text-white mb-6">Discover Paradise on Earth</h1>
            <p class="text-xl text-white mb-8 max-w-2xl mx-auto">Pristine beaches, crystal-clear waters, and lush tropical landscapes await you in Seychelles</p>
            <div class="flex flex-col sm:flex-row justify-center gap-4">
                <a href="#" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-full transition duration-300">
                    Plan Your Trip
                </a>
                <a href="#" class="bg-white hover:bg-gray-100 text-blue-600 font-bold py-3 px-6 rounded-full transition duration-300">
                    Explore Activities
                </a>
            </div>
        </div>
    </div>

    <!-- Special Interests -->
    <div class="py-12 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-900 mb-12">Special Interests</h2>
            <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-7 gap-4">
                <a href="#" class="special-interest-card flex flex-col items-center p-4 rounded-lg hover:bg-gray-50 transition duration-300">
                    <div class="w-16 h-16 mb-3 rounded-full bg-blue-100 flex items-center justify-center">
                        <img src="https://seychelles.com/assets/images/sailing_menu.avif" alt="Sailing" class="w-10 h-10">
                    </div>
                    <span class="text-sm font-medium text-gray-700 text-center">Sailing</span>
                </a>
                <a href="#" class="special-interest-card flex flex-col items-center p-4 rounded-lg hover:bg-gray-50 transition duration-300">
                    <div class="w-16 h-16 mb-3 rounded-full bg-blue-100 flex items-center justify-center">
                        <img src="https://seychelles.com/assets/images/fishing_menu.avif" alt="Fishing" class="w-10 h-10">
                    </div>
                    <span class="text-sm font-medium text-gray-700 text-center">Fishing</span>
                </a>
                <a href="#" class="special-interest-card flex flex-col items-center p-4 rounded-lg hover:bg-gray-50 transition duration-300">
                    <div class="w-16 h-16 mb-3 rounded-full bg-blue-100 flex items-center justify-center">
                        <img src="https://seychelles.com/assets/images/nature_menu.avif" alt="Nature" class="w-10 h-10">
                    </div>
                    <span class="text-sm font-medium text-gray-700 text-center">Nature</span>
                </a>
                <a href="#" class="special-interest-card flex flex-col items-center p-4 rounded-lg hover:bg-gray-50 transition duration-300">
                    <div class="w-16 h-16 mb-3 rounded-full bg-blue-100 flex items-center justify-center">
                        <img src="https://seychelles.com/assets/images/culture_menu.avif" alt="Culture" class="w-10 h-10">
                    </div>
                    <span class="text-sm font-medium text-gray-700 text-center">Culture</span>
                </a>
                <a href="#" class="special-interest-card flex flex-col items-center p-4 rounded-lg hover:bg-gray-50 transition duration-300">
                    <div class="w-16 h-16 mb-3 rounded-full bg-blue-100 flex items-center justify-center">
                        <img src="https://seychelles.com/assets/images/romance_menu.avif" alt="Romance" class="w-10 h-10">
                    </div>
                    <span class="text-sm font-medium text-gray-700 text-center">Romance</span>
                </a>
                <a href="#" class="special-interest-card flex flex-col items-center p-4 rounded-lg hover:bg-gray-50 transition duration-300">
                    <div class="w-16 h-16 mb-3 rounded-full bg-blue-100 flex items-center justify-center">
                        <img src="https://seychelles.com/assets/images/diving_menu.avif" alt="Diving" class="w-10 h-10">
                    </div>
                    <span class="text-sm font-medium text-gray-700 text-center">Diving</span>
                </a>
                <a href="#" class="special-interest-card flex flex-col items-center p-4 rounded-lg hover:bg-gray-50 transition duration-300">
                    <div class="w-16 h-16 mb-3 rounded-full bg-blue-100 flex items-center justify-center">
                        <img src="https://seychelles.com/assets/images/workcation_menu.avif" alt="Sustainable" class="w-10 h-10">
                    </div>
                    <span class="text-sm font-medium text-gray-700 text-center">Sustainable</span>
                </a>
            </div>
        </div>
    </div>

    <!-- Featured Islands -->
    <div class="py-12 bg-gray-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-900 mb-12">Discover Our Islands</h2>
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <div class="island-card bg-white rounded-xl shadow-md overflow-hidden transition duration-300">
                    <img src="https://images.unsplash.com/photo-1566073781404-0df42ae1c47e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Mahé" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-900 mb-2">Mahé</h3>
                        <p class="text-gray-600 mb-4">The largest island with vibrant culture, stunning beaches, and the capital Victoria.</p>
                        <a href="#" class="text-blue-600 font-medium hover:text-blue-800">Explore Mahé →</a>
                    </div>
                </div>
                <div class="island-card bg-white rounded-xl shadow-md overflow-hidden transition duration-300">
                    <img src="https://images.unsplash.com/photo-1583422190411-77adf0c924b5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Praslin" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-900 mb-2">Praslin</h3>
                        <p class="text-gray-600 mb-4">Home to the UNESCO-listed Vallée de Mai and Anse Lazio, one of the world's best beaches.</p>
                        <a href="#" class="text-blue-600 font-medium hover:text-blue-800">Explore Praslin →</a>
                    </div>
                </div>
                <div class="island-card bg-white rounded-xl shadow-md overflow-hidden transition duration-300">
                    <img src="https://images.unsplash.com/photo-1544551763-46a013bb70d8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="La Digue" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-900 mb-2">La Digue</h3>
                        <p class="text-gray-600 mb-4">Famous for its granite boulders, ox-cart transport, and the breathtaking Anse Source d'Argent.</p>
                        <a href="#" class="text-blue-600 font-medium hover:text-blue-800">Explore La Digue →</a>
                    </div>
                </div>
            </div>
            <div class="text-center mt-10">
                <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-full shadow-sm text-white bg-blue-600 hover:bg-blue-700">
                    View All Islands
                </a>
            </div>
        </div>
    </div>

    <!-- Mobile App Section -->
    <div class="py-12 bg-gradient-to-r from-blue-600 to-blue-800 text-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
                <div class="mb-8 lg:mb-0 text-center lg:text-left">
                    <h2 class="text-3xl font-bold mb-4">Explore Seychelles with Our Mobile App</h2>
                    <p class="text-xl mb-6">Download the official Seychelles tourism app for maps, guides, and exclusive offers.</p>
                    <div class="flex flex-col sm:flex-row justify-center lg:justify-start gap-4">
                        <a href="#" class="bg-black hover:bg-gray-900 text-white font-medium py-3 px-6 rounded-lg flex items-center justify-center">
                            <img src="https://seychelles.com/assets/images/playstore.png" alt="Google Play" class="h-8 mr-2">
                            <div class="text-left">
                                <div class="text-xs">GET IT ON</div>
                                <div class="text-lg font-bold">Google Play</div>
                            </div>
                        </a>
                        <a href="#" class="bg-black hover:bg-gray-900 text-white font-medium py-3 px-6 rounded-lg flex items-center justify-center">
                            <img src="https://seychelles.com/assets/images/ios.png" alt="App Store" class="h-8 mr-2">
                            <div class="text-left">
                                <div class="text-xs">Download on the</div>
                                <div class="text-lg font-bold">App Store</div>
                            </div>
                        </a>
                    </div>
                </div>
                <div class="flex justify-center">
                    <img src="https://seychelles.com/assets/images/cellphone.png" alt="Mobile App" class="h-80">
                </div>
            </div>
        </div>
    </div>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white pt-12 pb-6">
        <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 mb-8">
                <div>
                    <img src="https://seychelles.com/assets/images/footerlogoc.png" alt="Seychelles Logo" class="h-12 mb-4">
                    <p class="text-gray-400">The official tourism website of the Seychelles Islands.</p>
                </div>
                <div>
                    <h3 class="text-lg font-semibold mb-4">Plan Your Visit</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">Accommodation</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Tour Operators</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Getting Around</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Travel Information</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-lg font-semibold mb-4">Experience</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">Activities</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Food & Drinks</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Attractions</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Events</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-lg font-semibold mb-4">Connect With Us</h3>
                    <div class="flex space-x-4 mb-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>
                    <p class="text-gray-400">Subscribe to our newsletter</p>
                    <div class="mt-2 flex">
                        <input type="email" placeholder="Your email" class="px-4 py-2 rounded-l text-gray-900 w-full">
                        <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-r">
                            <i class="fas fa-paper-plane"></i>
                        </button>
                    </div>
                </div>
            </div>
            <div class="border-t border-gray-800 pt-6">
                <p class="text-gray-400 text-center text-sm">&copy; 2023 Seychelles Tourism Board. All rights reserved.</p>
            </div>
        </div>
    </footer>

    <!-- Chatbot -->
    <div class="fixed bottom-6 right-6 z-50">
        <div id="chatbot-trigger" class="bg-blue-600 rounded-full p-4 shadow-xl cursor-pointer hover:bg-blue-700 transition duration-300 chatbot-icon">
            <img src="https://seychelles.com/assets/images/chatbot/chatbotIcon1.png" alt="Chat with Koko" class="w-12 h-12">
        </div>
        <div id="chatbot-window" class="hidden absolute bottom-20 right-0 w-80 bg-white rounded-lg shadow-xl overflow-hidden">
            <div class="bg-blue-600 text-white p-4 flex justify-between items-center">
                <div class="flex items-center">
                    <img src="https://seychelles.com/assets/images/chatbot/chatbotIcon1.png" alt="Koko" class="w-10 h-10 mr-2">
                    <div>
                        <h3 class="font-bold">Koko</h3>
                        <p class="text-xs">Your Seychelles Travel Assistant</p>
                    </div>
                </div>
                <button id="close-chatbot" class="text-white hover:text-gray-200">
                    <i class="fas fa-times"></i>
                </button>
            </div>
            <div class="p-4 h-64 overflow-y-auto">
                <div class="mb-4">
                    <div class="bg-gray-100 rounded-lg p-3 max-w-xs">
                        <p class="text-sm">Hi! I'm Koko, your friendly AI Travel Assistant. Ask me anything about The Seychelles Islands!</p>
                    </div>
                </div>
            </div>
            <div class="border-t p-4">
                <div class="flex">
                    <input type="text" placeholder="Type your message..." class="flex-1 border rounded-l-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500">
                    <button class="bg-blue-600 text-white px-4 py-2 rounded-r-lg hover:bg-blue-700">
                        <i class="fas fa-paper-plane"></i>
                    </button>
                </div>
            </div>
        </div>
    </div>

    <script>
        // Chatbot toggle
        const chatbotTrigger = document.getElementById('chatbot-trigger');
        const chatbotWindow = document.getElementById('chatbot-window');
        const closeChatbot = document.getElementById('close-chatbot');
        
        chatbotTrigger.addEventListener('click', () => {
            chatbotWindow.classList.toggle('hidden');
        });
        
        closeChatbot.addEventListener('click', () => {
            chatbotWindow.classList.add('hidden');
        });
        
        // Mobile menu toggle (would need more implementation)
        document.querySelector('.md\\:hidden').addEventListener('click', function() {
            // This would toggle a mobile menu (implementation needed)
            console.log('Mobile menu clicked');
        });
    </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=drexmaster00/std-website" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>