/* Theme Name: Settlements Theme	
   Author: RENDART
   Version: 2.1.8
*/

.wpcf7 form {
    background: transparent;
}

.cf7x-form {
    @media (min-width: 992px) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 16px;
        /*row-gap: 12px;*/
    }
}

.cf7x-form .mb-3,
.cf7x-form .mb-2 {
    margin-bottom: 8px !important;
}

.cf7x-form label.floating-label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #1f2937;
}

.cf7x-form input[type="text"],
.cf7x-form input[type="email"],
.cf7x-form input[type="tel"],
.cf7x-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #cfe6ea;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
}

.cf7x-form textarea {
    min-height: 320px;
    resize: vertical;
}

@media (min-width: 992px) {
    .cf7x-form .col-message {
        grid-column: 2;
        grid-row: 1 / span 4;
    }

    .cf7x-form .zgody,
    .cf7x-form > .col-12:last-child {
        grid-column: 1 / -1 !important;
        width: 100%;
    }
}

.wpcf7 form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.35;
}

.cf7x-form .zgody {
    font-size: 13px;
    line-height: 1.45;
    color: #111827;
    margin-top: 32px;
    margin-bottom: 16px;

    .wpcf7-list-item {
        display: grid;
        grid-template-columns: 18px 1fr;
        gap: 6px;
        align-items: start;
    }

    .wpcf7-list-item label {
        display: contents;
    }

    .wpcf7-list-item input[type="checkbox"] {
        margin-top: 2px;
    }
}

.wpcf7 .btn.btn-primary.accent_color {
    background: #9ca3af;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 6px;
    border: 0;
    transition: background-color .2s ease;
}

.wpcf7 .btn.btn-primary.accent_color:hover {
    background: #6b7280;
}

.wpcf7 .submit-btn {
    display: flex;
    justify-content: center;
}

.wpcf7 .submit-btn .wpcf7-submit {
    max-width: 200px !important;
}

@media (max-width: 991.98px) {
    .cf7x-form {
        display: block;
    }
}

.modal {
    z-index: 1041 !important;
}