.team-area .site-title-tagline {
  color: #F18600;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.team-area {
  background: #f5f7fa;
}

.team-area .team-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e3e6ec;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.team-area .team-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.team-area .team-item .team-img {
  border-radius: 0;
  overflow: hidden;
  background: #f0f2f5;
}

.team-area .team-item .team-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.3s ease;
}

.team-area .team-item .team-img img.no-photo {
  object-fit: contain;
  padding: 30px;
}

.team-area .team-item:hover .team-img img {
  transform: scale(1.05);
}

.team-area .team-item .team-content {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 20px;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
}

.team-area .team-item .team-bio h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

.team-area .team-item .team-bio span {
  font-size: 14px;
}

.team-area .team-item .team-contact {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.team-area .team-item .team-contact a {
  display: block;
  color: #555;
  font-size: 13px;
  text-decoration: none;
  padding: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-area .team-item .team-contact a:hover {
  color: #F18600;
}

.team-area .team-item .team-contact a i {
  color: #F18600;
  margin-right: 5px;
  width: 16px;
}
