/* Pricing */
.pricing-section {
  text-align: center;
  padding: 40px 0;
  background: #fff;
}

.pricing-subtitle {
  color: var(--primary-color);
  font-size: 16px;
  margin-bottom: 10px;
}

.pricing-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.pricing-card {
  border: 1px solid var(--primary-color);
  padding: 32px 15px 8px 15px; 
}

@media screen and (max-width: 992px) {
  .pricing-card.card {
    margin-bottom: 32px;
  }
}

.price-range {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background-color: var(--primary-color);
  padding: 4px 10px;
  border-radius: 6px 6px 0 0;
  z-index: 1;
  white-space: nowrap;
}

.price-range span {
  font-size: 24px;
}

.price-title {
  margin-bottom: 16px;
}

.recommend-title {
  background-color: #fff8f0;
  padding: 8px;
  font-size: 18px;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
}

.recommend-title::after {
  content: "";
  position: absolute;
  top: 100%; 
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff8f0; 
}

.pricing-card .hexa-list {
  font-size: 18px;
}
