.therapc-wrap { padding: 10px 0; }
.therapc-swiper { position: relative; overflow: hidden; }

/* slide card */
.therapc-card {
  background: none;
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: 10px;
  box-shadow: none;
}

/* circular image */
.therapc-photo {
  width: 180px;
  height: 180px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,0.3);
}
.therapc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* typography */
.therapc-title {
  font-size: 22px!important;
  line-height: 1.2!important;
  margin: 4px 0!important;
  font-weight: 700!important;
  color: #fff!important;
}
.therapc-excerpt {
  font-size: 16px!important;
  opacity: 1!important;
  margin: 2px 0!important;
  color: #fff!important;
}
.therapc-condition {
  font-size: 14px;
  margin-top: 2px;
  color: #fff;
}
.therapc-condition span {
  font-weight: 700;
  color: #fff;
}

/* swiper nav */
.therapc-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  cursor: pointer;
  z-index: 10;
  backdrop-filter: blur(2px);
}
.therapc-prev { left: 10px; }  /* move arrows inside wrapper */
.therapc-next { right: 10px; }
.therapc-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.therapc-prev::before { transform: rotate(-135deg); }
.therapc-next::before { transform: rotate(45deg); }

/* hide pagination */
.therapc-pagination { display: none !important; }

/* responsive */
@media (max-width: 1024px) {
  .therapc-photo { width: 150px; height: 150px; }
  .therapc-title { font-size: 20px; }
}
@media (max-width: 640px) {
  .therapc-photo { width: 120px; height: 120px; }
  .therapc-title { font-size: 18px; }
}
