.elementor-173 .elementor-element.elementor-element-9798614{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-173 .elementor-element.elementor-element-3e13625{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-173 .elementor-element.elementor-element-9798614{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-4651784 */.elev8-footer {
  padding: 64px 48px 32px;
  background: #0F172A;
  border-top: 1px solid rgba(6, 182, 212, 0.08);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.elev8-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.elev8-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
  margin-bottom: 32px;
}

/* Brand column */
.elev8-footer-brand {
  max-width: 340px;
}

.elev8-footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 16px;
}

.elev8-footer-logo img {
  height: 36px;
  width: auto;
}

.elev8-footer-logo-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.elev8-footer-logo-text .e8 { color: #06B6D4; }
.elev8-footer-logo-text .health { color: #F8FAFC; }

.elev8-footer-brand p {
  font-size: 14px;
  color: #64748B;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* LinkedIn link */
.elev8-footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.elev8-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(6, 182, 212, 0.08);
  border: 1px solid rgba(6, 182, 212, 0.12);
  border-radius: 10px;
  color: #94A3B8;
  text-decoration: none;
  transition: all 0.25s ease;
}

.elev8-footer-social a:hover {
  background: rgba(6, 182, 212, 0.15);
  border-color: rgba(6, 182, 212, 0.3);
  color: #06B6D4;
  transform: translateY(-2px);
}

/* Link columns */
.elev8-footer-links {
  display: flex;
  gap: 64px;
}

.elev8-footer-col h5 {
  font-size: 12px;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 16px;
}

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

.elev8-footer-col ul li {
  margin-bottom: 0;
}

.elev8-footer-col a {
  display: block;
  font-size: 14px;
  color: #64748B;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.2s ease;
}

.elev8-footer-col a:hover {
  color: #06B6D4;
}

/* Bottom bar */
.elev8-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.elev8-footer-bottom p {
  font-size: 13px;
  color: #475569;
}

.elev8-footer-bottom-links {
  display: flex;
  gap: 24px;
}

.elev8-footer-bottom-links a {
  font-size: 13px;
  color: #475569;
  text-decoration: none;
  transition: color 0.2s ease;
}

.elev8-footer-bottom-links a:hover {
  color: #06B6D4;
}

/* Responsive */
@media (max-width: 768px) {
  .elev8-footer {
    padding: 48px 24px 24px;
  }

  .elev8-footer-top {
    flex-direction: column;
    gap: 36px;
  }

  .elev8-footer-brand {
    max-width: 100%;
  }

  .elev8-footer-links {
    gap: 32px;
    flex-wrap: wrap;
  }

  .elev8-footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .elev8-footer-bottom-links {
    justify-content: center;
  }
}/* End custom CSS */