.elementor-57 .elementor-element.elementor-element-9c309c8{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-57 .elementor-element.elementor-element-05d8789{text-align:center;}.elementor-57 .elementor-element.elementor-element-350163c{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-57 .elementor-element.elementor-element-9c309c8{--content-width:70%;}}/* Start custom CSS for shortcode, class: .elementor-element-b9175d1 */.jobs-form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
    font-family: inherit;
    box-sizing: border-box;
}

.jobs-form *,
.jobs-form *::before,
.jobs-form *::after {
    box-sizing: border-box;
}


/* =========================
   ROW
========================= */

.jobs-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}


/* =========================
   FIELD
========================= */

.jobs-form__field {
    margin-bottom: 28px;
}

.jobs-form__field > label,
.jobs-form__title {
    display: block;
    margin-bottom: 10px;
    color: #102745;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}


/* =========================
   TEXT / TEL INPUTS
========================= */

.jobs-form input[type="text"],
.jobs-form input[type="tel"] {
    width: 100%;
    height: 56px;

    padding: 0 18px;

    border: 1px solid #d6dbe1;
    border-radius: 8px;

    background: #ffffff;
    color: #102745;

    font-family: inherit;
    font-size: 16px;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.jobs-form input[type="text"]:hover,
.jobs-form input[type="tel"]:hover {
    border-color: #1C3450;
}

.jobs-form input[type="text"]:focus,
.jobs-form input[type="tel"]:focus {
    border-color: #102745;

    box-shadow:
        0 0 0 3px rgba(16, 39, 69, 0.08);
}

.jobs-form input::placeholder {
    color: #969da5;
    opacity: 1;
}


/* =========================
   JOB POSITION BUTTONS
========================= */

.jobs-form__positions .wpcf7-form-control {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}

.jobs-form__positions .wpcf7-list-item {
    display: block;
    margin: 0;
}

.jobs-form__positions .wpcf7-list-item label {
    position: relative;
    display: flex;

    width: 100%;
    min-height: 58px;

    align-items: center;
    justify-content: center;

    padding: 10px 14px;

    border: 1px solid #102745;
    border-radius: 8px;

    background: #ffffff;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


/* hide native checkbox */

.jobs-form__positions input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}


/* text */

.jobs-form__positions .wpcf7-list-item-label {
    position: relative;
    z-index: 2;

    color: #102745;

    font-size: 15px;
    font-weight: 600;

    text-align: center;

    transition: color 0.2s ease;
}


/* hover */

.jobs-form__positions .wpcf7-list-item label:hover {
    background: #f4f6f8;
    transform: translateY(-1px);
}


/* selected */

.jobs-form__positions .wpcf7-list-item label:has(input:checked) {
    background: #102745;
    border-color: #102745;
}

.jobs-form__positions
.wpcf7-list-item
label:has(input:checked)
.wpcf7-list-item-label {
    color: #ffffff;
}


/* =========================
   FILE UPLOAD
========================= */

.jobs-form__upload-box {
    width: 100%;

    padding: 24px;

    border: 1px dashed #9ca9b6;
    border-radius: 10px;

    background: #f8f9fa;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.jobs-form__upload-box:hover {
    border-color: #102745;
    background: #f4f6f8;
}

.jobs-form input[type="file"] {
    width: 100%;
    color: #102745;

    font-family: inherit;
    font-size: 15px;
}


/* native file button */

.jobs-form input[type="file"]::file-.elementor-57 .elementor-element.elementor-element-b9175d1-button {
    margin-left: 14px;

    padding: 10px 18px;

    border: 0;
    border-radius: 6px;

    background: #1C3450;
    color: #ffffff;

    font-family: inherit;
    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.jobs-form input[type="file"]::file-.elementor-57 .elementor-element.elementor-element-b9175d1-button:hover {
    background: #102745;
}

.jobs-form__upload-note {
    margin-top: 12px;

    color: #707980;

    font-size: 13px;
    line-height: 1.5;
}


/* =========================
   SUBMIT
========================= */

.jobs-form__submit {
    margin-top: 10px;
}

.jobs-form input[type="submit"] {
    width: 100%;
    min-height: 58px;

    padding: 14px 25px;

    border: 0;
    border-radius: 8px;

    background: #102745;
    color: #ffffff;

    font-family: inherit;
    font-size: 17px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.jobs-form input[type="submit"]:hover {
    background: #1C3450;
    transform: translateY(-1px);

    box-shadow:
        0 6px 16px rgba(16, 39, 69, 0.15);
}


/* =========================
   CF7 SPINNER
========================= */

.jobs-form .wpcf7-spinner {
    margin: 10px;
}


/* =========================
   VALIDATION
========================= */

.jobs-form .wpcf7-not-valid {
    border-color: #d63638 !important;
}

.jobs-form .wpcf7-not-valid-tip {
    display: block;

    margin-top: 6px;

    color: #d63638;

    font-size: 13px;
}


/* =========================
   CF7 RESPONSE
========================= */

.jobs-form + .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 14px 18px;

    border-radius: 8px;

    font-size: 14px;
    line-height: 1.5;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .jobs-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .jobs-form__positions .wpcf7-form-control {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .jobs-form__field {
        margin-bottom: 22px;
    }

    .jobs-form__field > label,
    .jobs-form__title {
        font-size: 16px;
    }

    .jobs-form input[type="text"],
    .jobs-form input[type="tel"] {
        height: 54px;
        font-size: 16px;
    }

    .jobs-form__positions .wpcf7-list-item label {
        min-height: 54px;
        padding: 10px;
    }

    .jobs-form__positions .wpcf7-list-item-label {
        font-size: 14px;
    }

    .jobs-form__upload-box {
        padding: 18px;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .jobs-form__positions .wpcf7-form-control {
        grid-template-columns: 1fr;
    }

}/* End custom CSS */