.elementor-2947 .elementor-element.elementor-element-f208a05{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a2d569a *//* =========================
   USA 3 COLUMN PRICING
========================= */

.usa-pricing-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 60px 20px;
  flex-wrap: wrap;
}

.usa-pricing-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 35px;
  width: 320px;
  box-shadow: 0 20px 50px rgba(13, 43, 79, 0.07);
  border: 1px solid #eef2ff;
  transition: 0.3s ease;
}

.usa-pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(13, 43, 79, 0.15);
}

/* Popular Card Highlight */
.usa-popular {
  transform: scale(1.05);
  border: 2px solid #053B75;
  box-shadow: 0 35px 80px rgba(37, 99, 235, 0.2);
}

.usa-popular:hover {
  transform: scale(1.05) translateY(-10px);
}

/* Badge */
.usa-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #053B75, #2563eb);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

/* Titles */
.usa-plan-title {
  font-size: 22px;
  font-weight: 700;
  color: #053B75;
  text-align: center;
  margin-bottom: 5px;
}

.usa-plan-sub {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-bottom: 25px;
}

/* Price */
.usa-price {
  text-align: center;
  margin-bottom: 30px;
}

.usa-price .currency {
  font-size: 22px;
  vertical-align: top;
  color: #1d4ed8;
  font-weight: 600;
}

.usa-price .amount {
  font-size: 48px;
  font-weight: 700;
  color: #1d4ed8;
  letter-spacing: -1px;
}

.usa-price .billing {
  display: block;
  font-size: 14px;
  color: #888;
  margin-top: 5px;
}

/* Features */
.usa-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.usa-features li {
  padding: 10px 0;
  font-size: 15px;
  color: #444;
  border-bottom: 1px solid #f1f1f1;
}

.usa-features li:last-child {
  border-bottom: none;
}

/* Button */
.usa-btn {
  display: block;
  text-align: center;
  background: linear-gradient(90deg, #053B75, #2563eb);
  color: white !important;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.usa-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}

/* Responsive */
@media (max-width: 992px) {
  .usa-pricing-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .usa-pricing-card {
    width: 100%;
    max-width: 400px;
  }

  .usa-popular {
    transform: scale(1);
  }
}/* End custom CSS */