/* ===== Pricing Table Plugin Styles ===== */

.pt-pricing-wrap {
  padding: 60px 0;
  direction: rtl;
  font-family: 'Cairo', sans-serif;
}

.pt-pricing-card {
  background: #fff;
  border-radius: 16px;
  padding: 35px 25px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
  height: 100%;
  text-align: center;
}

.pt-pricing-card h3 {
  font-weight: 800;
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 22px;
}

/* تابات الفترة */
.pt-period-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.pt-period-tab {
  border: none;
  background: #f1f1f1;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .2s ease;
}

.pt-period-tab.active {
  background: #3aa655;
  color: #fff;
}

.pt-pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.pt-pricing-card ul li {
  color: #333;
  font-size: 15px;
  padding: 8px 0;
}

.pt-pricing-card hr {
  margin: 20px 0;
}

.pt-price-row {
  font-size: 15px;
  color: #333;
  margin-bottom: 18px;
}

.pt-price-row .pt-amount {
  color: #1e88e5;
  font-weight: 800;
  font-size: 26px;
  margin: 0 4px;
}

.pt-btn-subscribe {
  border: 1px solid #3aa655;
  color: #3aa655;
  background: #fff;
  border-radius: 30px;
  padding: 8px 40px;
  font-weight: 700;
  transition: all .2s ease;
  display: inline-block;
}

.pt-btn-subscribe:hover {
  background: #3aa655;
  color: #fff;
}

.pt-pricing-card.badge-gold h3 {
  color: #b8860b;
}
