.elementor-5008 .elementor-element.elementor-element-09b65fd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e83321f */.tl-staff-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 390px;
  aspect-ratio: 391 / 437;
  border-radius: 28px;
  background: #e9e9e9;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.tl-staff-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.tl-staff-card__overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.tl-staff-card__overlay::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 22px;
  background: linear-gradient(
    180deg,
    rgba(0, 123, 115, 0.95) 0%,
    rgba(0, 123, 115, 0.92) 20%,
    rgba(0, 123, 115, 0.80) 40%,
    rgba(0, 123, 115, 0.60) 60%,
    rgba(0, 123, 115, 0.35) 75%,
    rgba(255, 255, 255, 0.25) 88%,
    rgba(255, 255, 255, 0.45) 100%
  );
  transform: translateY(20px);
  transition: transform 0.35s ease;
}

.tl-staff-card__content {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 24px;
  z-index: 2;
  transform: translateY(18px);
  transition: transform 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tl-staff-card__name {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 700;
  color: #ffffff;
}

.tl-staff-card__role {
  margin: 2px 0 14px;
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}

.tl-staff-card__text {
  margin: 0;
  max-width: 260px;
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
}

.tl-staff-card__socials {
  margin-top: 28px;
}

.tl-staff-card__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  transition: all 0.25s ease;
}

.tl-staff-card__socials a:hover {
  background: #ffffff;
  color: #007b73;
  transform: translateY(-2px);
}

.tl-staff-card:hover .tl-staff-card__overlay {
  opacity: 1;
}

.tl-staff-card:hover .tl-staff-card__overlay::before {
  transform: translateY(0);
}

.tl-staff-card:hover .tl-staff-card__content {
  transform: translateY(0);
}

.tl-staff-card:hover .tl-staff-card__image {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .tl-staff-card {
    border-radius: 22px;
  }

  .tl-staff-card__overlay::before {
    inset: 16px;
    border-radius: 18px;
  }

  .tl-staff-card__content {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 20px;
  }

  .tl-staff-card__name {
    font-size: 1.5rem;
  }

  .tl-staff-card__role {
    margin: 2px 0 12px;
    font-size: 0.9rem;
  }

  .tl-staff-card__text {
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .tl-staff-card__socials {
    margin-top: 22px;
  }
}/* End custom CSS */