/* 
Theme Name: Acumen
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Acumen Template
Author: Kyuf Team
Template: hello-elementor
Version: 1.0.0
Text Domain: acumen-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.form-tab{
    display: flex;
}
.form-tab  {
    border-bottom: 1px solid #cdd5df;
    margin-bottom: 20px;

}
.form-tab > div {
    cursor: pointer;
    width: 50%;
    color: #2F2B25;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid transparent;
}
.form-tab > div.selected {
    border-bottom: 2px solid #000;
}
.wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    color: #1B2235;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
    border: 0!important;
    border-bottom: 1px solid #CDD5DF!important;
    padding-left: 0;
    color: #1B2235!important;
    font-size: 16px!important;
}
.spontaneous-form > label,
.general-form > label {
    width: 100%;
    margin-bottom: 20px;
}
.spontaneous-form > p, .general-form > p {
    margin-bottom: 20px;
    line-height: 30px;
}
.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 16px!important;
    font-size: 16px!important;
    font-weight: 400!important;
}
label[for="resume-file"]{
    cursor: pointer;
    position: relative;
    color: #1B2235;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #CDD5DF!important;
    padding-bottom: 12px;
    margin-top: 10px;
}
label[for="resume-file"]::after {
    content: url("./svg/upload-cv.svg");
    position: absolute;
    right: 0;
    top: 2px;
}
html[lang="ar"] label[for="resume-file"]::after {
	right: auto;
	left: 0;
}
html[lang="ar"] label[for="resume-file"] {
	padding-right: 16px;
}
.resume-file {
    opacity: 0;
}
span[data-name="Resume"] {
    display: block;
    height: 0;
}
.wpcf7-spinner {
    position: absolute;
    bottom: 16px;
    right: 0;
}
.wpcf7-response-output {
    text-align: center;
}

/* newsletter */
#mailpoet_form_1 form.mailpoet_form, #mailpoet_form_2 form.mailpoet_form {
    display: flex;
    flex-wrap: wrap;
}
#mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph, #mailpoet_form_2 form.mailpoet_form .mailpoet_paragraph {
    width: calc(100% - 200px)!important;
}
#mailpoet_form_1 .mailpoet_validate_success, #mailpoet_form_2 .mailpoet_validate_success {
    color: #fff;
}
#mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph.last, #mailpoet_form_2 form.mailpoet_form .mailpoet_paragraph.last {
    width: 200px!important;
}
#mailpoet_form_1 form.mailpoet_form .mailpoet_submit, #mailpoet_form_2 form.mailpoet_form .mailpoet_submit  {
    background-color: #FFDEB6!important;
    color: #292929!important;
    height: 50px!important;
}
#mailpoet_form_1 form.mailpoet_form .mailpoet_submit:focus, #mailpoet_form_2 form.mailpoet_form .mailpoet_submit:focus {
    outline: 0!important;
}
#mailpoet_form_1 .mailpoet_text, #mailpoet_form_2 .mailpoet_text  {
    line-height: 40px!important;
    border: 0!important;
    padding-left: 20px!important;
}
#mailpoet_form_1 form.mailpoet_form .parsley-required, #mailpoet_form_2 form.mailpoet_form .parsley-required {
    font-weight: 800;
}
@media (max-width:600px){
    #mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph, #mailpoet_form_2 form.mailpoet_form .mailpoet_paragraph {
        width: calc(100% - 150px)!important;
    }
    #mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph.last, #mailpoet_form_2 form.mailpoet_form .mailpoet_paragraph.last {
        width: 150px!important;
    }
}

.card-hover:hover {
    border-color: #B56E47!important;
    background-color: #FFDEB6!important;
}
.card-hover:hover .elementor-icon-box-wrapper .elementor-icon {
    background-color: #fff!important;
}
.wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-submit:focus, .wpcf7-form-control.wpcf7-submit:hover,  .wpcf7-form-control.wpcf7-submit:focus-visible {
    outline: 0!important;
    border: none!important;
    background-color: #26272b!important;
}
.wpcf7-response-output {
    border-color: #1B2235;
}

/* blog */
#ac-blog-archive .elementor-posts .elementor-post__card  {
    border-radius: 0;
}
#ac-blog-archive .elementor-posts .elementor-post__card .elementor-post__thumbnail__link {
    max-height: 220px;
    overflow: hidden;
}
/* #ac-blog-archive .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
    height: auto;
    width: 100%;
} */
#ac-blog-archive .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
    padding-bottom: 220px;
}
#ac-blog-archive .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    left: auto;
    top: auto;
    transform: scale(1) translate(0, 0);
    transition: all .4s ease;
}
#ac-blog-archive .elementor-posts .elementor-post__card:hover .elementor-post__thumbnail__link img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* opacity: .8; */
    transition: all .4s ease;
}
#ac-blog-archive .elementor-posts .elementor-post__card .elementor-post__meta-data {
    order: 1;
    display: flex;
    align-items: center;
}
#ac-blog-archive .elementor-posts .elementor-post__card .elementor-post__meta-data .elementor-post-date{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#ac-blog-archive .elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before {
    font-size: 40px;
    margin-bottom: 4px;
}
#ac-blog-archive .elementor-posts .elementor-post__card .elementor-post__text {
    order: 2;
}
#ac-blog-archive .elementor-posts .elementor-post__card .elementor-post__read-more i.icon {
    vertical-align: middle;
    font-size: 16px;
    padding-left: 4px;
}
#ac-blog-archive .elementor-posts .elementor-post__card .elementor-post__read-more i.icon::before {
    font-weight: 700;
}
#ac-blog-archive .elementor-posts .elementor-post__card .elementor-post__excerpt, .elementor-posts .elementor-post__card .elementor-post__title {
    margin-bottom: 16px;
}

/* jobs skin */
.elementor-post__job {
    background-color: #FFFAF4;
    border: 1px solid #E4E4E7;
    padding: 32px;
    height: 100%;
}
.elementor-post__job:hover {
    background-color: #FFF;
}
.elementor-post__job .job-header, .elementor-post__job .job-footer{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width:1024px){
    .elementor-post__job .job-header{
        flex-direction: column;
        gap: 0;
        margin: 10px 0;
    }
}
.elementor-post__job div.location {
    width: fit-content;
    display: flex;
    border: 1px solid #E4E4E7;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50px;
    padding: 5px;
    min-width: 180px;
}
.elementor-post__job:hover div.location {
   background-color: #F4F4F5;
}
.elementor-post__job div.location h3{
    color: #51525C;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.elementor-post__job .job-header .elementor-post__title {
    margin-bottom: 16px;
}
.elementor-post__job .job-header .elementor-post__title a{
    color: #2F2B25;
    font-weight: 600;
    font-size: 20px;
    display: block;
}
@media (max-width: 767px) {
    .elementor-post__job .job-header .elementor-post__title {
        text-align: center;
    }
    .elementor-post__job .job-header{
        align-items: center;
    }
    .elementor-post__job .elementor-posts .elementor-post__excerpt {
        text-align: center;
    }
    .elementor-post__job .job-footer {
        flex-direction: column;
    }
    .elementor-post__job .elementor-posts .elementor-post__read-more {
        margin: 0 auto;
    }
}
.elementor-post__job .job-footer{
    align-items: center;
}
.elementor-post__job .job-footer .job-date{
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 5px;
    color: #51525C;
}
.elementor-post__job .elementor-post__excerpt {
    margin-bottom: 16px;
    font-size: 16px;
    color: #7A7A7A;
}
.elementor-post__job .elementor-post__read-more {
    padding: 5px 10px;
    color: #fff;
    background-color: #1f1f1f;
    font-weight:400;
}
.elementor-post__job .elementor-post__read-more:hover {
    color: #fff;
    background-color: #1f1f1f;
}

/* single job */
.single-job-content {
    background-color: #FFFAF4;
    padding: 50px 0;
}
.single-job .job-body {
    max-width: 1200px;
    margin: 0 auto;
}
.job-body .ac-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.preview {
    width: 50%;
}
.job-body .ac-row{
    display: flex;
    gap: 40px;
    margin-bottom: 32px;
}
.job-body .ac-row .ac-col{
    width: 100%;
}
.job-content-style ul{
    list-style: none;
    padding-left: 0;
}
.job-content-style ul li{
    margin-bottom: 10px;
}
.job-content-style ul li::before{
    content: "\eaaf";
    font-family: elementskit !important;
    font-weight: 400;
    margin-right: 10px;
}
html[lang="ar"] .job-content-style ul li::before{
    margin-left: 10px;
	margin-right: 0;
}
/* header */
@media (max-width: 1024px){
    .elementskit-menu-offcanvas-elements {
        opacity: 0!important;
    }
    .elementskit-menu-offcanvas-elements.active {
        opacity: 1!important;
        max-width: 350px;
    }
}
.ac-mobile-contact a{
    border: 1px solid #1f1f1f;
    width: fit-content;
    padding: 13px 40px!important;
    font-size: 16px!important;
    margin-left: 30px;
    margin-top: 20px;
    color: #1f1f1f!important;
}
html[lang="ar"] .ac-mobile-contact a {
    margin-right: 30px;
    margin-left: 0;
}
@media (max-width: 1024px) {
    .elementskit-nav-logo > img {
        max-height: none!important;
    }
}
 

@media (max-width: 767px) {
    .elementor-posts .elementor-post__job .elementor-post__read-more {
        align-self: center;
    }
}
 
.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner, .elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner {
    position: absolute!important;
    right: 0!important;
    left: 0!important;
    top: 16px!important;
    bottom: 0!important;
    transform: none!important;
    margin: auto!important;
}

/* Newsletter */
#cf7newsletter {
    display: flex;
    padding: 20px;
    font-family: "Manrope", Sans-serif;
    align-items:center;
}
#cf7newsletter .submit {
    position: relative;
    height: 50px;
}
#cf7newsletter .submit .wpcf7-spinner{
    top: 50%;
    left: 50%;
    bottom: initial;
    right: auto;
    transform: translate(-50%, -50%);
    transform-origin: center;
    margin: 0;
}
#cf7newsletter .submit .wpcf7-form-control.wpcf7-submit {
    background-color: #FFDEB6 !important;
    color: #292929 !important;
    font-size: 14px;
    padding: 5px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    width: 200px;
    height: 50px;
}
#cf7newsletter input.wpcf7-email::placeholder{
    color: #70707B!important;
}
#cf7newsletter input.wpcf7-email{
    line-height: 21px !important;
    height: 50px;
    border: 0 !important;
    padding-left: 20px !important;
    font-size: 15px!important;
    color: #70707B!important;
}
#cf7newsletter .wpcf7-not-valid-tip {
    color : #900;
    font-size: 13px;
    font-weight: 800;
    margin: 8px 0 3px 0;
}
#cf7newsletter + .wpcf7-response-output {
    border: 0!important;
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    text-align: left;
}
.wpcf7-form.invalid #cf7newsletter + .wpcf7-response-output {
    color : #900;
    display: none;
}
html[lang="ar"] #cf7newsletter {
    direction: rtl;
}
html[lang="ar"] #cf7newsletter input.wpcf7-email {
    text-align: right;
    font-size: 16px!important;
}
html[lang="ar"] #cf7newsletter .submit .wpcf7-form-control.wpcf7-submit {
    font-size: 16px !important;
}
html[lang="ar"] #cf7newsletter + .wpcf7-response-output {
    text-align: right;
}
@media (max-width:767px){
    #cf7newsletter .submit .wpcf7-form-control.wpcf7-submit {
        width: 130px;
    }
}

.elementor-posts--skin-cards  .elementor-post__excerpt p {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.elementor-posts--skin-cards h3.elementor-post__title a {
	font-size: 18px;
}
html[lang="ar"] *:not(i) {
	font-family: "Tajawal", sans-serif!important;
}


/* Maintain Mode */
#site-footer, #site-header, .otgs-development-site-front-end {
	display: none!important;
}