
.pcs-swiper {
  width: 100%;
  padding: 30px 0;
  position: relative;
}
.pcs-slide {
  display: flex;
  justify-content: center;
}
.pcs-card {
  width: 95%;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-family: 'Poppins', sans-serif;
}
.pcs-img-container {
  position: relative;
}
.pcs-img-container img {
  width: 100%;
  height: auto;
  display: block;
}
.pcs-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f9b21d;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 0;
  z-index: 2;
}
.pcs-overlay-text {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.pcs-overlay-text h2 {
  font-size: 20px;
  margin: 0;
}
.pcs-overlay-text .pcs-location {
  margin: 2px 0 0;
  font-size: 14px;
  color: #eee;
}
.pcs-info {
  padding: 15px;
}
.pcs-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 10px;
}
.pcs-btn {
  display: inline-block;
  background: linear-gradient(to right, #f9b21d, #f7941d);
  color: #000;
  padding: 10px 15px;
  border-radius: 0;
  font-weight: bold;
  text-decoration: none;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000;
  z-index: 10;
}
