:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-000f022 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');


/* =========================================================
   FEATURES PAGE HERO
========================================================= */

.rh-features-hero,
.rh-features-hero *,
.rh-features-hero *::before,
.rh-features-hero *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


.rh-features-hero {
    position: relative;

    width: 100%;

    height: 630px;
    min-height: 630px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background-color: #edf8fe;

    /*
       ADD YOUR HERO IMAGE HERE:
       doctor + phone + handwritten text
    */
    background-image:
        url("https://myrecruitmenthero.com/wp-content/uploads/2026/09/feature-new-bg.webp");

    background-repeat: no-repeat;

    background-position:
        right
        center;

    background-size:
        auto
        100%;
}


/* =========================================================
   LEFT FADE
========================================================= */

.rh-features-hero::before {
    content: "";

    position: absolute;

    inset:
        0
        auto
        0
        0;

    z-index: 1;

    width: 58%;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(246,251,255,1) 0%,
            rgba(246,251,255,.98) 55%,
            rgba(246,251,255,.72) 78%,
            rgba(246,251,255,0) 100%
        );
}


/* =========================================================
   INNER
========================================================= */

.rh-features-hero__inner {
    position: relative;

    z-index: 2;

    width: min(100% - 90px, 1360px);

    height: 100%;

    margin: 0 auto;

    display: flex;

    align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.rh-features-hero__content {
    position: relative;

    z-index: 3;

    width: 100%;
    max-width: 575px;
}


/* =========================================================
   BADGE
========================================================= */

.rh-features-hero__badge {
    width: max-content;

    margin:
        0
        0
        24px;

    padding:
        8px
        15px
        8px
        11px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    border-radius: 20px;

    background: #dcefff;

    color: #083b91;

    font-size: 12px !important;
    font-weight: 600 !important;

    line-height: 1 !important;
}


.rh-features-hero__badge-icon {
    width: 20px;
    height: 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #1764dc;
}


.rh-features-hero__badge-icon svg {
    width: 19px;
    height: 19px;

    fill: currentColor;
}


/* =========================================================
   TITLE
========================================================= */

.rh-features-hero__title {
    width: 100%;
    max-width: 570px;

    margin:
        0
        0
        20px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-size: 51px !important;
    font-weight: 700 !important;

    line-height: 1.07 !important;

    letter-spacing: -1.7px !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.rh-features-hero__text {
    width: 100%;
    max-width: 535px;

    margin:
        0
        0
        30px !important;

    padding: 0 !important;

    color: #4f607e !important;

    font-size: 16px !important;
    font-weight: 400 !important;

    line-height: 1.62 !important;
}


/* =========================================================
   PRIMARY BUTTONS
========================================================= */

.rh-features-hero__actions {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 16px;
}


.rh-features-hero__btn {
    height: 50px;

    padding:
        0
        22px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    border-radius: 6px;

    text-decoration: none !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    line-height: 1 !important;

    transition:
        transform .2s ease,
        background-color .2s ease,
        color .2s ease,
        border-color .2s ease;
}


/* DOWNLOAD */

.rh-features-hero__btn--download {
    min-width: 190px;

    background: #ffbd18;

    border:
        1.5px
        solid
        #ffbd18;

    color: #082d75 !important;
}


.rh-features-hero__btn--download svg {
    width: 18px;
    height: 18px;

    fill: none;

    stroke: currentColor;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rh-features-hero__btn--download:hover {
    background: #f2ae00;

    border-color: #f2ae00;

    transform: translateY(-1px);
}


/* REQUEST DEMO */

.rh-features-hero__btn--demo {
    min-width: 175px;

    background: rgba(255,255,255,.75);

    border:
        1.5px
        solid
        #1758b9;

    color: #082d75 !important;
}


.rh-features-hero__btn--demo:hover {
    background: #082d75;

    border-color: #082d75;

    color: #ffffff !important;

    transform: translateY(-1px);
}


/* =========================================================
   STORE BUTTONS
========================================================= */

.rh-features-hero__stores {
    display: flex;

    align-items: center;

    gap: 14px;
}


/* BASE */

.rh-features-store {
    height: 50px;

    display: inline-flex;

    align-items: center;

    flex-shrink: 0;

    background: #050505;

    border:
        1px
        solid
        #292929;

    border-radius: 6px;

    color: #ffffff !important;

    text-decoration: none !important;

    box-shadow:
        0
        4px
        11px
        rgba(0,0,0,.12);

    transition:
        transform .2s ease,
        opacity .2s ease;
}


.rh-features-store:hover {
    transform: translateY(-2px);

    opacity: .94;
}


/* APPLE */

.rh-features-store--apple {
    width: 160px;

    padding:
        5px
        12px
        5px
        10px;

    gap: 9px;
}


.rh-features-store__apple {
    width: 29px;
    height: 29px;

    flex:
        0
        0
        29px;

    fill: #ffffff;
}


/* GOOGLE */

.rh-features-store--google {
    width: 174px;

    padding:
        5px
        11px
        5px
        9px;

    gap: 8px;
}


.rh-features-store__google {
    width: 29px;
    height: 32px;

    flex:
        0
        0
        29px;
}


/* =========================================================
   STORE TEXT
========================================================= */

.rh-features-store__text {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
    justify-content: center;

    color: #ffffff;

    line-height: 1;
}


.rh-features-store__text small {
    margin:
        0
        0
        2px;

    color: #ffffff !important;

    font-size: 7.5px !important;
    font-weight: 400 !important;

    line-height: 1 !important;
}


.rh-features-store__text strong {
    color: #ffffff !important;

    font-size: 16px !important;
    font-weight: 500 !important;

    line-height: 1 !important;

    white-space: nowrap;
}


/* =========================================================
   1500px
========================================================= */

@media (max-width: 1500px) {

    .rh-features-hero__title {
        font-size: 46px !important;
    }


    .rh-features-hero__text {
        font-size: 15px !important;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1280px) {

    .rh-features-hero {
        height: 590px;
        min-height: 590px;
    }


    .rh-features-hero__inner {
        width: calc(100% - 70px);
    }


    .rh-features-hero__content {
        max-width: 510px;
    }


    .rh-features-hero__title {
        max-width: 510px;

        font-size: 42px !important;

        letter-spacing: -1px !important;
    }


    .rh-features-hero__text {
        max-width: 480px;

        font-size: 14px !important;
    }


    .rh-features-hero::before {
        width: 62%;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-features-hero {
        height: auto;
        min-height: 570px;

        padding:
            52px
            0;

        background-position:
            68%
            center;
    }


    .rh-features-hero__inner {
        width: calc(100% - 40px);
    }


    .rh-features-hero__content {
        max-width: 485px;
    }


    .rh-features-hero__title {
        font-size: 42px !important;
    }


    .rh-features-hero__text {
        max-width: 450px;

        font-size: 15px !important;
    }


    .rh-features-hero::before {
        width: 75%;

        background:
            linear-gradient(
                90deg,
                rgba(246,251,255,1) 0%,
                rgba(246,251,255,.96) 55%,
                rgba(246,251,255,.68) 80%,
                rgba(246,251,255,0) 100%
            );
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .rh-features-hero {
        height: auto;
        min-height: 0;

        padding:
            42px
            0
            330px;

        background-position:
            69%
            bottom;

        background-size:
            auto
            330px;

        background-color: #edf8fe;
    }


    .rh-features-hero::before {
        width: 100%;

        background:
            linear-gradient(
                180deg,
                rgba(246,251,255,1) 0%,
                rgba(246,251,255,.98) 56%,
                rgba(246,251,255,.60) 74%,
                rgba(246,251,255,0) 100%
            );
    }


    .rh-features-hero__inner {
        width: calc(100% - 36px);

        align-items: flex-start;
    }


    .rh-features-hero__content {
        width: 100%;
        max-width: none;
    }


    .rh-features-hero__badge {
        margin-bottom: 18px;

        font-size: 12px !important;
    }


    .rh-features-hero__title {
        max-width: 100%;

        font-size: 35px !important;

        line-height: 1.1 !important;

        letter-spacing: -1px !important;
    }


    .rh-features-hero__title br {
        display: none;
    }


    .rh-features-hero__text {
        max-width: 100%;

        font-size: 14px !important;

        line-height: 1.6 !important;
    }


    .rh-features-hero__actions {
        flex-wrap: wrap;

        gap: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .rh-features-hero {
        padding:
            36px
            0
            290px;

        background-size:
            auto
            290px;
    }


    .rh-features-hero__inner {
        width: calc(100% - 30px);
    }


    .rh-features-hero__title {
        font-size: 31px !important;
    }


    .rh-features-hero__actions {
        width: 100%;

        display: grid;

        grid-template-columns:
            1fr
            1fr;

        gap: 8px;
    }


    .rh-features-hero__btn {
        width: 100%;
        min-width: 0;

        padding:
            0
            10px;

        font-size: 12px !important;
    }


    .rh-features-hero__btn--download svg {
        width: 16px;
        height: 16px;
    }


    .rh-features-hero__stores {
        width: 100%;

        gap: 8px;
    }


    .rh-features-store {
        flex: 1;

        width: auto !important;
        min-width: 0;

        height: 47px;
    }


    .rh-features-store--apple,
    .rh-features-store--google {
        padding-left: 8px;
        padding-right: 8px;
    }


    .rh-features-store__text strong {
        font-size: 13px !important;
    }


    .rh-features-store__text small {
        font-size: 6px !important;
    }


    .rh-features-store__apple {
        width: 24px;
        height: 24px;

        flex-basis: 24px;
    }


    .rh-features-store__google {
        width: 24px;
        height: 27px;

        flex-basis: 24px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a7b76d4 *//* =========================================================
   FEATURES PAGE - FEATURE STRIP
========================================================= */

.rh-features-strip,
.rh-features-strip *,
.rh-features-strip *::before,
.rh-features-strip *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   SECTION
========================================================= */

.rh-features-strip {
    position: relative;

    width: 100%;

    margin: 0;
    padding: 0;

    background: #ffffff;

    border-top: 1px solid #edf3f7;
    border-bottom: 1px solid #edf3f7;
}


/* =========================================================
   INNER
========================================================= */

.rh-features-strip__inner {
    width: min(100% - 80px, 1360px);

    min-height: 112px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1fr
        1px
        1fr
        1px
        1fr
        1px
        1fr;

    align-items: center;
}


/* =========================================================
   FEATURE ITEM
========================================================= */

.rh-features-strip__item {
    min-width: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    padding:
        15px
        22px;
}


/* =========================================================
   ICON
========================================================= */

.rh-features-strip__icon {
    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;
}


.rh-features-strip__icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.9;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Lightning icon */

.rh-features-strip__item:first-child
.rh-features-strip__icon svg {
    fill: currentColor;

    stroke: none;
}


/* =========================================================
   COLORS
========================================================= */

.rh-features-strip__icon--yellow {
    color: #ffb80c;

    background: #fff4d7;
}


.rh-features-strip__icon--cyan {
    color: #02a8c0;

    background: #def7fb;
}


.rh-features-strip__icon--teal {
    color: #039faf;

    background: #dff7f8;
}


.rh-features-strip__icon--blue {
    color: #1764dc;

    background: #e5efff;
}


/* =========================================================
   TEXT
========================================================= */

.rh-features-strip__content {
    min-width: 0;
}


.rh-features-strip__content h3 {
    margin:
        0
        0
        5px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-size: 16px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;

    white-space: nowrap;
}


.rh-features-strip__content p {
    margin: 0 !important;
    padding: 0 !important;

    color: #596984 !important;

    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 1.45 !important;
}


/* =========================================================
   DIVIDERS
========================================================= */

.rh-features-strip__divider {
    display: block;

    width: 1px;
    height: 58px;

    background:
        linear-gradient(
            180deg,
            transparent 0%,
            #ccd9e7 18%,
            #ccd9e7 82%,
            transparent 100%
        );
}


/* =========================================================
   1500px
========================================================= */

@media (max-width: 1500px) {

    .rh-features-strip__content h3 {
        font-size: 15px !important;
    }


    .rh-features-strip__content p {
        font-size: 13px !important;
    }

}


/* =========================================================
   1280px
========================================================= */

@media (max-width: 1280px) {

    .rh-features-strip__inner {
        width: calc(100% - 60px);
    }


    .rh-features-strip__item {
        gap: 11px;

        padding:
            14px
            12px;
    }


    .rh-features-strip__icon {
        width: 52px;
        height: 52px;

        flex-basis: 52px;
    }


    .rh-features-strip__icon svg {
        width: 25px;
        height: 25px;
    }


    .rh-features-strip__content h3 {
        font-size: 14px !important;
    }


    .rh-features-strip__content p {
        font-size: 12px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-features-strip {
        padding:
            8px
            0;
    }


    .rh-features-strip__inner {
        width: calc(100% - 40px);

        min-height: 0;

        display: grid;

        grid-template-columns:
            1fr
            1fr;

        gap: 0;
    }


    .rh-features-strip__item {
        min-height: 105px;

        justify-content: flex-start;

        padding:
            20px
            25px;
    }


    .rh-features-strip__divider {
        display: none;
    }


    .rh-features-strip__item:nth-of-type(1),
    .rh-features-strip__item:nth-of-type(3) {
        border-right:
            1px
            solid
            #e2eaf2;
    }


    .rh-features-strip__content h3 {
        font-size: 15px !important;
    }


    .rh-features-strip__content p {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .rh-features-strip {
        padding:
            10px
            0;
    }


    .rh-features-strip__inner {
        width: calc(100% - 30px);

        display: flex;

        flex-direction: column;
    }


    .rh-features-strip__item {
        width: 100%;

        min-height: 0;

        justify-content: flex-start;

        padding:
            18px
            5px;

        border-right: none !important;

        border-bottom:
            1px
            solid
            #e6edf4;
    }


    .rh-features-strip__item:last-child {
        border-bottom: none;
    }


    .rh-features-strip__icon {
        width: 50px;
        height: 50px;

        flex-basis: 50px;
    }


    .rh-features-strip__icon svg {
        width: 24px;
        height: 24px;
    }


    .rh-features-strip__content h3 {
        font-size: 14px !important;

        white-space: normal;
    }


    .rh-features-strip__content p {
        font-size: 12px !important;
    }


    .rh-features-strip__content p br {
        display: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8234b31 *//* =========================================================
   OUR FEATURES SECTION
========================================================= */

.rh-main-features,
.rh-main-features *,
.rh-main-features *::before,
.rh-main-features *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   SECTION
========================================================= */

.rh-main-features {
    position: relative;

    width: 100%;

    margin: 0;

    padding:
        42px
        0
        48px;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #f1faff 0%,
            #edf8fe 100%
        );
}


/* =========================================================
   INNER
========================================================= */

.rh-main-features__inner {
    width: min(100% - 80px, 1360px);

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.rh-main-features__header {
    width: 100%;

    margin:
        0
        auto
        30px;

    text-align: center;
}


/* EYEBROW */

.rh-main-features__eyebrow {
    display: block;

    margin:
        0
        0
        8px;

    color: #3488ef;

    font-size: 11px !important;
    font-weight: 500 !important;

    line-height: 1.2 !important;

    letter-spacing: .55px;

    text-transform: uppercase;
}


/* =========================================================
   TITLE
========================================================= */

.rh-main-features__title {
    margin:
        0
        0
        9px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-size: 34px !important;
    font-weight: 700 !important;

    line-height: 1.1 !important;

    letter-spacing: -.9px !important;
}


/* =========================================================
   SUBTITLE
========================================================= */

.rh-main-features__subtitle {
    margin: 0 !important;
    padding: 0 !important;

    color: #596984 !important;

    font-size: 16px !important;
    font-weight: 400 !important;

    line-height: 1.55 !important;
}


/* =========================================================
   GRID
========================================================= */

.rh-main-features__grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap:
        20px
        22px;
}


/* =========================================================
   CARD
========================================================= */

.rh-main-feature-card {
    position: relative;

    min-width: 0;

    min-height: 245px;

    padding:
        22px
        25px
        24px;

    background: #ffffff;

    border:
        1px
        solid
        #dceaf4;

    border-radius: 9px;

    box-shadow:
        0
        5px
        18px
        rgba(32,76,112,.055);

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}


.rh-main-feature-card:hover {
    transform:
        translateY(-3px);

    border-color: #c9deef;

    box-shadow:
        0
        10px
        25px
        rgba(32,76,112,.09);
}


/* =========================================================
   ICON
========================================================= */

.rh-main-feature-card__icon {
    width: 57px;
    height: 57px;

    margin:
        0
        0
        17px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #029daf;

    background: #dcf6f9;
}


.rh-main-feature-card__icon--blue {
    color: #1764dc;

    background: #e6f0ff;
}


.rh-main-feature-card__icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.9;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* AI sparkle uses fill */

.rh-main-feature-card:nth-child(3)
.rh-main-feature-card__icon svg {
    fill: currentColor;

    stroke: none;
}


/* =========================================================
   CARD TITLE
========================================================= */

.rh-main-feature-card h3 {
    margin:
        0
        0
        8px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-size: 16px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.rh-main-feature-card p {
    margin: 0 !important;
    padding: 0 !important;

    color: #596984 !important;

    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 1.55 !important;
}


/* =========================================================
   1500px
========================================================= */

@media (max-width: 1500px) {

    .rh-main-features__title {
        font-size: 32px !important;
    }


    .rh-main-features__subtitle {
        font-size: 15px !important;
    }


    .rh-main-feature-card h3 {
        font-size: 15px !important;
    }


    .rh-main-feature-card p {
        font-size: 13px !important;
    }

}


/* =========================================================
   1280px
========================================================= */

@media (max-width: 1280px) {

    .rh-main-features__inner {
        width: calc(100% - 60px);
    }


    .rh-main-features__title {
        font-size: 30px !important;
    }


    .rh-main-features__subtitle {
        font-size: 14px !important;
    }


    .rh-main-features__grid {
        gap:
            18px;
    }


    .rh-main-feature-card {
        min-height: 225px;

        padding:
            21px
            21px
            22px;
    }


    .rh-main-feature-card h3 {
        font-size: 14px !important;
    }


    .rh-main-feature-card p {
        font-size: 12px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-main-features {
        padding:
            40px
            0;
    }


    .rh-main-features__inner {
        width: calc(100% - 40px);
    }


    .rh-main-features__title {
        font-size: 30px !important;
    }


    .rh-main-features__subtitle {
        font-size: 15px !important;
    }


    .rh-main-features__grid {
        grid-template-columns:
            repeat(2, 1fr);

        gap:
            16px;
    }


    .rh-main-feature-card {
        min-height: 215px;
    }


    .rh-main-feature-card h3 {
        font-size: 15px !important;
    }


    .rh-main-feature-card p {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .rh-main-features {
        padding:
            36px
            0;
    }


    .rh-main-features__inner {
        width: calc(100% - 32px);
    }


    .rh-main-features__header {
        margin-bottom: 24px;
    }


    .rh-main-features__title {
        font-size: 28px !important;

        line-height: 1.13 !important;

        letter-spacing: -.7px !important;
    }


    .rh-main-features__subtitle {
        max-width: 500px;

        margin:
            0
            auto !important;

        font-size: 14px !important;

        line-height: 1.55 !important;
    }


    .rh-main-features__grid {
        grid-template-columns: 1fr;

        gap: 13px;
    }


    .rh-main-feature-card {
        min-height: 0;

        padding:
            20px;
    }


    .rh-main-feature-card__icon {
        width: 52px;
        height: 52px;

        margin-bottom: 14px;
    }


    .rh-main-feature-card__icon svg {
        width: 26px;
        height: 26px;
    }


    .rh-main-feature-card h3 {
        font-size: 15px !important;
    }


    .rh-main-feature-card p {
        font-size: 13px !important;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .rh-main-features__inner {
        width: calc(100% - 28px);
    }


    .rh-main-features__title {
        font-size: 26px !important;
    }


    .rh-main-feature-card {
        padding:
            18px;
    }


    .rh-main-feature-card h3 {
        font-size: 15px !important;
    }


    .rh-main-feature-card p {
        font-size: 13px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb2224b */@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Poppins:wght@400;500;600;700&display=swap');


/* =========================================================
   SMARTER TOOLS / REAL IMPACT SECTION
========================================================= */

.rh-impact-section,
.rh-impact-section *,
.rh-impact-section *::before,
.rh-impact-section *::after {
    box-sizing: border-box;
}


/* =========================================================
   SECTION
========================================================= */

.rh-impact-section {
    position: relative;

    width: 100%;

    min-height: 610px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    font-family: "Poppins", sans-serif !important;

    background:
        linear-gradient(
            110deg,
            #eef8ff 0%,
            #ffffff 48%,
            #ffffff 100%
        );
}


/* =========================================================
   INNER
========================================================= */

.rh-impact-section__inner {
    width: min(100% - 80px, 1360px);

    min-height: 610px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        50%
        50%;

    align-items: center;
}


/* =========================================================
   LEFT VISUAL
========================================================= */

.rh-impact-section__visual {
    position: relative;

    width: 100%;
    height: 610px;

    display: flex;

    align-items: flex-end;
    justify-content: center;

    overflow: hidden;
}


/* subtle background glow */

.rh-impact-section__visual::before {
    content: "";

    position: absolute;

    width: 560px;
    height: 500px;

    left: 50%;
    bottom: -80px;

    transform: translateX(-50%);

    border-radius: 50%;

    background:
        rgba(210,239,255,.48);

    filter: blur(35px);

    pointer-events: none;
}


/* =========================================================
   PHONE IMAGE
========================================================= */

.rh-impact-section__phone {
    position: relative;

    z-index: 2;

    display: block;

    width: auto;
    height: 590px;

    max-width: 78%;

    margin:
        0
        0
        -45px
        70px;

    object-fit: contain;

    object-position:
        center
        bottom;

    filter:
        drop-shadow(
            0
            14px
            15px
            rgba(26,59,89,.18)
        );
}


/* =========================================================
   HANDWRITTEN NOTE
========================================================= */

.rh-impact-section__note {
    position: absolute;

    z-index: 4;

    left: 20px;
    bottom: 145px;

    transform:
        rotate(-7deg);
}


.rh-impact-section__note-text {
    color: #087fa9;

    font-family: "Caveat", cursive !important;

    font-size: 31px !important;
    font-weight: 700 !important;

    line-height: 1.02 !important;

    letter-spacing: .2px !important;
}


.rh-impact-section__note-line {
    display: block;

    width: 120px;
    height: 7px;

    margin:
        15px
        0
        0
        20px;

    border-radius:
        100%
        0
        100%
        0;

    background: #ffb80d;

    transform:
        rotate(-6deg)
        skewX(-13deg);
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.rh-impact-section__content {
    position: relative;

    z-index: 5;

    width: 100%;
    max-width: 620px;

    padding:
        35px
        0
        35px
        25px;
}


/* =========================================================
   EYEBROW
========================================================= */

.rh-impact-section__eyebrow {
    display: block;

    margin:
        0
        0
        9px;

    color: #3488ef;

    font-size: 11px !important;
    font-weight: 500 !important;

    line-height: 1.2 !important;

    letter-spacing: .55px;

    text-transform: uppercase;
}


/* =========================================================
   TITLE
========================================================= */

.rh-impact-section__title {
    width: 100%;
    max-width: 600px;

    margin:
        0
        0
        16px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-size: 38px !important;
    font-weight: 700 !important;

    line-height: 1.08 !important;

    letter-spacing: -1px !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.rh-impact-section__text {
    width: 100%;
    max-width: 570px;

    margin:
        0
        0
        26px !important;

    padding: 0 !important;

    color: #596984 !important;

    font-size: 16px !important;
    font-weight: 400 !important;

    line-height: 1.55 !important;
}


/* =========================================================
   BENEFIT LIST
========================================================= */

.rh-impact-section__list {
    width: 100%;

    display: flex;

    flex-direction: column;

    gap: 17px;
}


/* =========================================================
   ITEM
========================================================= */

.rh-impact-item {
    width: 100%;

    display: flex;

    align-items: center;

    gap: 15px;
}


/* =========================================================
   ICON
========================================================= */

.rh-impact-item__icon {
    width: 54px;
    height: 54px;

    flex:
        0
        0
        54px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;
}


.rh-impact-item__icon--yellow {
    color: #f3a700;

    background: #fff1ce;
}


.rh-impact-item__icon--blue {
    color: #1764dc;

    background: #e5f0ff;
}


.rh-impact-item__icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.9;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   ITEM TEXT
========================================================= */

.rh-impact-item__content {
    min-width: 0;
}


.rh-impact-item__content h3 {
    margin:
        0
        0
        3px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-size: 16px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;
}


.rh-impact-item__content p {
    margin: 0 !important;
    padding: 0 !important;

    color: #596984 !important;

    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 1.45 !important;
}


/* =========================================================
   1500px
========================================================= */

@media (max-width: 1500px) {

    .rh-impact-section__title {
        font-size: 36px !important;
    }


    .rh-impact-section__text {
        font-size: 15px !important;
    }


    .rh-impact-item__content h3 {
        font-size: 15px !important;
    }


    .rh-impact-item__content p {
        font-size: 13px !important;
    }

}


/* =========================================================
   1280px
========================================================= */

@media (max-width: 1280px) {

    .rh-impact-section,
    .rh-impact-section__inner {
        min-height: 570px;
    }


    .rh-impact-section__inner {
        width: calc(100% - 60px);
    }


    .rh-impact-section__visual {
        height: 570px;
    }


    .rh-impact-section__phone {
        height: 545px;

        max-width: 82%;
    }


    .rh-impact-section__title {
        font-size: 34px !important;
    }


    .rh-impact-section__text {
        font-size: 14px !important;
    }


    .rh-impact-item__content h3 {
        font-size: 14px !important;
    }


    .rh-impact-item__content p {
        font-size: 12px !important;
    }


    .rh-impact-section__note-text {
        font-size: 27px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-impact-section {
        min-height: 0;
    }


    .rh-impact-section__inner {
        width: calc(100% - 40px);

        min-height: 0;

        grid-template-columns:
            44%
            56%;
    }


    .rh-impact-section__visual {
        height: 520px;
    }


    .rh-impact-section__phone {
        height: 500px;

        max-width: 100%;

        margin-left: 0;
    }


    .rh-impact-section__note {
        display: none;
    }


    .rh-impact-section__content {
        padding-left: 25px;
    }


    .rh-impact-section__title {
        font-size: 32px !important;
    }


    .rh-impact-section__text {
        font-size: 15px !important;
    }


    .rh-impact-item__content h3 {
        font-size: 15px !important;
    }


    .rh-impact-item__content p {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .rh-impact-section {
        padding:
            36px
            0
            0;
    }


    .rh-impact-section__inner {
        width: calc(100% - 32px);

        display: flex;

        flex-direction: column;
    }


    /* CONTENT FIRST */

    .rh-impact-section__content {
        order: 1;

        width: 100%;
        max-width: 100%;

        padding:
            0
            0
            30px;
    }


    .rh-impact-section__title {
        font-size: 30px !important;

        line-height: 1.12 !important;

        letter-spacing: -.7px !important;
    }


    .rh-impact-section__title br {
        display: none;
    }


    .rh-impact-section__text {
        max-width: 100%;

        font-size: 14px !important;

        line-height: 1.6 !important;
    }


    .rh-impact-section__list {
        gap: 15px;
    }


    .rh-impact-item__icon {
        width: 50px;
        height: 50px;

        flex-basis: 50px;
    }


    .rh-impact-item__icon svg {
        width: 25px;
        height: 25px;
    }


    .rh-impact-item__content h3 {
        font-size: 14px !important;
    }


    .rh-impact-item__content p {
        font-size: 12px !important;
    }


    /* IMAGE AFTER CONTENT */

    .rh-impact-section__visual {
        order: 2;

        width: 100%;

        height: 330px;

        overflow: hidden;
    }


    .rh-impact-section__phone {
        height: 390px;

        max-width: 100%;

        margin:
            0
            auto
            -85px;

        object-position:
            center
            top;
    }


    .rh-impact-section__note {
        display: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .rh-impact-section__inner {
        width: calc(100% - 28px);
    }


    .rh-impact-section__title {
        font-size: 27px !important;
    }


    .rh-impact-section__visual {
        height: 290px;
    }


    .rh-impact-section__phone {
        height: 350px;

        margin-bottom: -80px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-675a3b5 *//* =========================================================
   RECRUITMENT HERO - FINAL DOWNLOAD SECTION
========================================================= */

.rh-final-download,
.rh-final-download *,
.rh-final-download *::before,
.rh-final-download *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   MAIN SECTION
========================================================= */

.rh-final-download {
    position: relative;

    width: 100%;
    min-height: 365px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background-color: #0245A0;

    background-image:
        url("https://myrecruitmenthero.com/wp-content/uploads/2026/09/last-bg.webp");

    background-repeat: no-repeat;

    background-position:
        center
        center;

    background-size: cover;
}


/* =========================================================
   INNER
========================================================= */

.rh-final-download__inner {
    width: min(100% - 70px, 1360px);

    min-height: 425px;
    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: flex-end;
}


/* =========================================================
   3 BUTTONS WRAPPER
========================================================= */

.rh-final-download__stores {
       display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 12px;
    margin-right: 280px;
    margin-top: 234px;
}


/* =========================================================
   APP STORE / GOOGLE PLAY
========================================================= */

.rh-final-store-btn {
    height: 52px;

    display: inline-flex;

    align-items: center;

    flex-shrink: 0;

    background: #050505;

    border:
        1px
        solid
        rgba(255,255,255,0.28);

    border-radius: 7px;

    color: #ffffff !important;

    text-decoration: none !important;

    box-shadow:
        0 5px 16px
        rgba(0,0,0,0.14);

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}


.rh-final-store-btn:hover {
    transform: translateY(-2px);

    opacity: 0.94;
}


/* =========================================================
   APPLE
========================================================= */

.rh-final-store-btn--apple {
    width: 165px;

    padding:
        5px
        12px
        5px
        11px;

    gap: 9px;
}


.rh-final-apple-icon {
    width: 29px;
    height: 29px;

    flex: 0 0 29px;

    fill: #ffffff;
}


/* =========================================================
   GOOGLE PLAY
========================================================= */

.rh-final-store-btn--google {
    width: 180px;

    padding:
        5px
        12px
        5px
        9px;

    gap: 9px;
}


.rh-final-google-icon {
    width: 30px;
    height: 32px;

    flex: 0 0 30px;
}


/* =========================================================
   STORE TEXT
========================================================= */

.rh-final-store-text {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
    justify-content: center;

    color: #ffffff !important;

    line-height: 1;
}


.rh-final-store-text small {
    display: block;

    margin: 0 0 2px;

    color: #ffffff !important;

    font-size: 7.5px !important;
    font-weight: 400 !important;

    line-height: 1 !important;
}


.rh-final-store-text strong {
    display: block;

    color: #ffffff !important;

    font-size: 16px !important;
    font-weight: 500 !important;

    line-height: 1 !important;

    white-space: nowrap;
}


/* =========================================================
   REQUEST DEMO
========================================================= */

.rh-final-demo-btn {
    height: 52px;

    min-width: 166px;

    padding:
        0
        18px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    gap: 9px;

    border:
        1.5px
        solid
        #ffffff;

    border-radius: 7px;

    background: #ffffff;

    color: #082d75 !important;

    text-decoration: none !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    line-height: 1 !important;

    box-shadow:
        0 5px 16px
        rgba(0,0,0,0.10);

    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}


.rh-final-demo-btn:hover {
    transform: translateY(-2px);

    background: #082d75;

    color: #ffffff !important;
}


.rh-final-demo-icon {
    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .rh-final-download,
    .rh-final-download__inner {
        min-height: 340px;
    }


    .rh-final-download__inner {
        width: calc(100% - 50px);
    }


    .rh-final-download__stores {
        margin-right: 10px;
        margin-top: 80px;

        gap: 9px;
    }


    .rh-final-store-btn--apple {
        width: 155px;
    }


    .rh-final-store-btn--google {
        width: 168px;
    }


    .rh-final-demo-btn {
        min-width: 152px;

        padding:
            0
            14px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-final-download {
        min-height: 320px;

        background-position:
            center
            center;
    }


    .rh-final-download__inner {
        width: calc(100% - 40px);

        min-height: 320px;

        justify-content: center;
    }


    .rh-final-download__stores {
        width: 100%;

        margin-right: 0;
        margin-top: 90px;

        justify-content: center;

        gap: 8px;
    }

}


/* =========================================================
   MOBILE
   NO BACKGROUND IMAGE
   BLUE COLOR ONLY
   BUTTONS STACKED
========================================================= */

@media (max-width: 600px) {

    .rh-final-download {
        width: 100%;

        min-height: auto;

        padding:
            42px
            0;

        /*
           Hide desktop BG image completely
        */
        background-image: none !important;

        background-color: #0245A0 !important;
    }


    .rh-final-download__inner {
        width: calc(100% - 40px);

        min-height: 0;

        margin: 0 auto;

        padding: 0;

        display: flex;

        align-items: center;
        justify-content: center;
    }


    /* =============================================
       STACK ALL BUTTONS
    ============================================== */

    .rh-final-download__stores {
        width: 100%;
        max-width: 250px;

        margin: 0;

        display: flex;

        flex-direction: column;

        align-items: stretch;
        justify-content: center;

        gap: 12px;
    }


    .rh-final-store-btn,
    .rh-final-demo-btn {
        width: 100% !important;

        min-width: 0 !important;
        max-width: none !important;

        height: 52px;

        flex: none;
    }


    .rh-final-store-btn--apple,
    .rh-final-store-btn--google {
        width: 100%;

        padding:
            5px
            16px;

        gap: 10px;
    }


    .rh-final-store-text strong {
        font-size: 16px !important;
    }


    .rh-final-store-text small {
        font-size: 7.5px !important;
    }


    .rh-final-apple-icon {
        width: 29px;
        height: 29px;

        flex-basis: 29px;
    }


    .rh-final-google-icon {
        width: 29px;
        height: 32px;

        flex-basis: 29px;
    }


    .rh-final-demo-btn {
        padding:
            0
            16px;

        font-size: 13px !important;

        gap: 9px;
    }


    .rh-final-demo-icon {
        width: 20px;
        height: 20px;

        flex-basis: 20px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .rh-final-download {
        padding:
            36px
            0;
    }


    .rh-final-download__inner {
        width: calc(100% - 30px);
    }


    .rh-final-download__stores {
        max-width: 230px;
    }

}/* End custom CSS */