/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 06 2026 | 09:14:42 */
.content-team {
	clip-path: polygon(0px 20%, 100% 0px, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -150px;
    left: 0px;
    transform: translateY(-120px);
	transition: 0.3s ease-in-out !important;
}

.main-team-images {
	position: relative;
    overflow: hidden;
}

.team-image:hover + .content-team {
	bottom: 0px;
    visibility: visible;
    opacity: 1;
	transform: translateY(0);
}

.content-team {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}





.main-team-images {
    position: relative;
    overflow: hidden;
}

/* Default hidden state */
.main-team-images .content-team {
    clip-path: polygon(0px 20%, 100% 0px, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 0.35s ease-in-out;
}

/* Image + Content BOTH hover support */
.main-team-images:hover .content-team {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
