
.pttop {
    padding-top: 50px !important;
}

.discount {
  font-size: 15.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 4px 12px;
  border-radius: 5px;
  background: rgba(198, 226, 124, 0.25);
  width: 100%;
  margin-bottom: 34px;
}

.pricing-features ul {
  text-align: right !important;
  padding-right: 20px !important;
}

.pricing-features ul li.center {
  text-align: center !important;
}

.pricing-price {
  font-size: 30px !important;
}

.pricing-price span.price-tenure {
  font-size: 12px !important;
}

.faq-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

.faq-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.faq-question {
    cursor: pointer;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-plus {
    font-size: 20px;
    line-height: 1;
    margin-left: 8px;
}

.faq-answer {
    display: none;
    padding: 15px;
    font-size: 12px;
    line-height: 1.7;
    border-top: 1px solid #eee;
}

/* Container */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  direction: rtl;
  font-family: 'yekan', sans-serif;
}

/* Card */
.card {
  flex: 1 1 300px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
}

/* Card Header */
.card-header {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #f7f7f7;
}

.card-title {
  flex: 1;
  font-weight: bold;
  color: #000;
}

.card-flag {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  max-height: 50px;
  max-width: 50px;
}

.card-flag img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* Card Body */
.card-body {
  padding: 10px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.7);
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  color: #000;
}

.card-content .providers {
  margin-bottom: 20px;
  font-weight: bold;
}

.card-content .features {
  margin-bottom: 5px;
  font-size: 14px;
}

.card-content .location {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
}

.inline-flag {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

/* Card Footer */
.card-footer {
  padding: 8px;
  text-align: center;
  background: #fff;
}

.btn {
  display: inline-block;
  padding: 8px 16px;
  background: #d0d0d0;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s;
}

.btn:hover {
  background: #b0b0b0;
}
