.elementor-502 .elementor-element.elementor-element-31c3ba1{--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;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-502 .elementor-element.elementor-element-c766adb{padding:30px 0px 30px 0px;border-radius:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-502 .elementor-element.elementor-element-31c3ba1{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-c766adb */.wpcf7 {
  max-width: 680px;
  margin: 0 auto;
  font-family: 'Outfit', sans-serif;
}
button.prev-button {
    padding: 10px 50px !important;
}
form.wpcf7-form.init h2 {
    text-align: center;
}
form.wpcf7-form.init p {
    text-align: center;
}
.form-step label {
    margin-bottom: 25px;
}

button.next-button { padding: 10px 50px !important;}
 
/* ── HEADER ── */
.survey-header {
  text-align: center;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid #b8973a;
}
.survey-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #0d1f3c;
  margin-bottom: 8px;
}
.survey-tagline {
  font-size: 15px;
  font-weight: 600;
  color: #0d1f3c;
  margin-bottom: 4px;
}
.survey-sub {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}
 
/* ── PROGRESS BAR ── */
.cf7mls-progress {
  height: 6px;
  background: #e2ddd6;
  margin-bottom: 28px;
  border-radius: 3px;
  overflow: hidden;
}
.cf7mls-progress-bar {
  height: 100%;
  background: #b8973a;
  transition: width 0.4s ease;
}
 
/* ── QUESTION LABEL ── */
.survey-label {
  font-size: 17px;
  font-weight: 700;
  color: #0d1f3c;
  margin-bottom: 16px;
  display: block;
}
.req {
  color: #c0392b;
}
 
/* ── RADIO OPTIONS ── */
.wpcf7-radio {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 !important;
  display: block !important;
}
.wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 15px 20px !important;
  border: 1.5px solid #e2ddd6 !important;
  background: #f8f7f4 !important;
  cursor: pointer !important;
  font-size: 14px !important;
  color: #1a1a2e !important;
  font-weight: 400 !important;
  transition: all 0.2s !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.wpcf7-radio .wpcf7-list-item label:hover {
  border-color: #b8973a !important;
  background: #ffffff !important;
}
.wpcf7-radio input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  accent-color: #b8973a !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
}
.wpcf7-radio input[type="radio"]:checked + span {
  color: #0d1f3c !important;
  font-weight: 600 !important;
}
 
/* ── ELIGIBLE BOX (Step 5) ── */
.survey-eligible {
  background: #f0fdf4;
  border: 1.5px solid #22c55e;
  padding: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.survey-eligible-icon {
  font-size: 32px;
  margin-bottom: 8px;
}
.survey-eligible-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #0d1f3c;
  margin-bottom: 6px;
}
.survey-eligible-sub {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}
 
/* ── FORM FIELDS ── */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  margin-bottom: 16px;
}
.field-label {
  display: block !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #0d1f3c !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1.5px solid #e2ddd6 !important;
  background: #ffffff !important;
  font-size: 14px !important;
  color: #1a1a2e !important;
  outline: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  font-family: 'Outfit', sans-serif !important;
  box-sizing: border-box !important;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus {
  border-color: #b8973a !important;
}
.form-hint {
  font-size: 11px;
  color: #6b7280;
  margin-top: 5px;
  font-style: italic;
}
 
/* ── CHECKBOX ── */
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 !important;
  display: block !important;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #0d1f3c !important;
  cursor: pointer !important;
}
.wpcf7-checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  accent-color: #b8973a !important;
  flex-shrink: 0 !important;
  margin-top: 1px !important;
}
.consent-text {
  font-size: 11px;
  color: #6b7280;
  line-height: 1.65;
  margin-top: 10px;
}
.consent-text a {
  color: #b8973a;
  text-decoration: underline;
}
 
/* ── NEXT / PREVIOUS / SUBMIT BUTTONS ── */
.cf7mls-next,
.cf7mls-back,
.wpcf7 input[type="submit"] {
  padding: 15px 36px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border: none !important;
  font-family: 'Outfit', sans-serif !important;
  transition: all 0.2s !important;
}
.cf7mls-next,
.wpcf7 input[type="submit"] {
  background: #0d1f3c !important;
  color: #ffffff !important;
  width: 100% !important;
  margin-top: 8px !important;
  display: block !important;
}
.cf7mls-next:hover,
.wpcf7 input[type="submit"]:hover {
  background: #b8973a !important;
}
.cf7mls-back {
  background: transparent !important;
  border: 1.5px solid #0d1f3c !important;
  color: #0d1f3c !important;
  margin-bottom: 10px !important;
  display: inline-block !important;
}
.cf7mls-back:hover {
  background: #0d1f3c !important;
  color: #ffffff !important;
}
 
/* ── VALIDATION ERRORS ── */
.wpcf7-not-valid-tip {
  font-size: 11px !important;
  color: #c0392b !important;
  margin-top: 4px !important;
  display: block !important;
}
.wpcf7-not-valid {
  border-color: #c0392b !important;
}
 
/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr !important;
  }
  .survey-title {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-31c3ba1 */<style>
.wpcf7 {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.step-indicator {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.highlight {
    font-size: 20px;
    color: #667eea;
    font-weight: 600;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.form-step {
    transition: all 0.3s ease;
}

label {
    display: block;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
    margin-top: 20px;
}

.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wpcf7-radio .wpcf7-list-item {
    margin: 0;
    display: block;
}

.wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}

.wpcf7-radio .wpcf7-list-item label:hover {
    background: #e9ecef;
    border-color: #667eea;
}

.wpcf7-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #667eea;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-select,
.wpcf7-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-tel:focus,
.wpcf7-select:focus,
.wpcf7-textarea:focus {
    border-color: #667eea;
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.wpcf7-textarea {
    min-height: 100px;
    resize: vertical;
}

.button-group {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

/* Style for regular buttons */
button {
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Style for CF7 submit button */
.wpcf7-submit {
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}
button.prev-button{
    text-transform: uppercase;
    letter-spacing: 2px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    
}
.next-button {
    background: #0D1F3C !important;
    color: white !important;
    flex: 1;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
.button-group p {
    display: flex !important;
    gap: 10px !important;
}
.next-button:hover,
.wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.prev-button {
    background: #e0e0e0;
    color: #666;
}

.prev-button:hover {
    background: #d0d0d0;
}

.consent-text {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
    margin: 15px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
}

.phone-note {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin: 10px 0;
}

.error {
    border-color: #ff4444 !important;
}

.wpcf7-not-valid-tip {
    color: #ff4444;
    font-size: 14px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .wpcf7 {
        padding: 20px;
    }
    
    h2 {
        font-size: 24px;
    }
    
    h3 {
        font-size: 20px;
    }
    
    .highlight {
        font-size: 18px;
    }
    
    .button-group {
        flex-direction: column;
    }
    
    button,
    .wpcf7-submit {
        width: 100%;
    }
}
</style>/* End custom CSS */