:root {
  --royal: #064fc0;
  --sky: #39c8ff;
  --gold: #f6c84c;
  --orange: #ff7a1a;
  --navy: #06142d;
  --deep: #020916;
  --ink: #15233a;
  --muted: #637089;
  --line: #e7edf6;
  --white: #ffffff;
  --soft: #f5f9ff;
  --shadow: 0 28px 80px rgba(7, 24, 50, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(57, 200, 255, 0.1), transparent 32%), var(--white);
  line-height: 1.65;
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section-pad { padding: 86px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(7, 88, 201, 0.08);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 36px rgba(7, 24, 50, 0.12); background: rgba(255, 255, 255, 0.96); }
.nav-wrap { min-height: 96px; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; min-width: 138px; }
.brand-logo {
  width: 128px;
  height: 78px;
  object-fit: contain;
  border-radius: 8px;
  background: #000;
  padding: 5px;
  box-shadow: 0 14px 34px rgba(6, 79, 192, 0.16);
}
.brand strong { display: block; line-height: 1.1; font-size: 1rem; }
.brand small { color: var(--muted); font-size: 0.76rem; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: 0.94rem; font-weight: 800; }
.main-nav a { color: #23324d; transition: color 0.2s ease, background 0.2s ease; white-space: nowrap; padding: 10px 12px; border-radius: 8px; }
.main-nav a:hover, .main-nav a.active { color: var(--royal); }
.main-nav a:hover { background: #edf7ff; }
.call-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--navy), #0b2d66);
  color: var(--white);
  font-weight: 800;
  font-size: 0.88rem;
  white-space: nowrap;
}
.menu-toggle {
  display: none;
  border: 0;
  background: var(--royal);
  color: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 8px;
  font-size: 1.1rem;
}

.hero {
  min-height: calc(100vh - 96px);
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 72% 18%, rgba(246, 200, 76, 0.24), transparent 25%),
    linear-gradient(105deg, rgba(2, 9, 22, 0.92), rgba(6, 79, 192, 0.72), rgba(2, 9, 22, 0.38)),
    url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=2000&q=90") center/cover;
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 9, 22, 0.5), transparent 52%), radial-gradient(circle at center, transparent 35%, rgba(2, 9, 22, 0.38));
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background: linear-gradient(0deg, var(--white), transparent);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 780px) minmax(280px, 380px); gap: 46px; align-items: end; padding: 104px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.hero h1, .page-hero h1, h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.05;
  margin: 12px 0 18px;
  letter-spacing: 0;
}
.hero h1 { font-size: clamp(3rem, 6vw, 6.9rem); max-width: 880px; text-shadow: 0 18px 48px rgba(0, 0, 0, 0.34); }
.hero p { max-width: 720px; font-size: 1.15rem; color: rgba(255, 255, 255, 0.88); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: linear-gradient(135deg, var(--orange), var(--gold)); color: #271504; box-shadow: 0 14px 34px rgba(255, 122, 26, 0.28); }
.btn-light { background: var(--white); color: var(--royal); }
.btn-whatsapp { background: #16b85e; color: var(--white); }
.glow { animation: glow 2.2s ease-in-out infinite; }
@keyframes glow { 0%,100% { box-shadow: 0 0 0 rgba(255, 122, 26, 0.2), 0 14px 34px rgba(255, 122, 26, 0.25); } 50% { box-shadow: 0 0 28px rgba(245, 189, 33, 0.55), 0 18px 40px rgba(255, 122, 26, 0.38); } }
.hero-card {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.3);
}
.hero-card img { height: 230px; }
.hero-card div { padding: 22px; }
.hero-card small { display: block; color: var(--gold); font-weight: 900; text-transform: uppercase; margin-bottom: 4px; }
.hero-card strong { display: block; font-size: 1.35rem; }
.hero-card span { color: rgba(255, 255, 255, 0.82); }
.hero-plane { position: absolute; z-index: 1; top: 22%; left: -80px; font-size: 2.2rem; color: var(--gold); animation: fly 12s linear infinite; }
@keyframes fly { from { transform: translateX(0) translateY(30px) rotate(12deg); } to { transform: translateX(calc(100vw + 160px)) translateY(-80px) rotate(12deg); } }
.hero-map { position: absolute; inset: 0; opacity: 0.26; background-image: radial-gradient(circle, rgba(255,255,255,0.5) 1px, transparent 1px); background-size: 34px 34px; animation: mapDrift 16s linear infinite; }
@keyframes mapDrift { to { background-position: 160px 80px; } }
.hero-cloud {
  position: absolute;
  width: 260px;
  height: 68px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  filter: blur(18px);
  z-index: 1;
  animation: cloudDrift 18s ease-in-out infinite;
}
.cloud-one { top: 16%; right: 14%; }
.cloud-two { bottom: 18%; left: 42%; animation-delay: -7s; }
@keyframes cloudDrift { 0%,100% { transform: translateX(-24px); } 50% { transform: translateX(42px); } }
.hero-orbit {
  position: absolute;
  right: 7%;
  bottom: 13%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(246, 200, 76, 0.28);
  border-radius: 50%;
  z-index: 1;
  animation: spin 22s linear infinite;
}
.hero-orbit::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 52px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 28px var(--gold);
}
@keyframes spin { to { transform: rotate(360deg); } }
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-stats span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(12px);
  font-weight: 700;
}
.hero-stats strong { color: var(--gold); }

.strip-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.strip-grid-premium { grid-template-columns: repeat(4, 1fr); }
.strip-card { position: relative; min-height: 235px; overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); border: 1px solid rgba(255, 255, 255, 0.65); }
.strip-card::after, .package-card::after, .why-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,24,50,0.76), transparent 58%); pointer-events: none; }
.strip-card img, .package-card img, .service-card img, .why-card img, .masonry img { transition: transform 0.55s ease; }
.strip-card:hover img, .package-card:hover img, .service-card:hover img, .why-card:hover img, .masonry figure:hover img { transform: scale(1.08); }
.strip-card span { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 16px; color: var(--white); font-weight: 800; font-size: 1.05rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.image-frame { height: 520px; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); position: relative; }
.image-frame::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,0.72); z-index: 1; border-radius: 8px; pointer-events: none; }
.section-copy h2, .section-head h2 { font-size: clamp(2rem, 4vw, 3.7rem); color: var(--navy); }
.section-copy p, .section-head p { color: var(--muted); }
.check-list { padding: 0; margin: 24px 0; list-style: none; display: grid; gap: 10px; }
.check-list li::before { content: "✓"; color: var(--royal); font-weight: 900; margin-right: 10px; }

.packages-band { background: radial-gradient(circle at 20% 10%, rgba(57, 200, 255, 0.16), transparent 28%), linear-gradient(135deg, var(--deep), var(--navy) 55%, #082d68); color: var(--white); position: relative; overflow: hidden; }
.packages-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.18;
}
.packages-band .container { position: relative; z-index: 1; }
.packages-band .section-head h2, .packages-band .section-head p { color: var(--white); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.package-card {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  border-radius: 8px;
  background: #10264b;
  box-shadow: 0 24px 70px rgba(0,0,0,0.24);
  border: 1px solid rgba(255, 255, 255, 0.16);
  isolation: isolate;
}
.package-card::after { background: linear-gradient(0deg, rgba(2, 9, 22, 0.92), rgba(6, 79, 192, 0.08) 62%, transparent); }
.package-card div { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; color: var(--white); }
.package-card h3 { margin: 0 0 6px; font-size: 1.28rem; }
.package-card p { margin: 0; color: rgba(255,255,255,0.82); font-size: 0.94rem; }
.package-card small {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  color: rgba(255,255,255,0.9);
  font-weight: 800;
}
.package-card small i { color: var(--gold); }
.package-badge {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  padding: 7px 11px;
  border-radius: 8px;
  background: rgba(246, 200, 76, 0.94);
  color: #201000;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.package-card a { display: inline-block; margin-top: 12px; color: var(--gold); font-weight: 800; }
.light-packages .package-card { box-shadow: var(--shadow); }

.service-grid, .why-grid, .testimonial-grid, .mini-card-grid { display: grid; gap: 22px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(7,24,50,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card img { height: 210px; }
.service-card i { margin: 20px 22px 0; width: 46px; height: 46px; border-radius: 8px; display: grid; place-items: center; background: #eaf5ff; color: var(--royal); font-size: 1.25rem; }
.service-card h3, .service-card p { margin-left: 22px; margin-right: 22px; }
.service-card p { color: var(--muted); margin-bottom: 24px; }

.gallery { background: var(--soft); }
.masonry { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 16px; }
.masonry figure { margin: 0; position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0 16px 44px rgba(7,24,50,0.1); }
.masonry .tall { grid-row: span 2; }
.masonry .wide { grid-column: span 2; }
.masonry figcaption { position: absolute; inset: auto 14px 14px; z-index: 2; color: var(--white); font-weight: 800; opacity: 0; transform: translateY(12px); transition: 0.25s ease; }
.masonry figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,24,50,0.75), transparent); opacity: 0; transition: 0.25s ease; }
.masonry figure:hover::after, .masonry figure:hover figcaption { opacity: 1; transform: translateY(0); }

.why-grid { grid-template-columns: repeat(3, 1fr); }
.why-card { position: relative; min-height: 380px; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); color: var(--white); }
.why-card h3, .why-card p { position: absolute; z-index: 2; left: 22px; right: 22px; }
.why-card h3 { bottom: 72px; margin: 0; font-size: 1.45rem; }
.why-card p { bottom: 18px; margin: 0; color: rgba(255,255,255,0.82); }

.destinations-showcase {
  background: linear-gradient(180deg, #ffffff, #eef7ff);
}
.destination-tiles {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: 250px;
  gap: 18px;
}
.destination-tile {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.destination-tile.large { grid-row: span 2; }
.destination-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 9, 22, 0.78), transparent 62%);
}
.destination-tile img { transition: transform 0.6s ease; }
.destination-tile:hover img { transform: scale(1.08); }
.destination-tile div {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 20px;
  color: var(--white);
}
.destination-tile span {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
}
.destination-tile h3 {
  margin: 6px 0 0;
  font-size: 1.35rem;
  line-height: 1.15;
}

.counter-band { padding: 48px 0; background: linear-gradient(135deg, var(--royal), #0d9de3); color: var(--white); }
.counters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.counters strong { display: block; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1; font-weight: 800; }
.counters span { color: rgba(255,255,255,0.86); font-weight: 700; }

.testimonial-grid { grid-template-columns: repeat(2, 1fr); }
.testimonial { border: 1px solid var(--line); border-radius: 8px; padding: 30px; box-shadow: 0 18px 50px rgba(7,24,50,0.08); background: var(--white); }
.stars { color: var(--gold); letter-spacing: 0; font-weight: 900; }
.testimonial p { color: var(--muted); font-size: 1.02rem; }

.mini-card-grid { grid-template-columns: repeat(4, 1fr); }
.mini-card { padding: 26px; border-radius: 8px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(7,24,50,0.08); transition: transform 0.25s ease; }
.mini-card:hover { transform: translateY(-7px); }
.mini-card i { color: var(--orange); font-size: 1.55rem; margin-bottom: 14px; }
.mini-card strong, .mini-card span { display: block; }
.mini-card span { color: var(--muted); overflow-wrap: anywhere; }

.enquiry { background: linear-gradient(135deg, #eef7ff, #fff8e6); }
.enquiry-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 42px; align-items: center; }
.enquiry-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 26px; background: var(--white); border-radius: 8px; box-shadow: var(--shadow); }
.enquiry-form textarea, .enquiry-form button { grid-column: 1 / -1; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 14px 15px; font: inherit; color: var(--ink); outline: none; }
input:focus, textarea:focus { border-color: var(--royal); box-shadow: 0 0 0 4px rgba(7,88,201,0.1); }

.page-hero {
  min-height: 430px;
  display: grid;
  align-items: center;
  color: var(--white);
  background: linear-gradient(110deg, rgba(7,24,50,0.82), rgba(7,88,201,0.58)), url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1800&q=85") center/cover;
}
.about-hero { background-image: linear-gradient(110deg, rgba(7,24,50,0.82), rgba(7,88,201,0.58)), url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1800&q=85"); }
.package-hero { background-image: linear-gradient(110deg, rgba(7,24,50,0.82), rgba(7,88,201,0.58)), url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=85"); }
.contact-hero { background-image: linear-gradient(110deg, rgba(7,24,50,0.82), rgba(7,88,201,0.58)), url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&w=1800&q=85"); }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.8rem); max-width: 850px; }
.page-hero p { color: rgba(255,255,255,0.86); max-width: 700px; font-size: 1.1rem; }
.story-band { background: var(--navy); color: var(--white); }
.stats-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.story-band h2 { color: var(--white); font-size: clamp(2rem, 4vw, 3.5rem); }
.story-band p { color: rgba(255,255,255,0.78); }
.stats-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stats-cards div { padding: 24px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; }
.stats-cards strong { display: block; color: var(--gold); font-size: 2rem; }
.contact-note { display: flex; gap: 12px; padding: 18px; background: var(--white); border-radius: 8px; box-shadow: 0 14px 35px rgba(7,24,50,0.08); }
.contact-note i { color: var(--royal); font-size: 1.4rem; padding-top: 4px; }

.footer { background: radial-gradient(circle at 18% 0, rgba(57, 200, 255, 0.14), transparent 32%), #030c1d; color: rgba(255,255,255,0.76); padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer h3, .footer h4 { color: var(--white); margin: 0 0 16px; }
.footer-logo {
  width: 160px;
  height: 112px;
  object-fit: contain;
  background: #000;
  border-radius: 8px;
  padding: 7px;
  margin-bottom: 18px;
  box-shadow: 0 18px 44px rgba(57, 200, 255, 0.13);
}
.footer a { display: block; margin: 8px 0; transition: color 0.2s ease; }
.footer a:hover { color: var(--gold); }
.copyright { text-align: center; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 44px; padding: 18px; font-size: 0.9rem; }
.float-btn { position: fixed; z-index: 90; bottom: 22px; width: 54px; height: 54px; border-radius: 8px; display: grid; place-items: center; color: var(--white); font-size: 1.28rem; box-shadow: 0 16px 36px rgba(0,0,0,0.22); }
.float-call { left: 22px; background: var(--royal); }
.float-whatsapp { right: 22px; background: #16b85e; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .main-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 102px;
    display: grid;
    gap: 0;
    padding: 14px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
  }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 12px; border-radius: 8px; }
  .main-nav a:hover { background: var(--soft); }
  .menu-toggle { display: grid; place-items: center; }
  .call-pill { margin-left: auto; }
  .hero-grid, .split, .enquiry-grid, .stats-layout { grid-template-columns: 1fr; }
  .strip-grid, .card-grid, .destination-tiles { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .why-grid, .mini-card-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: auto; }
  .destination-tile.large { grid-row: span 1; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 22px, 1180px); }
  .section-pad { padding: 62px 0; }
  .nav-wrap { min-height: 86px; }
  .brand { min-width: 0; }
  .brand-logo { width: 96px; height: 64px; padding: 4px; }
  .call-pill { display: none; }
  .main-nav { top: 92px; left: 11px; right: 11px; }
  .hero-grid { padding: 58px 0 86px; gap: 24px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.7rem); }
  .hero p, .page-hero p { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-card { display: none; }
  .hero-stats { gap: 8px; }
  .hero-stats span { width: 100%; justify-content: space-between; }
  .hero-orbit { display: none; }
  .strip-grid, .card-grid, .service-grid, .why-grid, .testimonial-grid, .mini-card-grid, .counters, .stats-cards, .destination-tiles { grid-template-columns: 1fr; }
  .strip-card { min-height: 240px; }
  .package-card { min-height: 350px; }
  .image-frame { height: 360px; }
  .masonry { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .masonry .tall, .masonry .wide { grid-row: auto; grid-column: auto; }
  .why-card { min-height: 340px; }
  .enquiry-form { grid-template-columns: 1fr; padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-logo { width: 142px; height: 98px; }
  .page-hero { min-height: 380px; }
  .float-btn { bottom: 16px; width: 50px; height: 50px; }
  .float-call { left: 16px; }
  .float-whatsapp { right: 16px; }
}
