.elementor-1496 .elementor-element.elementor-element-0655c40{--display:flex;}.elementor-1496 .elementor-element.elementor-element-ccab58b{--display:flex;}.elementor-1496 .elementor-element.elementor-element-10ded3b{--display:flex;}.elementor-1496 .elementor-element.elementor-element-5856857{text-align:center;}.elementor-1496 .elementor-element.elementor-element-5856857 .elementor-heading-title{color:#FF7A00;}.elementor-1496 .elementor-element.elementor-element-2ff6dfb{--display:flex;}.elementor-1496 .elementor-element.elementor-element-41d849a{--display:flex;}.elementor-1496 .elementor-element.elementor-element-49db1ed{--display:flex;}.elementor-1496 .elementor-element.elementor-element-d199eb9{--display:flex;}.elementor-1496 .elementor-element.elementor-element-0892230{text-align:center;}.elementor-1496 .elementor-element.elementor-element-0892230 .elementor-heading-title{color:#FF7A00;}.elementor-1496 .elementor-element.elementor-element-0892230 .elementor-heading-title a{transition-duration:0.7s;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-ccab58b */.pricing {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  width: 300px;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  position: relative;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card.popular {
  border: 2px solid #ff7a00;
  transform: scale(1.05);
}

.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ff7a00;
  color: white;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 20px;
}

.title {
  text-align: center;
  font-weight: bold;
  color: #555;
}

.price {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin: 20px 0;
}

.features {
  list-style: none;
  padding: 0;
}

.features li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.features li::before {
  content: "✔";
  color: green;
  margin-right: 10px;
}

.btn {
  display: block;
  text-align: center;
  background: #ff7a00;
  color: white;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 15px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-49db1ed */.pricing {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  width: 300px;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  position: relative;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card.popular {
  border: 2px solid #ff7a00;
  transform: scale(1.05);
}

.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ff7a00;
  color: white;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 20px;
}

.title {
  text-align: center;
  font-weight: bold;
  color: #555;
}

.price {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin: 20px 0;
}

.features {
  list-style: none;
  padding: 0;
}

.features li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.features li::before {
  content: "✔";
  color: green;
  margin-right: 10px;
}

.btn {
  display: block;
  text-align: center;
  background: #ff7a00;
  color: white;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 15px;
}/* End custom CSS */