-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
513 lines (496 loc) Β· 30.9 KB
/
index.html
File metadata and controls
513 lines (496 loc) Β· 30.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Swat Valley Explorer β Discover the Switzerland of Pakistan</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>π</text></svg>"/>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet"/>
<link href="/css/home.css" rel="stylesheet">
</head>
<body>
<!-- NAV -->
<nav id="mainNav">
<a href="index.html" class="logo">
<div class="logo-icon">π</div>
<div class="logo-text">
<span>SwatExplorer</span>
<span>Swat Valley Β· Pakistan</span>
</div>
</a>
<div class="nav-center">
<a href="#about" class="nav-link">About</a>
<div class="nav-link has-drop">
Attractions <span class="drop-arrow">βΌ</span>
<div class="dropdown">
<a href="malam-jabba.html" class="drop-item"><div class="di">β·</div>Malam Jabba</a>
<a href="mahodand.html" class="drop-item"><div class="di">π</div>Mahodand Lake</a>
<a href="kalam.html" class="drop-item"><div class="di">πΏ</div>Kalam Valley</a>
<a href="bahrain.html" class="drop-item"><div class="di">π</div>Bahrain</a>
<a href="fizagat.html" class="drop-item"><div class="di">π³</div>Fizagat Park</a>
<a href="butkara.html" class="drop-item"><div class="di">πͺ¨</div>Butkara Stupa</a>
<a href="white-palace.html" class="drop-item"><div class="di">π°</div>White Palace</a>
<a href="jarogo.html" class="drop-item"><div class="di">π§</div>Jarogo Waterfall</a>
<a href="ushu-valley.html" class="drop-item"><div class="di">π²</div>Ushu Valley</a>
<a href="#attractions" class="drop-item"><div class="di">β</div>View All</a>
</div>
</div>
<a href="#practical" class="nav-link">Plan Trip</a>
<a href="#itineraries" class="nav-link">Itineraries</a>
<a href="#tips" class="nav-link">Local Tips</a>
<a href="#booking" class="nav-link">Book Now</a>
<a href="#contact" class="nav-link">Contact</a>
</div>
<div style="display:flex;align-items:center;gap:12px;">
<a href="booking.html" class="nav-cta">β Book Now</a>
<button class="hamburger" id="hamburger" onclick="toggleDrawer()"><span></span><span></span><span></span></button>
</div>
</nav>
<!-- MOBILE DRAWER -->
<div class="drawer-overlay" id="drawerOverlay" onclick="toggleDrawer()"></div>
<div class="mobile-drawer" id="mobileDrawer">
<div class="drawer-section-label">Navigate</div>
<a href="#about" class="drawer-link" onclick="toggleDrawer()"><div class="dl-icon">βΉοΈ</div>About Swat</a>
<a href="#practical" class="drawer-link" onclick="toggleDrawer()"><div class="dl-icon">πΊ</div>Plan Your Trip</a>
<a href="#itineraries" class="drawer-link" onclick="toggleDrawer()"><div class="dl-icon">π</div>Itineraries</a>
<a href="#tips" class="drawer-link" onclick="toggleDrawer()"><div class="dl-icon">π‘</div>Local Tips</a>
<a href="#booking" class="drawer-link" onclick="toggleDrawer()"><div class="dl-icon">β</div>Book Now</a>
<a href="#contact" class="drawer-link" onclick="toggleDrawer()"><div class="dl-icon">π</div>Contact</a>
<div class="drawer-section-label">Top Attractions</div>
<a href="malam-jabba.html" class="drawer-link"><div class="dl-icon">β·</div>Malam Jabba</a>
<a href="mahodand.html" class="drawer-link"><div class="dl-icon">π</div>Mahodand Lake</a>
<a href="kalam.html" class="drawer-link"><div class="dl-icon">πΏ</div>Kalam Valley</a>
<a href="bahrain.html" class="drawer-link"><div class="dl-icon">π</div>Bahrain</a>
<a href="fizagat.html" class="drawer-link"><div class="dl-icon">π³</div>Fizagat Park</a>
<a href="butkara.html" class="drawer-link"><div class="dl-icon">πͺ¨</div>Butkara Stupa</a>
<a href="white-palace.html" class="drawer-link"><div class="dl-icon">π°</div>White Palace</a>
<a href="jarogo.html" class="drawer-link"><div class="dl-icon">π§</div>Jarogo Waterfall</a>
<a href="ushu-valley.html" class="drawer-link"><div class="dl-icon">π²</div>Ushu Valley</a>
<div class="drawer-cta"><a href="#booking" onclick="toggleDrawer()">β Book Your Trip Now</a></div>
</div>
<!-- HERO -->
<section class="hero" id="home">
<div class="hero-bg"></div>
<div class="hero-overlay"></div>
<div class="hero-overlay2"></div>
<div class="hero-content">
<div class="hero-badge"><span class="badge-dot"></span>Pakistan's Hidden Paradise</div>
<h1>Discover the <em>Switzerland</em><br>of Pakistan β<br>Swat Valley Awaits You</h1>
<p class="hero-sub">Emerald rivers, snow-capped peaks, ancient history, and legendary Pashtun hospitality. Your dream escape is just one journey away.</p>
<div class="hero-btns">
<a href="#attractions" class="btn-primary">π Explore Attractions</a>
<a href="#booking" class="btn-outline">β Plan Your Trip</a>
</div>
<div class="hero-divider"></div>
<div class="hero-stats">
<div class="stat"><span class="num">9+</span><span class="lbl">Top Spots</span></div>
<div class="stat"><span class="num">3000m</span><span class="lbl">Peak Altitude</span></div>
<div class="stat"><span class="num">2500+</span><span class="lbl">Yrs of History</span></div>
<div class="stat"><span class="num">365</span><span class="lbl">Days of Beauty</span></div>
</div>
</div>
<div class="scroll-hint">
<div class="scroll-mouse"><div class="scroll-wheel"></div></div>
<span>Scroll</span>
</div>
</section>
<!-- ABOUT -->
<section id="about">
<div class="container">
<div class="about-grid">
<div class="reveal-left">
<div class="about-img">
<img src="/images/profile2.webp" alt="About Swat Valley"/>
<div class="about-img-badge">π Swat Valley, KPK, Pakistan</div>
</div>
</div>
<div class="reveal-right">
<div class="sec-label">About Swat</div>
<h2 class="sec-title">A Valley Like No Other</h2>
<div class="about-text">
<p>Nestled in the heart of Khyber Pakhtunkhwa, Swat Valley is often called the "Switzerland of Pakistan" β and for good reason. Lush green meadows, crystal-clear rivers, towering snow-capped mountains, and ancient Buddhist heritage make it one of South Asia's most breathtaking destinations.</p>
<p>From the bustling bazaars of Mingora to the serene alpine meadows of Kalam and the thrilling ski slopes of Malam Jabba, Swat offers something for every traveller β adventure seekers, history lovers, families, and those simply seeking peace.</p>
<p>Today, Swat is one of Pakistan's safest and fastest-growing tourist destinations, welcoming hundreds of thousands of visitors each year with its legendary Pashtun hospitality.</p>
</div>
<div class="about-pills">
<span class="pill">π Mountain Trekking</span>
<span class="pill">πΏ Skiing</span>
<span class="pill">π Buddhist Heritage</span>
<span class="pill">πΏ Eco Tourism</span>
<span class="pill">π― Local Cuisine</span>
<span class="pill">π£ River Rafting</span>
</div>
</div>
</div>
</div>
</section>
<!-- ATTRACTIONS -->
<section id="attractions">
<div class="container">
<div class="attractions-header reveal">
<div>
<div class="sec-label">Top Attractions</div>
<h2 class="sec-title">Places You Must Visit</h2>
</div>
<a href="#attractions" class="view-all">View All Attractions β</a>
</div>
<div class="cards-grid stagger">
<a href="malam-jabba.html" class="card">
<div class="card-img"><img src="/images/malamjabba.webp" alt="Malam Jabba"/><span class="card-badge">β· Ski Resort</span></div>
<div class="card-body"><h3>Malam Jabba</h3><p>Pakistan's premier ski resort with chairlifts, snow activities and breathtaking panoramic views year-round.</p><div class="card-dist">π 68 km from Mingora</div><div class="card-arrow">Explore β</div></div>
</a>
<a href="mahodand.html" class="card">
<div class="card-img"><img src="https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=600&q=80" alt="Mahodand Lake"/><span class="card-badge">π Alpine Lake</span></div>
<div class="card-body"><h3>Mahodand Lake</h3><p>A stunning turquoise lake at 2,800m surrounded by lush meadows and snow peaks. A hiker's paradise.</p><div class="card-dist">π 98 km from Mingora</div><div class="card-arrow">Explore β</div></div>
</a>
<a href="kalam.html" class="card">
<div class="card-img"><img src="/images/kalam.webp" alt="Kalam Valley"/><span class="card-badge">πΏ Valley</span></div>
<div class="card-body"><h3>Kalam Valley</h3><p>The crown jewel of upper Swat β dense forests, roaring rivers and charming villages at 2,000m elevation.</p><div class="card-dist">π 99 km from Mingora</div><div class="card-arrow">Explore β</div></div>
</a>
<a href="fizagat.html" class="card">
<div class="card-img"><img src="/images/fizagat.webp" alt="Fizagat Park"/><span class="card-badge">π³ Park</span></div>
<div class="card-body"><h3>Fizagat Park</h3><p>A riverside leisure park perfect for families, with lush gardens along the banks of the Swat River.</p><div class="card-dist">π 8 km from Mingora</div><div class="card-arrow">Explore β</div></div>
</a>
<a href="butkara.html" class="card">
<div class="card-img"><img src="/images/butkara.webp" alt="Butkara Stupa"/><span class="card-badge">πͺ¨ Heritage</span></div>
<div class="card-body"><h3>Butkara Stupa</h3><p>An ancient Buddhist site dating to the 3rd century BC β a UNESCO-recognized Gandharan treasure.</p><div class="card-dist">π 3 km from Mingora</div><div class="card-arrow">Explore β</div></div>
</a>
<a href="white-palace.html" class="card">
<div class="card-img"><img src="/images/whitepalace2.webp" alt="White Palace"/><span class="card-badge">π° Palace</span></div>
<div class="card-body"><h3>White Palace</h3><p>The elegant summer palace of the Wali of Swat, set amid orchards and gardens in scenic Marghazar Valley.</p><div class="card-dist">π 13 km from Mingora</div><div class="card-arrow">Explore β</div></div>
</a>
<a href="bahrain.html" class="card">
<div class="card-img"><img src="/images/bahrain.jpg" alt="Bahrain"/><span class="card-badge">π Town</span></div>
<div class="card-body"><h3>Bahrain</h3><p>A vibrant riverside town on the Swat River, famous for trout fishing, bazaars and mountain gateway.</p><div class="card-dist">π 64 km from Mingora</div><div class="card-arrow">Explore β</div></div>
</a>
<a href="ushu-valley.html" class="card">
<div class="card-img"><img src="/images/ushu valley.webp" alt="Ushu Valley"/><span class="card-badge">π² Forest</span></div>
<div class="card-body"><h3>Ushu Valley</h3><p>A hidden gem near Kalam with 500-year-old deodar forests, wildflower meadows and crystal-clear streams.</p><div class="card-dist">π 105 km from Mingora</div><div class="card-arrow">Explore β</div></div>
</a>
<a href="jarogo.html" class="card">
<div class="card-img"><img src="https://images.unsplash.com/photo-1432405972618-c60b0225b8f9?w=600&q=80" alt="Jarogo Waterfall"/><span class="card-badge">π§ Waterfall</span></div>
<div class="card-body"><h3>Jarogo Waterfall</h3><p>One of Pakistan's most spectacular waterfalls, cascading 100m into a misty pool surrounded by forest.</p><div class="card-dist">π 101 km from Mingora</div><div class="card-arrow">Explore β</div></div>
</a>
</div>
</div>
</section>
<!-- PRACTICAL -->
<section id="practical">
<div class="container">
<div class="reveal">
<div class="sec-label" style="color:rgba(255,255,255,0.5)">Practical Info</div>
<h2 class="sec-title" style="color:#fff">Everything You Need to Know</h2>
</div>
<div class="practical-grid stagger">
<div class="pcard"><div class="pcard-icon">π</div><h4>Best Time to Visit</h4><p><strong style="color:var(--orange)">AprβJun:</strong> Spring bloom & trekking<br><strong style="color:var(--orange)">JulβSep:</strong> Lush green valleys<br><strong style="color:var(--orange)">DecβFeb:</strong> Snow & skiing<br>Avoid late monsoon peaks.</p></div>
<div class="pcard"><div class="pcard-icon">π</div><h4>How to Reach</h4><p>Via <strong style="color:var(--orange)">Swat Motorway (M-16)</strong> from Peshawar β 1.5 hrs to Mingora. From Islamabad: 4β5 hrs via M-1 + M-16. Nearest airport: Peshawar (PEW).</p></div>
<div class="pcard"><div class="pcard-icon">π</div><h4>Local Transport</h4><p>Daewoo & Niazi buses from Peshawar. Local Hiaces & wagons connect Mingora to Kalam, Bahrain & Malam Jabba. Hire jeeps for upper valleys.</p></div>
<div class="pcard"><div class="pcard-icon">π¨</div><h4>Accommodation</h4><p>From luxury hotels (Serena Swat, PC Malam Jabba) to budget guesthouses. Book ahead in peak season (JunβAug). Camping available near Mahodand.</p></div>
<div class="pcard"><div class="pcard-icon">π‘</div><h4>Safety</h4><p>Swat is <strong style="color:var(--orange)">safe and tourist-friendly</strong> today with heavy security presence. Follow local guidelines, respect customs, register at checkpoints.</p></div>
<div class="pcard"><div class="pcard-icon">π±</div><h4>Connectivity</h4><p>Good mobile coverage (Jazz, Telenor, Zong) in Mingora. Signal weakens in upper Kalam. Carry cash β ATMs limited in upper areas.</p></div>
</div>
</div>
</section>
<!-- ITINERARIES -->
<section id="itineraries">
<div class="container">
<div class="reveal">
<div class="sec-label">Itineraries</div>
<h2 class="sec-title">Ready-Made Trip Plans</h2>
<p class="sec-sub">Pick a plan or mix and match β every route is a masterpiece.</p>
</div>
<div class="itin-grid stagger">
<div class="itin-card">
<span class="tag">2 Days Β· Weekend</span>
<h3>Quick Weekend Getaway</h3>
<div class="day"><div class="day-num">1</div><div class="day-info"><h5>Arrive & Explore</h5><p>Drive via M-16, lunch in Mingora, Butkara Stupa, evening at Fizagat Park.</p></div></div>
<div class="day"><div class="day-num">2</div><div class="day-info"><h5>Malam Jabba & Return</h5><p>Early morning to Malam Jabba, scenic drive, return to Peshawar/Islamabad.</p></div></div>
</div>
<div class="itin-card">
<span class="tag">3 Days Β· Family</span>
<h3>Classic Swat Family Trip</h3>
<div class="day"><div class="day-num">1</div><div class="day-info"><h5>Arrive Mingora</h5><p>Check in, visit Butkara Stupa, dinner at local restaurant, bazaar stroll.</p></div></div>
<div class="day"><div class="day-num">2</div><div class="day-info"><h5>Marghazar & Fizagat</h5><p>Morning at White Palace, Fizagat Park riverside picnic, evening in Mingora.</p></div></div>
<div class="day"><div class="day-num">3</div><div class="day-info"><h5>Malam Jabba</h5><p>Full day at ski resort, chairlift ride, snow activities, return. Depart.</p></div></div>
</div>
<div class="itin-card">
<span class="tag">5 Days Β· Adventure</span>
<h3>Upper Swat Explorer</h3>
<div class="day"><div class="day-num">1</div><div class="day-info"><h5>Mingora β Bahrain</h5><p>Drive to Bahrain, trout lunch, riverside walk, overnight in Bahrain.</p></div></div>
<div class="day"><div class="day-num">2</div><div class="day-info"><h5>Bahrain β Kalam</h5><p>Explore Kalam bazaar, Ushu forest hike, overnight in Kalam guesthouse.</p></div></div>
<div class="day"><div class="day-num">3</div><div class="day-info"><h5>Mahodand Lake</h5><p>Full day jeep trip β horse riding, fishing, picnic by the lake.</p></div></div>
<div class="day"><div class="day-num">4</div><div class="day-info"><h5>Jarogo Waterfall</h5><p>Morning trek to Jarogo Falls, afternoon return to Mingora.</p></div></div>
<div class="day"><div class="day-num">5</div><div class="day-info"><h5>Malam Jabba & Depart</h5><p>Ski resort visit, shopping in Mingora, depart evening.</p></div></div>
</div>
</div>
</div>
</section>
<!-- LOCAL TIPS -->
<section id="tips">
<div class="container">
<div class="reveal">
<div class="sec-label">Local Tips</div>
<h2 class="sec-title">Travel Like a Local</h2>
</div>
<div class="tips-grid">
<div class="tip-box reveal-left">
<h4>π½ Food & Drink</h4>
<div class="tip-item"><div class="tip-icon">π₯©</div><p><strong>Chapli Kebabs</strong> β Swat's famous minced beef patties, the best in Pakistan. Try them at roadside dhabas in Mingora.</p></div>
<div class="tip-item"><div class="tip-icon">π―</div><p><strong>Swat Honey</strong> β Pure mountain honey is a local treasure. Buy directly from beekeepers along the road to Kalam.</p></div>
<div class="tip-item"><div class="tip-icon">π</div><p><strong>Fresh Trout</strong> β Grilled river trout in Bahrain and Kalam is a must-try delicacy unique to upper Swat.</p></div>
<div class="tip-item"><div class="tip-icon">π΅</div><p><strong>Kehwa Tea</strong> β Traditional green tea with cardamom and saffron β the ultimate Pashtun welcome.</p></div>
</div>
<div class="tip-box reveal-right">
<h4>π€ Culture & Etiquette</h4>
<div class="tip-item"><div class="tip-icon">π</div><p><strong>Dress Modestly</strong> β Both men and women should dress conservatively, especially in towns and bazaars.</p></div>
<div class="tip-item"><div class="tip-icon">πΈ</div><p><strong>Photography</strong> β Always ask permission before photographing people, especially women.</p></div>
<div class="tip-item"><div class="tip-icon">π</div><p><strong>Respect Prayer Times</strong> β Shops close briefly for prayers. Plan meals and shopping accordingly.</p></div>
<div class="tip-item"><div class="tip-icon">π</div><p><strong>Hospitality</strong> β Pashtun hospitality is legendary. Accept tea when offered β it's a sign of welcome and respect.</p></div>
</div>
</div>
</div>
</section>
<!-- BOOKING -->
<section id="booking">
<div class="container">
<div class="booking-inner">
<div class="reveal" style="text-align:center;">
<div class="sec-label">Book Your Trip</div>
<h2 class="sec-title" style="color:#fff;">Plan & Book Your Swat Adventure</h2>
<p class="sec-sub" style="margin:0 auto 40px;">Choose your destination, trip type and dates β we'll handle the rest and confirm within 24 hours.</p>
</div>
<div class="booking-form-box reveal-scale">
<div class="form-grid">
<div class="form-group">
<label>π€ Your Name</label>
<input type="text" placeholder="Full name"/>
</div>
<div class="form-group">
<label>π± Phone / WhatsApp</label>
<input type="text" placeholder="+92 300 ..."/>
</div>
<div class="form-group">
<label>πΊ Choose Destination</label>
<select>
<option value="">β Select a Place β</option>
<option>Malam Jabba β Ski Resort</option>
<option>Mahodand Lake β Alpine Lake</option>
<option>Kalam Valley β Upper Swat</option>
<option>Bahrain β Riverside Town</option>
<option>Fizagat Park β Riverside Park</option>
<option>Butkara Stupa β Buddhist Heritage</option>
<option>White Palace β Marghazar</option>
<option>Jarogo Waterfall</option>
<option>Ushu Valley β Ancient Forest</option>
<option>Full Swat Tour β All Highlights</option>
</select>
</div>
<div class="form-group">
<label>π― Trip Type</label>
<select>
<option value="">β Select Type β</option>
<option>Family Trip</option>
<option>Adventure / Trekking</option>
<option>Skiing / Snow Trip</option>
<option>Honeymoon / Couple</option>
<option>Weekend Getaway</option>
<option>Group Tour</option>
<option>Photography Tour</option>
<option>Heritage / Cultural</option>
<option>Camping & Outdoors</option>
<option>School / Student Trip</option>
</select>
</div>
<div class="form-group">
<label>π
Travel Date</label>
<input type="date"/>
</div>
<div class="form-group">
<label>π₯ Number of Guests</label>
<select>
<option>1 Person</option>
<option>2 Persons</option>
<option>3β5 Persons</option>
<option>6β10 Persons</option>
<option>11β20 Persons</option>
<option>20+ Persons</option>
</select>
</div>
<div class="form-group">
<label>π¨ Accommodation</label>
<select>
<option>Luxury Hotel</option>
<option>Mid-range Guesthouse</option>
<option>Budget Guesthouse</option>
<option>Camping / Tent</option>
<option>I'll arrange myself</option>
</select>
</div>
<div class="form-group">
<label>π° Budget Per Person</label>
<select>
<option>Under Rs 5,000</option>
<option>Rs 5,000 β 15,000</option>
<option>Rs 15,000 β 30,000</option>
<option>Rs 30,000 β 50,000</option>
<option>Above Rs 50,000</option>
</select>
</div>
<div class="form-group full">
<label>βοΈ Special Requests or Questions</label>
<textarea placeholder="Tell us your preferences β activities, dietary needs, accessibility, vehicle type, or anything else..."></textarea>
</div>
</div>
<div class="booking-actions">
<button class="btn-book" onclick="submitBooking()">β Confirm My Booking</button>
<a href="https://wa.me/923001234567?text=Hi!%20I%20want%20to%20book%20a%20trip%20to%20Swat%20Valley.%20Please%20help%20me%20plan!" target="_blank" class="btn-wa-book">
<svg width="18" height="18" fill="currentColor" viewBox="0 0 24 24"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/></svg>
Book via WhatsApp
</a>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT -->
<section id="contact">
<div class="container">
<div class="contact-inner reveal">
<div class="sec-label" style="color:rgba(255,255,255,0.5)">Get In Touch</div>
<h2 class="sec-title" style="color:#fff">We're Here to Help</h2>
<p>Have questions about visiting Swat? Need a custom itinerary or travel advice? Reach out β we'd love to help you plan the perfect trip!</p>
<div class="contact-methods">
<a href="https://wa.me/923305412327?text=Hi!%20I%20want%20to%20plan%20a%20trip%20to%20Swat%20Valley." target="_blank" class="cm" style="text-decoration:none;">
<span class="cm-icon">π±</span><h4>WhatsApp</h4><p>03305412327</p>
</a>
<a href="mailto:shahf29887@gmail.com" class="cm" style="text-decoration:none;">
<span class="cm-icon">π§</span><h4>Email</h4><p>shahf29887@gmail.com</p>
</a>
<a href="https://maps.google.com/?q=Mingora,Swat,KPK,Pakistan" target="_blank" class="cm" style="text-decoration:none;">
<span class="cm-icon">π</span><h4>Location</h4><p>Mingora, Swat, KPK</p>
</a>
</div>
<!-- Google Map Embed -->
<div style="border-radius:16px;overflow:hidden;margin-bottom:28px;width:100%;height:200px;">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d13217.56!2d72.3609!3d34.7717!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x38de4f4b4b4b4b4b%3A0x1234!2sMingora%2C+Swat%2C+KPK%2C+Pakistan!5e0!3m2!1sen!2s!4v1234567890"
width="100%" height="200" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
<a href="https://wa.me/923305412327?text=Hi!%20I%20want%20to%20plan%20a%20trip%20to%20Swat%20Valley." target="_blank" class="btn-wa-main">
<svg width="20" height="20" fill="currentColor" viewBox="0 0 24 24"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/></svg>
Chat on WhatsApp Now
</a>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="footer-inner">
<div class="footer-grid">
<div class="footer-brand">
<a href="index.html" class="logo">
<div class="logo-icon">π</div>
<div class="logo-text"><span>SwatExplorer</span><span>Swat Valley Β· Pakistan</span></div>
</a>
<p>Your trusted guide to the Switzerland of Pakistan. Discover the magic of Swat Valley β one adventure at a time.</p>
<div class="footer-social">
<a href="#" class="social-btn">π</a>
<a href="#" class="social-btn">πΈ</a>
<a href="#" class="social-btn">π¦</a>
<a href="#" class="social-btn">βΆοΈ</a>
</div>
</div>
<div class="footer-col">
<h4>Attractions</h4>
<a href="malam-jabba.html">Malam Jabba</a>
<a href="mahodand.html">Mahodand Lake</a>
<a href="kalam.html">Kalam Valley</a>
<a href="bahrain.html">Bahrain</a>
<a href="fizagat.html">Fizagat Park</a>
<a href="butkara.html">Butkara Stupa</a>
<a href="white-palace.html">White Palace</a>
<a href="jarogo.html">Jarogo Waterfall</a>
<a href="ushu-valley.html">Ushu Valley</a>
</div>
<div class="footer-col">
<h4>Plan Your Trip</h4>
<a href="#practical">Best Time to Visit</a>
<a href="#practical">How to Reach</a>
<a href="#practical">Accommodation</a>
<a href="#itineraries">2-Day Itinerary</a>
<a href="#itineraries">3-Day Itinerary</a>
<a href="#itineraries">5-Day Itinerary</a>
<a href="#booking">Book Now</a>
</div>
<div class="footer-col">
<h4>Quick Links</h4>
<a href="#about">About Swat</a>
<a href="#tips">Local Tips</a>
<a href="#tips">Food & Cuisine</a>
<a href="#contact">Contact Us</a>
<a href="404.html">404 Page</a>
<a href="#booking">Custom Tour</a>
</div>
</div>
<div class="footer-bottom">
<p>Β© 2025 <span>SwatExplorer</span> Β· Made with β€ in Mingora, Swat Valley, Pakistan</p>
<div class="footer-links">
<a href="#">Privacy Policy</a>
<a href="#">Terms of Use</a>
<a href="404.html">404</a>
</div>
</div>
</div>
</footer>
<!-- SCROLL TO TOP -->
<button id="scrollTop" onclick="window.scrollTo({top:0,behavior:'smooth'})">β</button>
<script>
// Click-based dropdown
document.querySelectorAll('.has-drop').forEach(el=>{
el.addEventListener('click',e=>{
e.stopPropagation();
const isOpen=el.classList.contains('open');
document.querySelectorAll('.has-drop').forEach(d=>d.classList.remove('open'));
if(!isOpen)el.classList.add('open');
});
});
document.addEventListener('click',()=>{
document.querySelectorAll('.has-drop').forEach(d=>d.classList.remove('open'));
});
window.addEventListener('scroll',()=>{
document.getElementById('mainNav').classList.toggle('scrolled',window.scrollY>50);
document.getElementById('scrollTop').classList.toggle('show',window.scrollY>400);
});
// Mobile drawer
function toggleDrawer(){
const h=document.getElementById('hamburger');
const d=document.getElementById('mobileDrawer');
const o=document.getElementById('drawerOverlay');
h.classList.toggle('open');
d.classList.toggle('open');
o.classList.toggle('open');
document.body.style.overflow=d.classList.contains('open')?'hidden':'';
}
// Scroll animations
const observer=new IntersectionObserver(entries=>{
entries.forEach(e=>{if(e.isIntersecting)e.target.classList.add('visible');});
},{threshold:0.1,rootMargin:'0px 0px -50px 0px'});
document.querySelectorAll('.reveal,.reveal-left,.reveal-right,.reveal-scale,.stagger').forEach(el=>observer.observe(el));
// Smooth scroll for nav links
document.querySelectorAll('a[href^="#"]').forEach(a=>{
a.addEventListener('click',e=>{
const t=document.querySelector(a.getAttribute('href'));
if(t){e.preventDefault();t.scrollIntoView({behavior:'smooth'});}
});
});
// Booking submit
function submitBooking(){
const name=document.querySelector('input[placeholder="Full name"]').value;
if(!name.trim()){alert('Please enter your name to continue.');return;}
alert(`π Thank you, ${name}!\n\nYour booking request has been received. Our team will contact you within 24 hours to confirm your Swat adventure!\n\nβ SwatExplorer Team`);
}
</script>
</body>
</html>