/* =====================
   css child home page
   ====================== */
.case-grid .inner-box span.case-label,
.event-taxonomy-item ul li,
a {
    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;
}

.underline-cs svg {
    margin-top: 6px;
}


.custom-contact-form_wrapper .custom-contact-form .gform-field-label,
.custom-event-form_wrapper .custom-event-form .gform-field-label {
    color: #1E1C67;
    display: inline-block;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.custom-contact-form_wrapper .custom-contact-form .gform-theme--framework .gfield--type-choice .gchoice,
.custom-contact-form_wrapper .custom-contact-form .gform-theme--framework .gfield--type-choice .ginput_container_consent,
.custom-event-form_wrapper .custom-event-form .gform-theme--framework .gfield--type-choice .gchoice,
.custom-event-form_wrapper .custom-event-form .gform-theme--framework .gfield--type-choice .ginput_container_consent {
    align-items: center;
}

.custom-contact-form_wrapper .custom-contact-form .gform-theme--foundation .gfield,
.custom-event-form_wrapper .custom-event-form .gform-theme--foundation .gfield {
    margin-bottom: 40px;
}

.custom-contact-form_wrapper .custom-contact-form .gfield_description.gfield_consent_description,
.custom-event-form_wrapper .custom-event-form .gfield_description.gfield_consent_description {
    margin: -30px 0 0 33px;
    border: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 0;
}

.custom-contact-form_wrapper .custom-contact-form .gfield textarea,
.custom-contact-form_wrapper .custom-contact-form .gfield .ginput_password.large,
.custom-contact-form_wrapper .custom-contact-form .gfield input.large,
.custom-contact-form_wrapper .custom-contact-form .gfield select.large,
.custom-event-form_wrapper .custom-event-form .gfield textarea,
.custom-event-form_wrapper .custom-event-form .gfield .ginput_password.large,
.custom-event-form_wrapper .custom-event-form .gfield input.large,
.custom-event-form_wrapper .custom-event-form .gfield select.large {
    background: #fff;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    padding: 50px 10px 10px 10px;
    height: auto;
    font-family: "Montserrat", Sans-serif;
    color: #1E1C67;
}

.custom-contact-form_wrapper .custom-contact-form .gfield input::-moz-placeholder,
.custom-contact-form_wrapper .custom-contact-form .gfield textarea::-moz-placeholder {
    color: inherit;
    font-family: inherit;

}

.custom-contact-form_wrapper .custom-contact-form .gfield input::placeholder,
.custom-contact-form_wrapper .custom-contact-form .gfield textarea::placeholder {

    opacity: .6
}

.custom-contact-form_wrapper .custom-contact-form .gfield textarea:focus, .custom-contact-form_wrapper .custom-contact-form .gfield input:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1) !important;
}

.custom-contact-form_wrapper .custom-contact-form .gform-field-label span,
.custom-event-form_wrapper .custom-event-form .gform-field-label span {
    margin-left: 5px;
    color: #fff;
    font-size: 20px;
}

.custom-event-form_wrapper .custom-event-form .gform-theme--framework .gfield--type-choice .gchoice,
.custom-event-form_wrapper .custom-event-form .gform-theme--framework .gfield--type-choice .ginput_container_consent {
    align-items: flex-start;
}

.custom-event-form_wrapper .custom-event-form .ginput_container_consent input,
.custom-event-form_wrapper .custom-event-form .gfield-choice-input {
    margin-top: 6px;
}

.custom-contact-form_wrapper .custom-contact-form .gform_button.button,
.custom-event-form_wrapper .custom-event-form .gform_button.button {
    border-radius: 8px !important;
    padding: 24px 75px !important;
    font-size: 20px !important;
    background: #660202 !important;
    font-weight: 700 !important;
    font-family: "Montserrat", Sans-serif;
    border: 2px solid #ff234f !important;
    box-shadow: none !important;
}

.custom-contact-form_wrapper .custom-contact-form .gform_button.button {
    background: #ff234f !important;
    color: #ffffff !important;
}

.gform_heading .gform_required_legend, .custom-contact-form_wrapper .gform_heading {
    display: none;
}

.custom-contact-form_wrapper .custom-contact-form .gform_button.button:hover {
    background: #fff !important;
    color: #ff234f !important;
}

.custom-contact-form_wrapper .custom-contact-form .gfield textarea {
    height: 150px;
    padding: 100px 10px 10px 10px !important;
    color: #1E1C67;
    font-family: "Montserrat", Sans-serif;
}

.custom-contact-form_wrapper .gfield--type-html {
    font-size: 12px;
    line-height: 19px;
    font-family: "Montserrat", Sans-serif;
}

.custom-contact-form_wrapper .gform_footer.top_label {
    justify-content: right;
    margin-top: 35px;
}

.custom-contact-form_wrapper .ginput_container.ginput_container_consent input {
    margin-top: 5px;
}

.gform-theme--foundation .gform_fields {
    row-gap: 15px !important;
}

.custom-contact-form_wrapper .gfield--type-html b {
    font-size: 14px;
    display: block;
}


.job-listings-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}

.job-listings-grid .job-box {
    padding: 40px;
    background-color: #fff;
    display: flex;
    gap: 17px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    width: calc(100% / 3 - 25px);
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}

.job-listings-grid .box-theme {
    background: var(--e-global-color-secondary);
}

.job-listings-grid .box-blue {
    background: var(--e-global-color-primary);
}

.job-listings-grid .box-lightgray {
    background-color: #F3F3F3D1;
}

ul.job-meta {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 25px;
    align-items: center;
    width: 100%;
    margin: 0;
}

ul.job-meta li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #1E1C67;
}

.job-listings-grid .box-blue h4, .job-listings-grid .box-blue p, .job-listings-grid .box-blue ul.job-meta li,
.job-listings-grid .box-theme h4, .job-listings-grid .box-theme p, .job-listings-grid .box-theme ul.job-meta li {
    color: #fff;
}

.job-listings-grid ul.job-meta li svg path {
    fill: #fff;
}

.job-listings-grid .job-box h5 {
    margin: 0 0 0px 0;
    width: 100%;
    color: #fff;
}

.job-listings-grid ul.job-meta li svg {
    width: 18px;
    margin-right: 10px;
}


.btn.btn-apply {
    font-size: 15px;
    font-weight: 700;
    color: var(--e-global-color-cf71ace);
    background-color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 6px 6px 6px 6px;
    padding: 13px 50px;
    border-color: var(--e-global-color-primary);
    line-height: 1;
    width: auto;
}

.job-listings-grid .box-lightgray .btn.btn-apply,
.job-listings-grid .box-blue .btn-apply.btn {
    color: var(--e-global-color-cf71ace);
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}

.job-listings-grid .box-lightgray ul.job-meta li svg path {
    fill: #1E1C67;
}

.job-listings-grid .box-lightgray h5 {
    color: #1E1C67;
}

.btn.btn-apply:hover {
    opacity: 0.9;
}


.job-detail-section {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}

.job-detail .job-detail-container {
    max-width: 950px;
    margin: 0px auto;
    padding: 0px 20px;
}


p:empty {
    display: none;
}

.btn-apply-job {
    text-align: center;
    margin: 70px 0 100px;
}

.job-content, .job-requirements, .employment-conditions {
    margin-bottom: 30px;
}

.btn-apply-job .btn.btn-apply {
    background: #FF234F;
    border-color: #FF234F;
    display: inline-block;
}

.btn-apply-job .btn.btn-apply:hover {
    background: transparent;
    color: #FF234F;
}

.job-form {
    max-width: 1220px;
    margin: 0px auto;
    padding: 0px 20px;
}

.job-form h3 {
    font-size: 41px !important;
    margin-bottom: 30px !important;
}

#input_2_16, #input_2_24_3, #input_2_24_6, #input_2_25_6 {
    background: #fff;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    padding: 50px 10px 10px 10px;
    height: auto;
    font-family: "Montserrat", Sans-serif;
    color: #1E1C67;
}

.job-listings-grid .job-box p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}

/* =====================
   Testimonials Grid
   ====================== */
.testimonials-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial-item {
    width: 100%;
}

.testimonial-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.testimonial-item.image-right .testimonial-wrapper {
    flex-direction: row-reverse;
}

.testimonial-image {
    max-width: 410px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.testimonial-image iframe,
.testimonial-image .testimonial-img {
    width: 100%;
    display: block;
    min-height: 460px;
    object-fit: cover;
}

.video-link {
    display: block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.video-link:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 0.3s ease;
    pointer-events: none;
}

.play-button svg {
    display: block;
    width: 60px;
    height: 60px;
}

.testimonial-content {
    color: #4A4A4A;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
}

.testimonial-content .rating {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    gap: 20px;
    margin-bottom: 10px;
}

.testimonial-content h4 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 700;
}

.testimonial-content .work-experience {
    font-size: 22px;
    font-weight: 400;
}

.testimonial-content .excerpt {
    margin-bottom: 0;
}

.testimonial-content .work-detail {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.testimonial-content .rating img {
    max-width: 40px;
    line-height: 1;
}

.testimonial-content h4 {
    color: #000;
    margin: 0;
}

/* =====================
   Job Search Container
   ====================== */
.job-search-container {
    font-family: "Montserrat", Sans-serif;
}

/* Filters */
.job-filters {
    margin-bottom: 30px;
}

.job-filter-form .filter-row {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.filter-field {
    position: relative;
}

.job-search-container .filter-field input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    font-family: inherit;
    background: #fff;
    background-repeat: no-repeat;
    background-position: right 15px center;
    font-size: 14px;
    color: #4A4A4A;
    outline: none !important;
}

.filter-field select {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: inherit;
    background: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
    color: #4A4A4A;
}

.filter-dropdown {
    position: relative;
}

.more-filters-toggle {
    width: 100%;
    padding: 12px 40px 12px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.more-filters-toggle .arrow {
    display: none;
}

.more-filters-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-top: 5px;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-width: 270px;
}

.filter-group {
    margin-bottom: 15px;
}

.filter-group:last-child {
    margin-bottom: 0;
}

.filter-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.filter-group select {
    width: 100%;
    padding: 8px 35px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
}

.filter-row .filter-field .btn-search {
    padding: 13px 40px;
    background: #FF234F;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 400;
    font-family: inherit;
    transition: all 0.3s;
    white-space: nowrap;
    font-size: 16px;
}

.filter-row .filter-field .btn-search:hover {
    background: #e01e45;
}

/* Layout */
.job-search-layout {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.job-list-column {
    width: 40%;
}

.job-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.job-search-layout .related-jobs-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.related-jobs-title .keyword-text {
    text-decoration: underline;
}

.job-sort-dropdown {
    padding: 8px 35px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    color: #4A4A4A;
    max-width: 130px;
}

.job-detail-column {
    width: 60%;
    position: sticky;
    top: 10px;
}

/* Job List */
.job-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.job-list-item {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.job-list-item:nth-child(2n) {
    background: #F3F3F3;
}


.job-list-item:hover,
.job-list-item.active {
    background: #0009BC;
    color: #fff;
}

.job-list-item:hover *, .job-list-item:hover .job-list-title, .job-list-item.active .job-list-title,
.job-list-item.active * {
    color: #fff;
}

.job-list-icon {
    flex: 0 0 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.job-list-icon img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.job-list-icon:empty::before {
    content: '';
    width: 30px;
    height: 30px;
    background: #0066cc;
    border-radius: 4px;
    position: absolute;
}

.job-list-icon:empty::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FF234F;
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 2px solid #fff;
}

.job-list-content {
    flex: 1;
    min-width: 0;
}

.job-search-layout .job-list-title {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}

.job-list-excerpt {
    margin: 0;
    color: #4A4A4A;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

.job-list-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.job-list-vacancies {
    color: #000000;
    font-size: 16px;
    border-bottom: 1px solid;
    padding: 0;
    line-height: 1;
}

.job-list-action {
    flex: 0 0 auto;
}

.job-list-meta .btn-view-job, .job-detail-header-action .btn-apply-detail {
    padding: 7px 24px;
    background: #FF234F;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
}

.job-detail-header-action .btn-apply-detail {
    padding: 14px 24px;
}

.btn-view-job:hover {
    background: #e01e45;
}

.no-jobs {
    text-align: center;
    padding: 40px;
    color: #999;
}

/* Job Detail */
.job-detail {
    padding: 90px 0;
    background: #F3F3F3D1;
}

.job-detail-content {
    width: 100%;
}

.job-detail-header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    border-bottom: 1px solid #EDEDED;
}

.job-section {
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #EDEDED;
}


.job-detail-header-content {
    flex: 1;
}

.job-detail-header h2 {
    margin: 0 0 8px 0;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

.job-detail-header-content .job-location {
    color: #4A4A4A;
    font-size: 18px;
}

.job-detail-header-action {
    flex: 0 0 auto;
}

.btn-apply-detail:hover {
    background: #e01e45;
}

.job-detail-body {
    margin-top: 30px;
}

.job-description,
.job-section {
    margin-bottom: 30px;
}

.job-detail-content .job-description h3, .job-detail-content .job-section h3 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.job-description div,
.job-section div {
    color: #4A4A4A;
    line-height: 1.6;
    font-size: 18px;
}

.loading-spinner {
    text-align: center;
    padding: 40px;
    color: #999;
}

.no-selection {
    text-align: center;
    color: #999;
    padding: 40px;
}

.filter-dropdown button.more-filters-toggle {
    width: 100%;
    padding: 13px 40px 14px 15px;
    border: 1px solid #D9D9D9;
    border-radius: 10px !important;
    background-repeat: no-repeat;
    background-position: right 15px center;
    font-size: 14px;
    color: #4A4A4A;
    outline: none !important;
    font-weight: 400;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-color: #fff;
    text-align: left;
    border-width: 1px !important;
}

.filter-dropdown button.more-filters-toggle:hover {
    color: #4A4A4A;
    border-color: #333;
}

.filter-dropdown button.more-filters-toggle:focus {
    color: #4A4A4A;
    border-color: #333;
}

.filter-field button.btn-search {
    padding: 14px 35px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
    border: 0;
}

.job-search-container select {
    outline: none !important;
    max-width: 130px;
}

.filter-dropdown button.more-filters-toggle:focus {
    border-color: #333;
}

.job-list-item .top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 29px;
    margin-bottom: 29px;
}

.job-detail-header-content p {
    margin: 0;
}

.job-filter-form .filter-row .filter-field:first-child {
    max-width: 460px;
    width: 100%;
}

.filter-group select {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}


.job-detail-content ul li:before {
    content: '';
    background: url(../img/check.svg) no-repeat center center;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    background-size: cover;
    top: 1px;
}

.job-detail-content ul {
    padding: 0;
    margin: 0;
}

.job-detail-content ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
}

.text-center {
    text-align: center;
}

.area-btm {
    padding-top: 15px;
    padding-bottom: 20px;
}

.job-detail-section table.ql-table-blob {
    width: 100% !important;
}

.job-detail-header-content h4 {
    margin: 0;
}
