/* =====================
   css child home page
   ====================== */

section#loader-banner:before {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}
.job-opening-card.case-listing-media:before  ,
header .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
header#masthead,
.job-openings-wrapper .job-opening-card.post-news,
.pagination-cstm a, .pagination-cstm span,
.related-products .tab-buttons.listing-jobs li.tab-button,
.elementor-accordion .elementor-tab-title,
.half-width-content > .elementor-widget-wrap:before,
.half-width-content > .elementor-widget-wrap .elementor-widget-heading,
a, .half-width-content .arrow-hide, .half-width-content .text-hide {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
}


/*footer*/

.footer-btn span.elementor-button-text {
    text-align: left;
}

.footer-btn .elementor-button-icon svg {
    width: 36px;
    height: 36px;
}


.half-width-content > .elementor-widget-wrap {
    position: relative;
    overflow: hidden;
    flex-direction: column;
    justify-content: end;
}

.full-bg.half-width-content > .elementor-widget-wrap {
    padding: 30px !important;
}

.half-width-content > .elementor-widget-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background: #ea5b0c;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.half-width-content > .elementor-widget-wrap .elementor-element {
    width: calc(100% - 80px);
    left: 40px;
}

.half-width-content > .elementor-widget-wrap .elementor-element p {
    font-size: 20px;
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3; !* number of lines to show *!*/
    /*line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}

.half-width-content .elementor-button-icon svg {
    width: 36px;
    height: 36px;
}


.half-width-content .arrow-hide {
    opacity: 0;
    visibility: hidden;
    text-align: right;
}

.half-width-content .text-hide {
    opacity: 0;
    visibility: hidden
}

.half-width-content > .elementor-widget-wrap .elementor-widget-heading {
    position: absolute;
    top: auto;
    bottom: 30px;
    margin-bottom: 0;
    left: 40px;
}

.half-width-content > .elementor-widget-wrap .elementor-widget-heading h3 {
    padding-bottom: 25px;
    margin-bottom: 0;
}


.half-width-content > .elementor-widget-wrap:hover .arrow-hide, .half-width-content > .elementor-widget-wrap:hover .text-hide {
    opacity: 1;
    visibility: visible
}

.half-width-content > .elementor-widget-wrap:hover .elementor-widget-heading {
    bottom: 70%;
}

.half-width-content > .elementor-widget-wrap:hover:before {
    opacity: 1;
    visibility: visible
}


.half-width-content {
    min-height: 500px;
}

.full-width-content {
    min-height: 240px;
}

.full-width-content.half-width-content > .elementor-widget-wrap .elementor-widget-heading {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.full-bg.half-width-content > .elementor-widget-wrap:before,
.full-width-content.half-width-content > .elementor-widget-wrap .elementor-element,
.full-width-content.half-width-content > .elementor-widget-wrap:before {
    width: 100%;
    left: 0;
    margin-bottom: 6px;
}

.full-bg.half-width-content > .elementor-widget-wrap .elementor-element {
    width: 100%;
    left: 0;
}

.full-bg.half-width-content > .elementor-widget-wrap .elementor-element.elementor-widget-heading {
    width: calc(100% - 80px);
    left: 30px;
}

.full-width-content.half-width-content > .elementor-widget-wrap:before {
    height: 0;
    width: 0%;
}

.full-width-content.half-width-content > .elementor-widget-wrap .elementor-widget-heading h3 {
    padding-bottom: 0;
}

.full-width-content.half-width-content > .elementor-widget-wrap:hover:before {
    height: 100%;
    width: 100%;
}


.contact-section .ginput_container textarea,
.contact-section .ginput_container input {
    border-radius: 45px;
    background: #FFF;
    border: 0;
    padding: 9px 30px 8px;
    height: auto;
}

.contact-section .ginput_container textarea::placeholder,
.contact-section .ginput_container input::placeholder {
    color: #DCDBE0;
    font-size: 24px;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 400 !important;

}

.contact-section .ginput_container textarea,
.contact-section .ginput_container input {
    color: rgba(0, 0, 0, 0.90);
    font-size: 24px;
    font-style: normal;
    box-shadow: none;
    outline: none;
}

.contact-section .ginput_container textarea::placeholder {
    padding: 0px 0px;
}

.contact-section .ginput_container textarea {
    padding: 15px 20px;
    resize: none;
    height: 130px;
}

.contact-section .gform-theme--foundation .gform_fields {
    grid-row-gap: 20px;
}

.contact-section .gform_footer {
    margin-top: 30px !important;
}

.contact-section .gform_footer input.gform_button.button {
    width: 100% !important;
    border-radius: 23px !important;
    background: #EA5B0C !important;
    font-size: 24px !important;
    height: auto;
    padding: 12px 10px 14px !important;
    font-weight: 400 !important;
}

.contact-section .gform_footer {
    position: relative;
}

.contact-section .gform_footer:before {
    content: '';
    background: url(../img/white-arrow.svg);
    position: absolute;
    left: 50%;
    width: 36px;
    height: 36px;
    background-size: cover;
    margin-left: 50px;
    transform: rotate(-140deg);
    top: 8px;
}

.contact-section .gform_footer input.gform_button.button:hover {
    background: #000 !important
}


.contact-section > .elementor-widget-wrap {
    border-radius: 30px;
    background: #DCDBE0;
    padding: 40px !important;
    max-width: 350px;
    align-content: end;
}

.contact-section {
    padding-left: 5rem;
}

.arrow-change.icon-section-counter .elementor-counter-number-prefix,
.icon-section-counter .elementor-counter-number-suffix {
    position: absolute;
    top: 15px;
    right: 15px;
}

.arrow-change.icon-section-counter .elementor-counter-number-suffix {
    position: relative;
    top: 0;
    right: 0;
}

.icon-section-counter .elementor-counter {
    min-width: 130px;
    padding-top: 30px;
}

.elementor-element.partners-logo .elementor-swiper-button {
    position: absolute;
    right: 0;
    top: 20px;
    transform: translate(0);
    left: auto;
}

.elementor-element.partners-logo .elementor-swiper-button.elementor-swiper-button-prev {
    right: 40px;
    transform: rotate(180deg)
}


.beniewd-section .elementor-container,
.beniewd-section .elementor-column, .beniewd-section .elementor-widget-wrap {
    position: static;
}


.benieuwd-btns {
    position: absolute;
    bottom: 60px;
    left: 0;
}


section#loader-banner {
    position: relative;
}

section#loader-banner:before {
    content: '';
    background: var(--e-global-color-a0db7a3);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

section#loader-banner.loader-banner:before {
    left: 100%;
}

#loader-banner {
    overflow: hidden;
}

.elementor-button-icon svg {
    width: 32px;
    height: auto;
}

.elementor-button-content-wrapper {
    align-items: center;
}


#user-loader a.elementor-button.elementor-button-link svg {
    opacity: 0;
}

#user-loader a.elementor-button.elementor-button-link:before {
    content: '';
    background: url(../img/user.gif);
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    background-size: contain;
    top: -10px;
}

#user-loader.inner-login a.elementor-button.elementor-button-link:before {
    background: url(../img/user-theme.gif);
    background-size: contain;
}


.inner-banner > .elementor-container > .elementor-column.width-right > .elementor-widget-wrap {
    max-width: 630px;
    padding-right: 60px;
    align-content: space-between;
}


.inner-banner > .elementor-container > .elementor-column.width-right.extend > .elementor-widget-wrap {
    max-width: 740px;
    padding-right: 60px;
    align-content: space-between;
}

.width-right {
    justify-content: end;
}

.top-box {
    position: relative;
    top: 0;
}

.top-box:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea5b0c;
    bottom: 120px;
    z-index: 0;
}


/*.elementor-column.left-side-push > .elementor-widget-wrap {*/
/*    max-width: 630px;*/
/*    padding-right: 60px;*/
/*    align-content: space-between;*/
/*    padding-left: 60px;*/
/*}*/

/*.elementor-column.right-side-push > .elementor-widget-wrap {*/
/*    !*max-width: 630px;*!*/
/*    align-content: end !important;*/
/*}*/


.faq-sec .elementor-accordion-item {
    margin-bottom: 40px;
}

.faq-sec .elementor-accordion-item:last-child {
    margin: 0;
}

.elementor-tab-content {
    border-radius: 20px;
    margin-top: 40px;
}

.elementor-accordion .elementor-tab-title {
    border-radius: 40px;;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 23px !important;
    height: auto !important;
}

.contact-section {
    display: flex;
    justify-content: end;
    padding-right: 70px;
}


.listing-points li.elementor-icon-list-item {
    background: #fff;
    padding: 10px 45px !important;
    margin-bottom: 35px;
}

.banner-below {
    position: relative;
    top: -40px;
    z-index: 0;
}

.banner-above {
    position: relative;
    z-index: 1;
}

.inner-banner {
    min-height: 900px;
}

.inner-banner.auto-height {
    min-height: auto;
}


.inner-banner.auto-height > .elementor-container {
    position: static;
}

.inner-banner.auto-height .rotate-text {
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
    background: #fff;
    right: 0;
}

.inner-banner.auto-height .rotate-text h2 {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: relative;
    top: 110px;
    bottom: 0;
    left: 60px;
}


.header-sticky .elementor-nav-menu ul:before {
    content: '';
    position: absolute;
    left: -70vw;
    width: 200vw;
    height: 100%;
    background: #fff;
    top: 5px;
}

.header-sticky .elementor-nav-menu ul {
    padding: 30px 0 !important;
}

body {
    overflow-x: hidden;
}


.charli-user {
    font-family: "Avenir", Sans-serif !important;
    font-size: 26px;
    font-weight: 100;
}

.charli-user strong {
    font-weight: 600;
}

.charli-user ul.btn {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 4px;
    column-gap: 15px;
}

.charli-user ul.btn li a {
    display: inline-block;
    background: transparent;
    padding: 7px 20px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #fff;

    font-size: 22px;
}

.charli-user ul.btn li a.full-btn {
    border: 2px solid #fff;
    background: #fff;
    color: #ea5b0c;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: end;
    padding-left: 30px;
    padding-right: 20px;
}

.charli-user ul.btn li a.full-btn img {
    margin-left: 15px;
}

.charli-user ul.btn li a:hover {
    border: 2px solid #333;
    background: #333;
    color: #fff;
}


/* css/vertical-tabs-cstm.css */

.tabs-cstm {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tabs-cstm .tab-buttons {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.tabs-cstm .tab-button {
    cursor: pointer;
    background: #fff;
    text-align: left;
    margin-bottom: 40px;
    padding: 48px 36px;
    border-radius: 36px;
}

.tabs-cstm .tab-button:last-child {
    margin-bottom: 0;
}

.tabs-cstm .tab-contents {
    padding: 10px;
    flex-grow: 1;
    width: 50%;
    padding-left: 4%;
    position: sticky;
    top: 0;
}

.tabs-cstm .tab-content {
    display: none;
    background: #ea5b0c;
    padding: 25px;
    border-radius: 25px;
    color: #fff;
}

.tabs-cstm .tab-content.active {
    display: block;
}

.listing-jobs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.listing-jobs ul li .title h5, .listing-jobs ul li .title h5 a {
    color: #EA5B0C;
    font-weight: 800
}

.listing-jobs ul li .title h5 a:hover {
    color: #4E4D4D;
}

.listing-jobs .text-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 19px;
    color: #4E4D4D;
    font-weight: 500;
}

.listing-jobs .text-content .description {
    font-size: 19px;
    width: calc(100% - 240px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.listing-jobs .text-content .right-side {
    padding: 0;
    max-width: 210px;
    width: 100%;
}

.listing-jobs .text-content .right-side ul li {
    display: flex;
    align-items: start;
}

.listing-jobs .text-content .right-side ul li img {
    margin-right: 15px;
    margin-bottom: 7px;

}

.tabs-cstm .media img {
    border-radius: 20px;
}


.tabs-cstm .tab-contents .location {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 400;
    margin: 15px 0 10px;
}

.tabs-cstm .tab-contents .location img {
    filter: brightness(05);
    margin-right: 12px;
}

.tabs-cstm .tab-contents .job-detail {
    font-size: 24px;
}

.tabs-cstm .tab-contents .time {
    color: #DCDBE0;
}

.tabs-cstm .tab-contents .para-content h6 {
    font-size: 28px;
}

.tabs-cstm .tab-contents .link a {
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}


.tabs-cstm .tab-contents .job-detail ul.btn-links {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.tabs-cstm .tab-contents .job-detail ul.btn-links li:first-child a {
    background: #fff;
    text-decoration: none;
    color: #ea5b0c;
}

.tabs-cstm .tab-contents .job-detail ul.btn-links li a {
    padding: 12px 20px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 22px;
    border: 1px solid #fff;
    color: #fff;
}

.tabs-cstm .tab-contents .job-detail ul.btn-links li a img {
    margin-left: 15px;
}

.tabs-cstm .tab-contents .job-detail ul.btn-links li {
    margin-right: 20px;
}


.banner-section {
    background: #ea5b0c;
    min-height: 540px;
    color: #fff;
    padding-top: 160px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.container {
    max-width: 1280px;
    margin: 0px auto;
    font-family: "Avenir", Sans-serif;
}

.banner-section .title {
    margin: 0px 0 50px 0;
}

.banner-section ul.more-info {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    width: 100%;
}

.banner-section ul.more-info li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.banner-section ul.more-info li img {
    filter: brightness(05);
    margin-right: 15px;
    width: 35px;
}

.banner-section .title h1 {
    font-weight: 600;
}

.banner-section .back a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
}

.banner-section .back {
    margin-bottom: 50px;
}


.content-job-details {
    margin-bottom: 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.content-job-details .left-side {
    width: calc(100% - 340px);
    font-size: 22px;
    color: #042D4D;
}

.contact-info {
    background: #EA5B0C80;
    border-radius: 30px;
    padding: 20px;
    max-width: 240px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.contact-info .title {
    color: #042D4D;
    font-size: 18px;
    font-weight: 600;
}

.contact-info p {
    color: #042D4D;

}

.tel a {
    color: #EA5B0C;
    display: inline-block;

}

ul.btns-list {
    margin: 15px 0px;
    list-style: none;
    padding: 0;
}

ul.btns-list li a {
    padding: 12px 20px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #fff;
    color: #ea5b0c;
    background: #fff;
    text-align: center;
    justify-content: center;
}

ul.btns-list li {
    margin-bottom: 10px;
}

ul.btns-list li a.btn-theme {
    background: #EA5B0C;
    border-color: #EA5B0C;
    color: #fff;
}


.contact-user-info {
    background: #ea5b0c;
    padding: 30px 30px 55px;
    border-radius: 41px;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 50px 0;
}

.contact-user-info .media {
    margin-right: 30px;
}


.related-products .tab-buttons.listing-jobs {
    width: 100%;
    max-width: 100%;
}

.related-products .tab-buttons.listing-jobs li.tab-button {
    width: calc(50% - 60px);
    border: 1px solid #efefef;
    margin-bottom: 0;
}

.related-products .tab-buttons.listing-jobs > ul {
    display: flex;
    margin-top: 20px;
    justify-content: space-evenly;
    margin-bottom: 100px;
}

.related-products .tab-buttons.listing-jobs h4 {
    font-weight: 600;
}

.contact-user-info .charli-user ul.btn li a {
    display: flex;
    align-items: center;
}

.contact-user-info .charli-user ul.btn li a img {
    margin-left: 10px;
}

.contact-user-info .tell a {
    color: #DCDBE0;
}

.contact-user-info .charli-user h5 {
    font-size: 28px;
}

.contact-user-info .charli-user ul.btn li.btn-zero a {
    border: 0;
    padding: 0;
    line-height: 0;
    background: transparent !important;
}

.contact-user-info .charli-user ul.btn li.btn-zero {
    line-height: 0;
}

.related-products .tab-buttons.listing-jobs li.tab-button:hover {
    border-color: #ea5b0c;
}


body .pum-theme-form-light-box .pum-title {
    font-size: 32px;
    font-weight: 600;
    font-family: "Avenir", Sans-serif;
}

.pum-theme-form-light-box {
    font-family: "Avenir", Sans-serif;
}

.pum-theme-form-light-box legend.gfield_label.gform-field-label {
    font-size: 22px;
    font-weight: 600;
    font-family: "Avenir", Sans-serif;
}

.pum-theme-form-light-box .gform-theme--foundation .ginput_complex label, .pum-theme-form-light-box .gform-theme--framework .gform-field-label {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    font-family: "Avenir", Sans-serif;
}

.pum-theme-form-light-box .gform-theme--foundation .gfield input:not(input[type=checkbox]), .pum-theme-form-light-box .gform-theme--foundation .gfield select {
    border: 1px solid #4E4D4D;
    padding: 10px 20px 10px 20px;
    border-radius: 35px;
    height: auto;
    line-height: 1;
    color: #4E4D4D;
    font-size: 18px;
    box-shadow: none;
    outline: none;
    min-height: 43px;
    line-height: 25px;
}

.pum-theme-form-light-box .gform-theme--foundation .gfield input[type=radio] {
    padding: 0 !important;
    min-height: auto !important;
    line-height: normal !important;
    width: 20px;
    height: 20px !important;
    border: 0 !important;
}

.pum-theme-form-light-box .gform-theme--foundation .gfield input::-ms-input-placeholder { /* Edge 12-18 */
    color: #4E4D4D;
    font-size: 18px;
}

.pum-theme-form-light-box .gform-theme--foundation .gfield input::placeholder {
    color: #4E4D4D;
    font-size: 18px;
}

/*.pum-theme-form-light-box .ginput_container--name .gform-grid-col {*/
/*    width: 50% !important;*/
/*    flex: auto !important;*/
/*}*/

.pum-theme-form-light-box .gform-theme--foundation .gform-grid-row {
    row-gap: 20px;
}

.pum-theme-form-light-box .gform-theme--framework .gfield_description {
    font-size: 22px;
    color: #000;
    order: -1;
}

.pum-theme-form-light-box .gform-theme--framework .gfield--type-choice .gfield_checkbox {
    flex-direction: row;
    flex-wrap: wrap;
}

.pum-theme-form-light-box .gform-theme--framework .gfield--type-choice .gfield_radio {
    flex-direction: row;
    flex-wrap: wrap;
}

.pum-theme-form-light-box .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,
.pum-theme-form-light-box .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    display: none
}

.pum-theme-form-light-box .gform-theme--framework .gfield--type-choice input[type="radio" i],
.pum-theme-form-light-box .gform-theme--framework .gfield--type-choice input[type="checkbox" i] {
    border-radius: 30px;
    background: rgb(0 0 0 / 50%);
    box-shadow: none;
    border: 0;
    outline: none;
}

.pum-theme-form-light-box .gform-theme--framework .gfield--type-choice input[type="radio" i]:checked,
.pum-theme-form-light-box .gform-theme--framework .gfield--type-choice input[type="checkbox" i]:checked {
    background: #ea5b0c;
}

body .pum-content.popmake-content .gform-theme--framework input.gform_button.button[type=submit] {
    padding: 17px 40px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #ea5b0c;
    color: #fff;
    background: #ea5b0c;
    text-align: center;
    justify-content: center;
}


.pum-theme-form-light-box .gform-theme--framework .gfield--type-choice .ginput_container_consent {
    line-height: 0;
    display: flex;
    align-items: center;
}


.job-openings-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 60px;
}

.job-openings-wrapper .job-opening-card {
    width: calc(100% / 4 - 20px);
    border-radius: 17.25px;
    background: #EA5B0C;
    padding: 30px;
    color: #fff;
    font-weight: 400;
    position: relative;
    font-size: 14px;
}

.job-openings-wrapper .job-opening-card h4.job-opening-title {
    margin-bottom: 5rem;
}

.job-openings-wrapper a.job-opening-read-more {
    background: rgba(0, 159, 227, 0.60);
    display: block;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 40px;
    margin-top: 30px;
}

.job-openings-wrapper a.job-opening-read-more:hover {
    background: #000;
}


.certification_listing p.job-opening-excerpt {
    font-size: 14px;
}

.job-openings-wrapper a.media-download-link {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}


button#load-more, button#load-more:focus, button#load-more:active {
    margin: 0px auto;
    max-width: 170px;
    display: block;
    width: 100%;
    color: #ea5b0c !important;
    border-color: #ea5b0c !important;
    font-family: "Avenir", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 70px;
    padding: 10px 10px;
}

button#load-more:focus, button#load-more:active {
    background: transparent !important;
}

button#load-more:hover {
    background: #ea5b0c;
    color: #fff !important;
}

.content-job-details .left-side h6 {
    font-size: 24px;
    margin: 30px 0;
}

.container-cstm {
    max-width: 1320px;
    padding: 0px 30px;
    width: 100%;
    margin: 0px auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-light-gray {
    background-color: #F3F3F3;
}

.banner-main-content {
    background: url("../img/VKVE-302.webp");
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.banner-main-content h4, .banner-main-content h1 {
    color: #fff;
    font-weight: 600;
    margin-top: 0;
}

.banner-main-content h4 {
    font-weight: 400;
}

.banner-main-content .container {
    width: 100%;
}

form.search-frm .group-frm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1010px;
    margin-top: 50px;
    margin-bottom: 30px;
    column-gap: 3%;
    row-gap: 20px;
}

form.search-frm .group-frm input,
form.search-frm .group-frm select {
    width: 31%;
    padding: 7px 20px;
    border-radius: 50px;
    border: 2px solid hwb(0deg 0% 100% / 60%);
    outline: none;
    font-size: 22px;
    color: #000000CC;
    margin-right: 0;
    font-weight: 600;
    cursor: pointer;
}

form.search-frm .group-frm select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

/* For IE10 */
form.search-frm .group-frm select::-ms-expand {
    display: none;
}

form.search-frm .group-frm input::placeholder {
    font-size: 22px;
    color: #000000CC;
}

form.search-frm .group-frm input::-webkit-input-placeholder {
    font-size: 22px;
    color: #000000CC;
}

form.search-frm .group-frm button {
    width: 31%;
    padding: 8px 75px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    font-size: 24px;
    background: #ea5b0cd4;
    border-color: #ea5b0cd4;
    color: #fff;
    font-weight: 600;
}

form.search-frm .group-frm button svg {
    margin-left: 10px;
}

form.search-frm .group-frm button:hover {
    background: #000;
    border-color: #000;
}

.banner-main-content p {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
}

.pagination-cstm {
    margin-top: 80px;
    font-family: "Avenir", Sans-serif !important;
    display: flex;
    justify-content: center;
}

.pagination-cstm a {
    background-color: #ea5b0c;
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
    border: 1px solid #ea5b0c;
    border-radius: 34px;
    height: 36px;
    width: 36px;
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 36px;
}

.pagination-cstm a.prev.page-numbers,
.pagination-cstm a.next.page-numbers {
    padding: 0;
    border: 0;
    background: transparent;
}

.pagination-cstm a:hover {
    background-color: #f0f0f0;
}

.pagination-cstm .current {
    background-color: #ea5b0c;
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
    border: 1px solid #ea5b0c;
    border-radius: 34px;
    height: 36px;
    width: 36px;
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 36px;
}


form.filters-cstm select {
    border: 0;
    padding: 0;
    background: transparent;
    margin-right: 20px;
    font-size: 24px;
    color: #EA5B0C;
    font-weight: 600;
    width: auto;
    outline: none;
}

form.filters-cstm {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    margin: 0px auto 60px;
}

form.filters-cstm button {
    background: transparent !important;
    padding: 0;
    border: 0 !important;
    min-width: 29px;
}

.pagination-cstm a:hover {
    background-color: #ea5b0c;
    color: #EA5B0C;
    color: #fff;
}

.menu-lang-cstm .elementor-nav-menu .wpml-ls-current-language > a {
    padding-left: 0 !important;
}
.home .menu-lang-cstm .elementor-nav-menu .wpml-ls-current-language > a {
    color: #fff !important;
}

.menu-lang-cstm .sub-menu li a {
    font-size: 20px;
    color: #33373d;
    background: transparent !important;
    padding: 10px 0 !important;
}

.menu-lang-cstm .sub-menu li a:hover {
    color: #EA5B0C;
}

.banner-main-content.yellow-bg {
    background: #EA5B0C !important;
}

.banner-main-content.yellow-bg span {
    color: #000;
}


.tab-buttons.listing-jobs.two-colms {
    width: 100%;
    padding: 0px 30px;
    display: block;
}

.tab-buttons.listing-jobs.two-colms > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px;
    justify-content: space-between;
}

.tab-buttons.listing-jobs.two-colms > ul > li {
    width: calc(50% - 20px);
}

.tab-buttons.listing-jobs.two-colms > ul > li:last-child {
    margin-bottom: 40px;
}

.elementor-container .full-bg.half-width-content:nth-child(4) > .elementor-widget-wrap:before {
    background: #000;
}


.search-frm.min-search-frm {
    max-width: 830px;
}

.min-search-frm.search-frm .group-frm button {
    /*max-width: 200px;*/
    justify-content: space-between;
}


.recent-vacatures {
    display: flex;
    flex-wrap: wrap;
}

.recent-vacatures .vacature-item {
    color: #fff;
    width: calc(100% / 3 - 30px);
    margin: 0px 15px;
    padding: 20px 40px 20px 40px;
    border: 1px solid #fff;
    border-radius: 30px 30px 30px 30px;
    word-break: break-word;
    background: #ea5b0c;
    font-size: 18px;
}

.recent-vacatures a.read-more {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.recent-vacatures a.read-more:hover {
    color: #000;
}

.recent-vacatures .vacature-excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.recent-vacatures .vacature-item h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


header .elementor-column.elementor-col-50:last-child .elementor-widget-wrap {
    flex-wrap: nowrap;
}

header .elementor-column.elementor-col-50:last-child a.elementor-button.elementor-button-link {
    white-space: nowrap;
}

@media only screen and (min-width: 1025px) {
    .tabs-cstm .tab-content {
        overflow: auto;
        height: 100vh;
    }
}

/* width */
.tabs-cstm .tab-content.active::-webkit-scrollbar {
    width: 0;
}

/* Track */
.tabs-cstm .tab-content.active::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}

/* Handle */
.tabs-cstm .tab-content.active::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 4px;
}


.header-sticky .elementor-nav-menu ul {
    background: transparent;
}

.page-content .elementor-widget-container a {
    color: #fff;
    text-decoration: none !important;
}

footer .elementor-widget.elementor-widget-text-editor p a {
    font-size: 24px;
    color: #000;
}

footer .elementor-widget.elementor-widget-text-editor p a:hover {
    color: #ea5b0c;;
}

.page-template-template-vacatures .banner-main-content {
    background: #ea5b0c;
}

.page-template-template-vacatures .elementor-nav-menu--main .elementor-item.highlighted,
.page-template-template-vacatures .elementor-element.elementor-element-69d9335 .elementor-nav-menu--main .elementor-item:hover,
.page-template-template-vacatures .elementor-element.elementor-element-69d9335 .elementor-nav-menu--main .elementor-item:hover svg,
.page-template-template-vacatures .elementor-element.elementor-element-69d9335 .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: #fff !important;
}

.page-template-template-vacatures .elementor-nav-menu--main .elementor-item.highlighted svg,
.page-template-template-vacatures .elementor-element.elementor-element-69d9335 .elementor-nav-menu--main .elementor-item:hover svg {
    fill: #fff;
}

.page-template-template-vacatures form.search-frm .group-frm input, .page-template-template-vacatures form.search-frm .group-frm select {
    border: 2px solid #00000033
}

.page-template-template-vacatures form.search-frm .group-frm button {
    background: #FFFFFF40
}

.page-template-template-vacatures form.search-frm .group-frm button {
    border: 1px solid #FFFFFF40
}

.page-template-template-vacatures form.search-frm .group-frm {
    max-width: 1050px;
}

.page-template-template-vacatures a.btn-white {
    color: #fff;
}

.page-template-template-vacatures a.btn-white:hover {
    color: #FFFFFF40;
}

.pagination-cstm a.prev.page-numbers {
    transform: rotate(180deg)
}

.page-content .elementor-widget-container a.elementor-accordion-title {
    color: #000;
}

.gform-theme--foundation .gform_fields {
    row-gap: 20px;
}

.ginput_address_zip {
    order: 1;
}

.ginput_address_line_2 {
    order: 2;
}

.ginput_address_line_1 {
    order: 3;
}

.ginput_address_city {
    order: 4;
}

.ginput_address_country {
    order: 5;
}

.ginput_container_address {
    row-gap: 15px !important;
}

.ginput_container_address .gform-grid-col {
    inline-size: 50%;
}

.gform_fileupload_rules {
    font-size: 14px !important;
}

.ginput_container_consent a {
    color: #ea5b0c;
}

.gform_previous_button.gform-theme-button,
.gform_next_button.gform-theme-button.button {
    font-family: "Avenir", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    background-color: var(--e-global-color-a0db7a3) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-a0db7a3) !important;
    border-radius: 35px 35px 35px 35px !important;
    padding: 16px 30px !important;
    color: #fff !important;
}

.gform_previous_button.gform-theme-button {
    margin-right: 20px !important;
}


.noUi-connect {
    background: #ea5b0c !important;
}

.gfield_radio .gchoice, .gfield_radio .gchoice label {
    line-height: 25px;
}

.gform-theme--foundation .gfield.gfield--input-type-html {
    font-size: 22px;
}

#loader, #file_loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; /* Ensure it appears above other elements */
}

.load_spinner {
    border: 16px solid #ef844999; /* Light grey */
    border-top: 16px solid #17171863; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.gfield--type-nurslider {
    width: 90%;
}

.ginput_container_textarea .textarea {
    border-radius: 40px;
}


.vertical-tabs-csmt h2.vertical-tab-counter {
    display: none;
}

.vertical-tab-content {
    display: block !important;
    max-width: 1000px;
}


.vertical-tabs-csmt {
    height: 80vh;
}

.vertical-tabs-csmt .vertical-tab > div {
    height: 80vh;
}

.vertical-tabs-csmt .work-items-content {
    margin-top: -50px;
}

.job-opening-date {
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.absoulte-link {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.job-openings-wrapper .job-opening-card.post-news:hover {
    background: #1d1d1b;
}

header a img[src$=".svg"] {
    max-width: 150px !important;
    width: 100% !important;
}

.job-opening-content .job-opening-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.banner-bg {
    padding: 250px 0 80px;
    background: #ea5b0c;
    margin-bottom: 100px;
}

.banner-bg h1 {
    color: #fff;
}

div#news {
    margin-bottom: 100px;
}


.ehf-header #masthead.scrolled-down {
    top: -120px;
}

header#masthead {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}

header#masthead.topnav-bg.scrolled-up {
    background: #ea5b0c;
}

header#masthead.topnav-bg.scrolled-up .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding-top: 0;
    padding-bottom: 0;
}

.header-transparent svg {
    fill: #fff;
}

.job-openings-wrapper .job-opening-card.post-news {
    width: calc(100% / 3 - 20px);
}

.job-openings-wrapper .job-opening-card.case-listing {
    width: calc(100% / 2 - 20px);
}

.job-openings-wrapper .job-opening-card.case-listing-media {
    background-size: cover;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    width: calc(100% / 2 - 20px);
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}

.job-openings-wrapper .job-opening-card.case-listing-media .job-opening-content {
    width: 100%;
    position: relative;
}

.job-opening-card.case-listing-media:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    left: 0;
    top: 0;
    z-index: 0;
}

.job-opening-card a.absolute-link {
    position: absolute;
    width: 100%;
    height: 100%;  left: 0;
    top: 0;  z-index: 1;
}
.job-opening-card.case-listing-media:hover:before{
    background: rgb(0 0 0 / 60%);
}


html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: auto !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0 !important;
}
/*html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {*/
/*    overflow-y: visible !important;*/
/*}*/

.job_requirements, .employment_conditions,.shift_details,.skill_details {
    margin-top: 30px;
}


button#load-more:empty {
    display: none;
}

/* Clamp de tekst in de tegel tot 3 regels */
.tab-button .description{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 4.6em; /* ~3 regels bij normale line-height */
}

/* Als je een 'lees meer'-knop in dezelfde kolom hebt */
.tab-button .card-actions,
.tab-button .card-actions-inline{
  margin-top: .5rem;
}

/* Optioneel: lichte fade onderaan voor mooiere cut-off */
.tab-button .description {
  position: relative;
}
.tab-button .description:after{
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1.6em;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
}

/* Gravity Forms ID 1 styling voor Charlie works */
body .gform_wrapper#gravityform_1 {
  font-family: "Lato", sans-serif;
  color: #333333;
}

/* Inputs & textarea */
body .gform_wrapper#gravityform_1 .gfield input[type="text"],
body .gform_wrapper#gravityform_1 .gfield input[type="email"],
body .gform_wrapper#gravityform_1 .gfield input[type="tel"],
body .gform_wrapper#gravityform_1 .gfield textarea {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  transition: background-color 0.2s, border-color 0.2s;
}

/* Focus state input */
body .gform_wrapper#gravityform_1 .gfield input:focus,
body .gform_wrapper#gravityform_1 .gfield textarea:focus {
  background-color: #ffffff;
  border-color: #FF6A00;
  outline: none;
}

/* Label stijl */
body .gform_wrapper#gravityform_1 .gfield_label {
  font-weight: 600;
  margin-bottom: 0.5em;
  display: block;
  color: #222222;
}

/* Knop stijl */
body .gform_wrapper#gravityform_1 .gform_footer input[type="submit"] {
  background-color: #FF6A00;
  color: #ffffff;
  border: none;
  padding: 0.85em 2em;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* Knop hover & active */
body .gform_wrapper#gravityform_1 .gform_footer input[type="submit"]:hover,
body .gform_wrapper#gravityform_1 .gform_footer input[type="submit"]:focus {
  background-color: #e55c00;
  text-decoration: none;
}

/* Foutmelding & succesmelding styling */
body .gform_wrapper#gravityform_1 .gfield_error,
body .gform_wrapper#gravityform_1 .gform_validation_error {
  border-color: #d9534f;
  background-color: #f9e7e7;
}

body .gform_wrapper#gravityform_1 .gform_confirmation_message {
  background-color: #eef9f3;
  border: 1px solid #5cb85c;
  color: #3c763d;
  padding: 1em;
  border-radius: 4px;
  font-size: 1rem;
}

/* Extra: spacing tussen velden */
body .gform_wrapper#gravityform_1 .gfield {
  margin-bottom: 1.5em;
}
