.elementor-388 .elementor-element.elementor-element-5aa349e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f56d163 *//* ================================
   MAIN WRAPPER
================================ */
.digital-packages {
  max-width: 720px;
  margin: 50px auto;
  padding: 32px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  font-family: 'Inter', sans-serif;
}

/* ================================
   LOGO + TITLE
================================ */
.top-logo {
  text-align: center;
  margin-bottom: 24px;
}

.logo-circle {
  font-size: 32px;
  background: #f3f4f6;
  color: #4b5563;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  margin: 0 auto 10px;
}

.service-title {
  font-size: 22px;
  font-weight: 600;
  color: #111827;
}

/* ================================
   FEATURES
================================ */
.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}

.feature-item {
  font-size: 14px;
  color: #374151;
  background: #f9fafb;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

/* ================================
   PACKAGE OPTIONS
================================ */
.package-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.package-item {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  transition: border 0.2s ease, background-color 0.2s ease;
}

.package-item:hover {
  border-color: #4f46e5;
}

.package-item.selected {
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #ffffff;
}

.package-item.selected .count {
  color: #ffffff;
}


.package-item .count {
  flex: 1;
}

/* ================================
   PRICE + CHECKOUT
================================ */
.package-actions {
  text-align: center;
  margin-top: 32px;
}

.package-price .disc {
  font-size: 24px;
  font-weight: 700;
  color: #4f46e5;
}

.package-price .reg {
  font-size: 16px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-left: 8px;
}

.buy-now-btn {
  margin-top: 14px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  background-color: #4f46e5;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.buy-now-btn:hover {
  background-color: #4338ca;
}

.saving-text {
  margin-top: 10px;
  font-size: 14px;
  color: #10b981;
  font-weight: 500;
}/* End custom CSS */