.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-97 .elementor-element.elementor-element-9377f7b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-97 .elementor-element.elementor-element-b28598f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b28598f *//* =============================================
   footer.css — Light Futuristic Footer
   4-column layout · No coverage section
   Accent: #2B96E0
   ============================================= */

:root {
  --ft-bg:        #f0f5fb;
  --ft-surface:   rgba(255,255,255,0.72);
  --ft-border:    rgba(43,150,224,0.13);
  --ft-border2:   rgba(255,255,255,0.85);
  --ft-accent:    #2B96E0;
  --ft-accent-dk: #1a75b8;
  --ft-text:      #1a2d3f;
  --ft-muted:     #6a85a0;
  --ft-urgent:    #e03b2b;
  --ft-radius:    14px;
  --ft-ease:      cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Wrapper ───────────────────────────────── */
.footer {
  position: relative;
  background: var(--ft-bg);
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
  color: var(--ft-text);
}
.footer::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* ── Grid ──────────────────────────────────── */
.footer__bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(43,150,224,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43,150,224,0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0.4) 85%, transparent 100%);
  animation: ftGridDrift 22s linear infinite;
}
@keyframes ftGridDrift {
  from { background-position: 0 0; }
  to   { background-position: 50px 50px; }
}

/* ── Orbs ──────────────────────────────────── */
.footer__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}
.footer__orb--1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(43,150,224,0.16) 0%, transparent 70%);
  top: -140px; right: -80px;
  animation: ftOrb1 14s ease-in-out infinite alternate;
}
.footer__orb--2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(43,150,224,0.10) 0%, transparent 70%);
  bottom: -80px; left: -60px;
  animation: ftOrb2 18s ease-in-out infinite alternate;
}
.footer__orb--3 {
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(200,235,255,0.5) 0%, transparent 70%);
  top: 40%; left: 42%;
  animation: ftOrb3 11s ease-in-out infinite alternate;
}
@keyframes ftOrb1 { from{transform:translate(0,0) scale(1)} to{transform:translate(-30px,40px) scale(1.1)} }
@keyframes ftOrb2 { from{transform:translate(0,0) scale(1)} to{transform:translate(40px,-30px) scale(1.08)} }
@keyframes ftOrb3 { from{transform:translate(0,0) scale(1)} to{transform:translate(-20px,-30px) scale(0.9)} }

/* ── Top accent line ───────────────────────── */
.footer__top-line {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%, rgba(43,150,224,0) 5%,
    rgba(43,150,224,0.6) 30%, #2B96E0 50%,
    rgba(43,150,224,0.6) 70%, rgba(43,150,224,0) 95%, transparent 100%
  );
  z-index: 3;
}
.footer__top-line::after {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(6px);
  opacity: 0.4;
}

/* ── Inner ─────────────────────────────────── */
.footer__inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 32px 32px;
}

/* ═══════════════════════════════════════════
   TRUST BAR
═══════════════════════════════════════════ */
.footer__trust-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(20px) saturate(1.6);
  -webkit-backdrop-filter: blur(20px) saturate(1.6);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 18px;
  padding: 20px 28px;
  margin-bottom: 52px;
  box-shadow:
    0 2px 0 rgba(255,255,255,0.95) inset,
    0 12px 40px rgba(43,100,180,0.09),
    0 2px 8px rgba(43,100,180,0.05);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 120px;
  justify-content: center;
  padding: 6px 8px;
}
.trust-item__icon { font-size: 22px; line-height: 1; flex-shrink: 0; }
.trust-item__body { display: flex; flex-direction: column; gap: 1px; }
.trust-item__value {
  font-size: 14px;
  font-weight: 700;
  color: var(--ft-text);
  line-height: 1.2;
  white-space: nowrap;
}
.trust-item__label {
  font-size: 11px;
  color: var(--ft-muted);
  font-weight: 400;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.trust-sep {
  width: 1px;
  height: 36px;
  background: rgba(43,150,224,0.12);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════
   MAIN GRID — 4 equal columns
═══════════════════════════════════════════ */
.footer__top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 48px;
}

/* ── Brand col ─────────────────────────────── */
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__logo { display: inline-block; text-decoration: none; }
.footer__logo-img {
  max-width: 185px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(43,100,180,0.12));
}
.footer__tagline {
  font-size: 13px;
  color: var(--ft-muted);
  line-height: 1.75;
  font-weight: 300;
}
.footer__socials { display: flex; gap: 8px; }
.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 9px;
  border: 1px solid var(--ft-border);
  background: var(--ft-surface);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--ft-muted);
  text-decoration: none;
  transition: color .22s var(--ft-ease), border-color .22s var(--ft-ease),
              background .22s var(--ft-ease), transform .22s var(--ft-ease),
              box-shadow .22s var(--ft-ease);
}
.social-btn:hover {
  color: var(--ft-accent);
  border-color: rgba(43,150,224,0.4);
  background: rgba(43,150,224,0.07);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(43,150,224,0.18);
}
.footer__accreds {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.accred-badge {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 6px;
  padding: 4px 10px;
  white-space: nowrap;
  border: 1px solid;
}
.accred-badge--green  { color: #1a7a3c; background: rgba(26,122,60,0.07);  border-color: rgba(26,122,60,0.2); }
.accred-badge--blue   { color: #1a60a8; background: rgba(26,96,168,0.07);  border-color: rgba(26,96,168,0.2); }
.accred-badge--orange { color: #b85a00; background: rgba(184,90,0,0.07);   border-color: rgba(184,90,0,0.2); }
.accred-badge--grey   { color: #4a5a6a; background: rgba(74,90,106,0.07);  border-color: rgba(74,90,106,0.2); }

/* ── Nav cols ──────────────────────────────── */
.footer__col { display: flex; flex-direction: column; }
.footer__col-heading {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ft-accent);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ft-border);
  position: relative;
}
.footer__col-heading::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 28px; height: 2px;
  background: var(--ft-accent);
  border-radius: 2px;
}
.footer__links {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.footer__link {
  display: block;
  padding: 7px 10px;
  font-size: 13.5px;
  font-weight: 400;
  color: var(--ft-muted);
  text-decoration: none;
  border-radius: 7px;
  border: 1px solid transparent;
  position: relative;
  transition: color .2s var(--ft-ease), background .2s var(--ft-ease),
              border-color .2s var(--ft-ease), transform .2s var(--ft-ease),
              padding-left .2s var(--ft-ease);
}
.footer__link::before {
  content: '›';
  position: absolute;
  left: 2px; top: 50%;
  transform: translateY(-50%) translateX(-4px);
  opacity: 0;
  color: var(--ft-accent);
  font-size: 15px;
  transition: opacity .2s var(--ft-ease), transform .2s var(--ft-ease);
}
.footer__link:hover {
  color: var(--ft-accent-dk);
  background: rgba(43,150,224,0.055);
  border-color: rgba(43,150,224,0.1);
  transform: translateX(6px);
  padding-left: 16px;
}
.footer__link:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.footer__link--urgent {
  color: var(--ft-urgent) !important;
  font-weight: 600;
}
.footer__link--urgent::before { color: var(--ft-urgent) !important; }
.footer__link--urgent:hover {
  background: rgba(224,59,43,0.06) !important;
  border-color: rgba(224,59,43,0.18) !important;
  color: var(--ft-urgent) !important;
}

/* ── CTA / Contact col ─────────────────────── */
.footer__cta-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__cta-col .footer__col-heading {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ft-accent);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ft-border);
  position: relative;
}
.footer__cta-col .footer__col-heading::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 28px; height: 2px;
  background: var(--ft-accent);
  border-radius: 2px;
}

/* Call card */
.footer__call-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--ft-radius);
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(135deg, #3aa8f2 0%, #2B96E0 55%, #1a7cc8 100%);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.3) inset,
    0 10px 32px rgba(43,150,224,0.28),
    0 3px 8px rgba(43,150,224,0.16);
  transition: transform .22s var(--ft-ease), box-shadow .22s var(--ft-ease);
}
.footer__call-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255,255,255,0.12), transparent);
  pointer-events: none;
}
.footer__call-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.3) inset,
    0 16px 44px rgba(43,150,224,0.38),
    0 5px 14px rgba(43,150,224,0.24);
}
.call-card__pulse {
  position: absolute;
  top: 12px; right: 12px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #7fffcc;
  animation: ftCallPulse 2s ease-in-out infinite;
}
@keyframes ftCallPulse {
  0%  { box-shadow: 0 0 0 0   rgba(127,255,204,0.55); }
  70% { box-shadow: 0 0 0 9px rgba(127,255,204,0); }
  100%{ box-shadow: 0 0 0 0   rgba(127,255,204,0); }
}
.call-card__icon {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.25);
  flex-shrink: 0;
}
.call-card__body { display: flex; flex-direction: column; gap: 2px; }
.call-card__label {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.82;
}
.call-card__number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; letter-spacing: 0.06em; line-height: 1;
}

/* Contact rows */
.footer__contact-items {
  display: flex;
  flex-direction: column;
  background: var(--ft-surface);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--ft-border2);
  border-radius: var(--ft-radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(43,100,180,0.06);
}
.footer__contact-row,
.footer__hours {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  font-size: 12px; color: var(--ft-muted);
  text-decoration: none;
  border-bottom: 1px solid rgba(43,150,224,0.07);
  transition: background .2s ease, color .2s ease;
}
.footer__contact-row:last-child,
.footer__hours { border-bottom: none; }
.footer__contact-row svg,
.footer__hours svg { color: var(--ft-accent); flex-shrink: 0; opacity: 0.7; }
.footer__contact-row:hover {
  background: rgba(43,150,224,0.05);
  color: var(--ft-accent-dk);
}

/* Mini trust */
.footer__mini-trust { display: flex; flex-direction: column; gap: 8px; }
.mini-trust-card {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.88);
  box-shadow: 0 2px 8px rgba(43,100,180,0.05);
}
.mini-trust-card__icon { font-size: 13px; flex-shrink: 0; }
.mini-trust-card__text { font-size: 12px; font-weight: 600; color: var(--ft-text); line-height: 1.3; }

/* Response bar */
.footer__response-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 12px;
  border-radius: 9px;
  background: rgba(43,150,224,0.05);
  border: 1px solid rgba(43,150,224,0.13);
  font-size: 12px; color: var(--ft-muted);
}
.footer__response-bar strong { color: var(--ft-accent-dk); font-weight: 700; }
.response-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #22c97a; flex-shrink: 0;
  animation: ftCallPulse 2.2s ease-in-out infinite;
}

/* ── Divider ───────────────────────────────── */
.footer__divider {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 28px;
}
.divider__left, .divider__right {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43,150,224,0.2), transparent);
}
.divider__diamond {
  display: flex;
  animation: diamondSpin 10s linear infinite;
}
@keyframes diamondSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ── Bottom ────────────────────────────────── */
.footer__bottom {
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.footer__copy { font-size: 12px; color: var(--ft-muted); line-height: 1.6; }
.footer__legal { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.footer__legal-link {
  font-size: 12px; color: var(--ft-muted);
  text-decoration: none;
  transition: color .2s ease;
}
.footer__legal-link:hover { color: var(--ft-accent); }
.footer__legal-sep { color: rgba(43,150,224,0.25); font-size: 14px; }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer__brand { grid-column: 1 / -1; }
  /* brand spans full width; 2 nav cols + cta col fill next rows */
  .footer__cta-col {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: start;
  }
  .footer__cta-col .footer__col-heading { grid-column: 1 / -1; }
  .footer__mini-trust { flex-direction: row; }
}

@media (max-width: 860px) {
  .trust-sep { display: none; }
  .trust-item { flex: 0 0 calc(33.33% - 8px); justify-content: flex-start; }
}

@media (max-width: 640px) {
  .footer__inner { padding: 48px 20px 28px; }
  .footer__top { grid-template-columns: 1fr; gap: 32px; }
  .footer__brand { grid-column: auto; }
  .footer__cta-col { grid-column: auto; grid-template-columns: 1fr; }
  .footer__mini-trust { flex-direction: column; }
  .footer__bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .trust-item { flex: 0 0 calc(50% - 8px); }
  .footer__trust-bar { padding: 16px 18px; gap: 8px; }
}

@media (max-width: 420px) {
  .footer__logo-img { max-width: 150px; }
  .trust-item { flex: 0 0 100%; }
}/* End custom CSS */