/* jobs search section */
.jobs-search-section {
    background: var(--blue);
    padding-block: 35px 90px;
}

.jobs-search-heading {
    text-align: center;
    margin-bottom: 45px;
}

.jobs-search-heading h2 {
    color: var(--grey);
    font-family: var(--fontDisplay);
    font-size: 50px;
    font-style: normal;
    font-weight: 100;
    line-height: 98%;
    letter-spacing: 0.5px;
}

.jobs-search-heading h2 strong {
    font-family: var(--fontFrank);
    display: block;
}

.jobs-search-form {
    max-width: 800px;
    margin: auto;
}

.jobs-search-row {
    display: flex;
    gap: 7px;
    margin-bottom: 12px;
    justify-content: center;
}

.jobs-search-row:last-child {
    margin-bottom: 0;
}

.jobs-search-row:last-child .jobs-search-field {
    min-width: 112px;
}

.jobs-search-field input::placeholder {
    color: var(--grey);
}

.jobs-search-field option {
    color: var(--blue);
}

.jobs-search-field input,
.jobs-search-field select {
    width: 100%;
    background: transparent;
    border-radius: 50px;
    padding: 0 12px;
    color: var(--grey);
    font-family: var(--fontPoppins);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    border: 1px solid rgba(255, 255, 255, .45);
}

.jobs-search-row.jobs-search-row-top .jobs-search-field:first-child {
    width: 100%;
}

.jobs-search-row.jobs-search-row-top .jobs-search-field:nth-child(2) {
    min-width: 260px;
}

.jobs-search-field select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
    background-size: 7px;
}

.jobs-search-section .btn {
    background: var(--lightBlue);
    color: var(--blue);
    padding: 8px 13px;
    min-width: fit-content;
}

.jobs-search-section .btn:hover {
    background: #fff;
}

/* jobs listing section */
.jobs-listing-section {
    padding-block: 45px 65px;
}

.jobs-category-list,
.jobs-grid-main {
    max-width: 950px;
    margin-inline: auto;
}

.jobs-grid-main article.job-card .job-card__description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.jobs-category-list {
    gap: 20px 40px;
    margin-bottom: 38px;
    display: flex;
    overflow: auto;
}

.jobs-category-list .service-card__title h3 {
    font-size: 15.338px;
    line-height: 14.243px;
    letter-spacing: -0.307px;
}

.jobs-category-list .service-card__icon {
    font-size: 21.004px;
    padding: 12px 6px 4px 6px;
    border-radius: 8.025px 8.025px 8.025px 0;
}

.jobs-category-list .service-card__icon::before {
    height: 5px;
    width: 5px;
    left: 10px;
    top: 7px;
}

.jobs-sort__select {
    margin-bottom: 12px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

.jobs-sort__select select {
    background: transparent;
    border: 0;
    color: var(--blue);
    font-family: var(--fontPoppins);
    font-size: 8.103px;
    font-weight: 600;
    line-height: 94%;
    letter-spacing: 1.783px;
    text-transform: uppercase;
    width: auto;
    white-space: normal;
    cursor: pointer;
    appearance: none;
    padding-inline: 5px 10px;
    margin-right: -7px;
}

.jobs-sort__select svg {
    height: 4px;
    width: auto;
    position: relative;
    top: -1px;
    pointer-events: none;
}

.jobs-sort__select svg path {
    color: var(--blue);
}

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.jobs-show-more {
    margin-block: 45px 0;
    text-align: center;
}

.jobs-show-more .btnWithIcon .btnText {
    color: #fff;
    font-size: 14px;
    padding: 12px 20px;
}

.jobs-show-more .btnWithIcon .btnIcon {
    height: 36px;
    width: 36px;
    padding: 6px;
}

.jobs-show-more .btnWithIcon:hover .btnText,
.jobs-show-more .btnWithIcon:hover .btnIcon {
    background: var(--blue);
}

.jobs-grid.no-jobs-grid {
    display: inline;
    text-align: center;
}

.jobs-grid.no-jobs-grid .no-jobs-found {
    margin-block: 70px 0;
    color: var(--blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

/* our division top jobs section ( job post finance section ) */
.jobPostFinanceSection .finance-jobs-header {
    display: grid;
    grid-template-columns: 1fr auto;
    text-align: center;
}

.jobPostFinanceSection .finance-jobs-title {
    width: calc(100% + 220px);
    pointer-events: none;
}

/* job post oppurtunity section */
.job-opportunity-section {
    padding-block: 75px 90px;
}

.job-opportunity-section.job-content-full-width {
    padding-block: 75px 0px;
}

.job-content-full-width .job-detail-main {
    display: block;
}

.job-detail-main {
    display: grid;
    grid-template-columns: 1fr 405px;
    gap: 14px;
    max-width: 1040px;
    margin-inline: auto;
}

.job-opportunity-card {
    border-radius: 23.122px 23.122px 0 23.122px;
    color: var(--grey);
    padding: 36px 30px 30px;
}

.job-opportunity-card h3 {
    color: var(--grey);
    font-family: var(--fontDisplay);
    font-size: 40px;
    font-weight: 100;
    line-height: 109%;
}

.job-opportunity-card p {
    font-family: var(--fontPoppins);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25.4px;
    letter-spacing: 0.48px;
    margin-block: 25px 0;
}

.job-detail-main article.job-card {
    padding: 15px 30px 25px;
}

.job-detail-main article.job-card .job-card__title {
    font-size: 55px;
    line-height: 112%;
    margin-block: 32px 12px;
}

.job-detail-main article.job-card .job-card__description p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25.4px;
    letter-spacing: 0.48px;
    margin-block: 0 30px;
}

.job-detail-main article.job-card .job-card__description ul {
    padding-left: 70px;
    margin-block: 0 30px;
}

.job-detail-main article.job-card .job-card__description ul li {
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    line-height: 25.4px;
    letter-spacing: 0.48px;
    list-style: disc;
}

.job-detail-main article.job-card .job-card__description hr {
    margin-block: 0 30px;
}

.job-detail-main article.job-card .job-card__description ul li p {
    margin-block: 0;
}

.job-detail-main article.job-card .job-card__description h1 {
    margin-block: 10px;
    line-height: 1.2;
}

.job-detail-main article.job-card .job-card__description h2,
.job-detail-main article.job-card .job-card__description h2 span,
.job-detail-main article.job-card .job-card__description h3,
.job-detail-main article.job-card .job-card__description h3 span {
    font-family: var(--fontDisplay);
    font-size: 35.155px;
    font-weight: 100;
    line-height: 109%;
    margin-block: 16px 16px;
}

.job-detail-main article.job-card .job-card__description h2 span,
.job-detail-main article.job-card .job-card__description h3 span,
.job-detail-main article.job-card .job-card__description p span,
.job-detail-main article.job-card .job-card__description ul li span {
    font-size: unset !important;
}

.job-detail-main article.job-card .job-card__location {
    font-size: 12.827px;
    letter-spacing: 0.385px;
    gap: 7px;
}

.job-detail-main article.job-card .job-card__location svg {
    height: 15px;
    width: auto;
}

.job-detail-main article.job-card .job-card__date {
    font-size: 10.621px;
    letter-spacing: 0.319px;
    margin-block: 9px 0;
}

.job-detail-main article.job-card .job-card__badges span {
    font-size: 10.658px;
    letter-spacing: 0.32px;
    padding: 7.5px 12px;
}

.job-opportunity-section.job-content-full-width article.job-card {
    background: transparent;
    border: 0;
    padding: 0;
}

.job-opportunity-section.job-content-full-width article.job-card .job-card__badges span {
    background: #fff;
}

/* job post description section */
.job-description-section {
    padding-block: 0px 100px;
}

.job-description-main {
    max-width: 925px;
    margin-inline: auto;
}

.job-content-block h2 {
    font-family: var(--fontDisplay);
    font-size: 35.155px;
    font-weight: 100;
    line-height: 109%;
    margin-block: 0 32px;
}

.job-content-block ul,
.job-content-block p {
    padding-left: 70px;
}

.job-content-block li,
.job-content-block p {
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    line-height: 25.4px;
    letter-spacing: 0.48px;
    list-style: disc;
}

.job-content-block li+li {
    margin-top: 1px;
}

.job-description-main hr {
    height: 2px;
    width: 100%;
    border: 0;
    margin-block: 45px;
}

.job-apply-wrap {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.job-apply-wrap .btnWithIcon{
    margin-inline: unset;
}

.job-apply-wrap .btnWithIcon .btnText {
    font-size: 18.015px;
    letter-spacing: 0.54px;
    padding: 18px 34px;
    color: #fff;
}

.job-apply-wrap .btnWithIcon .btnIcon {
    height: 52px;
    width: 52px;
}

.job-apply-wrap .btnWithIcon:hover .btnText,
.job-apply-wrap .btnWithIcon:hover .btnIcon {
    background: var(--blue);
}

/* job post colors ( common of all ) */
body.serviceLightBlue .job-apply-wrap .btnWithIcon:hover .btnText,
body.serviceLightBlue .job-apply-wrap .btnWithIcon:hover .btnIcon,
body.serviceOrange .job-apply-wrap .btnWithIcon:hover .btnText,
body.serviceOrange .job-apply-wrap .btnWithIcon:hover .btnIcon,
body.servicePeach .job-apply-wrap .btnWithIcon:hover .btnText,
body.servicePeach .job-apply-wrap .btnWithIcon:hover .btnIcon,
body.serviceYellow .job-apply-wrap .btnWithIcon:hover .btnText,
body.serviceYellow .job-apply-wrap .btnWithIcon:hover .btnIcon {
    background: var(--blue);
}

body.servicePeach .job-opportunity-card,
body.servicePeach .job-opportunity-card h3,
body.serviceYellow .job-opportunity-card,
body.serviceYellow .job-opportunity-card h3 {
    color: var(--blue);
}

/* job post colors ( blue ) */
body.serviceBlue .job-opportunity-card,
body.serviceBlue .job-apply-wrap .btnWithIcon .btnText,
body.serviceBlue .job-apply-wrap .btnWithIcon .btnIcon,
body.serviceBlue .job-description-main hr {
    background: var(--blue);
}

body.serviceBlue article.job-card .job-card__location svg path {
    fill: var(--blue);
}

body.serviceBlue .job-apply-wrap .btnWithIcon:hover .btnText,
body.serviceBlue .job-apply-wrap .btnWithIcon:hover .btnIcon {
    background: var(--lightBlue);
}

body.serviceBlue .jobPostFinanceSection.finance-jobs-section article.job-card .btnReadMore {
    border-color: var(--blue);
    color: var(--blue);
}

body.serviceBlue .jobPostFinanceSection.finance-jobs-section article.job-card .btnReadMore:hover {
    color: #fff;
    background: var(--blue);
}

body.serviceBlue .jobPostFinanceSection.finance-jobs-section article.job-card .btnWithIcon .btnText,
body.serviceBlue .jobPostFinanceSection.finance-jobs-section article.job-card .btnWithIcon .btnIcon {
    background: var(--blue);
}

body.serviceBlue .jobPostFinanceSection.finance-jobs-section article.job-card .btnWithIcon:hover .btnText,
body.serviceBlue .jobPostFinanceSection.finance-jobs-section article.job-card .btnWithIcon:hover .btnIcon {
    background: var(--lightBlue);
    border-color: var(--lightBlue);
}

/* job post colors ( lightBlue ) */
body.serviceLightBlue .job-opportunity-card,
body.serviceLightBlue .job-description-main hr {
    background: var(--lightBlue);
}

body.serviceLightBlue article.job-card .job-card__location svg path {
    fill: var(--lightBlue);
}

body.serviceLightBlue .job-apply-wrap .btnWithIcon .btnText,
body.serviceLightBlue .job-apply-wrap .btnWithIcon .btnIcon {
    background: var(--lightBlue);
}

/* job post colors ( orange ) */
body.serviceOrange .job-opportunity-card,
body.serviceOrange .job-apply-wrap .btnWithIcon .btnText,
body.serviceOrange .job-apply-wrap .btnWithIcon .btnIcon,
body.serviceOrange .job-description-main hr {
    background: var(--orange);
}

body.serviceOrange article.job-card .job-card__location svg path {
    fill: var(--orange);
}

/* job post colors ( peach ) */
body.servicePeach .job-opportunity-card,
body.servicePeach .job-apply-wrap .btnWithIcon .btnText,
body.servicePeach .job-apply-wrap .btnWithIcon .btnIcon,
body.servicePeach .job-description-main hr {
    background: var(--peach);
}

body.servicePeach article.job-card .job-card__location svg path {
    fill: var(--peach);
}

/* job post colors ( yellow ) */
body.serviceYellow .job-opportunity-card,
body.serviceYellow .job-apply-wrap .btnWithIcon .btnText,
body.serviceYellow .job-apply-wrap .btnWithIcon .btnIcon,
body.serviceYellow .job-description-main hr {
    background: var(--yellow);
}

body.serviceYellow article.job-card .job-card__location svg path {
    fill: var(--yellow);
}

/* job loader part */
.jobs-loader {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px 0;
}

.jobs-loader__spinner {
    width: 38px;
    height: 38px;
    border: 4px solid var(--lightBlue);
    border-top-color: var(--blue);
    border-radius: 50%;
    margin-inline: auto;
    animation: jobsLoaderSpin 0.8s linear infinite;
}

@keyframes jobsLoaderSpin {
    to {
        transform: rotate(360deg);
    }
}


/*responsive css start here*/

@media(max-width:989px) {

    /* job search section */
    .jobs-search-section {
        padding-block: 35px 65px;
    }

    /* job listing section */
    .jobs-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    /*job post page css*/
    .job-opportunity-section {
        padding-block: 65px 70px;
    }

    .job-description-section {
        padding-block: 0px 70px;
    }

    .job-detail-main {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .job-detail-main article.job-card .job-card__title,
    .job-opportunity-card h3,
    .job-detail-main article.job-card .job-card__description h2,
    .job-detail-main article.job-card .job-card__description h2 span,
    .job-detail-main article.job-card .job-card__description h3,
    .job-detail-main article.job-card .job-card__description h3 span {
        font-size: 35px;
    }

    .job-content-block h2 {
        font-size: 28px;
        margin-block: 0 25px;
    }

    .job-content-block ul,
    .job-content-block p,
    .job-detail-main article.job-card .job-card__description ul {
        padding-left: 45px;
    }

    .job-description-main hr {
        margin-block: 40px;
    }

    .job-detail-main article.job-card .job-card__description p {
        margin-block: 0 20px;
    }

    .job-opportunity-section.job-content-full-width {
        padding-block: 65px 0px;
    }

    .job-apply-wrap .btnWithIcon .btnText {
        font-size: 16px;
        padding: 14px 22px;
    }

    .job-apply-wrap .btnWithIcon .btnIcon {
        height: 42px;
        width: 42px;
    }
}

@media(max-width:749px) {

    /* job search section */
    .jobs-search-heading h2 {
        font-size: 28px;
    }

    .jobs-search-row.jobs-search-row-top .jobs-search-field:nth-child(2) {
        min-width: unset;
    }

    .jobs-search-row:last-child {
        flex-wrap: wrap;
        gap: 12px 7px;
    }

    .jobs-search-heading {
        margin-bottom: 32px;
    }

    .jobs-search-section {
        padding-block: 30px 60px;
    }

    /* job listing section */
    .jobs-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .jobs-grid-main {
        max-width: 360px;
    }

    .jobs-sort__select {
        margin-bottom: 18px;
    }

    .jobs-category-list {
        gap: 15px;
        margin-inline: -20px;
        padding-inline: 20px;
    }

    .jobs-category-list .service-card__title h3 {
        font-size: 13px;
    }

    .jobs-listing-section {
        padding-block: 42px 50px;
    }

    .jobs-show-more {
        margin-block: 35px 0;
    }

    .jobs-show-more .btnWithIcon .btnText {
        font-size: 12px;
        padding: 10px 16px;
    }

    .jobs-show-more .btnWithIcon .btnIcon {
        height: 30px;
        width: 30px;
    }

    .jobs-grid-main article.job-card .job-card__title {
        margin-block: 25px 15px;
    }

    .jobs-grid-main article.job-card .job-card__description {
        -webkit-line-clamp: 2;
    }

    /*job post page css*/
    .job-opportunity-section {
        padding-block: 50px 50px;
    }

    .job-detail-main article.job-card .job-card__title {
        font-size: 28px;
        margin-block: 22px 15px;
    }

    .job-opportunity-card h3,
    .job-detail-main article.job-card .job-card__description h2,
    .job-detail-main article.job-card .job-card__description h2 span,
    .job-detail-main article.job-card .job-card__description h3,
    .job-detail-main article.job-card .job-card__description h3 span {
        font-size: 28px;
    }

    .job-detail-main article.job-card .job-card__description p {
        font-size: 13px;
        line-height: 151%;
        margin-block: 0 12px;
    }

    .job-opportunity-card p {
        margin-block: 15px 0;
        font-size: 13px;
        line-height: 151%;
    }

    .job-detail-main article.job-card {
        padding: 20px;
    }

    .job-detail-main article.job-card .job-card__badges span {
        font-size: 9px;
        padding: 6px 10px;
    }

    .job-detail-main article.job-card .job-card__date {
        font-size: 9px;
        margin-block: 5px 0;
    }

    .job-detail-main article.job-card .job-card__description {
        margin-block: 0 12px;
    }

    .job-content-block li,
    .job-content-block p,
    .job-detail-main article.job-card .job-card__description ul li {
        font-size: 13px;
        line-height: 151%;
    }

    .job-content-block ul,
    .job-content-block p,
    .job-detail-main article.job-card .job-card__description ul {
        padding-left: 25px;
    }

    .job-description-section {
        padding-block: 0px 50px;
    }

    .job-apply-wrap .btnWithIcon .btnText {
        font-size: 12px;
        padding: 12px 20px;
    }

    .job-apply-wrap .btnWithIcon .btnIcon {
        height: 35px;
        width: 35px;
    }

    .job-apply-wrap {
        margin-top: 35px;
    }

    .job-opportunity-section.job-content-full-width {
        padding-block: 50px 0px;
    }
}