.elementor-38 .elementor-element.elementor-element-98cd321{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2a53ee7 *//* =============================================
   coverage.css — Apple "Liquid Glass" Light Theme
   Pure CSS — zero JavaScript required
   Accent: #2B96E0
   ============================================= */

/* ── Section ───────────────────────────────── */
.coverage {
  position: relative;
  padding: 110px 0 130px;
  overflow: hidden;
  background: #f0f4f8;
  font-family: 'DM Sans', sans-serif;
  color: #1a2332;

  /* subtle noise texture for depth */
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
}

/* ── Liquid orbs — CSS-only water effect ────── */
.coverage__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  will-change: transform;
}

.coverage__orb--1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(43,150,224,0.28) 0%, rgba(100,190,255,0.12) 60%, transparent 100%);
  top: -180px; right: -120px;
  animation: orbDrift1 12s ease-in-out infinite alternate;
}
.coverage__orb--2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(120,210,255,0.22) 0%, rgba(43,150,224,0.08) 60%, transparent 100%);
  bottom: -140px; left: -100px;
  animation: orbDrift2 15s ease-in-out infinite alternate;
}
.coverage__orb--3 {
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(200,235,255,0.45) 0%, rgba(43,150,224,0.10) 70%, transparent 100%);
  top: 40%; left: 38%;
  animation: orbDrift3 18s ease-in-out infinite alternate;
}
.coverage__orb--4 {
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(255,255,255,0.7) 0%, rgba(160,220,255,0.15) 70%, transparent 100%);
  top: 15%; left: 15%;
  animation: orbDrift4 10s ease-in-out infinite alternate;
}

@keyframes orbDrift1 {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(-40px, 50px) scale(1.08); }
}
@keyframes orbDrift2 {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(50px, -40px) scale(1.1); }
}
@keyframes orbDrift3 {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(-30px, -50px) scale(0.92); }
}
@keyframes orbDrift4 {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(30px, 40px) scale(1.12); }
}

/* ── Container ─────────────────────────────── */
.coverage__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* ── Header ────────────────────────────────── */
.coverage__header {
  text-align: center;
  margin-bottom: 64px;
}

.coverage__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2B96E0;
  background: rgba(43,150,224,0.10);
  border: 1px solid rgba(43,150,224,0.22);
  border-radius: 100px;
  padding: 5px 16px;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.coverage__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(50px, 7.5vw, 92px);
  line-height: 0.95;
  letter-spacing: 0.03em;
  color: #0f1c2e;
}
.coverage__title em {
  font-style: normal;
  color: #2B96E0;
}

.coverage__subtitle {
  margin-top: 18px;
  font-size: 17px;
  color: #5a6a7a;
  font-weight: 300;
  max-width: 480px;
  margin-inline: auto;
  line-height: 1.65;
}
.coverage__subtitle strong {
  color: #1a2332;
  font-weight: 600;
}

/* ── Body layout ───────────────────────────── */
.coverage__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

/* ── Map side ──────────────────────────────── */
.coverage__map-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 32px;
}

/* Glass card shared style */
.glass-card {
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border: 1px solid rgba(255,255,255,0.75);
  box-shadow:
    0 2px 0 rgba(255,255,255,0.9) inset,
    0 20px 60px rgba(43,100,180,0.10),
    0 4px 16px rgba(43,100,180,0.06);
}

.coverage__map-frame {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border: 1px solid rgba(255,255,255,0.75);
  box-shadow:
    0 2px 0 rgba(255,255,255,0.9) inset,
    0 24px 70px rgba(43,100,180,0.12),
    0 4px 16px rgba(43,100,180,0.06);
  position: relative;
}
.coverage__map-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}
.coverage__map-frame iframe {
  display: block;
  width: 100%; height: 100%;
}

/* Stats bar */
.coverage__map-stat {
  border-radius: 16px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border: 1px solid rgba(255,255,255,0.75);
  box-shadow:
    0 2px 0 rgba(255,255,255,0.9) inset,
    0 12px 40px rgba(43,100,180,0.08);
}
.coverage__map-stat .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  flex: 1;
}
.stat__number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #2B96E0;
  letter-spacing: 0.04em;
}
.stat__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7a8fa8;
  font-weight: 500;
}
.stat__divider {
  width: 1px;
  height: 32px;
  background: rgba(43,100,180,0.12);
}

/* ── Areas panel ───────────────────────────── */
.coverage__areas {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
  border: 1px solid rgba(255,255,255,0.75);
  box-shadow:
    0 2px 0 rgba(255,255,255,0.9) inset,
    0 24px 70px rgba(43,100,180,0.10),
    0 4px 16px rgba(43,100,180,0.06);
}

/* Panel heading */
.areas__panel-header {
  padding: 18px 24px 16px;
  border-bottom: 1px solid rgba(43,100,180,0.08);
  background: rgba(255,255,255,0.3);
  position: relative;
}
.areas__panel-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #2B96E0;
  text-transform: uppercase;
}
.areas__panel-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 24px;
  width: 48px; height: 2px;
  background: linear-gradient(90deg, #2B96E0, rgba(43,150,224,0));
  border-radius: 2px;
}

/* Panel body */
.areas__panel {
  padding: 24px 20px 20px;
}

.areas__note {
  font-size: 13px;
  color: #8a9db5;
  margin-bottom: 18px;
  font-style: italic;
  letter-spacing: 0.01em;
}

/* Tags grid */
.areas__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
  gap: 8px;
}

.area-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #1e3448;
  letter-spacing: 0.01em;
  border-radius: 10px;

  /* liquid glass pill */
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow:
    0 1px 0 rgba(255,255,255,1) inset,
    0 3px 10px rgba(43,100,180,0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}
.area-tag:hover {
  background: rgba(43,150,224,0.10);
  border-color: rgba(43,150,224,0.35);
  color: #1565b0;
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.9) inset,
    0 8px 24px rgba(43,100,180,0.14);
}

/* CTA strip */
.areas__cta {
  border-top: 1px solid rgba(43,100,180,0.08);
  background: rgba(240,248,255,0.5);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.areas__cta p {
  font-size: 14px;
  color: #7a8fa8;
  margin: 0;
}

.coverage .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 24px;
  border-radius: 100px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;

  /* liquid glass button */
  background: linear-gradient(135deg, #3ba8f0 0%, #2B96E0 50%, #1a80cc 100%);
  border: 1px solid rgba(255,255,255,0.4);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.35) inset,
    0 6px 20px rgba(43,150,224,0.35),
    0 2px 6px rgba(43,150,224,0.2);

  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.coverage .cta-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.35) inset,
    0 10px 32px rgba(43,150,224,0.42),
    0 4px 10px rgba(43,150,224,0.25);
  background: linear-gradient(135deg, #4ab6ff 0%, #2B96E0 50%, #1875be 100%);
}

/* ── Responsive ────────────────────────────── */
@media (max-width: 900px) {
  .coverage__body {
    grid-template-columns: 1fr;
  }
  .coverage__map-wrapper {
    position: static;
  }
}

@media (max-width: 560px) {
  .coverage {
    padding: 80px 0 100px;
  }
  .coverage__header {
    margin-bottom: 48px;
  }
  .areas__grid {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  }
  .coverage__map-stat {
    padding: 14px 16px;
  }
  .stat__number {
    font-size: 24px;
  }
  .areas__cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}/* End custom CSS */