/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 20 2026 | 21:24:43 */
/* CF7 Contact Form */

/* CF7 Floating Label Contact Form */

:root {
    --field-bg: #ececec;
    --field-bg-hover: #e3e3e3;
    --field-radius: 10px;
    --label-color: #6b6b6b;
    --text-color: #1a1a1a;
    --focus-color: #2b6ef6;
}

.mw-contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 900px;
}

.mw-contact-wrapper .mw-row {
    position: relative;
    display: flex;
    align-items: center;
}

.mw-contact-wrapper .mw-4 {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.mw-contact-wrapper .mw-8 {
    width: 100%;
}

.mw-contact-wrapper .mw-4 label {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    color: var(--label-color);
    transition: all .18s ease;
}

.mw-contact-wrapper input.wpcf7-form-control,
.mw-contact-wrapper textarea.wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
    background: var(--field-bg);
    border: 1px solid transparent;
    border-radius: var(--field-radius);
    padding: 24px 16px 8px;
    font-size: 15px;
    color: var(--text-color);
    outline: none;
    transition: background .18s ease, border-color .18s ease;
}

.mw-contact-wrapper input.wpcf7-form-control {
    height: 56px;
}

.mw-contact-wrapper textarea.wpcf7-form-control {
    height: 180px;
    resize: vertical;
    padding-top: 28px;
}

.mw-contact-wrapper input.wpcf7-form-control:hover,
.mw-contact-wrapper textarea.wpcf7-form-control:hover {
    background: var(--field-bg-hover);
}

.mw-contact-wrapper input.wpcf7-form-control:focus,
.mw-contact-wrapper textarea.wpcf7-form-control:focus {
    background: #fff;
    border-color: var(--focus-color);
}

/* Floating label */
.mw-contact-wrapper .mw-row:has(input:focus) .mw-4,
.mw-contact-wrapper .mw-row:has(textarea:focus) .mw-4,
.mw-contact-wrapper .mw-row:has(input:not(:placeholder-shown)) .mw-4,
.mw-contact-wrapper .mw-row:has(textarea:not(:placeholder-shown)) .mw-4 {
    top: 12px;
    transform: translateY(0);
}

.mw-contact-wrapper .mw-row:has(input:focus) .mw-4 label,
.mw-contact-wrapper .mw-row:has(textarea:focus) .mw-4 label,
.mw-contact-wrapper .mw-row:has(input:not(:placeholder-shown)) .mw-4 label,
.mw-contact-wrapper .mw-row:has(textarea:not(:placeholder-shown)) .mw-4 label {
    font-size: 11px;
    color: var(--focus-color);
}

/* Textarea label position */
.mw-contact-wrapper .mw-contact-item-5 .mw-4 {
    top: 28px;
}

/* Submit */
.mw-contact-wrapper .mw-contact-item-6 {
    align-items: center;
}

.mw-contact-wrapper .mw-contact-item-6 .mw-4 {
    display: none;
}

.mw-contact-wrapper input[type="submit"] {
    background: var(--text-color);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: background .15s ease;
}

.mw-contact-wrapper input[type="submit"]:hover {
    background: #000;
}


/* Mobile */
@media (max-width: 768px) {

    .mw-contact-wrapper .mw-row {
        display: block;
    }

    .mw-contact-wrapper .mw-4 {
        left: 16px;
    }

}





/*
.mw-contact-wrapper .mw-row {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.mw-contact-wrapper .mw-row .mw-4,
.mw-contact-wrapper .mw-row .mw-8 {
    display: inline-block;
}

.mw-contact-wrapper .mw-row .mw-4 {
    float: left;
    width: 25%;
}

.mw-contact-wrapper .mw-row .mw-8 {
    width: 75%;
}

.mw-contact-wrapper .mw-row .mw-12 {
    width: 100%;
}

.mw-contact-wrapper .mw-row label {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
}

.mw-contact-wrapper .mw-row input[type=text],
.mw-contact-wrapper .mw-row input[type=email],
.mw-contact-wrapper .mw-row input[type=url],
.mw-contact-wrapper .mw-row input[type=password],
.mw-contact-wrapper .mw-row input[type=search],
.mw-contact-wrapper .mw-row input[type=number],
.mw-contact-wrapper .mw-row input[type=tel],
.mw-contact-wrapper .mw-row input[type=range],
.mw-contact-wrapper .mw-row input[type=date],
.mw-contact-wrapper .mw-row input[type=month],
.mw-contact-wrapper .mw-row input[type=week],
.mw-contact-wrapper .mw-row input[type=time],
.mw-contact-wrapper .mw-row input[type=datetime],
.mw-contact-wrapper .mw-row input[type=datetime-local],
.mw-contact-wrapper .mw-row input[type=color],
.mw-contact-wrapper .mw-row .nice-select,
.mw-contact-wrapper select {
    min-height: 44px;
    border-radius: 2px;
    width: 100%;
    max-width: 350px;
    color: #000;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px;
    font-weight: 600;
}

.mw-contact-wrapper .mw-row textarea:focus,
.mw-contact-wrapper .mw-row input:focus {
    outline: unset !important;
}

.mw-contact-wrapper .mw-row .nice-select .option,
.mw-contact-wrapper .mw-row .nice-select .option:hover,
.mw-contact-wrapper .mw-row .nice-select .option.focus,
.mw-contact-wrapper .mw-row .nice-select .option.selected.focus,
.mw-contact-wrapper .mw-row .nice-select span {
    color: #000;
}

.mw-contact-wrapper .mw-row .nice-select.open .list {
    margin: 0 0 0 0;
    border-radius: 2px;
    width: 100%;
    box-shadow: 0 0 80px -10px rgb(0 0 0 / 21%);
}

.mw-contact-wrapper .mw-row textarea {
    max-width: 85%;
    border-radius: 2px;
	height: 70px;
}

.mw-contact-wrapper .mw-row .wpcf7-submit:focus,
.mw-contact-wrapper .mw-row .wpcf7-submit {
	max-width: 85%;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    border-radius: 8px;
    line-height: 2;
    padding: 12px 44px;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 4px solid #000;
    background: #000;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .17s ease;
    -moz-transition: all .17s ease;
    -o-transition: all .17s ease;
    transition: all .17s ease;
}

.mw-contact-wrapper .mw-row .wpcf7-submit:hover {
    color: #fff;
    background: #939393;
    border-color: #939393;
}


@media(max-width: 1024px) {
    .mw-contact-wrapper .mw-row {
        padding: 0 50px;
    }

    .mw-contact-wrapper .mw-row .mw-4, .mw-contact-wrapper .mw-row .mw-8, .mw-contact-wrapper .mw-row .mw-12 {
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .mw-contact-wrapper .mw-row .mw-8 {
        margin-bottom: 20px;
    }

    .mw-contact-wrapper .mw-row .wpcf7-submit:focus, .mw-contact-wrapper .mw-row .wpcf7-submit {
        margin: 0;
        width: 100%;
        max-width: 85%;
    }
}

@media(max-width: 480px) {
    .mw-contact-wrapper .mw-row {
        padding: 0 25px;
    }

    .mw-contact-wrapper .mw-row textarea, .mw-contact-wrapper .mw-row .wpcf7-submit:focus, .mw-contact-wrapper .mw-row .wpcf7-submit {
        width: 100%;
        max-width: 100%;
    }
}
*/

.qodef-qi-contact-form-7 form .mw-name {
    margin-bottom: -15px;
    font-size: 16px;
    font-weight: 600;
}