.elementor-2642 .elementor-element.elementor-element-59e62ba{margin-top:5em;margin-bottom:8.1em;}.elementor-2642 .elementor-element.elementor-element-90b780d{text-align:center;}.elementor-2642 .elementor-element.elementor-element-90b780d .elementor-heading-title{font-family:"Changa", Sans-serif;font-weight:700;}.elementor-2642 .elementor-element.elementor-element-35a7743{text-align:center;}.elementor-2642 .elementor-element.elementor-element-35a7743 .elementor-heading-title{text-transform:none;}@media(max-width:1024px){.elementor-2642 .elementor-element.elementor-element-59e62ba{margin-top:0em;margin-bottom:6em;}}@media(max-width:767px){.elementor-2642 .elementor-element.elementor-element-59e62ba{margin-top:0em;margin-bottom:5.5em;}.elementor-2642 .elementor-element.elementor-element-90b780d .elementor-heading-title{font-size:30px;}}/* Start custom CSS for html, class: .elementor-element-c435846 */.limova-pricing {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 80px 20px;
  background: #090A1A;
}

.plan-card {
  background: linear-gradient(180deg,#111,#0c0c0f);
  color: #fff;
  width: 100%;
  max-width: 360px;
  padding: 40px 35px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 40px rgba(0,0,0,0.6);
  transition: 0.4s ease;
}

.plan-card:hover {
  transform: translateY(-10px);
}

.plan-name {
  font-weight: 600;
  font-size: 20px;
  color: #fe0eff;
}

.plan-desc {
  font-size: 14px;
  color: #aaa;
  margin: 10px 0 25px;
  line-height: 1.5;
}

.price-box {
  margin-bottom: 25px;
}

.old-price {
  text-decoration: line-through;
  color: #666;
  margin-right: 10px;
  font-size: 18px;
}

.price {
  font-size: 42px;
  font-weight: 700;
}

.year {
  font-size: 14px;
  color: #aaa;
}

.btn-primary,
.btn-light {
  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-primary {
  background: linear-gradient(90deg,#fe0eff,#00d0ff);
  color: #fff;
  box-shadow: 0 0 20px rgba(255,140,0,0.6);
}

.btn-primary:hover {
  box-shadow: 0 0 30px rgba(255,140,0,0.9);
}

.btn-light {
  background: #fff;
  color: #111;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features li {
  margin-bottom: 14px;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}

.features li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #fe0eff;
  font-size: 14px;
}

.features li.disabled {
  color: #555;
}

.features li.disabled:before {
  content: "✖";
  color: #444;
}

/* Popular Plan */
.popular {
  border: 1px solid #fe0eff;
  transform: scale(1.05);
}

.popular-badge {
  position: absolute;
  top: -12px;
  right: 25px;
  background: #fe0eff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

/* Business Card */
.business {
  background: linear-gradient(180deg,#fe0eff,#00d0ff);
  color: #fff;
}

.business .plan-name {
  color: #fff;
}

.business .plan-desc {
  color: #ffe0b2;
}

.business .custom-price {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

/* -------------------------
   TABLET RESPONSIVE
--------------------------*/
@media (max-width: 1024px) {
  .limova-pricing {
    justify-content: center;
  }

  .plan-card {
    max-width: 48%;
  }

  .popular {
    transform: scale(1);
  }
}

/* -------------------------
   MOBILE RESPONSIVE
--------------------------*/
@media (max-width: 767px) {

  .limova-pricing {
    flex-direction: column;
    align-items: center;
    padding: 50px 15px;
  }

  .plan-card {
    max-width: 100%;
    padding: 35px 25px;
  }

  .price {
    font-size: 36px;
  }

  .btn-primary,
  .btn-light {
    width: 100%;
  }

  .popular {
    transform: scale(1);
  }
}/* End custom CSS */