/* remote-recruiter-jobs.css */
.EHD-accordion {
    padding: 16px 0;
}

.EHD-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #c9c9c9;
    border-radius: 0;
    background: transparent;
    margin-bottom: 24px;
    padding-bottom: 16px;
}

.EHD-accordion .accordion-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.EHD-accordion .accordion-button {
    padding: 0;
    background: transparent;
    box-shadow: none;
    color: #969696;
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.96px;
}

.EHD-accordion .accordion-button:not(.collapsed) {
    color: var(--color-2);
    background: transparent;
    box-shadow: none;
}

.EHD-accordion .accordion-button::after {
    display: none;
}

.EHD-accordion .accordion-body {
    max-width: 569px;
    padding: 18px 0 0;
    color: var(--color-7);
    font-size: 14px;
    line-height: 22px;
}

.EHD-accordion .accordion-body p {
    margin-bottom: 8px;
}

.EHD-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.RRJ-hero-section {
    background: var(--color-white);
    padding: 60px 0 120px 0;
    overflow: hidden;
}

.RRJ-hero-layout {
    display: grid;
    grid-template-columns: 668px 475px;
    gap: 93px;
    align-items: center;
}

.RRJ-hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.RRJ-hero-title {
    margin: 0;
}

.RRJ-hero-text {
    margin: 0;
}

.RRJ-image-collage {
    width: 475px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px 13px;
}

.RRJ-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 10px 14px 84px rgba(0, 0, 0, 0.05);
    flex: 0 0 auto;
}

.RRJ-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.RRJ-image-card-1 {
    width: 295px;
    height: 245px;
}

.RRJ-image-card-2 {
    width: 285px;
    height: 260px;
}

.RRJ-image-card-3 {
    width: 177px;
    height: 265px;
}

.RRJ-earning-section {
    background: var(--color-white);
    padding: 80px 0;
    overflow: hidden;
}

.RRJ-earning-head {
    max-width: 906px;
    margin: 0 auto 64px;
    text-align: center;
}

.RRJ-earning-title {
    max-width: 760px;
    margin: 0 auto 16px;
}

.RRJ-earning-subtitle {
    margin: 0;
}

.RRJ-limit-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 1104px;
    margin: 0 auto 64px;
    padding: 16px 0;
}

.RRJ-limit-card {
    display: flex;
    align-items: center;
    gap: 32px;
    min-width: 0;
    padding: 20px 24px;
    border-radius: 24px;
    border: 1px solid #EAEAEA;
    background: var(--color-white);
    box-shadow: 10px 14px 84px rgba(0, 0, 0, 0.05);
}

.RRJ-limit-icon {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    border: 1px solid transparent;
    background:
        linear-gradient(var(--color-white), var(--color-white)) padding-box,
        linear-gradient(135deg, #FF8DB3 0%, #64D3E0 52%, #7B48FE 100%) border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 68px;
}

.RRJ-limit-icon img {
    width: 42px;
    height: 42px;
    display: block;
}

.RRJ-limit-title {
    color: var(--color-2);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px;
    margin: 0;
    white-space: nowrap;
}

.RRJ-earning-foot {
    color: var(--color-7);
    margin: 0;
    text-align: center;
}

.RRJ-different-section {
    background: var(--color-white);
    padding: 80px 0 160px;
    overflow: hidden;
}

.RRJ-different-title {
    max-width: 920px;
    margin-bottom: 64px;
}

.RRJ-different-layout {
    display: grid;
    grid-template-columns: 437px minmax(0, 1fr);
    gap: 194px;
    align-items: center;
}

.RRJ-different-accordion {
    width: 437px;
    max-width: 100%;
}

.RRJ-different-accordion.EHD-accordion {
    padding: 0;
}

.RRJ-different-accordion.EHD-accordion .accordion-item {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom-color: #c3c3c3;
}

.RRJ-different-accordion.EHD-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.RRJ-different-accordion.EHD-accordion .accordion-button {
    font-size: 24px;
    letter-spacing: -0.96px;
    opacity: 0.4;
    color: var(--color-2);
    white-space: nowrap;
}

.RRJ-different-accordion.EHD-accordion .accordion-button:not(.collapsed) {
    opacity: 1;
}

.RRJ-different-accordion.EHD-accordion .accordion-body {
    padding: 16px 0 0;
    color: var(--color-7);
    font-size: 14px;
    line-height: 22px;
}

.RRJ-different-panel {
    border-radius: 24px;
    background: #FDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 62px;
    height: 100%;

}

.RRJ-support-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.RRJ-support-item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 244px;
    padding: 16px;
    border-radius: 10px;
    border: 1.424px solid transparent;
    background:
        linear-gradient(#252424, #252424) padding-box,
        linear-gradient(90deg, #FF8DB3 0%, #7B48FE 100%) border-box;
    box-shadow: 10px 14px 42px rgba(0, 0, 0, 0.05);
}

.RRJ-support-icon {
    width: 32px;
    height: 32px;
    border-radius: 5.647px;
    border: 0.471px solid #FF8DB3;
    background: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
}

.RRJ-support-icon img {
    display: block;
}

.RRJ-support-text {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    margin: 0;
    white-space: nowrap;
}

.RRJ-apply-section {
    background: #000;
    padding: 80px 0;
    overflow: hidden;
}

.RRJ-apply-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 485px;
    gap: 24px;
    align-items: center;
}

.RRJ-apply-content {
    max-width: 720px;
}

.RRJ-apply-title {
    color: var(--color-white);
    max-width: 640px;
    margin-bottom: 16px;
}

.RRJ-apply-text {
    color: #ebebeb;
    max-width: 589px;
    margin: 0;
}

.RRJ-apply-card-wrap {
    position: relative;
    width: 100%;
}

.RRJ-apply-card-wrap::before,
.RRJ-apply-card-wrap::after {
    content: "";
    position: absolute;
    pointer-events: none;
    filter: blur(42px);
    opacity: 0.55;
    z-index: 0;
}

.RRJ-apply-card-wrap::before {
    width: 360px;
    height: 520px;
    left: -72px;
    top: -46px;
    background: rgba(254, 140, 178, 0.34);
}

.RRJ-apply-card-wrap::after {
    width: 290px;
    height: 290px;
    right: -80px;
    bottom: -66px;
    background: rgba(123, 72, 254, 0.42);
    border-radius: 50%;
}

.RRJ-apply-card {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 26px;
    border: 1px solid #fe8cb2;
    background: var(--color-white);
    padding: 32px;
    box-shadow:
        0 0 17px rgba(123, 72, 254, 0.5),
        0 0 17px rgba(254, 140, 178, 0.5);
}

.RRJ-apply-card-title {
    color: var(--color-3);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.RRJ-apply-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.RRJ-apply-form-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.RRJ-apply-section .form-label {
    margin-bottom: 8px;
}

.RRJ-apply-phone-row {
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

.RRJ-apply-phone-code {
    width: 100px;
    flex: 0 0 100px;
}

.RRJ-apply-phone-input {
    flex: 1;
    min-width: 0;
}

.RRJ-apply-section .Select-dropdown {
    height: 48px;
    display: flex;
    align-items: center;
}

.RRJ-apply-section .flag-icon {
    width: 16px;
    height: 16px;
    margin-left: 12px;
}

.RRJ-apply-section .my-selectbox {
    height: 46px;
    font-size: 16px;
    color: rgba(17, 17, 19, 0.6);
    background-position: right 10px center;
}

.RRJ-apply-section .RRJ-apply-phone-input .form-control {
    font-size: 16px;
}

.RRJ-apply-section .RRJ-apply-phone-input .form-control::placeholder {
    font-size: 16px;
}

.RRJ-apply-upload.upload-box {
    height: 154px;
    border-radius: 12px;
    border: 1px solid #d8d8d8;
    background: var(--color-white);
    padding: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.RRJ-apply-upload-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    color: var(--color-black);
    font-size: 12px;
    line-height: 18px;
}

.RRJ-apply-upload-or {
    color: #6c6a6a;
    font-size: 10px;
    line-height: 18px;
}

.RRJ-apply-upload-btn {
    border: 0;
    background: transparent;
    color: var(--color-black);
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.RRJ-apply-upload-btn img {
    width: 14px;
    height: 14px;
}

.RRJ-apply-submit.My-btn-gradient {
    width: 100%;
    margin-top: 4px;
}

.RRJ-apply-submit .BJB-btn {
    width: 100%;
    justify-content: center;
    padding: 15.75px 27px;
    font-size: 15.75px;
    line-height: 27px;
}

.RRJ-apply-note {
    color: #5b5656;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    margin: 0;
}

.EH-privacy-section {
    padding: 80px 0 96px;
}

.EH-privacy-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.EH-privacy-title {
    color: var(--color-2);
    margin-bottom: 18px;
    text-align: center;
}

.EH-privacy-intro {
    color: var(--color-7);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 44px;
    text-align: center;
}

.EH-privacy-content {
    color: var(--color-7);
    font-size: 16px;
    line-height: 28px;
}

.EH-privacy-block {
    margin-bottom: 34px;
}

.EH-privacy-block h2 {
    color: var(--color-2);
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 14px;
}

.EH-privacy-content p {
    margin-bottom: 14px;
}

.EH-privacy-content ul {
    margin: 12px 0 16px;
    padding-left: 24px;
}

.EH-privacy-content li {
    margin-bottom: 8px;
}

.EH-privacy-content a {
    color: var(--color-11);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.EH-privacy-address {
    margin: 12px 0 16px;
    color: var(--color-2);
    font-weight: 500;
    line-height: 26px;
}

.EH-privacy-updated {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--color-5);
    color: var(--color-12);
    font-size: 14px;
    line-height: 24px;
}



/* RRJ RWD from rwd.css */
@media (max-width: 1199px) {
.RRJ-hero-layout {
        grid-template-columns: minmax(0, 1fr) 430px;
        gap: 60px;
    }

.RRJ-image-collage {
        width: 430px;
    }

.RRJ-image-card-1 {
        width: 266px;
        height: 221px;
    }

.RRJ-image-card-2 {
        width: 258px;
        height: 235px;
    }

.RRJ-image-card-3 {
        width: 160px;
        height: 239px;
    }

.RRJ-different-layout {
        grid-template-columns: 390px minmax(0, 1fr);
        gap: 90px;
    }

.RRJ-different-panel {
        padding: 32px 40px;
    }

.RRJ-apply-wrap {
        grid-template-columns: minmax(0, 1fr) 460px;
    }

}

@media (max-width: 991px) {
.RRJ-hero-section {
        padding: 80px 0;
    }

.RRJ-hero-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

.RRJ-image-collage {
        width: 100%;
        justify-content: center;
    }

.RRJ-earning-section {
        padding: 50px 0;
    }

.RRJ-earning-head {
        margin-bottom: 48px;
    }

.RRJ-limit-grid {
        margin-bottom: 48px;
    }

.RRJ-different-section {
        padding: 72px 0 100px;
    }

.RRJ-different-title {
        margin-bottom: 48px;
    }

.RRJ-different-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

.RRJ-different-accordion {
        width: 100%;
    }

.RRJ-different-panel {
        min-height: 300px;
        padding: 32px;
    }

.RRJ-apply-section {
        padding: 72px 0;
    }

.RRJ-apply-wrap {
        grid-template-columns: 1fr;
        gap: 48px;
    }

.RRJ-apply-content {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

.RRJ-apply-title,
    .RRJ-apply-text {
        margin-left: auto;
        margin-right: auto;
    }

.RRJ-apply-card-wrap {
        max-width: 485px;
        margin: 0 auto;
    }

}

@media (max-width: 550px) {
.EHD-accordion {
        padding: 0;
    }

.EHD-accordion .accordion-item {
        margin-bottom: 20px;
    }

.EHD-accordion .accordion-button {
        font-size: 20px;
        letter-spacing: -0.5px;
    }

.RRJ-hero-section {
        padding: 60px 0;
    }

.RRJ-hero-content {
        gap: 24px;
    }

.RRJ-image-collage {
        gap: 10px;
    }

.RRJ-image-card {
        border-radius: 16px;
    }

.RRJ-image-card-1 {
        width: 70%;
        height: 190px;
    }

.RRJ-image-card-2 {
        width: calc(58% - 5px);
        height: 200px;
    }

.RRJ-image-card-3 {
        width: calc(42% - 5px);
        height: 200px;
    }

.RRJ-earning-section {
        padding: 40px 0;
    }

.RRJ-limit-grid {
        gap: 16px;
        padding: 0;
    }

.RRJ-limit-card {
        width: 100%;
        gap: 18px;
        padding: 18px;
        border-radius: 18px;
    }

.RRJ-limit-icon {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

.RRJ-limit-icon img {
        width: 34px;
        height: 34px;
    }

.RRJ-limit-title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.4px;
        white-space: normal;
    }

.RRJ-different-section {
        padding: 60px 0 80px;
    }

.RRJ-different-title {
        margin-bottom: 36px;
    }

.RRJ-different-accordion.EHD-accordion .accordion-button {
        font-size: 20px;
        letter-spacing: -0.5px;
        white-space: normal;
    }

.RRJ-different-panel {
        min-height: auto;
        padding: 28px 18px;
        border-radius: 18px;
    }

.RRJ-support-list {
        width: 100%;
    }

.RRJ-support-item {
        width: 100%;
        min-width: 0;
    }

.RRJ-support-text {
        font-size: 15px;
        white-space: normal;
    }

.RRJ-different-link {
        margin-top: 40px;
        font-size: 17px;
        line-height: 28px;
    }

.RRJ-apply-section {
        padding: 56px 0;
    }

.RRJ-apply-card {
        padding: 24px 18px;
        border-radius: 22px;
    }

.RRJ-apply-card-title {
        font-size: 22px;
        line-height: 30px;
    }

.RRJ-apply-phone-row {
        gap: 10px;
    }

.RRJ-apply-phone-code {
        width: 92px;
        flex-basis: 92px;
    }

.RRJ-apply-section .my-selectbox {
        padding-left: 4px;
    }

.RRJ-apply-upload.upload-box {
        height: 132px;
        padding: 16px;
    }

}
