/* =====================================================
   Ganesh Ji Tour & Travel — Premium Blue & Yellow Theme
   ===================================================== */
:root {
  --blue: #0057D9;
  --blue-dark: #003C99;
  --blue-deep: #06225A;
  --yellow: #FFC107;
  --yellow-dark: #E5A800;
  --ink: #17233B;
  --muted: #5B6B85;
  --bg-soft: #F4F8FF;
  --white: #ffffff;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(6, 34, 90, .10);
  --shadow-lg: 0 20px 50px rgba(6, 34, 90, .16);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  font-family: 'Poppins', sans-serif;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.7;
}
img { max-width: 100%; }
a { text-decoration: none; transition: .3s; }
h1,h2,h3,h4,h5 { font-weight: 700; line-height: 1.3; }

/* ---------- Section helpers ---------- */
.section { padding: 80px 0; }
.section-alt { background: var(--bg-soft); }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head .tag {
  display: inline-block; background: rgba(255,193,7,.15); color: var(--blue);
  font-weight: 600; font-size: .85rem; letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 18px; border-radius: 50px; margin-bottom: 14px;
  border: 1px solid rgba(0,87,217,.15);
}
.section-head h2 { font-size: 2.3rem; font-weight: 800; color: var(--blue-deep); }
.section-head h2 span { color: var(--blue); }
.section-head p { color: var(--muted); margin-top: 12px; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--blue-deep); color: #cfe0ff; font-size: .85rem; padding: 8px 0;
}
.topbar span { margin-right: 22px; }
.topbar i { color: var(--yellow); margin-right: 6px; }
.topbar a { color: var(--yellow); font-weight: 600; }

/* ---------- Header ---------- */
.site-header {
  background: var(--white); position: sticky; top: 0; z-index: 1030;
  box-shadow: 0 2px 20px rgba(6,34,90,.08); transition: .3s;
}
.site-header.scrolled { box-shadow: 0 6px 30px rgba(6,34,90,.14); }
.navbar { padding: 12px 0; }
.navbar-brand { display: flex; align-items: center; gap: 12px; }
.brand-icon {
  width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: var(--yellow); border-radius: 14px; font-size: 1.3rem;
  box-shadow: 0 6px 16px rgba(0,87,217,.35);
}
.brand-text { font-weight: 800; font-size: 1.25rem; color: var(--blue-deep); line-height: 1.1; }
.brand-text small { display: block; font-size: .68rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--yellow-dark); }
.navbar-nav .nav-link {
  font-weight: 600; font-size: .95rem; color: var(--ink); padding: 10px 14px !important; position: relative;
}
.navbar-nav .nav-link::after {
  content: ''; position: absolute; left: 14px; right: 100%; bottom: 4px; height: 3px;
  background: var(--yellow); border-radius: 3px; transition: .3s;
}
.navbar-nav .nav-link:hover { color: var(--blue); }
.navbar-nav .nav-link:hover::after { right: 14px; }
.btn-book {
  background: var(--yellow); color: var(--blue-deep) !important; font-weight: 700;
  border-radius: 50px; padding: 10px 26px; border: 2px solid var(--yellow); transition: .3s;
  box-shadow: 0 6px 16px rgba(255,193,7,.4);
}
.btn-book:hover { background: var(--blue); border-color: var(--blue); color: #fff !important; transform: translateY(-2px); }
.btn-outline-blue { border: 2px solid var(--blue); color: var(--blue); font-weight: 700; border-radius: 50px; }
.btn-outline-blue:hover { background: var(--blue); color: #fff; }
.btn-wa { background: #25D366; color: #fff; font-weight: 700; border-radius: 50px; border: 2px solid #25D366; }
.btn-wa:hover { background: #1ebe5b; color: #fff; }

/* Mega Menu */
.mega-dropdown { position: static; }
.mega-menu {
  width: 100%; border: 0; border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow-lg); padding: 28px 0; margin-top: 0 !important;
  border-top: 3px solid var(--yellow);
}
.mega-title { color: var(--blue); font-weight: 700; font-size: .8rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
.mega-title i { color: var(--yellow-dark); margin-right: 6px; }
.mega-menu .dropdown-item { padding: 7px 0; color: var(--muted); font-size: .92rem; font-weight: 500; }
.mega-menu .dropdown-item:hover { background: transparent; color: var(--blue); padding-left: 6px; }

/* ---------- Hero Slider ---------- */
.hero { position: relative; }
.hero-slide {
  min-height: 620px; display: flex; align-items: center; position: relative;
  background-size: cover; background-position: center;
}
.hero-slide::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(3,22,60,.88) 0%, rgba(0,60,153,.65) 45%, rgba(3,22,60,.25) 100%);
}
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 640px; }
.hero-content .kicker {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(255,193,7,.18);
  border: 1px solid rgba(255,193,7,.5); color: var(--yellow); font-weight: 600;
  font-size: .85rem; letter-spacing: 2px; text-transform: uppercase;
  padding: 8px 20px; border-radius: 50px; margin-bottom: 20px;
}
.hero-content h1, .hero-content h2 {
  font-size: 3.4rem; font-weight: 800; margin-bottom: 18px; text-shadow: 0 4px 24px rgba(0,0,0,.35);
}
.hero-content h1 span, .hero-content h2 span { color: var(--yellow); }
.hero-content p { font-size: 1.1rem; color: #dbe7ff; margin-bottom: 30px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.carousel-item { transition: opacity 1s ease !important; }
.carousel-fade .carousel-item { opacity: 0; }
.carousel-fade .carousel-item.active { opacity: 1; }
.carousel-item.active .hero-slide { animation: heroZoom 7s ease forwards; }
@keyframes heroZoom { from { background-size: 105% auto; } }
.carousel-indicators [data-bs-target] {
  width: 34px; height: 5px; border-radius: 4px; background: rgba(255,255,255,.5); border: 0;
}
.carousel-indicators .active { background: var(--yellow); }
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: rgba(255,193,7,.9); border-radius: 50%; padding: 24px; background-size: 45%;
}

/* Hero stats strip */
.hero-strip { background: var(--yellow); position: relative; z-index: 3; }
.hero-strip .row { padding: 22px 0; }
.hero-stat { display: flex; align-items: center; gap: 14px; justify-content: center; color: var(--blue-deep); }
.hero-stat i { font-size: 1.9rem; }
.hero-stat b { font-size: 1.3rem; font-weight: 800; display: block; line-height: 1.2; }
.hero-stat span { font-size: .85rem; font-weight: 600; }

/* ---------- About ---------- */
.about-img-wrap { position: relative; }
.about-img-wrap img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.about-badge {
  position: absolute; bottom: -24px; right: -10px; background: var(--blue);
  color: #fff; border-radius: var(--radius); padding: 20px 26px; text-align: center;
  box-shadow: var(--shadow-lg); border: 4px solid var(--yellow);
}
.about-badge b { font-size: 2rem; font-weight: 800; color: var(--yellow); display: block; }
.about-list { list-style: none; margin-top: 20px; }
.about-list li { padding: 7px 0; font-weight: 500; }
.about-list i { color: var(--yellow-dark); background: rgba(255,193,7,.15); padding: 6px; border-radius: 8px; margin-right: 10px; }

/* ---------- Cards ---------- */
.service-card, .route-card, .tour-card, .fleet-card, .review-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  transition: .4s; height: 100%; overflow: hidden; border: 1px solid #e8effc;
}
.service-card:hover, .route-card:hover, .tour-card:hover, .fleet-card:hover {
  transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(255,193,7,.6);
}
.service-card { padding: 34px 26px; text-align: center; position: relative; }
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--yellow)); transform: scaleX(0); transition: .4s; transform-origin: left;
}
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 74px; height: 74px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: var(--yellow);
  border-radius: 20px; font-size: 1.8rem; box-shadow: 0 10px 24px rgba(0,87,217,.3); transition: .4s;
}
.service-card:hover .service-icon { transform: rotateY(180deg); }
.service-card h4 { font-size: 1.15rem; margin-bottom: 10px; color: var(--blue-deep); }
.service-card p { color: var(--muted); font-size: .9rem; margin: 0; }

/* Route Cards */
.route-card { display: flex; flex-direction: column; }
.route-card-top {
  background: linear-gradient(135deg, var(--blue-deep), var(--blue)); color: #fff;
  padding: 24px; position: relative; overflow: hidden;
}
.route-card-top::after {
  content: '\f1ba'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  position: absolute; right: -12px; bottom: -18px; font-size: 5.5rem; opacity: .12; color: var(--yellow);
}
.route-cities { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 1.1rem; }
.route-cities i { color: var(--yellow); }
.route-card-body { padding: 20px 24px; flex: 1; display: flex; flex-direction: column; }
.route-meta { display: flex; gap: 18px; color: var(--muted); font-size: .87rem; font-weight: 500; margin-bottom: 14px; flex-wrap: wrap; }
.route-meta i { color: var(--blue); margin-right: 5px; }
.route-price { font-size: 1.35rem; font-weight: 800; color: var(--blue); margin-bottom: 14px; }
.route-price small { font-size: .8rem; color: var(--muted); font-weight: 500; }
.route-card-body .btn { margin-top: auto; }

/* Tour Cards */
.tour-card { position: relative; }
.tour-img { position: relative; height: 230px; overflow: hidden; }
.tour-img img { width: 100%; height: 100%; object-fit: cover; transition: .6s; }
.tour-card:hover .tour-img img { transform: scale(1.1); }
.tour-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(6,34,90,.85)); }
.tour-duration {
  position: absolute; top: 16px; right: 16px; z-index: 2; background: var(--yellow);
  color: var(--blue-deep); font-weight: 700; font-size: .8rem; padding: 6px 14px; border-radius: 50px;
}
.tour-title { position: absolute; left: 20px; bottom: 16px; z-index: 2; color: #fff; font-size: 1.25rem; font-weight: 700; }
.tour-body { padding: 20px 24px; }
.tour-body p { color: var(--muted); font-size: .9rem; }
.tour-includes { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 16px; }
.tour-includes span { background: var(--bg-soft); color: var(--blue); font-size: .75rem; font-weight: 600; padding: 5px 12px; border-radius: 50px; }
.tour-price { font-weight: 800; color: var(--blue); font-size: 1.2rem; }
.tour-price small { color: var(--muted); font-weight: 500; font-size: .78rem; }

/* Fleet Cards */
.fleet-img { height: 210px; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.fleet-img img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.fleet-card:hover .fleet-img img { transform: scale(1.08); }
.fleet-body { padding: 22px 24px; }
.fleet-body h4 { font-size: 1.15rem; color: var(--blue-deep); }
.fleet-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 14px 0; }
.fleet-specs span { font-size: .83rem; color: var(--muted); font-weight: 500; }
.fleet-specs i { color: var(--yellow-dark); margin-right: 6px; width: 16px; }

/* Why Choose Us */
.why-card { display: flex; gap: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 24px; height: 100%; transition: .3s; }
.why-card:hover { background: rgba(255,193,7,.12); border-color: rgba(255,193,7,.5); transform: translateY(-4px); }
.why-icon { flex: 0 0 56px; height: 56px; background: var(--yellow); color: var(--blue-deep); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.why-card h5 { color: #fff; font-size: 1.05rem; }
.why-card p { color: #b8c9ea; font-size: .88rem; margin: 0; }
.section-blue { background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-dark) 100%); position: relative; overflow: hidden; }
.section-blue::before { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(rgba(255,193,7,.14), transparent 70%); top: -200px; right: -150px; }
.section-blue .section-head h2 { color: #fff; }
.section-blue .section-head p { color: #b8c9ea; }

/* Booking Process */
.step-card { text-align: center; position: relative; padding: 20px; }
.step-num {
  width: 84px; height: 84px; margin: 0 auto 18px; border-radius: 50%;
  background: #fff; border: 3px dashed var(--yellow); color: var(--blue);
  display: flex; align-items: center; justify-content: center; font-size: 1.9rem; position: relative;
}
.step-num::after {
  content: attr(data-step); position: absolute; top: -6px; right: -6px; width: 30px; height: 30px;
  background: var(--yellow); color: var(--blue-deep); font-size: .85rem; font-weight: 800;
  border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Poppins';
}
.step-card h5 { font-size: 1.05rem; color: var(--blue-deep); }
.step-card p { color: var(--muted); font-size: .88rem; }

/* Reviews */
.review-card { padding: 28px; }
.review-stars { color: var(--yellow-dark); margin-bottom: 12px; }
.review-card p { color: var(--muted); font-size: .93rem; font-style: italic; }
.review-user { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.review-avatar { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: var(--yellow); font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.review-user b { color: var(--blue-deep); display: block; line-height: 1.2; }
.review-user span { color: var(--muted); font-size: .8rem; }

/* Gallery */
.gallery-item { border-radius: var(--radius); overflow: hidden; position: relative; cursor: pointer; display: block; }
.gallery-item img { width: 100%; height: 240px; object-fit: cover; transition: .5s; }
.gallery-item::after {
  content: '\2b'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; inset: 0;
  background: rgba(0,87,217,.65); color: var(--yellow); font-size: 2rem;
  display: flex; align-items: center; justify-content: center; opacity: 0; transition: .4s;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-item:hover img { transform: scale(1.1); }

/* FAQ */
.accordion-item { border: 1px solid #e5edfb !important; border-radius: 14px !important; margin-bottom: 14px; overflow: hidden; box-shadow: var(--shadow); }
.accordion-button { font-weight: 600; color: var(--blue-deep); padding: 20px 24px; }
.accordion-button:not(.collapsed) { background: var(--blue); color: #fff; box-shadow: none; }
.accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.accordion-body { color: var(--muted); }

/* ---------- Booking Form ---------- */
.booking-card {
  background: #fff; border-radius: 20px; box-shadow: var(--shadow-lg);
  overflow: hidden; border-top: 5px solid var(--yellow);
}
.booking-card-head { background: linear-gradient(135deg, var(--blue-deep), var(--blue)); color: #fff; padding: 26px 30px; }
.booking-card-head h3 { font-size: 1.4rem; margin: 0; }
.booking-card-head h3 i { color: var(--yellow); }
.booking-card-head p { color: #b8c9ea; font-size: .88rem; margin: 4px 0 0; }
.booking-card form { padding: 30px; }
.form-label { font-weight: 600; font-size: .85rem; color: var(--blue-deep); }
.form-control, .form-select {
  border: 1.5px solid #dbe6f8; border-radius: 10px; padding: 11px 15px; font-size: .92rem; font-family: 'Poppins';
}
.form-control:focus, .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,87,217,.12); }
.booking-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.alert-booking { border-radius: 12px; padding: 16px 20px; margin-top: 10px; font-weight: 500; }

/* Contact */
.contact-info-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; height: 100%; text-align: center; border-bottom: 4px solid var(--yellow); }
.contact-info-card i { width: 64px; height: 64px; background: var(--bg-soft); color: var(--blue); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 16px; }
.contact-info-card h5 { color: var(--blue-deep); font-size: 1.05rem; }
.contact-info-card p, .contact-info-card a { color: var(--muted); font-size: .92rem; margin: 0; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); line-height: 0; }
.map-wrap iframe { width: 100%; height: 420px; border: 0; }

/* Page banner */
.page-banner {
  background: linear-gradient(110deg, rgba(3,22,60,.92), rgba(0,60,153,.8)), url('../images/banner.jpg') center/cover;
  color: #fff; padding: 90px 0 70px; text-align: center;
}
.page-banner h1 { font-size: 2.6rem; font-weight: 800; }
.page-banner h1 span { color: var(--yellow); }
.breadcrumb-nav { color: #b8c9ea; font-weight: 500; font-size: .9rem; margin-top: 8px; }
.breadcrumb-nav a { color: var(--yellow); }

/* ---------- Footer ---------- */
.site-footer { background: var(--blue-deep); color: #b8c9ea; }
.footer-top { padding: 70px 0 50px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 800; font-size: 1.3rem; }
.footer-brand small { display: block; font-size: .65rem; letter-spacing: 3px; color: var(--yellow); font-weight: 600; }
.footer-top h5 { color: #fff; font-size: 1.05rem; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.footer-top h5::after { content: ''; position: absolute; left: 0; bottom: 0; width: 38px; height: 3px; background: var(--yellow); border-radius: 3px; }
.footer-links { list-style: none; }
.footer-links li { padding: 5px 0; }
.footer-links a { color: #b8c9ea; font-size: .9rem; }
.footer-links a:hover { color: var(--yellow); padding-left: 6px; }
.footer-contact { list-style: none; }
.footer-contact li { padding: 7px 0; font-size: .9rem; display: flex; gap: 12px; }
.footer-contact i { color: var(--yellow); margin-top: 5px; }
.footer-contact a { color: #b8c9ea; }
.footer-contact a:hover { color: var(--yellow); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; display: flex; align-items: center; justify-content: center; }
.footer-social a:hover { background: var(--yellow); color: var(--blue-deep); transform: translateY(-3px); }
.footer-bottom { padding: 20px 0; font-size: .85rem; }
.footer-bottom a { color: var(--yellow); }
.footer-policies a { color: #b8c9ea; }
.footer-policies a:hover { color: var(--yellow); }

/* ---------- Floating Buttons ---------- */
.float-btn {
  position: fixed; right: 22px; width: 54px; height: 54px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.4rem;
  z-index: 1050; box-shadow: 0 8px 24px rgba(0,0,0,.25); border: 0; transition: .3s;
}
.float-btn:hover { transform: scale(1.1); color: #fff; }
.float-whatsapp { background: #25D366; bottom: 170px; animation: pulse 2s infinite; }
.float-call { background: var(--blue); bottom: 104px; }
.float-book { background: var(--yellow); color: var(--blue-deep) !important; bottom: 236px; }
.float-top { background: var(--blue-deep); bottom: 38px; opacity: 0; pointer-events: none; }
.float-top.show { opacity: 1; pointer-events: auto; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.55); }
  70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* Mobile CTA bar */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1049; display: flex;
  background: #fff; box-shadow: 0 -4px 20px rgba(0,0,0,.12);
}
.mobile-cta a { flex: 1; text-align: center; padding: 13px 6px; font-weight: 700; font-size: .9rem; color: var(--blue); }
.mobile-cta a.wa { background: #25D366; color: #fff; }
.mobile-cta a.bk { background: var(--yellow); color: var(--blue-deep); }

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .12s; } .reveal-d2 { transition-delay: .24s; } .reveal-d3 { transition-delay: .36s; }

/* Blog */
.blog-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); height: 100%; transition: .4s; border: 1px solid #e8effc; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.blog-card img { height: 210px; width: 100%; object-fit: cover; }
.blog-card-body { padding: 24px; }
.blog-meta { font-size: .8rem; color: var(--muted); margin-bottom: 8px; }
.blog-meta i { color: var(--yellow-dark); }
.blog-card h4 { font-size: 1.1rem; }
.blog-card h4 a { color: var(--blue-deep); }
.blog-card h4 a:hover { color: var(--blue); }
.blog-content h3 { color: var(--blue-deep); margin: 24px 0 10px; font-size: 1.3rem; }
.blog-content p { color: var(--muted); }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .mega-menu { padding: 16px; box-shadow: none; border: 0; }
  .hero-content h1, .hero-content h2 { font-size: 2.4rem; }
  .hero-slide { min-height: 540px; }
  .navbar-collapse { background: #fff; border-radius: 14px; padding: 12px; margin-top: 10px; box-shadow: var(--shadow); }
}
@media (max-width: 576px) {
  .section { padding: 56px 0; }
  .section-head h2 { font-size: 1.7rem; }
  .hero-content h1, .hero-content h2 { font-size: 1.9rem; }
  .hero-slide { min-height: 500px; }
  .page-banner h1 { font-size: 1.8rem; }
  body { padding-bottom: 52px; }
  .float-whatsapp { bottom: 190px; } .float-call { bottom: 126px; } .float-top { bottom: 62px; }
  .booking-card form { padding: 22px; }
}
