.contact-page {
  font-family: 'Work Sans', sans-serif;
  background:
    radial-gradient(900px 460px at 20% 0%, rgba(var(--theme-primary-rgb), .10) 0%, rgba(var(--theme-primary-rgb), 0) 55%),
    radial-gradient(900px 420px at 85% 20%, rgba(var(--theme-primary-rgb), .08) 0%, rgba(var(--theme-primary-rgb), 0) 55%),
    #f7f9fb;
}

.contact-wrap {
  max-width: 1100px;
}

.contact-kicker {
  color: var(--theme-primary);
  font-weight: 900;
  letter-spacing: .34em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-title {
  color: #0f172a;
  font-weight: 900;
  font-size: clamp(36px, 4.8vw, 58px);
  letter-spacing: -1px;
  line-height: 1.02;
  margin-bottom: 8px;
}

.contact-sub {
  font-size: 15.5px;
  line-height: 1.9;
  max-width: 760px;
  color: #5b667a;
}

.contact-social {
  margin-top: 18px !important;
}

.contact-social-label {
  color: #98a2b3;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: .20em;
  line-height: 1.4;
  text-transform: uppercase;
}

.social-btn {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(16, 24, 40, .08);
  background: rgba(255, 255, 255, .85);
  display: grid;
  place-items: center;
  color: #344054;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(16, 24, 40, .06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.social-btn i {
  font-size: 18px;
  line-height: 1;
}

.social-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(16, 24, 40, .10);
  border-color: rgba(var(--theme-primary-rgb), .25);
}

.social-btn.is-static {
  cursor: default;
  opacity: .78;
}

.social-btn.is-static:hover {
  transform: none;
  box-shadow: 0 10px 22px rgba(16, 24, 40, .06);
  border-color: rgba(16, 24, 40, .08);
}

.social-btn.ig {
  color: #C13584;
}

.social-btn.fb {
  color: #1877F2;
}

.social-btn.wa {
  color: #25D366;
}

.social-btn.yt {
  color: #FF0033;
}

.social-btn.tt {
  color: #111111;
}

.contact-card {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(16, 24, 40, .06);
  border-radius: 16px;
  padding: 20px 18px 22px;
  text-align: center;
  box-shadow: 0 16px 34px rgba(16, 24, 40, .08);
}

.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(var(--theme-primary-rgb), .12);
  color: var(--theme-primary);
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
}

.contact-icon i {
  font-size: 20px;
}

.contact-card-title {
  font-weight: 900;
  color: #101828;
  margin-bottom: 10px;
  font-size: 15px;
}

.contact-card-text {
  color: #667085;
  font-size: 13.5px;
  line-height: 1.75;
}

.contact-link {
  color: #475467;
  text-decoration: none;
  font-weight: 800;
}

.contact-link:hover {
  color: var(--theme-primary);
}

.contact-muted {
  color: #98a2b3;
  font-weight: 600;
  font-size: 11.5px;
}

.contact-map-inner {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(16, 24, 40, .12);
  border: 1px solid rgba(16, 24, 40, .06);
  background: linear-gradient(180deg, rgba(var(--theme-primary-rgb), .12), rgba(var(--theme-primary-rgb), .06));
}

.map-placeholder {
  height: clamp(180px, 26vw, 260px);
  position: relative;
  overflow: hidden;
  background: #e8f5ee;
}

.map-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 17, 32, .14) 0%, rgba(11, 17, 32, .22) 100%);
  pointer-events: none;
}

.map-pill {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(16, 24, 40, .08);
  box-shadow: 0 16px 34px rgba(16, 24, 40, .10);
  width: min(360px, 86%);
  z-index: 2;
}

.map-pill-dot {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: rgba(var(--theme-primary-rgb), .14);
  border: 1px solid rgba(var(--theme-primary-rgb), .20);
}

.map-pill-title {
  font-weight: 900;
  font-size: 10.5px;
  letter-spacing: .11em;
  color: #101828;
}

.map-pill-sub {
  font-size: 12px;
  line-height: 1.35;
  color: #667085;
}

@media (max-width: 575.98px) {
  .contact-title {
    font-size: 40px;
  }

  .contact-sub {
    font-size: 15px;
  }
}
