/* Stylish Contact Form 7 - 7ba8660f */

.scf7-wrapper-7ba8660f {
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

.scf7-header-7ba8660f {
    margin-bottom: 8px;
}

.scf7-title-7ba8660f {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.scf7-desc-7ba8660f {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Form Fields */
.scf7-wrapper-7ba8660f .wpcf7-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.scf7-wrapper-7ba8660f .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    border: 1.5px solid #e5e7eb;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    box-sizing: border-box;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
}

.scf7-wrapper-7ba8660f .wpcf7-form-control:not(.wpcf7-submit):hover {
    border-color: #d1d5db;
}

.scf7-wrapper-7ba8660f textarea.wpcf7-form-control {
    min-height: 140px;
    resize: vertical;
}

/* Select fields */
.scf7-wrapper-7ba8660f select.wpcf7-form-control {
    cursor: pointer;
}

/* Submit Button */
.scf7-wrapper-7ba8660f .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: 0.025em;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}

.scf7-wrapper-7ba8660f .wpcf7-submit:hover {
    transform: translateY(-1px);
}

.scf7-wrapper-7ba8660f .wpcf7-submit:active {
    transform: translateY(0);
}

/* Validation */
.scf7-wrapper-7ba8660f .wpcf7-not-valid {
    border-color: #ef4444 !important;
}

.scf7-wrapper-7ba8660f .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

/* Response Output */
.scf7-wrapper-7ba8660f .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    border-width: 1.5px;
    border-style: solid;
}

/* Spinner */
.scf7-wrapper-7ba8660f .wpcf7-spinner {
    margin: 12px auto 0;
    display: block;
}

/* Notice */
.scf7-notice-7ba8660f {
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
    padding: 30px 20px;
    border: 2px dashed #e5e7eb;
    border-radius: 12px;
    margin: 0;
}

/* Editor Placeholder */
.scf7-editor-placeholder-7ba8660f {
    text-align: center;
    padding: 40px 20px;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    background-color: #f9fafb;
}

.scf7-editor-icon-7ba8660f {
    font-size: 36px;
    display: block;
    margin-bottom: 10px;
}

.scf7-editor-placeholder-7ba8660f p {
    color: #6b7280;
    font-size: 14px;
    margin: 0;
}

/* Acceptance checkbox */
.scf7-wrapper-7ba8660f .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.scf7-wrapper-7ba8660f .wpcf7-acceptance input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
}
