.elementor-7415 .elementor-element.elementor-element-34c6df7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8eac04d */.registration-container {
  max-width: 900px;
  margin: 40px auto;
  font-family: "Segoe UI", sans-serif;
}
.agency-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #eee;
  text-align: left;
}
.service-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #28a745;
  color: white;
  padding: 6px 15px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
}
.billing-notice {
  background: #f0f7ff;
  padding: 15px;
  border-left: 5px solid #4f46e5;
  margin: 20px 0;
  border-radius: 5px;
  font-size: 14px;
}
.payment-info-card {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
}
.payment-alert {
  background: #fffbeb;
  border: 1px solid #fcd34d;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.bank-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 15px;
}
.bank-item {
  background: white;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #fde68a;
  font-size: 13px;
}
input,
select,
textarea {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form-grid-phone {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 10px;
}
.main-btn {
  width: 100%;
  padding: 16px;
  background: #4f46e5;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.success-btn {
  background: #28a745;
}
.black-btn {
  background: #000;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
td,
th {
  border: 1px solid #eee;
  padding: 12px;
  text-align: center;
}
.header-input {
  border: 2px solid #4f46e5;
  text-align: center;
  font-weight: bold;
  color: #4f46e5;
}
.selection-card {
  border: 2px solid #eee;
  padding: 20px;
  margin: 10px 0;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.enabled {
  border-color: #28a745;
  background: #f0fff4;
}
.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f9f9f9;
}/* End custom CSS */