.cf7-custom-form{max-width:100%;width:100%}.cf7-custom-form .form-row{flex-wrap:wrap;margin-bottom:20px;gap:20px;display:flex}.cf7-custom-form .form-col{flex:1;min-width:250px}.cf7-custom-form .form-col.full-width{flex:100%}.cf7-custom-form input[type=email],.cf7-custom-form input[type=tel],.cf7-custom-form input[type=text],.cf7-custom-form textarea{box-sizing:border-box;width:100%}.cf7-custom-form .project-label{font-weight:700;margin-bottom:10px;display:block}.cf7-custom-form .wpcf7-checkbox{flex-wrap:wrap;gap:15px;display:flex}.cf7-custom-form .wpcf7-list-item{margin:0!important;align-items:center;display:inline-flex!important}.cf7-custom-form .wpcf7-list-item-label{font-size:.95em;margin-left:5px}.cf7-custom-form input[type=submit]{min-width:150px;width:auto}.cf7-custom-form input.validation-error,.cf7-custom-form textarea.validation-error{border-color:#ff4d4d!important;background-color:#fff8f8!important}.cf7-custom-form input.validation-success,.cf7-custom-form textarea.validation-success{border-color:#28a745!important;background-color:#f9fff9!important}.input-error-msg{font-size:12px;font-weight:600;color:#dc3545;margin-top:5px;display:none}.input-error-msg.active{animation:fadeIn .3s ease-in-out;display:block}@keyframes fadeIn{0%{transform:translateY(-5px);opacity:0}to{transform:translateY(0);opacity:1}}.cf7-custom-form input::placeholder{color:#ccc;opacity:1}