selector .tm-image{
    transform: translateY(50%);
    z-index: 3;
    transition: ease-in-out 0.6s;
}
selector .tm-details{
    z-index: 2;
    transform: translateY(-50%);
    transition: ease-in-out 0.6s;
    opacity: 0;
}
selector:hover .tm-image, selector:hover .tm-details{
    transform: translateY(0);
    opacity: 1;
}
/* Kepala Sekolah */
.tipe-kepsek .wp-team-item {
  border: 3px solid #006699 !important;
  background-color: #e6f7ff !important;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 102, 153, 0.2);
}

/* Staff */
.tipe-staff .wp-team-item {
  border: 2px dashed #99cc00 !important;
  background-color: #f6fff0 !important;
  border-radius: 10px;
}

/* Guru */
.tipe-guru .wp-team-item {
  border: 2px solid #ccc !important;
  background-color: #f9f9f9 !important;
  border-radius: 10px;
}
