.elementor-3616 .elementor-element.elementor-element-c429e19{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3616 .elementor-element.elementor-element-c068a5f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3616 .elementor-element.elementor-element-ac05f07{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3616 .elementor-element.elementor-element-ef28a2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3616 .elementor-element.elementor-element-c188420{text-align:center;}@media(min-width:768px){.elementor-3616 .elementor-element.elementor-element-c068a5f{--width:50%;}.elementor-3616 .elementor-element.elementor-element-ac05f07{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-ef28a2c */.job-form{
    max-width:900px;
    margin:40px auto;
    padding:40px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    direction:rtl;
}

.job-form label{
    display:block;
    font-size:15px;
    font-weight:700;
    color:#333;
    margin-bottom:8px;
}

.job-form input[type=text],
.job-form input[type=email],
.job-form input[type=tel],
.job-form input[type=date],
.job-form input[type=number],
.job-form select,
.job-form textarea,
.job-form input[type=file]{
    width:100%;
    height:55px;
    border:1px solid #ddd;
    border-radius:12px;
    background:#fafafa;
    padding:0 18px;
    font-size:15px;
    transition:.3s;
    margin-top:8px;
    margin-bottom:22px;
    box-sizing:border-box;
}

.job-form textarea{
    height:160px;
    padding-top:15px;
    resize:vertical;
}

.job-form input:focus,
.job-form select:focus,
.job-form textarea:focus{
    border-color:#00b4a6;
    background:#fff;
    outline:none;
    box-shadow:0 0 0 4px rgba(0,180,166,.15);
}

.job-form .wpcf7-list-item{
    display:inline-block;
    margin:8px 15px 8px 0;
}

.job-form .wpcf7-list-item label{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:500;
    cursor:pointer;
}

.job-form input[type=checkbox],
.job-form input[type=radio]{
    width:18px;
    height:18px;
    accent-color:#00b4a6;
}

.job-form input[type=file]{
    padding:14px;
    background:#f7f7f7;
}

.job-form input[type=submit]{
    width:100%;
    height:58px;
    border:none;
    border-radius:14px;
    background:linear-gradient(135deg,#00b4a6,#0099cc);
    color:#fff;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.job-form input[type=submit]:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,180,166,.35);
}

.job-form .wpcf7-spinner{
    margin-right:15px;
}

.job-form .wpcf7-response-output{
    margin-top:20px;
    border-radius:10px;
    padding:15px;
}

@media(max-width:768px){

.job-form{
    padding:25px;
}

.job-form input,
.job-form select,
.job-form textarea{
    font-size:14px;
}

}/* End custom CSS */