.pss-project-slider {
  margin: 30px auto;
}

.pss-project-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 8px 22px rgba(0,0,0,0.15);
  margin: 10px;
}

.pss-project-image {
  position: relative;
}

.pss-project-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.pss-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  color: #fff;
}

.pss-overlay h3 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

.pss-project-content {
  padding: 18px;
}

.pss-status {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  background: #e6f4ea;
  color: #1a7f37;
  margin-bottom: 10px;
}

.pss-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 18px;
  background: #0d6efd;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.pss-btn:hover {
  background: #084298;
}
