.elementor-1328 .elementor-element.elementor-element-1c949e2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e094614 */.price-section {
  margin-top: 40px;
}

.price-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.price-card {
  flex: 1;
  min-width: 260px;
  background: #f7f7f7;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

.price-card ul {
  text-align: left;
  margin-top: 10px;
}

.price {
  font-size: 26px;
  font-weight: bold;
  color: #ff2e88;
  margin: 10px 0;
}

.featured {
  border: 3px solid #ff2e88;
  transform: scale(1.05);
  background: #fff;
}

.most-popular {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff2e88;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 4px;
}

.cta-call,
.cta-book {
  display: block;
  margin-top: 10px;
  padding: 12px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.cta-call {
  background: #ff2e88;
  color: white;
}

.cta-call:hover {
  background: #e02574;
}

.cta-book {
  background: #333;
  color: white;
}

.cta-book:hover {
  background: #555;
}/* End custom CSS */