

.websima-leaders-swiper {
  padding-bottom: 50px;
  position: relative;
}

.websima-leaders-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
  margin: 10px;
  transition: 0.3s;
}

.websima-leaders-image-wrapper {
  background: linear-gradient(to top, #f0edeb 0%, rgba(240, 237, 235, 0) 100%);
  border-radius: 0 0 12px 12px;
  padding-top: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  z-index: 1;
}

.websima-leaders-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #218873 0%, rgba(33, 136, 115, 0) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.websima-leaders-image-wrapper img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.websima-leaders-content {
  padding: 20px 15px;
}

.websima-leaders-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.websima-leaders-role {
  font-size: 14px;
  color: var(--color1);
  margin-bottom: 20px;
  font-weight: 500;
}

.websima-leaders-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.websima-leaders-socials a {
  width: 35px;
  height: 35px;
  background: #b4b4b4;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s;
  text-decoration: none;
}

.websima-leaders-download {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.websima-leaders-download i {
  font-size: 18px;
}

.websima-leaders-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.websima-leaders-navigation .swiper-nav {
  cursor: pointer;
  font-size: 24px;
  color: #333;
  transition: 0.3s;
}

.websima-leaders-socials a:hover {
  background: var(--color2);
}

.websima-leaders-download:hover {
  color: var(--color1);
}

.websima-leaders-card:hover .websima-leaders-navigation .swiper-nav {
  color: var(--color1);
}

.websima-leaders-card:hover .websima-leaders-image-wrapper::before {
  opacity: 1;
}
