-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
555 lines (507 loc) · 25.6 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Canonical link -->
<link rel="canonical" href="https://hotelbookingsexpert.com/contact.html" />
<!-- SEO Meta Tags -->
<meta name="description" content="Contact HotelBookingsExpert for all your hotel booking inquiries, customer support, and more. Get in touch with us for the best hotel recommendations across India.">
<meta name="keywords" content="contact, HotelBookingsExpert, customer support, hotel inquiries, contact us, booking services, India">
<meta name="author" content="HotelBookingsExpert">
<meta name="robots" content="index, follow">
<!-- Open Graph Meta Tags for Social Media -->
<meta property="og:title" content="Contact Us - HotelBookingsExpert.com">
<meta property="og:description" content="Have questions or need assistance? Reach out to HotelBookingsExpert for support and inquiries related to hotel bookings in India.">
<meta property="og:image" content="img/logo.png">
<meta property="og:url" content="https://www.hotelbookingsexpert.com/contact.html">
<meta property="og:type" content="website">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Contact Us - HotelBookingsExpert.com">
<meta name="twitter:description" content="Get in touch with us for all your hotel booking needs across India. We're here to assist you with the best recommendations and offers.">
<meta name="twitter:image" content="img/logo.png">
<!-- Title tag -->
<title>HotelBookingsExpert.com</title>
<link rel="icon" type="image/x-icon" href="img/logo.png">
<!-- Schema AD+JSON -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ContactPage",
"name": "Contact Us - HotelBookingsExpert",
"url": "https://hotelbookingsexpert.com/contact-us",
"mainEntityOfPage": "https://hotelbookingsexpert.com/contact-us",
"description": "Get in touch with HotelBookingsExpert for any inquiries or support. Our team is ready to assist you with your hotel bookings and services.",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+91-9079576693",
"contactType": "Customer Service",
"areaServed": "IN",
"availableLanguage": "English"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "Privillion East Wing, SG Highway",
"addressLocality": "Ahmedabad ",
"addressRegion": "Gujarat",
"postalCode": "380054",
"addressCountry": "IN"
},
"sameAs": [
"https://www.facebook.com/hotelbookingsexpert",
"https://twitter.com/hotelbookingsexpert",
"https://www.instagram.com/hotelbookingsexpert"
]
}
</script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="vendors/linericon/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="vendors/lightbox/simpleLightbox.css">
<link rel="stylesheet" href="vendors/nice-select/css/nice-select.css">
<link rel="stylesheet" href="vendors/animate-css/animate.css">
<link rel="stylesheet" href="vendors/popup/magnific-popup.css">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js">
</script>
<script type="text/javascript">
(function () {
emailjs.init({
publicKey: "aGTqRW-LTSGIOBpRo",
});
})();
</script>
<script src="./cities.json"></script> <!-- Link JSON File -->
<script>
// Variables to store cities data
let citiesData = [];
// Populate the states dropdown
function populateStates() {
const stateDropdown = document.getElementById('state123');
// Extract unique states from the data
const states = [...new Set(citiesData.map(city => city.State))].sort();
// Clear the dropdown first
stateDropdown.innerHTML = '<option value="">Select State</option>';
// Populate the states dropdown
states.forEach(state => {
const option = document.createElement('option');
option.value = state;
option.textContent = state;
stateDropdown.appendChild(option);
});
}
// Update cities dropdown based on selected state
function updateCities() {
const stateDropdown = document.getElementById('state123');
const cityDropdown = document.getElementById('city123');
const selectedState = stateDropdown.value;
// Filter cities based on the selected state
const cities = [...new Set(citiesData.filter(city => city.State === selectedState).map(city=>city.District))].sort();
// Clear the cities dropdown
cityDropdown.innerHTML = '<option value="">Select City</option>';
// Populate the cities dropdown
cities.forEach(city => {
const option = document.createElement('option');
option.value = city;
option.textContent = city;
cityDropdown.appendChild(option);
});
}
// Fetch the JSON data and initialize dropdowns
fetch('./cities.json')
.then(response => {
if (!response.ok) {
throw new Error(`HTTP error! Status: ${response.status}`);
}
return response.json();
})
.then(data => {
citiesData = data.cities;
populateStates();
})
.catch(error => console.error('Error loading JSON:', error));
// Add event listener for state dropdown change
document.getElementById('state123').addEventListener('change', updateCities);
</script>
<style>
.get-in-touch-title {
font-size: 4.5rem;
font-weight: bold;
color: #000;
margin-bottom: 20px;
line-height: 1.2;
}
/* Paragraph styling */
.get-in-touch-text {
font-size: 1.1rem;
color: #555;
line-height: 1.8;
margin-bottom: 30px;
}
/* Contact information styling */
.contact-info {
font-size: 1.1rem;
font-weight: 500;
color: #000;
margin-bottom: 20px;
line-height: 1.8;
}
/* Address styling */
.address {
font-size: 1.1rem;
color: #000;
line-height: 1.8;
}
</style>
</head>
<body>
<!--================Header Menu Area =================-->
<header class="header_area">
<div class="top_menu row m0">
<div class="container">
<div class="float-left">
<ul class="list header_social">
<li><a href="tel:+919079576693">Contact Us +91 9079576693 || 9499567786</a></li>
</ul>
</div>
<div class="float-right">
<ul class="list header_social">
<li><a href="mailto:reservations@hotelbookingsexpert.com">reservations@hotelbookingsexpert.com</a></li>
</ul>
</div>
</div>
</div>
<div class="main_menu">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand logo_h" href="index.html"><img src="img/logo.png" height="80px" width="130px"
alt="hotelbookingsexpert logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about-us.html">About</a></li>
<li class="nav-item active"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!--================Header Menu Area =================-->
<!--================Home Banner Area =================-->
<section class="banner_area">
<div class="banner_inner d-flex align-items-center">
<div class="overlay bg-parallax" data-stellar-ratio="0.9" data-stellar-vertical-offset="0"
data-background=""></div>
<div class="container">
<div class="banner_content text-center">
<h2>Contact Us</h2>
<div class="page_link">
<a href="index.html">Home</a>
<a href="contact.html">Contact</a>
</div>
</div>
</div>
</div>
</section>
<!--================End Home Banner Area =================-->
<!--================Contact Area =================-->
<section id="contact-form" class="contact_area">
<div class="row col-12 mt-5 mb-5">
<div class="container-fluid py-3">
<div class="row text-center">
<div class="col-12 d-flex justify-content-around align-items-center flex-wrap">
<!-- Address -->
<div class="info_item text-center">
<i class="lnr lnr-home" style="font-size: 36px; color: #007bff;"></i>
<h4 class="mt-2 mb-1">Privillion East Wing, SG Highway</h4>
<p class="mb-0">Ahmedabad ( Gujarat )</p>
</div>
<!-- Phone -->
<div class="info_item text-center">
<i class="lnr lnr-phone-handset" style="font-size: 36px; color: #007bff;"></i>
<h4 class="mt-2 mb-1">
<a href="tel:+919079576693" style="text-decoration: none; color: inherit;">+91
9079576693</a>
</h4>
<p class="mb-0">Mon to Sun 9am to 8 pm</p>
</div>
<!-- Email -->
<div class="info_item text-center">
<i class="lnr lnr-envelope" style="font-size: 36px; color: #007bff;"></i>
<h4 class="mt-2 mb-1">
<a href="mailto:reservations@hotelbookingsexpert.com"
style="text-decoration: none; color: inherit;">
reservations@hotelbookingsexpert.com
</a>
</h4>
<p class="mb-0">Send us your query anytime!</p>
</div>
</div>
</div>
</div>
</div>
<div class="row mb-5 col-12">
<!-- ================Contact Form OR Personalized Quote ================= -->
<div class="col-lg-6">
<h1 class="get-in-touch-title text-center" style="color: rgb(29, 30, 31);">Get in Touch.. <br><div class="underline111" style="width: 30%;float: left;"></div><div style="width: 30%;float: right;" class="underline112"></div></h1>
<p class="get-in-touch-text">
<br>
Whether it's a question about our solutions, working at Booking Experts, or if you would like to drop by our office?
We would love to get in touch with you.
</p>
<div class="text-center">
<img loading="lazy" src="img/banner/contact-girl-removebg.png" width="100%" alt="">
</div>
</div>
<div class="container col-lg-6 col-md-11 col-sm-11" style="background-color: rgb(255, 255, 255);border-radius: 33px;box-shadow: 10px 20px 33px rgb(85, 84, 84);padding-bottom: 0.5rem;">
<h2 class="text-center mb-4">Submit Your Request</h2>
<hr />
<form onsubmit="sendMail(); reset(); return false;">
<div class="row">
<div class="col-md-6 mb-3">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 mb-3">
<label for="email">Email</label>
<input type="email" class="form-control" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="row">
<div class="col-md-6 mb-3">
<label for="phone">Phone</label>
<input type="text" class="form-control" id="phone" placeholder="Your Phone Number" required>
</div>
<div class="col-md-6 mb-3">
<label for="roomDetails">Select Room Details</label>
<div class="custom-dropdown">
<input type="text" id="roomDetails" class="form-control dropdown-toggle"
value="1 Room, 1 Adult, 0 Children" readonly onclick="toggleDropdown()" />
<div class="dropdown-menu">
<div class="dropdown-item">
<label>Rooms</label>
<button class="decrement" onclick="updateCount('rooms', -1)">-</button>
<span id="rooms">1</span>
<button class="increment" onclick="updateCount('rooms', 1)">+</button>
</div>
<div class="dropdown-item">
<label>Adults</label>
<button class="decrement" onclick="updateCount('adults', -1)">-</button>
<span id="adults">1</span>
<button class="increment" onclick="updateCount('adults', 1)">+</button>
</div>
<div class="dropdown-item">
<label>Children</label>
<button class="decrement" onclick="updateCount('children', -1)">-</button>
<span id="children">0</span>
<button class="increment" onclick="updateCount('children', 1)">+</button>
</div>
<button class="done-button" onclick="closeDropdown()">Done</button>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 mb-3">
<label for="state123">State</label>
<select id="state123" class="form-control" onchange="updateCities()" required>
<option value="">Select a State</option>
</select>
</div>
<div class="col-md-6 mb-3">
<label for="city123">City</label>
<select id="city123" class="form-control" required>
<option value="">Select a City</option>
</select>
</div>
</div>
<div class="row">
<div class="col-md-6 mb-3">
<label for="checkin">Check-in Date</label>
<input type="date" class="form-control" id="checkin">
</div>
<div class="col-md-6 mb-3">
<label for="checkout">Check-out Date</label>
<input type="date" class="form-control" id="checkout">
</div>
</div>
<div class="form-group mb-3">
<label for="preferences">Hotel Preferences</label>
<textarea class="form-control" id="preferences" rows="3"
placeholder="Budget, Room Type, etc."></textarea>
</div>
<button type="submit" class="btn btn-primary btn-block">Submit</button>
</form>
</div>
</div>
<div class="container-fluid">
<div class="row col-12">
<!-- <div class="col-lg-3"></div> -->
<div class="col-lg-12 col-md-12">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d3849.279445986704!2d72.50389087351577!3d23.028781035671123!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sin!4v1736528208231!5m2!1sen!2sin"
width="100%" height="500" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<!-- <div class="col-lg-3"></div> -->
</div>
</div>
</section>
<!--================Contact Area =================-->
<!--================ WhatsApp Button ================ -->
<div class="whatsapp-btn" id="whatsapp-button">
<a href="https://wa.me/+919079576693" target="_blank" id="whatsapp-link">
<i class="fab fa-whatsapp"></i>
</a>
</div>
<!--================ start footer Area =================-->
<footer class="footer-area section_gap" style="padding: 50px;">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12 col-sm-12 text-center">
<div class="header">
<img src="img/logo.png" alt="hotelbookingsexpert Logo" height="170" class="logo">
<br><br><br>
</div>
</div>
<div class="col-lg-5 col-md-12 col-sm-12">
<div class="single-footer-widget">
<h6 class="text-center">About Our Agency</h6>
<p>
<font color="#29733d">Hotel Bookings Expert</font> is your trusted partner for hassle-free
hotel reservations across India. From luxury stays to budget-friendly options, we curate
experiences tailored to your preferences and budget.
</p>
<button onclick="window.location.href='contact.html#contact-form'" class="footer-button">Connect
Us</button>
<br><br>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-12">
<div class="single-footer-widget">
<h6>Quick Links</h6>
<div class="row">
<ul class="col footer-nav">
<li><a href="about-us.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<hr class="bg-light">
<div class="footer-bottom d-flex flex-wrap" style="margin-bottom: 0px;margin-top: 6px;padding-left: 25%;">
<div>
<p class="footer-text m-0">
Copyright ©2025 All rights reserved by <b> hotelbookingsexpert. </b></p>
</div>
</div>
</div>
</footer>
<!--================ End footer Area =================-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- <script src="js/jquery.min.js"></script> -->
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/stellar.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="vendors/lightbox/simpleLightbox.min.js"></script>
<script src="vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope.pkgd.min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="js/owl-carousel-thumb.min.js"></script>
<script src="vendors/popup/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="vendors/counter-up/jquery.waypoints.min.js"></script>
<script src="vendors/counter-up/jquery.counterup.js"></script>
<script src="js/theme.js"></script>
<script>
// Add a click event to the WhatsApp button to open the chat
document.getElementById('whatsapp-button').addEventListener('click', function () {
// You can also change the WhatsApp number or message dynamically here if needed
window.open("https://wa.me/+919079576693", "_blank");
});
</script>
<script src="https://smtpjs.com/v3/smtp.js">
</script>
<script>
function sendMail() {
let params = {
name: document.getElementById("name").value,
email: document.getElementById("email").value, // Sender's email
contact: document.getElementById("phone").value,
roomdetail: document.getElementById("roomDetails").value,
state: document.getElementById("state123").value,
city: document.getElementById("city123").value,
check_in: document.getElementById("checkin").value,
check_out: document.getElementById("checkout").value,
message: document.getElementById("preferences").value
};
// Ensure EmailJS library is initialized
emailjs.init("aGTqRW-LTSGIOBpRo");
// Send email
emailjs.send("service_roz49pu", "template_k664bqe", params)
.then(
function (response) {
alert("Email sent successfully!"); // Success message
console.log("SUCCESS!", response.status, response.text);
},
function (error) {
alert("Failed to send email. Please try again.");
console.error("FAILED...", error);
}
);
}
</script>
<script>
let roomCount = 1;
let adultCount = 1;
let childCount = 0;
// Toggle dropdown visibility
function toggleDropdown() {
const dropdownMenu = document.querySelector(".dropdown-menu");
dropdownMenu.style.display =
dropdownMenu.style.display === "block" ? "none" : "block";
}
// Update counts for rooms, adults, and children
function updateCount(type, change) {
if (type === "rooms") {
roomCount = Math.max(1, roomCount + change);
document.getElementById("rooms").innerText = roomCount;
} else if (type === "adults") {
adultCount = Math.max(1, adultCount + change);
document.getElementById("adults").innerText = adultCount;
} else if (type === "children") {
childCount = Math.max(0, childCount + change);
document.getElementById("children").innerText = childCount;
}
// Update input field value
document.getElementById("roomDetails").value = `${roomCount} Room${roomCount > 1 ? "s" : ""}, ${adultCount} Adult${adultCount > 1 ? "s" : ""}, ${childCount} Children`;
}
// Close dropdown
function closeDropdown() {
document.querySelector(".dropdown-menu").style.display = "none";
}
</script>
</body>
</html>