:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-32510b7 *//* =========================================================
   RECRUITMENT HERO - EXACT STYLE CLONE
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');


.rh-hero-clone,
.rh-hero-clone *,
.rh-hero-clone *::before,
.rh-hero-clone *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   MAIN HERO
========================================================= */

.rh-hero-clone {
    position: relative;

    width: 100vw;
    max-width: none;

    min-height: 630px;
    height: 630px;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    overflow: hidden;

    background-color: #f4f9fd;

    background-image:
        url("https://myrecruitmenthero.com/wp-content/uploads/2026/09/MyRC-hero.webp");

    background-repeat: no-repeat;

    background-position:
        right
        center;

    background-size:
        auto
        100%;
}


/* =========================================================
   MOBILE SVG
   Hidden on desktop/tablet
========================================================= */

.rh-hero-mobile-art {
    display: none;
}


/* =========================================================
   LEFT SOFT OVERLAY
========================================================= */

.rh-hero-clone__overlay {
    position: absolute;

    inset:
        0
        auto
        0
        0;

    width: 56%;

    pointer-events: none;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(244, 249, 253, 1) 0%,
            rgba(244, 249, 253, 0.98) 52%,
            rgba(244, 249, 253, 0.92) 67%,
            rgba(244, 249, 253, 0.72) 78%,
            rgba(244, 249, 253, 0.35) 88%,
            rgba(244, 249, 253, 0) 100%
        );
}


/* =========================================================
   INNER CONTAINER
========================================================= */

.rh-hero-clone__container {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 1440px;

    height: 100%;

    margin: 0 auto;

    padding:
        72px
        40px
        60px
        72px;

    display: flex;

    align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.rh-hero-clone__content {
    width: 100%;
    max-width: 560px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


/* =========================================================
   BADGE
========================================================= */

.rh-hero-clone__badge {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    min-height: 40px;

    padding:
        6px
        18px
        6px
        8px;

    margin:
        0
        0
        28px;

    border-radius: 999px;

    background: #e4f2ff;

    color: #1554b2;

    font-size: 13px;

    font-weight: 600;

    line-height: 1;

    white-space: nowrap;
}


.rh-hero-clone__badge-icon {
    width: 25px;
    height: 25px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: #ffffff;

    color: #2672ea;

    font-size: 15px;

    line-height: 1;
}


/* =========================================================
   TITLE
========================================================= */

.rh-hero-clone__title {
    margin:
        0
        0
        22px;

    color: #082d75;

    font-size: 51px;

    font-weight: 700;

    line-height: 1.08;

    letter-spacing: -1.6px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.rh-hero-clone__desc {
    max-width: 500px;

    margin:
        0
        0
        30px;

    color: #4f607e;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.62;
}


.rh-hero-clone__desc strong {
    color: #213e72;

    font-weight: 600;
}


/* =========================================================
   BUTTONS
========================================================= */

.rh-hero-clone__buttons {
    display: flex;

    align-items: center;

    gap: 15px;

    margin:
        0
        0
        22px;
}


.rh-hero-clone__btn {
    min-height: 49px;

    padding:
        0
        24px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    border-radius: 6px;

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 600;

    line-height: 1;

    transition:
        all
        0.2s
        ease;
}


.rh-hero-clone__btn svg {
    width: 17px;
    height: 17px;

    fill: none;

    stroke: currentColor;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rh-hero-clone__btn--yellow {
    min-width: 178px;

    background: #ffc125;

    color: #082d75 !important;

    border:
        1px
        solid
        #ffc125;
}


.rh-hero-clone__btn--yellow:hover {
    background: #f4b300;

    border-color: #f4b300;

    transform:
        translateY(-1px);
}


.rh-hero-clone__btn--outline {
    min-width: 175px;

    background:
        rgba(
            255,
            255,
            255,
            0.92
        );

    color: #0d3a89 !important;

    border:
        1.5px
        solid
        #1d5cc1;
}


.rh-hero-clone__btn--outline:hover {
    background: #0d3a89;

    border-color: #0d3a89;

    color: #ffffff !important;

    transform:
        translateY(-1px);
}


/* =========================================================
   STORE BUTTONS
========================================================= */

.rh-hero-clone__stores {
    display: flex;

    align-items: center;

    gap: 14px;
}


.rh-store-svg-btn {
    height: 50px;

    display: inline-flex;

    align-items: center;

    background: #050505;

    border:
        1px
        solid
        #333333;

    border-radius: 6px;

    color: #ffffff !important;

    text-decoration: none !important;

    transition:
        transform
        0.2s
        ease,
        opacity
        0.2s
        ease;
}


.rh-store-svg-btn:hover {
    transform:
        translateY(-1px);

    opacity: 0.94;
}


/* Apple */

.rh-store-svg-btn--apple {
    width: 160px;

    padding:
        5px
        12px
        5px
        10px;

    gap: 9px;
}


.rh-store-apple-svg {
    width: 29px;
    height: 29px;

    flex:
        0
        0
        29px;

    fill: #ffffff;
}


/* Google */

.rh-store-svg-btn--google {
    width: 174px;

    padding:
        5px
        11px
        5px
        9px;

    gap: 8px;
}


.rh-store-google-svg {
    width: 29px;
    height: 32px;

    flex:
        0
        0
        29px;
}


/* Store Text */

.rh-store-svg-text {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
    justify-content: center;

    color: #ffffff !important;

    line-height: 1;
}


.rh-store-svg-text small {
    display: block;

    margin:
        0
        0
        2px;

    color: #ffffff !important;

    font-family:
        "Poppins",
        sans-serif !important;

    font-size: 7.5px !important;

    font-weight: 400 !important;

    line-height: 1 !important;
}


.rh-store-svg-text strong {
    display: block;

    color: #ffffff !important;

    font-family:
        "Poppins",
        sans-serif !important;

    font-size: 16px !important;

    font-weight: 500 !important;

    line-height: 1 !important;

    white-space: nowrap;
}


/* =========================================================
   1500px AND DOWN
========================================================= */

@media (max-width: 1500px) {

    .rh-hero-clone__container {
        padding-left: 52px;
        padding-right: 30px;
    }


    .rh-hero-clone__content {
        max-width: 520px;
    }


    .rh-hero-clone__title {
        font-size: 46px;
    }


    .rh-hero-clone__desc {
        font-size: 15px;
    }


    .rh-hero-clone__overlay {
        width: 58%;
    }

}


/* =========================================================
   1280px AND DOWN
========================================================= */

@media (max-width: 1280px) {

    .rh-hero-clone {
        background-position:
            right
            center;

        background-size:
            auto
            100%;
    }


    .rh-hero-clone__container {
        padding-left: 40px;
        padding-right: 24px;
    }


    .rh-hero-clone__content {
        max-width: 470px;
    }


    .rh-hero-clone__title {
        font-size: 42px;
    }


    .rh-hero-clone__desc {
        max-width: 440px;

        font-size: 14px;
    }


    .rh-hero-clone__overlay {
        width: 60%;
    }

}


/* =========================================================
   TABLET
   Existing background image remains.
========================================================= */

@media (max-width: 991px) {

    .rh-hero-clone {
        height: auto;

        min-height: 0;

        padding-top: 410px;

        background-size:
            auto
            410px;

        background-position:
            top
            right;
    }


    .rh-hero-clone__overlay {
        display: none;
    }


    .rh-hero-clone__container {
        height: auto;

        padding:
            38px
            30px
            50px;

        background:
            linear-gradient(
                180deg,
                #f4f9fd 0%,
                #ffffff 100%
            );

        align-items: flex-start;
    }


    .rh-hero-clone__content {
        max-width: 560px;
    }


    .rh-hero-clone__title {
        font-size: 42px;
    }


    .rh-hero-clone__desc {
        max-width: 100%;

        font-size: 15px;
    }

}


/* =========================================================
   MOBILE
   Main image hidden + animated SVG background
========================================================= */

@media (max-width: 767px) {

    .rh-hero-clone {
        height: auto;

        min-height: 0;

        /*
         Remove old mobile image space.
        */
        padding-top: 0;


        /*
         IMPORTANT:
         Hide MyRC-hero.webp on mobile.
        */
        background-image: none !important;


        background:
            linear-gradient(
                145deg,
                #f4faff 0%,
                #ffffff 54%,
                #eef8ff 100%
            );
    }


    /* Hide desktop fade */

    .rh-hero-clone__overlay {
        display: none;
    }


    /* =====================================================
       MOBILE ANIMATED SVG
    ===================================================== */

    .rh-hero-mobile-art {
        position: absolute;

        z-index: 0;

        inset: 0;

        display: block;

        width: 100%;
        height: 100%;

        pointer-events: none;

        opacity: 0.30;

        overflow: visible;
    }


    /* Network paths */

    .rh-mobile-line {
        fill: none;

        stroke: #4fa8e8;

        stroke-width: 1.2;

        stroke-dasharray:
            8
            10;

        opacity: 0.5;

        animation:
            rhNetworkMove
            13s
            linear
            infinite;
    }


    .rh-mobile-line--2 {
        animation-duration: 17s;

        animation-direction: reverse;
    }


    .rh-mobile-line--3 {
        animation-duration: 20s;
    }


    /* Nodes */

    .rh-mobile-node {
        fill: #3e9be4;

        opacity: 0.48;

        transform-box: fill-box;

        transform-origin: center;

        animation:
            rhNodePulse
            3.4s
            ease-in-out
            infinite;
    }


    .rh-mobile-node--2 {
        animation-delay: 0.5s;
    }


    .rh-mobile-node--3 {
        animation-delay: 1.2s;
    }


    .rh-mobile-node--4 {
        animation-delay: 1.7s;
    }


    .rh-mobile-node--5 {
        animation-delay: 2.2s;
    }


    /* Medical cross */

    .rh-mobile-cross {
        fill: #1c81d5;

        opacity: 0.26;

        transform-box: fill-box;

        transform-origin: center;

        animation:
            rhCrossFloat
            7s
            ease-in-out
            infinite;
    }


    /* Sparkles */

    .rh-mobile-sparkle {
        fill: #ffb914;

        opacity: 0.40;

        transform-box: fill-box;

        transform-origin: center;

        animation:
            rhSparkle
            4s
            ease-in-out
            infinite;
    }


    .rh-mobile-sparkle--2 {
        animation-delay: 1.6s;
    }


    /* Heart */

    .rh-mobile-heart {
        fill: none;

        stroke: #1594ae;

        stroke-width: 2;

        opacity: 0.24;

        transform-box: fill-box;

        transform-origin: center;

        animation:
            rhHeartPulse
            4.2s
            ease-in-out
            infinite;
    }


    /* QR */

    .rh-mobile-qr {
        fill: #176bd3;

        opacity: 0.18;

        transform-box: fill-box;

        transform-origin: center;

        animation:
            rhQrFloat
            8s
            ease-in-out
            infinite;
    }


    /* Content above SVG */

    .rh-hero-clone__container {
        position: relative;

        z-index: 2;

        height: auto;

        padding:
            46px
            20px
            42px;

        /*
         Keep transparent so animated background
         remains visible.
        */
        background: transparent;
    }


    .rh-hero-clone__content {
        max-width: 100%;

        position: relative;

        z-index: 3;
    }


    /* -----------------------------------------------------
       TYPOGRAPHY BELOW IS KEPT EXACTLY AS YOUR CURRENT CSS
    ----------------------------------------------------- */

    .rh-hero-clone__badge {
        margin-bottom: 20px;

        font-size: 12px;
    }


    .rh-hero-clone__title {
        font-size: 35px;

        line-height: 1.12;

        letter-spacing: -1px;

        margin-bottom: 18px;
    }


    .rh-hero-clone__desc {
        margin-bottom: 24px;

        font-size: 14px;
    }


    .rh-hero-clone__buttons {
        width: 100%;

        display: grid;

        grid-template-columns:
            1fr
            1fr;

        gap: 11px;
    }


    .rh-hero-clone__btn {
        width: 100%;

        min-width: 0;

        padding-left: 12px;
        padding-right: 12px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .rh-hero-clone {
        /*
         Background image remains hidden.
         No 290px image spacing.
        */
        padding-top: 0;

        background-image: none !important;
    }


    .rh-hero-mobile-art {
        opacity: 0.27;
    }


    .rh-hero-clone__container {
        padding:
            38px
            17px
            38px;
    }


    /* Existing font size unchanged */

    .rh-hero-clone__title {
        font-size: 31px;
    }


    .rh-hero-clone__buttons {
        grid-template-columns:
            1fr;
    }


    .rh-hero-clone__stores {
        width: 100%;

        gap: 8px;
    }


    .rh-store-svg-btn {
        flex: 1;

        width: auto;

        min-width: 0;
    }


    .rh-store-svg-btn--apple,
    .rh-store-svg-btn--google {
        padding-left: 7px;
        padding-right: 7px;
    }


    .rh-store-svg-text strong {
        font-size: 14px !important;
    }


    .rh-store-svg-text small {
        font-size: 6.5px !important;
    }


    .rh-store-apple-svg {
        width: 24px;
        height: 24px;

        flex-basis: 24px;
    }


    .rh-store-google-svg {
        width: 25px;
        height: 28px;

        flex-basis: 25px;
    }

}


/* =========================================================
   SVG ANIMATIONS
========================================================= */

@keyframes rhNetworkMove {

    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -90;
    }

}


@keyframes rhNodePulse {

    0%,
    100% {
        opacity: 0.28;

        transform:
            scale(0.85);
    }

    50% {
        opacity: 0.65;

        transform:
            scale(1.22);
    }

}


@keyframes rhCrossFloat {

    0%,
    100% {
        transform:
            translateY(0)
            rotate(0deg);
    }

    50% {
        transform:
            translateY(-12px)
            rotate(5deg);
    }

}


@keyframes rhSparkle {

    0%,
    100% {
        opacity: 0.20;

        transform:
            scale(0.75)
            rotate(0deg);
    }

    50% {
        opacity: 0.60;

        transform:
            scale(1.18)
            rotate(15deg);
    }

}


@keyframes rhHeartPulse {

    0%,
    100% {
        transform:
            scale(1);

        opacity: 0.18;
    }

    50% {
        transform:
            scale(1.08);

        opacity: 0.38;
    }

}


@keyframes rhQrFloat {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-14px);
    }

}


/* =========================================================
   ACCESSIBILITY
   Disable animation if user prefers reduced motion
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .rh-hero-mobile-art *,
    .rh-mobile-line,
    .rh-mobile-node,
    .rh-mobile-cross,
    .rh-mobile-sparkle,
    .rh-mobile-heart,
    .rh-mobile-qr {
        animation: none !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2299f2 *//* =========================================================
   RECRUITMENT HERO - FEATURE STRIP
========================================================= */

.rh-feature-strip,
.rh-feature-strip *,
.rh-feature-strip *::before,
.rh-feature-strip *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   FEATURE STRIP
========================================================= */

.rh-feature-strip {
    width: 100%;

    margin: 0;
    padding: 0;

    background: #ffffff;

    border-top: 1px solid #edf2f6;
    border-bottom: 1px solid #edf2f6;
}


/* =========================================================
   INNER
========================================================= */

.rh-feature-strip__inner {
    width: 100%;
    max-width: 1440px;

    min-height: 90px;

    margin: 0 auto;

    padding:
        14px
        45px;

    display: flex;

    align-items: center;
    justify-content: space-between;
}


/* =========================================================
   MINI FEATURE
========================================================= */

.rh-mini-feature {
    flex: 1;

    min-width: 0;

    display: flex;

    align-items: center;

    gap: 15px;

    padding:
        0
        18px;
}


.rh-mini-feature:first-child {
    padding-left: 0;
}


.rh-mini-feature:last-child {
    padding-right: 0;
}


/* =========================================================
   FEATURE ICON
========================================================= */

.rh-mini-feature__icon {
    width: 49px;
    height: 49px;

    flex:
        0
        0
        49px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;
}


.rh-mini-feature__icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   YELLOW ICON
========================================================= */

.rh-mini-feature__icon--yellow {
    color: #f6ab00;

    background: #fff5da;
}


.rh-mini-feature__icon--yellow svg {
    fill: currentColor;

    stroke: none;
}


/* =========================================================
   CYAN ICON
========================================================= */

.rh-mini-feature__icon--cyan {
    color: #0495ad;

    background: #e7f9fa;
}


/* =========================================================
   BLUE ICON
========================================================= */

.rh-mini-feature__icon--blue {
    color: #0759ca;

    background: #eaf3ff;
}


/* =========================================================
   FEATURE CONTENT
========================================================= */

.rh-mini-feature__content {
    min-width: 0;
}


/* =========================================================
   FEATURE TITLE
========================================================= */

.rh-mini-feature__content h3 {
    margin:
        0
        0
        5px !important;

    padding: 0 !important;

    color: #082d75 !important;

    /*
     Fixed font size
    */
    font-size: 14px !important;

    font-weight: 600 !important;

    line-height: 1.3 !important;

    letter-spacing: -0.1px;
}


/* =========================================================
   FEATURE DESCRIPTION
========================================================= */

.rh-mini-feature__content p {
    margin: 0 !important;
    padding: 0 !important;

    color: #526481 !important;

    /*
     Previously 10.5px.
     Increased for page-wide consistency.
    */
    font-size: 12px !important;

    font-weight: 400 !important;

    line-height: 1.45 !important;
}


/* =========================================================
   DIVIDER
========================================================= */

.rh-feature-divider {
    width: 1px;
    height: 49px;

    flex:
        0
        0
        1px;

    background: #dce4ed;
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .rh-feature-strip__inner {
        padding-left: 28px;
        padding-right: 28px;
    }


    .rh-mini-feature {
        gap: 10px;

        padding-left: 12px;
        padding-right: 12px;
    }


    .rh-mini-feature__icon {
        width: 43px;
        height: 43px;

        flex-basis: 43px;
    }


    .rh-mini-feature__icon svg {
        width: 23px;
        height: 23px;
    }


    /*
     Typography stays readable.
    */

    .rh-mini-feature__content h3 {
        font-size: 14px !important;
    }


    .rh-mini-feature__content p {
        font-size: 12px !important;

        line-height: 1.45 !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-feature-strip__inner {
        min-height: 0;

        padding:
            22px
            25px;

        display: grid;

        grid-template-columns:
            1fr
            1fr;

        gap:
            25px
            20px;
    }


    .rh-feature-divider {
        display: none;
    }


    .rh-mini-feature {
        padding: 0;
    }


    .rh-mini-feature__content h3 {
        font-size: 14px !important;
    }


    .rh-mini-feature__content p {
        font-size: 12px !important;

        line-height: 1.5 !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .rh-feature-strip__inner {
        grid-template-columns: 1fr;

        padding:
            25px
            20px;

        gap: 22px;
    }


    .rh-mini-feature {
        width: 100%;

        gap: 13px;
    }


    .rh-mini-feature__icon {
        width: 45px;
        height: 45px;

        flex-basis: 45px;
    }


    .rh-mini-feature__icon svg {
        width: 23px;
        height: 23px;
    }


    .rh-mini-feature__content h3 {
        margin-bottom: 4px !important;

        font-size: 14px !important;

        line-height: 1.3 !important;
    }


    .rh-mini-feature__content p {
        font-size: 12px !important;

        line-height: 1.5 !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50db953 *//* =========================================================
   RECRUITMENT HERO - HOW IT WORKS
========================================================= */

.rh-journey-section,
.rh-journey-section *,
.rh-journey-section *::before,
.rh-journey-section *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   MAIN SECTION
========================================================= */

.rh-journey-section {
    --rh-blue: #082c78;
    --rh-bright-blue: #1670de;
    --rh-yellow: #ffbf12;
    --rh-text: #52647c;

    position: relative;

    width: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 16% 46%,
            rgba(204, 234, 255, 0.62) 0%,
            rgba(229, 244, 255, 0.38) 25%,
            rgba(255, 255, 255, 0) 51%
        ),
        #ffffff;
}


/* Mobile background image disabled by default */

.rh-journey-section::before {
    content: "";

    display: none;

    position: absolute;

    inset: 0;

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   CONTAINER
========================================================= */

.rh-journey-container {
    position: relative;
    z-index: 2;

    width: min(1180px, calc(100% - 50px));

    min-height: 615px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        49%
        51%;

    align-items: center;
}


/* =========================================================
   LEFT VISUAL
========================================================= */

.rh-journey-visual {
    position: relative;

    width: 100%;

    min-height: 615px;

    padding:
        28px
        15px
        22px;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;
}


/* =========================================================
   SOFT BLUE SHAPE
========================================================= */

.rh-journey-visual::before {
    content: "";

    position: absolute;

    z-index: 0;

    width: 455px;
    height: 455px;

    left: 48%;
    top: 51%;

    transform:
        translate(-50%, -50%)
        rotate(-8deg);

    border-radius:
        44% 56% 56% 44% /
        48% 42% 58% 52%;

    background:
        rgba(214, 239, 255, 0.55);

    pointer-events: none;
}


/* =========================================================
   LEFT IMAGE

   Image ratio maintained.
   No stretch/distortion.
========================================================= */

.rh-journey-phone {
    position: relative;

    z-index: 2;

    display: block;

    width: 100%;
    height: auto;

    max-width: 520px;
    max-height: 565px;

    margin: 0 auto;

    object-fit: contain;

    object-position: center center;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.rh-journey-content {
    position: relative;

    z-index: 4;

    width: 100%;
    max-width: 555px;

    padding:
        52px
        0
        45px
        30px;
}


/* =========================================================
   LABEL
========================================================= */

.rh-journey-label {
    margin: 0 0 9px;

    color: #2b7de9;

    font-size: 11px !important;
    font-weight: 500 !important;

    line-height: 1.4 !important;

    letter-spacing: 0.6px;

    text-transform: uppercase;
}


/* =========================================================
   HEADING
========================================================= */

.rh-journey-content > h2 {
    margin: 0 0 14px !important;
    padding: 0 !important;

    color: var(--rh-blue) !important;

    font-size: 36px !important;
    font-weight: 700 !important;

    line-height: 1.11 !important;

    letter-spacing: -1.1px !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.rh-journey-description {
    width: 100%;
    max-width: 500px;

    margin: 0 0 27px !important;
    padding: 0 !important;

    color: #5a6d86 !important;

    font-size: 15px !important;
    font-weight: 400 !important;

    line-height: 1.55 !important;
}


/* =========================================================
   STEPS
========================================================= */

.rh-journey-step {
    position: relative;

    display: grid;

    grid-template-columns:
        46px
        52px
        minmax(0, 1fr);

    column-gap: 15px;

    min-height: 92px;

    align-items: start;
}


/* =========================================================
   CONNECTING LINE
========================================================= */

.rh-journey-step:not(.rh-journey-step-last)::before {
    content: "";

    position: absolute;

    z-index: 0;

    left: 22px;
    top: 45px;

    width: 1px;
    height: 58px;

    background: #cfdbe8;
}


/* =========================================================
   STEP NUMBER
========================================================= */

.rh-step-number {
    position: relative;

    z-index: 2;

    width: 44px;
    height: 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--rh-yellow);

    color: var(--rh-blue);

    font-size: 14px !important;
    font-weight: 700 !important;

    line-height: 1 !important;
}


/* =========================================================
   STEP ICON
========================================================= */

.rh-step-icon {
    width: 48px;
    height: 48px;

    margin-top: -2px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e4f4ff;
}


.rh-step-icon svg {
    width: 25px;
    height: 25px;

    fill: #0863c9;
}


/* =========================================================
   STEP CONTENT
========================================================= */

.rh-step-content {
    padding-top: 0;
}


.rh-step-content h3 {
    margin: 0 0 4px !important;
    padding: 0 !important;

    color: var(--rh-blue) !important;

    font-size: 16px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;
}


.rh-step-content p {
    width: 100%;
    max-width: 390px;

    margin: 0 !important;
    padding: 0 !important;

    color: var(--rh-text) !important;

    font-size: 13px !important;
    font-weight: 400 !important;

    line-height: 1.45 !important;
}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 1024px) {

    .rh-journey-container {
        grid-template-columns:
            46%
            54%;

        min-height: 570px;
    }


    .rh-journey-visual {
        min-height: 570px;

        padding:
            30px
            12px;
    }


    .rh-journey-phone {
        max-width: 430px;

        max-height: 520px;
    }


    .rh-journey-visual::before {
        width: 410px;
        height: 410px;
    }


    .rh-journey-content {
        padding-left: 20px;
    }


    .rh-journey-content > h2 {
        font-size: 33px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .rh-journey-section {
        position: relative;

        padding:
            48px
            0
            42px;

        background:
            linear-gradient(
                rgba(247, 252, 255, 0.93),
                rgba(255, 255, 255, 0.96)
            );
    }


    /* =====================================================
       LOW VISIBILITY BACKGROUND IMAGE
    ===================================================== */

    .rh-journey-section::before {
        display: block;

        background-image:
            url("https://myrecruitmenthero.com/wp-content/uploads/2026/09/mobilebg.webp");

        background-repeat: no-repeat;

        /*
         Aspect ratio preserved.
         It may crop slightly, but it will NOT stretch.
        */
        background-size: cover;

        background-position:
            center
            center;

        opacity: 0.10;
    }


    .rh-journey-container {
        position: relative;

        z-index: 2;

        width: min(
            calc(100% - 32px),
            600px
        );

        min-height: 0;

        display: block;

        margin: 0 auto;
    }


    /* =====================================================
       HIDE SEPARATE IMAGE ON MOBILE

       Same image is now background.
    ===================================================== */

    .rh-journey-visual {
        display: none;
    }


    /* =====================================================
       CONTENT
    ===================================================== */

    .rh-journey-content {
        width: 100%;
        max-width: 100%;

        margin: 0;

        padding: 0;

        position: relative;

        z-index: 3;
    }


    .rh-journey-content > h2 {
        font-size: 30px !important;

        line-height: 1.13 !important;

        letter-spacing: -0.8px !important;
    }


    .rh-journey-content > h2 br {
        display: none;
    }


    .rh-journey-description {
        max-width: 520px;

        margin-bottom: 28px !important;

        font-size: 14px !important;

        line-height: 1.58 !important;
    }


    /* =====================================================
       MOBILE STEPS
    ===================================================== */

    .rh-journey-step {
        grid-template-columns:
            42px
            46px
            minmax(0, 1fr);

        column-gap: 10px;

        min-height: 105px;
    }


    .rh-step-number {
        width: 40px;
        height: 40px;

        font-size: 13px !important;
    }


    .rh-step-icon {
        width: 43px;
        height: 43px;
    }


    .rh-step-icon svg {
        width: 22px;
        height: 22px;
    }


    .rh-journey-step:not(.rh-journey-step-last)::before {
        left: 20px;

        top: 40px;

        height: 70px;
    }


    .rh-step-content h3 {
        font-size: 15px !important;
    }


    .rh-step-content p {
        font-size: 13px !important;

        line-height: 1.5 !important;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .rh-journey-section {
        padding:
            40px
            0
            36px;
    }


    /* Slightly softer image on small screens */

    .rh-journey-section::before {
        opacity: 0.085;

        background-position:
            center
            center;
    }


    .rh-journey-container {
        width: calc(100% - 28px);
    }


    .rh-journey-label {
        font-size: 10px !important;
    }


    .rh-journey-content > h2 {
        font-size: 27px !important;
    }


    .rh-journey-description {
        font-size: 13px !important;
    }


    .rh-journey-step {
        grid-template-columns:
            38px
            42px
            minmax(0, 1fr);

        column-gap: 9px;

        min-height: 102px;
    }


    .rh-step-number {
        width: 37px;
        height: 37px;
    }


    .rh-step-icon {
        width: 40px;
        height: 40px;
    }


    .rh-journey-step:not(.rh-journey-step-last)::before {
        left: 18px;
    }


    .rh-step-content h3 {
        font-size: 14px !important;
    }


    .rh-step-content p {
        font-size: 12px !important;

        line-height: 1.5 !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57ed087 *//* =========================================================
   RECRUITMENT HERO - KEY FEATURES
========================================================= */

.rh-key-features,
.rh-key-features *,
.rh-key-features *::before,
.rh-key-features *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   SECTION
========================================================= */

.rh-key-features {
    width: 100%;

    margin: 0;

    padding: 42px 0 46px;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #eef9ff 0%,
            #eaf7fd 100%
        );
}


/* =========================================================
   INNER CONTAINER
========================================================= */

.rh-key-features__inner {
    width: min(100% - 70px, 1360px);

    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.rh-key-features__heading {
    width: 100%;

    margin: 0 auto 27px;

    text-align: center;
}


/* Eyebrow */

.rh-key-features__eyebrow {
    display: block;

    margin: 0 0 10px;

    color: #3986ec;

    font-size: 10px !important;
    font-weight: 500 !important;

    line-height: 1.3 !important;

    letter-spacing: 0.45px;

    text-transform: uppercase;
}


/* Main heading */

.rh-key-features__heading h2 {
    margin: 0 0 8px !important;
    padding: 0 !important;

    color: #082d75 !important;

    font-size: 30px !important;
    font-weight: 700 !important;

    line-height: 1.15 !important;

    letter-spacing: -0.8px !important;
}


/* =========================================================
   SECTION INTRO PARAGRAPH
   Same typography flow as hero paragraph
========================================================= */

.rh-key-features__heading p {
    width: 100%;
    max-width: 650px;

    margin: 0 auto !important;
    padding: 0 !important;

    color: #62718a !important;

    font-size: 15px !important;
    font-weight: 400 !important;

    line-height: 1.58 !important;
}


/* =========================================================
   CARDS GRID
========================================================= */

.rh-key-features__grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


/* =========================================================
   FEATURE CARD
========================================================= */

.rh-key-feature-card {
    min-width: 0;

    min-height: 260px;

    margin: 0;

    padding:
        23px
        24px
        25px;

    background: #ffffff;

    border:
        1px solid
        rgba(211, 228, 240, 0.85);

    border-radius: 12px;

    box-shadow:
        0 5px 16px
        rgba(31, 73, 111, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.rh-key-feature-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 9px 22px
        rgba(31, 73, 111, 0.09);
}


/* =========================================================
   CARD ICON
========================================================= */

.rh-key-feature-card__icon {
    width: 50px;
    height: 50px;

    margin: 0 0 17px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e4f8f9;

    color: #0798ae;
}


/* Blue icon */

.rh-key-feature-card__icon--blue {
    background: #e7f1ff;

    color: #1768d5;
}


.rh-key-feature-card__icon svg {
    width: 26px;
    height: 26px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Sparkle icon */

.rh-key-feature-card__icon--blue svg {
    fill: currentColor;

    stroke: none;
}


/* =========================================================
   CARD TITLE
========================================================= */

.rh-key-feature-card h3 {
    margin: 0 0 10px !important;
    padding: 0 !important;

    color: #082d75 !important;

    font-size: 17px !important;
    font-weight: 700 !important;

    line-height: 1.25 !important;

    letter-spacing: -0.25px;
}


/* =========================================================
   CARD DESCRIPTION

   Slightly smaller than hero paragraph because
   this is supporting card copy.
========================================================= */

.rh-key-feature-card p {
    margin: 0 !important;
    padding: 0 !important;

    color: #5e6e87 !important;

    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 1.58 !important;
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .rh-key-features__inner {
        width: calc(100% - 50px);
    }


    .rh-key-features__grid {
        gap: 15px;
    }


    .rh-key-feature-card {
        padding:
            22px
            20px
            24px;
    }


    .rh-key-feature-card h3 {
        font-size: 16px !important;
    }


    /*
       Don't reduce paragraph to 12px.
       Keep typography readable.
    */

    .rh-key-feature-card p {
        font-size: 14px !important;

        line-height: 1.55 !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-key-features {
        padding:
            45px
            0;
    }


    .rh-key-features__inner {
        width: calc(100% - 40px);
    }


    .rh-key-features__heading {
        margin-bottom: 25px;
    }


    .rh-key-features__heading h2 {
        font-size: 28px !important;
    }


    .rh-key-features__heading p {
        max-width: 600px;

        font-size: 15px !important;
    }


    .rh-key-features__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 18px;
    }


    .rh-key-feature-card {
        min-height: 230px;
    }


    .rh-key-feature-card p {
        font-size: 14px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .rh-key-features {
        padding:
            40px
            0;
    }


    .rh-key-features__inner {
        width: calc(100% - 30px);
    }


    .rh-key-features__heading {
        margin-bottom: 23px;
    }


    .rh-key-features__eyebrow {
        font-size: 9px !important;
    }


    .rh-key-features__heading h2 {
        font-size: 25px !important;

        line-height: 1.2 !important;
    }


    /* Same mobile flow as hero */

    .rh-key-features__heading p {
        max-width: 350px;

        font-size: 14px !important;

        line-height: 1.58 !important;
    }


    .rh-key-features__grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .rh-key-feature-card {
        min-height: 0;

        padding:
            22px
            22px
            24px;
    }


    .rh-key-feature-card__icon {
        width: 47px;
        height: 47px;

        margin-bottom: 14px;
    }


    .rh-key-feature-card__icon svg {
        width: 24px;
        height: 24px;
    }


    .rh-key-feature-card h3 {
        margin-bottom: 8px !important;

        font-size: 16px !important;
    }


    .rh-key-feature-card h3 br {
        display: none;
    }


    .rh-key-feature-card p {
        font-size: 13px !important;

        line-height: 1.58 !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-beef78a *//* =========================================================
   RECRUITMENT HERO
   PATIENT ACCESS SECTION
========================================================= */

.rh-patient-access,
.rh-patient-access *,
.rh-patient-access *::before,
.rh-patient-access *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   MAIN SECTION
========================================================= */

.rh-patient-access {
    width: 100%;

    margin: 0;
    padding: 42px 0;

    overflow: hidden;

    background: #ffffff;
}


/* =========================================================
   INNER CONTAINER

   Same left/right alignment as above boxed section
========================================================= */

.rh-patient-access__inner {
    width: min(100% - 70px, 1360px);

    min-height: 350px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        52%
        48%;

    overflow: hidden;

    border: 1px solid #e2edf5;

    border-radius: 14px;

    background: #ffffff;

    box-shadow:
        0 7px 24px rgba(36, 78, 113, 0.06);
}


/* =========================================================
   LEFT IMAGE AREA
========================================================= */

.rh-patient-access__visual {
    position: relative;

    width: 100%;
    height: 350px;

    min-width: 0;

    padding: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #eef9ff 0%,
            #f8fcff 100%
        );
}


/* =========================================================
   IMAGE

   IMPORTANT:
   Full image visible.
   No crop.
   No stretching.
========================================================= */

.rh-patient-access__image {
    display: block;

    width: 100%;
    height: 100%;

    max-width: 100%;
    max-height: 100%;

    margin: 0;

    object-fit: cover;

    object-position: top center;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.rh-patient-access__content {
    position: relative;

    width: 100%;

    padding:
        42px
        55px
        42px
        48px;

    display: flex;

    flex-direction: column;

    justify-content: center;
    align-items: flex-start;

    background:
        linear-gradient(
            110deg,
            #ffffff 0%,
            #f8fcff 100%
        );
}


/* subtle separator */

.rh-patient-access__content::before {
    content: "";

    position: absolute;

    top: 42px;
    bottom: 42px;
    left: 0;

    width: 1px;

    background:
        linear-gradient(
            180deg,
            transparent 0%,
            #dce9f2 18%,
            #dce9f2 82%,
            transparent 100%
        );
}


/* =========================================================
   EYEBROW
========================================================= */

.rh-patient-access__eyebrow {
    display: block;

    margin: 0 0 9px;

    color: #3488ef;

    font-size: 10px !important;
    font-weight: 500 !important;

    line-height: 1.2 !important;

    letter-spacing: 0.4px;
}


/* =========================================================
   TITLE
========================================================= */

.rh-patient-access__title {
    width: 100%;
    max-width: 500px;

    margin: 0 0 13px !important;
    padding: 0 !important;

    color: #082d75 !important;

    font-size: 36px !important;
    font-weight: 700 !important;

    line-height: 1.08 !important;

    letter-spacing: -1px !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.rh-patient-access__text {
    width: 100%;
    max-width: 460px;

    margin: 0 0 22px !important;
    padding: 0 !important;

    color: #596984 !important;

    font-size: 15px !important;
    font-weight: 400 !important;

    line-height: 1.58 !important;
}


/* =========================================================
   BUTTON
========================================================= */

.rh-patient-access__button {
    min-width: 176px;
    height: 48px;

    padding: 0 20px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    border-radius: 6px;

    background: #ffbd18;

    color: #082d75 !important;

    text-decoration: none !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    line-height: 1 !important;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.rh-patient-access__button:hover {
    color: #082d75 !important;

    background: #f4b100;

    transform: translateY(-1px);

    box-shadow:
        0 6px 16px rgba(255, 181, 0, 0.2);
}


/* =========================================================
   PLAY ICON
========================================================= */

.rh-patient-access__play {
    width: 25px;
    height: 25px;

    flex: 0 0 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #0b438c;
}


.rh-patient-access__play svg {
    width: 13px;
    height: 13px;

    fill: #ffffff;
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .rh-patient-access__inner {
        width: calc(100% - 50px);

        grid-template-columns:
            52%
            48%;

        min-height: 330px;
    }


    .rh-patient-access__visual {
        height: 330px;
    }


    .rh-patient-access__content {
        padding:
            36px
            35px
            36px
            38px;
    }


    .rh-patient-access__title {
        font-size: 33px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-patient-access {
        padding:
            38px
            0;
    }


    .rh-patient-access__inner {
        width: calc(100% - 40px);

        min-height: 0;

        grid-template-columns: 1fr;
    }


    /* Image first */

    .rh-patient-access__visual {
        width: 100%;
        height: 400px;

        order: 1;
    }


    .rh-patient-access__image {
        width: 100%;
        height: 100%;

        object-fit: contain;

        object-position: center center;
    }


    /* Content after image */

    .rh-patient-access__content {
        order: 2;

        padding:
            40px
            30px
            44px;
    }


    .rh-patient-access__content::before {
        top: 0;
        right: 30px;
        bottom: auto;
        left: 30px;

        width: auto;
        height: 1px;

        background:
            linear-gradient(
                90deg,
                transparent 0%,
                #dce9f2 20%,
                #dce9f2 80%,
                transparent 100%
            );
    }


    .rh-patient-access__title {
        font-size: 35px !important;
    }


    .rh-patient-access__text {
        max-width: 560px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .rh-patient-access {
        padding:
            30px
            0;
    }


    .rh-patient-access__inner {
        width: calc(100% - 30px);

        border-radius: 12px;
    }


    .rh-patient-access__visual {
        height: 300px;
    }


    .rh-patient-access__image {
        width: 100%;
        height: 100%;

        object-fit: contain;

        object-position: center center;
    }


    .rh-patient-access__content {
        padding:
            32px
            20px
            36px;
    }


    .rh-patient-access__content::before {
        right: 20px;
        left: 20px;
    }


    .rh-patient-access__eyebrow {
        margin-bottom: 8px;
    }


    .rh-patient-access__title {
        margin-bottom: 13px !important;

        font-size: 29px !important;

        line-height: 1.12 !important;

        letter-spacing: -0.7px !important;
    }


    .rh-patient-access__text {
        margin-bottom: 21px !important;

        font-size: 14px !important;

        line-height: 1.58 !important;
    }


    .rh-patient-access__button {
        min-width: 170px;

        height: 47px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-894fd41 *//* =========================================================
   RECRUITMENT HERO
   COMPLETE PICTURE / PORTAL SECTION
========================================================= */

.rh-complete-picture,
.rh-complete-picture *,
.rh-complete-picture *::before,
.rh-complete-picture *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   SECTION
========================================================= */

.rh-complete-picture {
    position: relative;

    width: 100%;

    margin: 0;
    padding: 42px 0 24px;

    overflow: hidden;

    background:
        linear-gradient(
            110deg,
            #ffffff 0%,
            #ffffff 42%,
            #f5fbff 72%,
            #edf8fd 100%
        );
}


/* =========================================================
   INNER CONTAINER
========================================================= */

.rh-complete-picture__inner {
    position: relative;

    width: min(100% - 70px, 1360px);

    min-height: 450px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        39%
        61%;

    align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.rh-complete-picture__content {
    position: relative;

    z-index: 4;

    width: 100%;

    padding:
        12px
        25px
        22px
        0;

    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


/* =========================================================
   EYEBROW
========================================================= */

.rh-complete-picture__eyebrow {
    display: block;

    margin: 0 0 10px;

    color: #3986ec;

    font-size: 10px !important;
    font-weight: 500 !important;

    line-height: 1.3 !important;

    letter-spacing: 0.45px;

    text-transform: uppercase;
}


/* =========================================================
   TITLE
   SAME AS HERO
========================================================= */

.rh-complete-picture__title {
    width: 100%;
    max-width: 560px;

    margin: 0 0 14px !important;
    padding: 0 !important;

    color: #082d75 !important;

    font-size: 51px !important;
    font-weight: 700 !important;

    line-height: 1.08 !important;

    letter-spacing: -1.6px !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.rh-complete-picture__text {
    width: 100%;
    max-width: 500px;

    margin: 0 0 19px !important;
    padding: 0 !important;

    color: #596984 !important;

    font-size: 16px !important;
    font-weight: 400 !important;

    line-height: 1.62 !important;
}


/* =========================================================
   CHECKLIST
========================================================= */

.rh-complete-picture__list {
    width: 100%;

    margin: 0 0 21px;

    display: flex;

    flex-direction: column;

    gap: 8px;
}


.rh-complete-picture__item {
    width: 100%;

    display: flex;

    align-items: center;

    gap: 10px;

    color: #536582;

    font-size: 12px !important;
    font-weight: 400 !important;

    line-height: 1.4 !important;
}


/* =========================================================
   CHECK ICON
========================================================= */

.rh-complete-picture__check {
    width: 19px;
    height: 19px;

    flex: 0 0 19px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #08a0ad;

    color: #ffffff;
}


.rh-complete-picture__check svg {
    width: 13px;
    height: 13px;

    fill: none;

    stroke: currentColor;

    stroke-width: 2.4;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   BUTTON
========================================================= */

.rh-complete-picture__button {
    min-width: 176px;
    height: 45px;

    padding: 0 22px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border: 1.5px solid #1758b9;

    border-radius: 6px;

    background: #ffffff;

    color: #0b3b88 !important;

    text-decoration: none !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    line-height: 1 !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}


.rh-complete-picture__button:hover {
    background: #0b3b88;

    color: #ffffff !important;

    transform: translateY(-1px);
}


/* =========================================================
   RIGHT VISUAL
========================================================= */

.rh-complete-picture__visual {
    position: relative;

    width: 100%;
    height: 450px;

    min-width: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: #f4fbff;
}


/* =========================================================
   COVER BACKGROUND LAYER

   Gives the visual "cover" look without forcing
   the real image itself to crop.
========================================================= */

.rh-complete-picture__visual::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 0;

    background-image:
        url("YOUR-PORTAL-LAPTOP-IMAGE-URL");

    background-repeat: no-repeat;

    background-position:
        center
        center;

    background-size: cover;

    opacity: 0.12;

    filter: blur(8px);

    transform: scale(1.05);

    pointer-events: none;
}


/* soft white layer */

.rh-complete-picture__visual::after {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        rgba(
            245,
            251,
            255,
            0.50
        );

    pointer-events: none;
}


/* =========================================================
   REAL IMAGE

   Full image visible.
   No crop.
   No stretch.
========================================================= */

.rh-complete-picture__image {
    position: relative;

    z-index: 2;

    display: block;

    width: 100%;
    height: 100%;

    max-width: 820px;
    max-height: 450px;

    margin: 0 auto;

    object-fit: cover;

    object-position:
        center
        center;
}


/* =========================================================
   1500px AND DOWN
========================================================= */

@media (max-width: 1500px) {

    .rh-complete-picture__title {
        font-size: 46px !important;
    }


    .rh-complete-picture__text {
        font-size: 15px !important;
    }

}


/* =========================================================
   1280px AND DOWN
========================================================= */

@media (max-width: 1280px) {

    .rh-complete-picture__title {
        font-size: 42px !important;

        letter-spacing: -1px !important;
    }


    .rh-complete-picture__text {
        font-size: 14px !important;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .rh-complete-picture__inner {
        width: calc(100% - 50px);

        grid-template-columns:
            42%
            58%;

        min-height: 420px;
    }


    .rh-complete-picture__visual {
        height: 420px;
    }


    .rh-complete-picture__image {
        max-height: 420px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-complete-picture {
        padding:
            42px
            0
            35px;
    }


    .rh-complete-picture__inner {
        width: calc(100% - 40px);

        min-height: 0;

        grid-template-columns: 1fr;

        gap: 25px;
    }


    .rh-complete-picture__content {
        padding:
            0
            0
            10px;
    }


    .rh-complete-picture__title {
        font-size: 42px !important;

        line-height: 1.08 !important;
    }


    .rh-complete-picture__text {
        max-width: 600px;

        font-size: 15px !important;

        line-height: 1.62 !important;
    }


    .rh-complete-picture__visual {
        width: 100%;
        height: 400px;
    }


    .rh-complete-picture__image {
        width: 100%;
        height: 100%;

        max-width: 760px;
        max-height: 400px;

        object-fit: contain;

        object-position:
            center
            center;
    }

}


/* =========================================================
   MOBILE
   IMAGE COMPLETELY HIDDEN
========================================================= */

@media (max-width: 767px) {

    .rh-complete-picture {
        padding:
            36px
            0
            30px;
    }


    .rh-complete-picture__inner {
        width: calc(100% - 30px);

        display: block;
    }


    .rh-complete-picture__content {
        width: 100%;

        padding: 0;
    }


    .rh-complete-picture__title {
        margin-bottom: 13px !important;

        font-size: 35px !important;

        line-height: 1.12 !important;

        letter-spacing: -1px !important;
    }


    .rh-complete-picture__title br {
        display: none;
    }


    .rh-complete-picture__text {
        margin-bottom: 18px !important;

        font-size: 14px !important;

        line-height: 1.62 !important;
    }


    .rh-complete-picture__list {
        gap: 9px;

        margin-bottom: 20px;
    }


    .rh-complete-picture__item {
        align-items: flex-start;

        font-size: 12px !important;
    }


    .rh-complete-picture__check {
        margin-top: 1px;
    }


    /* ================================================
       HIDE IMAGE + ENTIRE VISUAL AREA ON MOBILE
    ================================================= */

    .rh-complete-picture__visual {
        display: none !important;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .rh-complete-picture__title {
        font-size: 31px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7916eb1 *//* =========================================================
   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 */