.pricing {
  background-color: #000;
  color: #fff;
}

.pricing-card {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-card.featured {
  border-color: #fff;
  background: #2a2a2a;
}

.pricing-card h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.pricing-card .price {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}

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

.pricing-card ul li {
  padding: 8px 0;
  color: #ccc;
  border-bottom: 1px solid #333;
}

.pricing-card ul li:last-child {
  border-bottom: none;
}

.natural-approach {
  background-color: #000;
  border-top: 1px solid #333;
}

.contact {
  padding-top: 7rem !important;
  padding-bottom: 5rem !important;
}