.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-463 .elementor-element.elementor-element-d4cc80f{--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;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-463 .elementor-element.elementor-element-9098333 .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-463 .elementor-element.elementor-element-d4cc80f{--content-width:1500px;}}/* Start custom CSS for shortcode, class: .elementor-element-7ddb21a *//* ================================================
   CF7 PERSONAL SPONSORSHIP FORM — Zenobia Branded
   ================================================ */

.cf7-steps {
  font-family: 'Segoe UI', sans-serif;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  border-top: 4px solid #1a2e5a;
  box-shadow: 0 4px 24px rgba(26, 46, 90, 0.08);
}

/* ── Step Indicator ──────────────────────────── */
.cf7-step-indicator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.cf7-step-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.cf7-step-dot span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #dde3ef;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  transition: background 0.3s, color 0.3s;
}

.cf7-step-dot.active span,
.cf7-step-dot.done span {
  background: #1a2e5a;
  color: #fff;
}

.cf7-step-dot label {
  font-size: 11px;
  color: #888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.cf7-step-dot.active label {
  color: #1a2e5a;
}

.cf7-step-line {
  flex: 1;
  height: 2px;
  background: #dde3ef;
  margin: 0 12px 18px 12px;
}

/* ── Step Title ──────────────────────────────── */
.cf7-step-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a2e5a;
  border-bottom: 2px solid #e8edf5;
  padding-bottom: 8px;
  margin: 0 0 20px 0;
}

/* ── Grid rows ───────────────────────────────── */
.cf7-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.cf7-col {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  box-sizing: border-box;
}

.cf7-col-full {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  box-sizing: border-box;
}

/* ── Labels ─────────────────────────────────── */
.cf7-steps label {
  font-size: 12px;
  font-weight: 700;
  color: #1a2e5a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.cf7-steps .required {
  color: #c0392b;
}

/* ── Inputs ─────────────────────────────────── */
.cf7-steps input[type="text"],
.cf7-steps input[type="email"],
.cf7-steps input[type="tel"],
.cf7-steps input[type="date"],
.cf7-steps select,
.cf7-steps textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid #dde3ef;
  border-radius: 5px;
  font-size: 14px;
  color: #222;
  background: #f7f9fc;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.cf7-steps textarea {
  min-height: 110px;
  resize: vertical;
}

.cf7-steps input::placeholder,
.cf7-steps textarea::placeholder {
  color: #aab2c8;
  font-size: 13px;
}

.cf7-steps input:focus,
.cf7-steps select:focus,
.cf7-steps textarea:focus {
  outline: none;
  border-color: #1a2e5a;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26, 46, 90, 0.1);
}

/* ── Checkboxes & Radios ─────────────────────── */
.cf7-steps .wpcf7-radio,
.cf7-steps .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px 0;
}

.cf7-steps .wpcf7-list-item {
  margin: 0 !important;
}

.cf7-steps .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
  cursor: pointer;
  background: #f0f3fa;
  border: 1.5px solid #dde3ef;
  border-radius: 4px;
  padding: 6px 12px;
  transition: background 0.15s, border-color 0.15s;
  user-select: none;
}

.cf7-steps .wpcf7-list-item label:hover {
  background: #e2e8f5;
  border-color: #1a2e5a;
}

.cf7-steps .wpcf7-list-item input[type="checkbox"],
.cf7-steps .wpcf7-list-item input[type="radio"] {
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px;
  margin: 0 !important;
  accent-color: #1a2e5a;
  cursor: pointer;
}

.cf7-steps .wpcf7-list-item.checked label {
  background: #1a2e5a;
  color: #fff;
  border-color: #1a2e5a;
}

/* ── Disclaimer ──────────────────────────────── */
.cf7-disclaimer {
  background: #f0f3fa;
  border: 1.5px solid #dde3ef;
  border-left: 4px solid #1a2e5a;
  border-radius: 5px;
  padding: 14px 18px;
  font-size: 13px;
  color: #444;
  line-height: 1.7;
}

.cf7-disclaimer a {
  color: #c07d1a;
  font-weight: 700;
  text-decoration: none;
}

.cf7-disclaimer a:hover {
  text-decoration: underline;
}

/* Acceptance checkbox — override pill styles */
.cf7-steps .wpcf7-acceptance .wpcf7-list-item {
  align-items: flex-start;
  gap: 10px;
}

.cf7-steps .wpcf7-acceptance .wpcf7-list-item label {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-weight: 400;
  color: #444;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}

.cf7-steps .wpcf7-acceptance .wpcf7-list-item label:hover {
  background: none !important;
  border: none !important;
}

.cf7-steps .wpcf7-acceptance .wpcf7-list-item.checked label {
  background: none !important;
  color: #444 !important;
}

.cf7-steps .wpcf7-acceptance input[type="checkbox"] {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  margin-top: 2px !important;
  accent-color: #1a2e5a;
  cursor: pointer;
}

/* ── Navigation buttons ──────────────────────── */
.cf7-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 2px solid #e8edf5;
  position: relative;
  z-index: 10;
}

.cf7-btn-next,
.cf7-btn-back {
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.cf7-btn-next {
  background: #1a2e5a;
  color: #fff;
  margin-left: auto;
}

.cf7-btn-next:hover {
  background: #c07d1a;
  transform: translateY(-1px);
}

.cf7-btn-back {
  background: #e8edf5;
  color: #1a2e5a;
}

.cf7-btn-back:hover {
  background: #dde3ef;
}

/* ── Submit button ───────────────────────────── */
.cf7-steps .wpcf7-submit {
  padding: 12px 36px;
  background: #1a2e5a;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  position: relative;
  z-index: 10;
  pointer-events: auto !important;
}

.cf7-steps .wpcf7-submit:hover {
  background: #c07d1a;
  transform: translateY(-1px);
}

.cf7-steps .wpcf7-submit:active {
  transform: translateY(0);
}

.cf7-steps .wpcf7-spinner {
  display: none;
}

/* ── Validation ──────────────────────────────── */
.cf7-steps .wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: 11px;
  margin-top: 3px;
}

.cf7-steps .wpcf7-not-valid {
  border-color: #c0392b !important;
  background: #fff5f5 !important;
}

.cf7-steps .wpcf7-response-output {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 5px;
  font-size: 13px;
  border: 1.5px solid #dde3ef;
}

/* ── Conditional hidden row ──────────────────── */
.cf7-other-wishes-row {
  overflow: hidden;
  transition: all 0.3s ease;
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 600px) {
  .cf7-steps {
    padding: 20px 16px;
  }
  .cf7-row {
    flex-direction: column;
  }
  .cf7-col {
    min-width: 100%;
  }
}/* End custom CSS */