.elementor-2496 .elementor-element.elementor-element-346c853d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-4867248e */.elba-footer {
  --ef-purple-deep: #1A0E4D;
  --ef-purple-dark: #2D1B69;
  --ef-purple: #4C1D95;
  --ef-purple-bright: #5B21B6;
  --ef-purple-soft: #EDE9FE;

  --ef-cream: #FFF8F0;
  --ef-cream-soft: rgba(255, 248, 240, 0.78);
  --ef-cream-muted: rgba(255, 248, 240, 0.6);

  --ef-gold: #E8A93C;
  --ef-gold-soft: #F6CE74;
  --ef-gold-deep: #8B5E18;

  --ef-rule-light: rgba(76, 29, 149, 0.10);
  --ef-rule-strong: rgba(76, 29, 149, 0.18);
  --ef-rule-dark: rgba(255, 248, 240, 0.12);
  --ef-tex-light: rgba(76, 29, 149, 0.05);
  --ef-tex-dark: rgba(255, 248, 240, 0.04);

  position: relative;
  width: 100%;
  background: var(--ef-purple);
  color: var(--ef-cream);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  isolation: isolate;
}

.elba-footer * { box-sizing: border-box; }

.elba-footer svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.elba-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.elba-footer-cta {
  position: relative;
  z-index: 1;
  width: 100%;
  background: linear-gradient(160deg, var(--ef-purple-deep) 0%, var(--ef-purple) 60%, var(--ef-purple-bright) 100%);
  padding: 56px 0;
  color: var(--ef-cream);
}

.elba-footer-cta-inner {
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 0 8%;
}

.elba-footer-cta-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ef-gold);
  padding: 5px 14px;
  border: 1px solid rgba(232, 169, 60, 0.5);
  border-radius: 4px;
  background: rgba(232, 169, 60, 0.10);
}

.elba-footer-cta-title {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3.2vw, 2.3rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ef-cream);
}

.elba-footer-cta-body {
  margin: 0 auto 28px;
  max-width: 580px;
  font-size: 1.12rem;
  line-height: 1.62;
  color: var(--ef-cream-soft);
}

.elba-footer-cta-btn {
  display: inline-block;
  padding: 16px 36px;
  background: var(--ef-gold);
  color: var(--ef-purple-deep) !important;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none !important;
  letter-spacing: 0.02em;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.elba-footer-cta-btn:hover,
.elba-footer-cta-btn:focus-visible {
  background: var(--ef-gold-soft);
  color: var(--ef-purple-deep) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.elba-footer-cta-btn:focus-visible {
  outline: 2px solid var(--ef-cream);
  outline-offset: 3px;
}

.elba-footer-main {
  position: relative;
  z-index: 1;
  width: 100%;
  background: var(--ef-cream);
  color: var(--ef-purple-dark);
  padding: 64px 0 48px;
  border-top: 4px solid var(--ef-gold);
  border-bottom: 1px solid var(--ef-rule-light);
}

.elba-footer-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(var(--ef-tex-light) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

.elba-footer-main > * { position: relative; z-index: 1; }

.elba-footer-main a {
  color: var(--ef-purple);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.elba-footer-main a:hover,
.elba-footer-main a:focus-visible {
  color: var(--ef-purple-deep);
  text-decoration: none;
}

.elba-footer-main a:focus-visible {
  outline: 2px solid var(--ef-purple);
  outline-offset: 3px;
  border-radius: 2px;
}

.elba-footer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding: 0 8%;
}

.elba-footer-col-heading {
  margin: 0 0 20px;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ef-purple);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ef-rule-strong);
}

.elba-footer-logo {
  display: inline-block;
  margin: 0 0 20px;
  text-decoration: none !important;
}

.elba-footer-logo img {
  display: block;
  width: 240px;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
  margin-left: -8px;
}

.elba-footer-tagline {
  margin: 0 0 16px;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--ef-purple-dark);
  max-width: 380px;
}

.elba-footer-service-area {
  margin: 0 0 24px;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ef-purple-dark);
  opacity: 0.75;
  font-style: italic;
  max-width: 380px;
}

.elba-footer-social {
  display: flex;
  gap: 12px;
  margin: 0;
}

.elba-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid var(--ef-purple);
  color: var(--ef-purple);
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.elba-footer .elba-footer-social-link svg,
.elba-footer .elba-footer-social-link svg path {
  width: 18px;
  height: 18px;
  fill: currentColor !important;
  stroke: none !important;
}

.elba-footer-social-link:hover,
.elba-footer-social-link:focus-visible {
  background: var(--ef-gold);
  border-color: var(--ef-gold);
  color: var(--ef-purple-deep);
  transform: translateY(-2px);
}

.elba-footer-social-link:focus-visible {
  outline: 2px solid var(--ef-purple);
  outline-offset: 3px;
}

.elba-footer-list li,
.elba-footer-contact-list li {
  margin: 0 0 12px;
}

.elba-footer-list a {
  font-size: 1.08rem;
  line-height: 1.55;
}

.elba-footer-contact-list { margin: 0 0 24px; }

.elba-footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.08rem;
  line-height: 1.55;
}

.elba-footer-contact-link svg {
  width: 18px;
  height: 18px;
  color: var(--ef-purple);
  flex-shrink: 0;
  transition: color 0.2s ease;
}

.elba-footer-contact-link:hover svg,
.elba-footer-contact-link:focus-visible svg {
  color: var(--ef-purple-deep);
}

.elba-footer-contact-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--ef-purple-deep) !important;
  text-decoration: none !important;
  background: var(--ef-gold);
  border: 1.5px solid var(--ef-gold);
  border-radius: 6px;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(232, 169, 60, 0.28);
}

.elba-footer-contact-btn:hover,
.elba-footer-contact-btn:focus-visible {
  background: var(--ef-gold-soft);
  border-color: var(--ef-gold-soft);
  color: var(--ef-purple-deep) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(232, 169, 60, 0.42);
}

.elba-footer-contact-btn:focus-visible {
  outline: 2px solid var(--ef-purple);
  outline-offset: 3px;
}

.elba-footer-legal {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 22px 0;
  background: var(--ef-purple-deep);
  color: var(--ef-cream);
  border-top: 1px solid var(--ef-rule-dark);
}

.elba-footer-legal-inner {
  width: 100%;
  padding: 0 8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 24px;
}

.elba-footer-legal a {
  color: var(--ef-cream-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease;
}

.elba-footer-legal a:hover,
.elba-footer-legal a:focus-visible {
  color: var(--ef-gold);
  text-decoration: none;
}

.elba-footer-legal a:focus-visible {
  outline: 2px solid var(--ef-gold);
  outline-offset: 3px;
  border-radius: 2px;
}

.elba-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  font-size: 0.95rem;
}

.elba-footer-legal-sep {
  color: var(--ef-cream-muted);
  font-size: 0.9rem;
  line-height: 1;
}

.elba-footer-copyright {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ef-cream-muted);
}

@media (max-width: 960px) {
  .elba-footer-cta-inner { padding: 0 5%; }
  .elba-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
    padding: 0 5%;
  }
  .elba-footer-legal-inner { padding: 0 5%; }
  .elba-footer-col-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .elba-footer-cta { padding: 44px 0; }
  .elba-footer-cta-inner { padding: 0 6%; }
  .elba-footer-main { padding: 48px 0 36px; }
  .elba-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 6%;
  }
  .elba-footer-legal { padding: 20px 0; }
  .elba-footer-legal-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 0 6%;
  }
  .elba-footer-legal-links { gap: 6px 10px; }
  .elba-footer-legal-sep { font-size: 0.85rem; }
}

@media (max-width: 360px) {
  .elba-footer-cta { padding: 36px 0; }
  .elba-footer-main { padding: 40px 0 32px; }
  .elba-footer-cta-btn { padding: 14px 28px; width: 100%; }
  .elba-footer-contact-btn { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .elba-footer a,
  .elba-footer-cta-btn,
  .elba-footer-contact-btn,
  .elba-footer-social-link,
  .elba-footer-contact-link svg { transition: none; }
}/* End custom CSS */