#contact-step-form form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #58b8a2 !important;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
}

/* Labels */
#contact-step-form label {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    width: 100%;
    max-width: 170px;
}

/* Inputs - Excluding Radio & Checkbox */
#contact-step-form input:not([type="radio"]):not([type="checkbox"]),
#contact-step-form select,
#contact-step-form textarea {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: none;
    background: #fff;
    font-size: 16px;
    border-radius: 0;
    box-sizing: border-box;
}

/* Textarea */
#contact-step-form textarea {
    height: 120px;
    padding-top: 15px;
}

/* ==========================
   RADIO BUTTONS
========================== */

#contact-step-form .wpcf7-radio {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

#contact-step-form .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

#contact-step-form input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
    accent-color: #ff5b0a;
    margin-top: 0;
}

#contact-step-form .wpcf7-list-item label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

/* Submit Button */
#contact-step-form input[type="submit"] {
    width: 100%;
    background: #ff5b0a !important;
    color: #fff;
    border: none;
    height: 60px;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 30px;
    transition: .3s;
}

#contact-step-form input[type="submit"]:hover {
    background: #e64b00;
}

/* Placeholder */
#contact-step-form input::placeholder,
#contact-step-form textarea::placeholder {
    color: #999;
}
#contact-step-form .action-button {
    border: 2px solid #ff5c00;
    color: #ffffff;
    background: #ff5c00;
    float: none;
    margin-bottom: 0;
}

#contact-step-form .cf7mls-btns {
    display: flex;
    justify-content: space-between;
}
#contact-step-form form h3 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-top: 0;
}

/* Mobile */
@media (max-width: 768px) {

    #contact-step-form form {
        padding: 30px 20px;
        border-radius: 25px;
    }

   #contact-step-form label {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    width: 100%;
    max-width: 170px;
}

    #contact-step-form .wpcf7-radio {
        gap: 15px;
    }

    #contact-step-form .wpcf7-list-item label {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
  .form-field p {
    flex-wrap: wrap;
  }
}
#contact-step-form .fieldset-cf7mls-wrapper .fieldset-cf7mls {
    width: auto !important;
}

.form-field p {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.form-field .wpcf7-form-control-wrap {
    width: 100%;
}

.step-submit-btn {
    margin: 0 !important;
}

#contact-step-form .wpcf7-response-output {
    border-color: #ff5c0a;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.jq-selectbox {
    width: 100% !important;
}