/* Team Box */
.pqcew-team-box.pqcew-style-1 {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  text-align: center;
  padding: 40px 24px 24px 24px;
  transition: all 0.3s ease;
}

/* Hover Effect */
.pqcew-team-box.pqcew-style-1:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Team Image */
.pqcew-team-box.pqcew-style-1 .pqcew-team-media {
  margin-bottom: 45px;
}

.pqcew-team-box.pqcew-style-1 .pqcew-team-media .pqcew-team-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}

/* Team Details */

.pqcew-team-box.pqcew-style-1 .pqcew-team-name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #111;
}

.pqcew-team-box.pqcew-style-1 .pqcew-member-designation {
  font-size: 18px;
  line-height: 26px;
  color: #666;
}
