/* ==========================================================
DISHA Recruitment
Human Resource (HR) Recruitment CSS
Version 4.2 HR MASTER
Purpose: Premium specialist HR recruitment page
========================================================== */


/* ==========================================================
HRX SECTION A - HERO
START
========================================================== */

.hrx-hero{
    background:#f4f8fd;
    padding:24px 0 28px;
}

.hrx-hero-grid{
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
    gap:44px;
    align-items:center;
}

.hrx-hero-content{
    padding:8px 0 4px;
}

.hrx-hero-content h1{
    margin:0 0 12px;
    color:var(--blue,#0B4F9C);
    font-family:"Poppins",sans-serif;
    font-size:30px;
    line-height:1.13;
    font-weight:700;
    letter-spacing:-.25px;
}

.hrx-hero-content p{
    max-width:650px;
    margin:0 0 12px;
    color:#5f6875;
    font-family:"Open Sans",sans-serif;
    font-size:15px;
    line-height:1.65;
}

.hrx-hero-content .hrx-hero-intro{
    color:#46515f;
    font-size:15.5px;
    line-height:1.62;
}

.hrx-hero-content strong{
    color:#234f84;
    font-weight:700;
}

.hrx-hero-btn{
    margin-top:4px;
}

/* ==========================================================
DISHA Recruitment
Human Resource (HR) Recruitment CSS
Version 4.2 HR MASTER

SECTION A - HERO
START
Purpose: Premium employer-focused HR recruitment hero
with dedicated page-specific hero image.
========================================================== */

.hrx-hero{
    background:#f4f8fd;
    padding:26px 0 30px;
}

.hrx-hero-grid{
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
    gap:42px;
    align-items:center;
}

.hrx-hero-content{
    padding:4px 0;
}

.hrx-hero-content h1{
    margin:0 0 12px;
    color:var(--blue,#0B4F9C);
    font-family:"Poppins",sans-serif;
    font-size:30px;
    line-height:1.13;
    font-weight:700;
    letter-spacing:-.25px;
}

.hrx-hero-content p{
    max-width:650px;
    margin:0 0 12px;
    color:#5f6875;
    font-family:"Open Sans",sans-serif;
    font-size:15px;
    line-height:1.65;
}

.hrx-hero-content .hrx-hero-intro{
    color:#46515f;
    font-size:15.5px;
    line-height:1.62;
}

.hrx-hero-content strong{
    color:#234f84;
    font-weight:700;
}

.hrx-hero-btn{
    margin-top:4px;
}


/* ==========================================================
DEDICATED HERO IMAGE
START
Purpose: Display complete hero graphic without cropping.
========================================================== */

.hrx-hero-image{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.hrx-hero-image img{
    display:block;
    width:100%;
    max-width:470px;
    height:auto;

    border-radius:18px;

    border:1px solid #dfe8f2;

    box-shadow:0 14px 34px rgba(11,79,156,.11);
}


/* ==========================================================
DEDICATED HERO IMAGE
END
========================================================== */


/* ==========================================================
SECTION A
END
========================================================== */

/* ==========================================================
DISHA Recruitment
Human Resource (HR) Recruitment CSS
Version 4.2 HR MASTER

SECTION A1 - CURRENT HR RECRUITER OPENING
START
Purpose: Compact professional live-assignment strip.
========================================================== */

.hrx-current-opening{
    padding:14px 0 12px;
    background:#ffffff;
}

.hrx-current-opening-box{
    max-width:1080px;
    margin:0 auto;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:28px;

    padding:15px 20px 15px 22px;

    background:#f5faf6;

    border:1px solid #d7e9db;
    border-left:4px solid var(--green,#2E9E44);

    border-radius:12px;

    box-shadow:0 6px 18px rgba(11,79,156,.06);
}


/* ==========================================================
A1.1 - EYEBROW
========================================================== */

.hrx-current-opening-eyebrow{
    display:block;

    margin-bottom:3px;

    color:var(--green,#2E9E44);

    font-family:"Open Sans",sans-serif;

    font-size:10px;
    line-height:1.2;

    font-weight:800;

    letter-spacing:1.1px;
    text-transform:uppercase;
}


/* ==========================================================
A1.2 - OPENING TITLE
========================================================== */

.hrx-current-opening-main h2{
    margin:0;

    color:var(--blue,#0B4F9C);

    font-family:"Poppins",sans-serif;

    font-size:19px;
    line-height:1.25;

    font-weight:700;
}

.hrx-current-opening-main h2 span{
    color:#4f5d6d;
    font-weight:600;
}


/* ==========================================================
A1.3 - SUPPORTING TEXT
========================================================== */

.hrx-current-opening-main p{
    margin:3px 0 0;

    color:#687384;

    font-family:"Open Sans",sans-serif;

    font-size:12.5px;
    line-height:1.5;
}


/* ==========================================================
A1.4 - ACTION AREA
========================================================== */

.hrx-current-opening-action{
    flex:0 0 auto;
}

.hrx-current-opening-link{
    display:inline-flex;

    align-items:center;
    justify-content:center;

    gap:7px;

    padding:9px 14px;

    background:#ffffff;

    border:1px solid var(--green,#2E9E44);

    border-radius:7px;

    color:var(--green,#2E9E44);

    font-family:"Open Sans",sans-serif;

    font-size:12px;
    font-weight:700;

    text-decoration:none;

    white-space:nowrap;

    transition:
        background .2s ease,
        color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.hrx-current-opening-link span{
    font-size:16px;
    line-height:1;
}

.hrx-current-opening-link:hover{
    background:var(--green,#2E9E44);
    color:#ffffff;

    box-shadow:0 5px 14px rgba(46,158,68,.18);

    transform:translateY(-1px);
}


/* ==========================================================
A1.5 - MOBILE
========================================================== */

@media(max-width:767px){

    .hrx-current-opening{
        padding:10px 0;
    }

    .hrx-current-opening-box{
        flex-direction:column;
        align-items:flex-start;

        gap:12px;

        padding:15px 16px;
    }

    .hrx-current-opening-main h2{
        font-size:17px;
    }

    .hrx-current-opening-main h2 span{
        display:block;
        margin-top:2px;
    }

    .hrx-current-opening-action{
        width:100%;
    }

    .hrx-current-opening-link{
        width:100%;
    }

}


/* ==========================================================
SECTION A1 - CURRENT HR RECRUITER OPENING
END
========================================================== */

/* ==========================================================
HRX COMMON SECTION HEADINGS
========================================================== */

.hrx-section-heading{
    max-width:900px;
    margin:0 auto 22px;
}

.hrx-section-heading h2,
.hrx-faq-header h2{
    margin:0;
    color:var(--blue,#0B4F9C);
    font-family:"Poppins",sans-serif;
    font-size:24px;
    line-height:1.22;
    font-weight:700;
    text-align:left;
}

.hrx-title-line{
    width:48px;
    height:3px;
    margin:8px 0 11px;
    border-radius:3px;
    background:var(--green,#2E9E44);
}

.hrx-section-heading p{
    max-width:820px;
    margin:0;
    color:#657080;
    font-family:"Open Sans",sans-serif;
    font-size:13.5px;
    line-height:1.6;
}


/* ==========================================================
HRX SECTION B1 - ROLES
========================================================== */

.hrx-roles-section{
    padding:25px 0 27px;
    background:#fff;
}

.hrx-role-grid{
    max-width:1000px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.hrx-role-card{
    padding:18px 18px 17px;
    border:1px solid #e5ecf4;
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 22px rgba(11,79,156,.055);
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.hrx-role-card:hover{
    transform:translateY(-2px);
    border-color:#cbdced;
    box-shadow:0 12px 28px rgba(11,79,156,.09);
}

.hrx-card-icon{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:10px;
    border-radius:50%;
    background:#eef5ff;
    color:var(--blue,#0B4F9C);
    font-size:16px;
}

.hrx-role-card h3{
    margin:0 0 6px;
    color:var(--blue,#0B4F9C);
    font-family:"Poppins",sans-serif;
    font-size:16px;
    line-height:1.3;
    font-weight:700;
}

.hrx-role-card p{
    margin:0;
    color:#687384;
    font-family:"Open Sans",sans-serif;
    font-size:12.5px;
    line-height:1.55;
}


/* ==========================================================
HRX SECTION B2 - FUNCTIONS
========================================================== */

.hrx-functions-section{
    padding:26px 0 29px;
    background:#f7f9fc;
}

.hrx-functions-card{
    max-width:1000px;
    margin:0 auto;
    padding:22px 26px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
    border:1px solid #e2e9f1;
    border-radius:17px;
    background:#fff;
    box-shadow:0 10px 28px rgba(11,79,156,.065);
}

.hrx-function-column{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.hrx-function-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.hrx-check{
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 30px;
    margin-top:1px;
    border-radius:50%;
    background:#edf7ef;
    color:var(--green,#2E9E44);
    font-size:12px;
}

.hrx-function-item h3{
    margin:0 0 4px;
    color:#164f91;
    font-family:"Poppins",sans-serif;
    font-size:15px;
    line-height:1.35;
}

.hrx-function-item p{
    margin:0;
    color:#687384;
    font-family:"Open Sans",sans-serif;
    font-size:12.5px;
    line-height:1.55;
}


/* ==========================================================
HRX SECTION B3 - QUALITIES
========================================================== */

.hrx-qualities-section{
    padding:27px 0 30px;
    background:#fff;
}

.hrx-qualities-card{
    max-width:1000px;
    margin:0 auto;
    padding:23px 30px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:35px;
    border:1px solid #e5ecf4;
    border-radius:17px;
    background:#fff;
    box-shadow:0 10px 28px rgba(11,79,156,.065);
}

.hrx-qualities-column{
    display:flex;
    flex-direction:column;
    gap:9px;
}

.hrx-quality-item{
    position:relative;
    padding-left:24px;
    color:#164f91;
    font-family:"Open Sans",sans-serif;
    font-size:13px;
    line-height:1.45;
    font-weight:600;
}

.hrx-quality-item span{
    position:absolute;
    left:0;
    color:var(--green,#2E9E44);
    font-weight:800;
}


/* ==========================================================
HRX SECTION B4 - ORGANISATIONS
========================================================== */

.hrx-support-section{
    padding:27px 0 30px;
    background:#f7f9fc;
}

.hrx-support-card{
    max-width:1000px;
    margin:0 auto;
    padding:23px 30px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:35px;
    border:1px solid #e2e9f1;
    border-radius:17px;
    background:#fff;
    box-shadow:0 10px 28px rgba(11,79,156,.065);
}

.hrx-support-column{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.hrx-support-item{
    position:relative;
    padding-left:24px;
    color:#164f91;
    font-family:"Open Sans",sans-serif;
    font-size:13px;
    line-height:1.45;
    font-weight:600;
}

.hrx-support-item::before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--green,#2E9E44);
    font-weight:800;
}


/* ==========================================================
HRX SECTION B5 - EVALUATION FRAMEWORK
========================================================== */

.hrx-framework-section{
    padding:29px 0 33px;
    background:#fff;
}

.hrx-framework-card{
    max-width:1080px;
    margin:0 auto;
    padding:23px;
    border:1px solid #e4ebf3;
    border-radius:19px;
    background:#fff;
    box-shadow:0 12px 32px rgba(11,79,156,.075);
}

.hrx-framework-layout{
    display:grid;
    grid-template-columns:minmax(0,1.7fr) minmax(245px,.75fr);
    gap:26px;
    align-items:start;
}

.hrx-framework-left{
    display:flex;
    flex-direction:column;
}

.hrx-framework-row{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:8px 0;
    border-bottom:1px solid #edf2f7;
}

.hrx-framework-last{
    border-bottom:none;
}

.hrx-framework-icon{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 34px;
    border-radius:50%;
    background:#eef5ff;
    color:var(--blue,#0B4F9C);
    font-size:14px;
}

.hrx-framework-row h3{
    margin:0 0 3px;
    color:var(--blue,#0B4F9C);
    font-family:"Poppins",sans-serif;
    font-size:14px;
    line-height:1.35;
    font-weight:700;
}

.hrx-framework-row p{
    margin:0;
    color:#667181;
    font-family:"Open Sans",sans-serif;
    font-size:11.8px;
    line-height:1.48;
}

.hrx-evaluation-panel{
    padding:19px;
    border:1px solid #dce8f3;
    border-radius:14px;
    background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);
}

.hrx-evaluation-header{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:15px;
    padding-bottom:13px;
    border-bottom:1px solid #e4edf5;
}

.hrx-evaluation-header > span{
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background:#eaf3ff;
    color:var(--blue,#0B4F9C);
}

.hrx-evaluation-header strong{
    display:block;
    color:#164f91;
    font-family:"Poppins",sans-serif;
    font-size:13.5px;
}

.hrx-evaluation-header small{
    display:block;
    margin-top:2px;
    color:#7a8491;
    font-family:"Open Sans",sans-serif;
    font-size:10.5px;
}

.hrx-evaluation-check{
    display:flex;
    align-items:center;
    gap:8px;
    padding:8px 0;
    border-bottom:1px solid #edf2f7;
    color:#465465;
    font-family:"Open Sans",sans-serif;
    font-size:11.5px;
    font-weight:600;
}

.hrx-evaluation-check:last-child{
    border-bottom:none;
}

.hrx-evaluation-check i{
    color:var(--green,#2E9E44);
    font-size:10px;
}


/* ==========================================================
HRX SECTION B6 - PROCESS
========================================================== */

.hrx-process-section{
    padding:27px 0 31px;
    background:#f7f9fc;
}

.hrx-process-grid{
    max-width:1060px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:12px;
}

.hrx-process-step{
    position:relative;
    min-height:185px;
    padding:18px 15px 15px;
    border:1px solid #e1e9f2;
    border-radius:14px;
    background:#fff;
    box-shadow:0 7px 20px rgba(11,79,156,.05);
}

.hrx-process-step > span{
    position:absolute;
    top:12px;
    right:13px;
    color:#d5e1ee;
    font-family:"Poppins",sans-serif;
    font-size:19px;
    font-weight:800;
}

.hrx-process-step > i{
    width:35px;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:12px;
    border-radius:50%;
    background:#edf5ff;
    color:var(--blue,#0B4F9C);
    font-size:13px;
}

.hrx-process-step h3{
    margin:0 0 5px;
    color:#164f91;
    font-family:"Poppins",sans-serif;
    font-size:13.5px;
    line-height:1.35;
}

.hrx-process-step p{
    margin:0;
    color:#697483;
    font-family:"Open Sans",sans-serif;
    font-size:11.5px;
    line-height:1.5;
}


/* ==========================================================
HRX SECTION B7 - FAQ
========================================================== */

.hrx-faq-section{
    padding:38px 0 42px;
    background:#fff;
}

.hrx-faq-header{
    max-width:920px;
    margin:0 auto 23px;
    text-align:center;
}

.hrx-faq-header h2{
    text-align:center;
    font-size:23px;
}

.hrx-faq-header .hrx-title-line{
    margin:8px auto 11px;
}

.hrx-faq-header p{
    max-width:780px;
    margin:0 auto;
    color:#667181;
    font-family:"Open Sans",sans-serif;
    font-size:13px;
    line-height:1.6;
}

.hrx-faq-wrapper{
    max-width:1040px;
    margin:0 auto;
}

.hrx-faq-item{
    margin-bottom:9px;
    overflow:hidden;
    border:1px solid #e5ecf4;
    border-radius:11px;
    background:#fff;
    transition:border-color .2s ease,box-shadow .2s ease;
}

.hrx-faq-item:hover{
    border-color:#bfd3e8;
    box-shadow:0 7px 20px rgba(11,79,156,.065);
}

.hrx-faq-item summary{
    position:relative;
    list-style:none;
    cursor:pointer;
    padding:14px 52px 14px 19px;
    color:var(--blue,#0B4F9C);
    font-family:"Open Sans",sans-serif;
    font-size:13px;
    line-height:1.45;
    font-weight:700;
}

.hrx-faq-item summary::-webkit-details-marker{
    display:none;
}

.hrx-faq-item summary::after{
    content:"+";
    position:absolute;
    top:50%;
    right:19px;
    transform:translateY(-50%);
    color:var(--green,#2E9E44);
    font-family:"Poppins",sans-serif;
    font-size:19px;
    font-weight:700;
}

.hrx-faq-item[open] summary::after{
    content:"−";
}

.hrx-faq-item p{
    margin:0;
    padding:0 19px 17px;
    color:#5f6977;
    font-family:"Open Sans",sans-serif;
    font-size:12px;
    line-height:1.65;
}


/* ==========================================================
HRX NAVIGATION HELPER
========================================================== */

.hr-nav-current{
    font-weight:700 !important;
}


/* ==========================================================
RESPONSIVE - TABLET
========================================================== */

@media (max-width:991px){

    .hrx-hero-grid{
        grid-template-columns:1fr;
        gap:24px;
    }

    .hrx-hero-content{
        padding-top:4px;
    }

    .hrx-hero-content h1{
        font-size:28px;
    }

    .hrx-hero-visual{
        max-width:700px;
        width:100%;
        margin:0 auto;
    }

    .hrx-role-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .hrx-framework-layout{
        grid-template-columns:1fr;
    }

    .hrx-evaluation-panel{
        max-width:360px;
        width:100%;
        margin:0 auto;
    }

    .hrx-process-grid{
        grid-template-columns:repeat(3,1fr);
    }

}


/* ==========================================================
RESPONSIVE - MOBILE
========================================================== */

@media (max-width:767px){

    .hrx-hero{
        padding:20px 0 24px;
    }

    .hrx-hero-grid{
        gap:20px;
    }

    .hrx-hero-content h1{
        font-size:24px;
        line-height:1.15;
    }

    .hrx-hero-content p,
    .hrx-hero-content .hrx-hero-intro{
        font-size:13.5px;
        line-height:1.6;
    }

    .hrx-hero-visual{
        min-height:auto;
        padding:21px 19px 18px;
        border-radius:16px;
    }

    .hrx-visual-top h2{
        font-size:21px;
    }

    .hrx-role-stack{
        grid-template-columns:1fr;
    }

    .hrx-role-pill:last-child{
        grid-column:auto;
        max-width:none;
    }

    .hrx-visual-footer{
        display:block;
        line-height:1.8;
    }

    .hrx-visual-footer span{
        display:block;
    }

    .hrx-section-heading{
        margin-bottom:18px;
    }

    .hrx-section-heading h2,
    .hrx-faq-header h2{
        font-size:20px;
    }

    .hrx-section-heading p{
        font-size:12.5px;
    }

    .hrx-role-grid{
        grid-template-columns:1fr;
        gap:11px;
    }

    .hrx-role-card{
        padding:16px;
    }

    .hrx-functions-card,
    .hrx-qualities-card,
    .hrx-support-card{
        grid-template-columns:1fr;
        gap:18px;
        padding:19px;
        border-radius:14px;
    }

    .hrx-function-column{
        gap:15px;
    }

    .hrx-framework-card{
        padding:16px;
        border-radius:15px;
    }

    .hrx-framework-layout{
        gap:19px;
    }

    .hrx-framework-row{
        gap:9px;
        padding:8px 0;
    }

    .hrx-framework-icon{
        width:30px;
        height:30px;
        flex-basis:30px;
        font-size:12px;
    }

    .hrx-framework-row h3{
        font-size:13px;
    }

    .hrx-framework-row p{
        font-size:11.2px;
    }

    .hrx-process-grid{
        grid-template-columns:1fr;
        gap:10px;
    }

    .hrx-process-step{
        min-height:auto;
        padding:16px;
    }

    .hrx-faq-section{
        padding:31px 0 35px;
    }

    .hrx-faq-item summary{
        padding:13px 45px 13px 16px;
        font-size:12.5px;
    }

    .hrx-faq-item p{
        padding:0 16px 15px;
        font-size:11.7px;
    }

}


/* ==========================================================
RESPONSIVE - SMALL MOBILE
========================================================== */

@media (max-width:420px){

    .hrx-hero-content h1{
        font-size:22px;
    }

    .hrx-hero-visual{
        padding:18px 16px;
    }

    .hrx-role-card h3{
        font-size:15px;
    }

    .hrx-quality-item,
    .hrx-support-item{
        font-size:12.5px;
    }

}
