/*
=========================================================
DISHA RECRUITMENT
MANUFACTURING-INDUSTRY-HIRING.CSS
VERSION 4.4 — PAGE-SPECIFIC
=========================================================

Architecture:
    global-new.css
        +
    recruitment-pages.css
        +
    manufacturing-industry-hiring.css

Purpose:
• Manufacturing Industry Hiring commercial page
• Only manufacturing-specific visual rules live here
• No global header/footer rules
• No shared recruitment component duplication

=========================================================
*/

/* =========================================================
MIH-01
HERO VISUAL
START
========================================================= */

.manufacturing-hero{
    background:linear-gradient(135deg,#F2F7FD 0%,#F7FBFF 100%);
}

.mih-hero-panel{
    width:100%;
    max-width:430px;
    padding:20px;
    border:1px solid #D7E3EF;
    border-radius:15px;
    background:#FFFFFF;
    box-shadow:0 9px 25px rgba(18,60,105,.07);
}

.mih-hero-panel-top{
    display:flex;
    align-items:center;
    gap:12px;
    padding-bottom:15px;
    border-bottom:1px solid #E6EDF4;
}

.mih-hero-icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:#EAF3FF;
    color:var(--blue);
    font-size:21px;
}

.mih-hero-panel-top strong{
    display:block;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:18px;
    line-height:1.3;
}

.mih-hero-panel-top span{
    display:block;
    margin-top:3px;
    color:#687687;
    font-size:12px;
    line-height:1.4;
}

.mih-hero-role-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
    margin-top:15px;
}

.mih-hero-role-grid div{
    min-height:67px;
    padding:11px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    border:1px solid #DDE7F2;
    border-radius:9px;
    background:#FAFCFE;
}

.mih-hero-role-grid i{
    color:var(--green);
    font-size:14px;
}

.mih-hero-role-grid span{
    color:#445B73;
    font-size:11.5px;
    line-height:1.35;
    font-weight:700;
}

.mih-hero-fit{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-top:13px;
    padding-top:13px;
    border-top:1px solid #E6EDF4;
}

.mih-hero-fit span{
    padding:5px 7px;
    border:1px solid #D5E3F1;
    border-radius:20px;
    background:#FFFFFF;
    color:#627181;
    font-size:10px;
    line-height:1.2;
    font-weight:700;
}

/* =========================================================
MIH-01
HERO VISUAL
END
========================================================= */


/* =========================================================
MIH-02
ROLE CARDS
START
========================================================= */

.mih-role-grid{
    align-items:stretch;
}

.mih-role-grid .rp-card{
    position:relative;
    min-height:205px;
}

.mih-role-number{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    margin-bottom:10px;
    border-radius:50%;
    background:#EAF3FF;
    color:var(--blue);
    font-size:10px;
    line-height:1;
    font-weight:800;
}

.mih-role-label{
    display:block;
    margin:-2px 0 8px;
    color:var(--green-dark);
    font-size:10.5px;
    line-height:1.35;
    font-weight:800;
}

.mih-role-card-cta{
    background:#F7FCF8;
    border-top-color:var(--green);
}

.mih-role-card-cta .mih-role-number{
    background:#E7F7EC;
    color:var(--green-dark);
}

.mih-role-card-cta a{
    margin-top:11px;
    color:var(--green-dark);
}

/* =========================================================
MIH-02
ROLE CARDS
END
========================================================= */


/* =========================================================
MIH-03
PRACTICAL FIT
START
========================================================= */

.mih-practical-section{
    border-top:1px solid #E6EDF4;
    border-bottom:1px solid #E6EDF4;
}

.mih-practical-grid .rp-card{
    min-height:178px;
}

.mih-icon{
    width:32px;
    height:32px;
    margin-bottom:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:#EAF3FF;
    color:var(--blue);
    font-size:13px;
}

.mih-practical-grid .rp-card.green .mih-icon{
    background:#E7F7EC;
    color:var(--green-dark);
}

/* =========================================================
MIH-03
PRACTICAL FIT
END
========================================================= */


/* =========================================================
MIH-04
ROLE GROUPS
START
========================================================= */

.mih-role-groups{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.mih-role-group{
    padding:20px;
    border:1px solid var(--border);
    border-top:3px solid var(--blue);
    border-radius:11px;
    background:#FFFFFF;
    box-shadow:var(--shadow-sm);
}

.mih-role-group-green{
    border-top-color:var(--green);
}

.mih-role-group-heading{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.mih-group-icon{
    width:38px;
    height:38px;
    flex:0 0 38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:9px;
    background:#EAF3FF;
    color:var(--blue);
}

.mih-role-group-green .mih-group-icon{
    background:#E7F7EC;
    color:var(--green-dark);
}

.mih-role-group h3{
    color:#263746;
    font-size:17px;
}

.mih-role-group p{
    margin:4px 0 0;
    color:#687687;
    font-size:12.5px;
    line-height:1.5;
}

.mih-role-pills{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-top:16px;
}

.mih-role-pills span{
    padding:7px 9px;
    border:1px solid #D7E3EF;
    border-radius:20px;
    background:#FAFCFE;
    color:#4E6278;
    font-size:11px;
    line-height:1.25;
    font-weight:700;
}

/* =========================================================
MIH-04
ROLE GROUPS
END
========================================================= */


/* =========================================================
MIH-05
PROCESS
START
========================================================= */

.mih-process{
    display:flex;
    align-items:stretch;
    gap:7px;
}

.mih-process-step{
    flex:1 1 0;
    min-width:0;
    padding:15px 11px;
    border:1px solid var(--border);
    border-radius:9px;
    background:#FFFFFF;
    text-align:center;
}

.mih-process-step span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:27px;
    height:27px;
    margin-bottom:8px;
    border-radius:50%;
    background:#EAF3FF;
    color:var(--blue);
    font-size:9px;
    font-weight:800;
}

.mih-process-step strong{
    display:block;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:12.5px;
    line-height:1.3;
}

.mih-process-step p{
    margin:5px 0 0;
    color:#687687;
    font-size:10.5px;
    line-height:1.45;
}

.mih-process-arrow{
    flex:0 0 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#9AAFC2;
    font-size:14px;
    font-weight:700;
}

/* =========================================================
MIH-05
PROCESS
END
========================================================= */


/* =========================================================
MIH-06
ENVIRONMENTS + WHY DISHA
START
========================================================= */

.mih-environment-grid .rp-card{
    min-height:175px;
}

.mih-environment-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    margin-bottom:10px;
    border-radius:8px;
    background:#EAF3FF;
    color:var(--blue);
    font-size:13px;
}

.mih-environment-grid .green .mih-environment-icon{
    background:#E7F7EC;
    color:var(--green-dark);
}

.mih-why-grid .rp-card{
    min-height:160px;
}

/* =========================================================
MIH-06
ENVIRONMENTS + WHY DISHA
END
========================================================= */


/* =========================================================
MIH-07
BANGALORE
START
========================================================= */

.mih-bangalore-grid{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
    gap:28px;
    align-items:center;
}

.mih-section-kicker{
    display:inline-block;
    margin-bottom:7px;
    color:var(--green-dark);
    font-size:10.5px;
    line-height:1.3;
    font-weight:800;
    letter-spacing:1px;
}

.mih-bangalore-grid h2{
    margin:0 0 9px;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:27px;
    line-height:1.22;
}

.mih-bangalore-grid p{
    max-width:730px;
    margin:0 0 10px;
    color:#687687;
    font-size:14px;
    line-height:1.62;
}

.mih-location-box{
    padding:20px;
    border:1px solid #D7E3EF;
    border-top:3px solid var(--green);
    border-radius:11px;
    background:#FFFFFF;
    box-shadow:var(--shadow-sm);
}

.mih-location-box > span{
    display:block;
    color:#687687;
    font-size:10.5px;
    line-height:1.3;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.8px;
}

.mih-location-box strong{
    display:block;
    margin:7px 0 8px;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:16px;
    line-height:1.4;
}

.mih-location-box p{
    margin:0 0 13px;
    font-size:12.5px;
}

.mih-location-box .btn{
    width:100%;
}

/* =========================================================
MIH-07
BANGALORE
END
========================================================= */


/* =========================================================
MIH-08
CTA
START
========================================================= */

.mih-cta-white{
    border-color:rgba(255,255,255,.72);
    color:#FFFFFF !important;
    background:transparent;
}

.mih-cta-white:hover{
    background:rgba(255,255,255,.1);
    color:#FFFFFF !important;
}

/* =========================================================
MIH-08
CTA
END
========================================================= */


/* =========================================================
MIH-09
FAQ
START
========================================================= */

.mih-faq-list{
    max-width:900px;
    margin:0 auto;
}

.mih-faq-list details{
    border:1px solid var(--border);
    border-radius:9px;
    background:#FFFFFF;
}

.mih-faq-list details + details{
    margin-top:8px;
}

.mih-faq-list summary{
    position:relative;
    padding:14px 42px 14px 16px;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:14px;
    line-height:1.4;
    font-weight:700;
    cursor:pointer;
    list-style:none;
}

.mih-faq-list summary::-webkit-details-marker{
    display:none;
}

.mih-faq-list summary::after{
    content:"+";
    position:absolute;
    right:16px;
    top:50%;
    transform:translateY(-50%);
    color:var(--green);
    font-size:19px;
    line-height:1;
    font-weight:400;
}

.mih-faq-list details[open] summary::after{
    content:"−";
}

.mih-faq-list details p{
    margin:0;
    padding:0 16px 15px;
    color:#687687;
    font-size:13px;
    line-height:1.6;
}

/* =========================================================
MIH-09
FAQ
END
========================================================= */


/* =========================================================
MIH-10
RESPONSIVE
START
========================================================= */

@media(max-width:1000px){

    .mih-process{
        flex-wrap:wrap;
    }

    .mih-process-step{
        flex:1 1 calc(33.333% - 14px);
    }

    .mih-process-arrow{
        display:none;
    }

}

@media(max-width:800px){

    .mih-role-groups{
        grid-template-columns:1fr;
    }

    .mih-bangalore-grid{
        grid-template-columns:1fr;
    }

    .mih-hero-panel{
        max-width:520px;
    }

}

@media(max-width:650px){

    .mih-hero-panel{
        padding:16px;
    }

    .mih-hero-role-grid{
        grid-template-columns:1fr 1fr;
    }

    .mih-process-step{
        flex:1 1 calc(50% - 8px);
    }

    .mih-bangalore-grid h2{
        font-size:24px;
    }

}

@media(max-width:480px){

    .mih-hero-role-grid{
        grid-template-columns:1fr;
    }

    .mih-process-step{
        flex:1 1 100%;
    }

}

/* =========================================================
MIH-10
RESPONSIVE
END
========================================================= */


/* =========================================================
MIH 4.4 — AGGRESSIVE VISUAL / TYPOGRAPHY REFINEMENT
Approved direction:
• Stronger DISHA-blue hierarchy
• Larger readable body text
• More substantial cards
• Less "tiny-card" appearance
• Premium spacing without unnecessary page length
• No black section headings
========================================================= */

/* ---------------------------------------------------------
GLOBAL PAGE TYPOGRAPHY — SCOPED TO MANUFACTURING PAGE
--------------------------------------------------------- */

.recruitment-page{
    color:#4F6479;
}

.recruitment-page h1,
.recruitment-page h2,
.recruitment-page h3,
.recruitment-page h4{
    color:#0B4F9C;
}

.recruitment-page p{
    color:#5E7287;
}

/* ---------------------------------------------------------
SECTION HEADINGS — STRONGER
--------------------------------------------------------- */

.rp-section-heading{
    margin-bottom:28px;
}

.rp-section-heading > span{
    display:inline-block;
    margin-bottom:7px;
    color:#148C3B;
    font-size:11px;
    font-weight:800;
    letter-spacing:1.15px;
}

.rp-section-heading h2{
    margin-bottom:10px;
    color:#0B4F9C !important;
    font-size:31px;
    line-height:1.22;
    letter-spacing:-.25px;
}

.rp-section-heading p{
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
    color:#60758A;
    font-size:14.5px;
    line-height:1.62;
}

/* ---------------------------------------------------------
HERO — STRONGER COMMERCIAL PRESENCE
--------------------------------------------------------- */

.manufacturing-hero{
    padding-top:38px;
    padding-bottom:34px;
}

.manufacturing-hero .rp-hero-content h1{
    color:#0B4F9C !important;
    font-size:42px;
    line-height:1.12;
    letter-spacing:-.45px;
    margin-bottom:14px;
}

.manufacturing-hero .rp-eyebrow{
    font-size:11px;
    letter-spacing:1.15px;
    font-weight:800;
}

.manufacturing-hero .rp-hero-lead{
    color:#4F6479;
    font-size:17px;
    line-height:1.62;
    margin-bottom:10px;
}

.manufacturing-hero .rp-hero-support{
    color:#60758A;
    font-size:14.5px;
    line-height:1.62;
}

.manufacturing-hero .rp-hero-actions{
    margin-top:18px;
}

.manufacturing-hero .rp-seo-location{
    margin-top:15px;
    color:#60758A;
    font-size:13px;
    line-height:1.58;
}

.manufacturing-hero-image img{
    max-width:610px;
    border-radius:19px;
    box-shadow:0 14px 32px rgba(20,54,90,.12);
}

/* ---------------------------------------------------------
HERO ROLE PANEL — MAKE IT A REAL VISUAL COMPONENT
--------------------------------------------------------- */

.mih-hero-panel{
    max-width:470px;
    padding:22px;
    border-radius:16px;
    box-shadow:0 12px 30px rgba(20,54,90,.09);
}

.mih-hero-panel-top{
    gap:13px;
    padding-bottom:17px;
}

.mih-hero-icon{
    width:52px;
    height:52px;
    flex-basis:52px;
    font-size:22px;
}

.mih-hero-panel-top strong{
    font-size:19px;
}

.mih-hero-panel-top span{
    font-size:12.5px;
}

.mih-hero-role-grid{
    gap:10px;
    margin-top:17px;
}

.mih-hero-role-grid div{
    min-height:84px;
    padding:14px;
    border-radius:10px;
}

.mih-hero-role-grid i{
    font-size:17px;
}

.mih-hero-role-grid span{
    font-size:13.5px;
}

.mih-hero-fit{
    margin-top:16px;
    padding-top:15px;
    gap:7px;
}

.mih-hero-fit span{
    padding:7px 10px;
    font-size:11px;
}

/* ---------------------------------------------------------
INTENT STRIP — MORE SUBSTANTIAL
--------------------------------------------------------- */

.rp-intent-strip{
    padding-top:17px;
    padding-bottom:17px;
}

.rp-intent-grid{
    gap:11px;
}

.rp-intent-grid > div{
    min-height:70px;
    padding:14px 18px;
    border-radius:10px;
}

.rp-intent-grid strong{
    font-size:14px;
    line-height:1.3;
}

.rp-intent-grid span{
    margin-top:5px;
    font-size:12.5px;
    line-height:1.48;
}

.rp-intent-grid > a{
    min-height:70px;
    border-radius:9px;
    padding:14px 18px;
    font-size:13px;
}

/* ---------------------------------------------------------
MANUFACTURING ROLE CARDS — SERVICE-LEVEL IMPORTANCE
--------------------------------------------------------- */

.mih-role-grid{
    gap:16px;
}

.mih-role-grid .rp-card{
    min-height:238px;
    padding:22px;
    border-radius:12px;
    box-shadow:0 7px 20px rgba(20,54,90,.055);
}

.mih-role-grid .rp-card h3{
    margin-bottom:7px;
    color:#0B4F9C !important;
    font-size:18px;
    line-height:1.28;
}

.mih-role-grid .rp-card p{
    font-size:13.5px;
    line-height:1.62;
}

.mih-role-label{
    margin-bottom:10px;
    color:#148C3B;
    font-size:12px;
    line-height:1.4;
}

.mih-role-number{
    width:33px;
    height:33px;
    margin-bottom:12px;
    font-size:10.5px;
}

/* CTA role card */
.mih-role-card-cta{
    background:#F2FBF5;
}

.mih-role-card-cta h3{
    font-size:17px !important;
}

.mih-role-card-cta a{
    font-size:12.5px;
    font-weight:800;
}

/* ---------------------------------------------------------
PRACTICAL FIT — BIGGER, CLEANER CARDS
--------------------------------------------------------- */

.mih-practical-section{
    padding-top:43px;
    padding-bottom:43px;
}

.mih-practical-grid{
    gap:15px;
}

.mih-practical-grid .rp-card{
    min-height:205px;
    padding:21px;
    border-radius:12px;
    box-shadow:0 7px 19px rgba(20,54,90,.05);
}

.mih-practical-grid .rp-card h3{
    color:#0B4F9C !important;
    font-size:17px;
    line-height:1.3;
}

.mih-practical-grid .rp-card p{
    font-size:13.5px;
    line-height:1.62;
}

.mih-icon{
    width:38px;
    height:38px;
    margin-bottom:12px;
    border-radius:9px;
    font-size:15px;
}

/* ---------------------------------------------------------
ROLE GROUPS
--------------------------------------------------------- */

.mih-role-groups{
    gap:18px;
}

.mih-role-group{
    padding:23px;
    border-radius:13px;
    box-shadow:0 8px 22px rgba(20,54,90,.055);
}

.mih-role-group h3{
    color:#0B4F9C !important;
    font-size:19px;
    line-height:1.3;
}

.mih-role-group p{
    font-size:13.5px;
    line-height:1.6;
}

.mih-role-pills{
    gap:8px;
    margin-top:17px;
}

.mih-role-pills span{
    padding:8px 11px;
    font-size:12px;
}

/* ---------------------------------------------------------
PROCESS — KEEP THE SUCCESSFUL NEWER VERSION, POLISH IT
--------------------------------------------------------- */

.mih-process{
    gap:10px;
}

.mih-process-step{
    min-height:178px;
    padding:23px 16px 20px;
    border-radius:12px;
    box-shadow:0 7px 20px rgba(20,54,90,.055);
}

.mih-process-step span{
    width:36px;
    height:36px;
    margin-bottom:12px;
    font-size:10.5px;
}

.mih-process-step strong{
    color:#0B4F9C;
    font-size:15.5px;
}

.mih-process-step p{
    margin-top:8px;
    max-width:185px;
    font-size:12.5px;
    line-height:1.55;
}

.mih-process-arrow{
    font-size:19px;
}

/* ---------------------------------------------------------
EMPLOYER ENVIRONMENT CARDS
--------------------------------------------------------- */

.mih-environment-grid{
    gap:15px;
}

.mih-environment-grid .rp-card{
    min-height:205px;
    padding:21px;
    border-radius:12px;
    box-shadow:0 7px 20px rgba(20,54,90,.05);
}

.mih-environment-grid .rp-card h3{
    color:#0B4F9C !important;
    font-size:17px;
    line-height:1.3;
}

.mih-environment-grid .rp-card p{
    font-size:13.5px;
    line-height:1.6;
}

.mih-environment-icon{
    width:38px;
    height:38px;
    margin-bottom:12px;
    font-size:15px;
}

/* ---------------------------------------------------------
BANGALORE SECTION
--------------------------------------------------------- */

.mih-bangalore-section{
    padding-top:44px;
    padding-bottom:44px;
}

.mih-bangalore-grid{
    gap:34px;
}

.mih-bangalore-grid h2{
    color:#0B4F9C !important;
    font-size:31px;
    line-height:1.2;
}

.mih-bangalore-grid p{
    font-size:14.5px;
    line-height:1.65;
}

.mih-location-box{
    padding:23px;
    border-radius:13px;
    box-shadow:0 8px 22px rgba(20,54,90,.06);
}

.mih-location-box strong{
    color:#0B4F9C;
    font-size:18px;
    line-height:1.42;
}

.mih-location-box p{
    font-size:13.5px;
}

/* ---------------------------------------------------------
WHY DISHA — MORE PREMIUM
--------------------------------------------------------- */

.mih-why-grid{
    gap:15px;
}

.mih-why-grid .rp-card{
    min-height:190px;
    padding:21px;
    border-radius:12px;
    box-shadow:0 7px 20px rgba(20,54,90,.05);
}

.mih-why-grid .rp-card h3{
    color:#0B4F9C !important;
    font-size:17px;
    line-height:1.3;
}

.mih-why-grid .rp-card p{
    font-size:13.5px;
    line-height:1.6;
}

/* ---------------------------------------------------------
CTA — STRONGER
--------------------------------------------------------- */

.rp-commercial-cta{
    padding-top:42px;
    padding-bottom:42px;
}

.rp-commercial-cta h2,
.final-cta h2{
    color:#FFFFFF !important;
    font-size:30px;
    line-height:1.22;
}

.rp-commercial-cta p,
.final-cta p{
    font-size:14.5px;
    line-height:1.6;
}

/* ---------------------------------------------------------
FAQ — READABLE, STILL COMPACT
--------------------------------------------------------- */

.mih-faq-list{
    max-width:940px;
}

.mih-faq-list details{
    border-radius:10px;
}

.mih-faq-list summary{
    padding:16px 45px 16px 18px;
    color:#0B4F9C;
    font-size:14.5px;
    line-height:1.45;
}

.mih-faq-list details p{
    padding:0 18px 17px;
    font-size:13.5px;
    line-height:1.62;
}

/* ---------------------------------------------------------
FINAL CTA
--------------------------------------------------------- */

.final-cta{
    padding-top:40px;
    padding-bottom:40px;
}

/* ---------------------------------------------------------
DESKTOP — USE THE SPACE BETTER
--------------------------------------------------------- */

@media(min-width:1101px){

    .manufacturing-hero .rp-hero-grid{
        grid-template-columns:minmax(0,1.02fr) minmax(450px,.98fr);
        gap:38px;
    }

    .mih-role-grid .rp-card{
        min-height:230px;
    }

}

/* ---------------------------------------------------------
TABLET
--------------------------------------------------------- */

@media(max-width:1000px){

    .manufacturing-hero .rp-hero-content h1{
        font-size:36px;
    }

    .rp-section-heading h2{
        font-size:28px;
    }

    .mih-process-step{
        min-height:165px;
    }

}

/* ---------------------------------------------------------
MOBILE — STRONG BUT CONTROLLED
--------------------------------------------------------- */

@media(max-width:800px){

    .manufacturing-hero{
        padding-top:28px;
        padding-bottom:28px;
    }

    .manufacturing-hero .rp-hero-content h1{
        font-size:32px;
    }

    .manufacturing-hero .rp-hero-lead{
        font-size:16px;
    }

    .rp-section-heading h2{
        font-size:26px;
    }

    .rp-section-heading p{
        font-size:14px;
    }

    .mih-role-grid .rp-card,
    .mih-practical-grid .rp-card,
    .mih-environment-grid .rp-card,
    .mih-why-grid .rp-card{
        min-height:0;
    }

    .mih-process-step{
        min-height:160px;
    }

}

/* ---------------------------------------------------------
SMALL MOBILE
--------------------------------------------------------- */

@media(max-width:480px){

    .manufacturing-hero .rp-hero-content h1{
        font-size:29px;
    }

    .rp-section-heading h2{
        font-size:24px;
    }

    .mih-role-grid .rp-card,
    .mih-practical-grid .rp-card,
    .mih-environment-grid .rp-card,
    .mih-why-grid .rp-card{
        padding:18px;
    }

    .mih-role-grid .rp-card h3,
    .mih-practical-grid .rp-card h3,
    .mih-environment-grid .rp-card h3,
    .mih-why-grid .rp-card h3{
        font-size:16px;
    }

}


/* =========================================================
MIH 4.4 BOLD PROTOTYPE PASS
HTML/CSS ONLY — NO NEW IMAGE ASSET
========================================================= */

/* ---------------------------------------------------------
WIDER PREMIUM DESKTOP CANVAS
--------------------------------------------------------- */
.manufacturing-hero > .container,
.mih-role-fit-board,
.mih-role-grid,
.mih-practical-grid,
.mih-role-groups,
.mih-process,
.mih-environment-grid,
.mih-bangalore-grid,
.mih-why-grid{
    max-width:1240px;
    margin-left:auto;
    margin-right:auto;
}

/* ---------------------------------------------------------
HERO — TWO-COLUMN COMMERCIAL LANDING LAYOUT
--------------------------------------------------------- */
.manufacturing-hero{
    padding:46px 0 34px;
}

.manufacturing-hero .rp-hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(480px,.98fr);
    gap:46px;
    align-items:center;
}

.manufacturing-hero .rp-hero-content{
    max-width:650px;
}

.manufacturing-hero .rp-hero-content h1{
    font-size:46px;
    line-height:1.08;
    letter-spacing:-.65px;
    margin-bottom:16px;
}

.manufacturing-hero .rp-hero-lead{
    font-size:17px;
    line-height:1.62;
    max-width:620px;
}

.manufacturing-hero .rp-hero-support{
    font-size:15px;
    line-height:1.62;
    max-width:620px;
}

.manufacturing-hero .rp-hero-actions{
    margin-top:22px;
}

.manufacturing-hero .rp-hero-actions .btn{
    min-height:48px;
    padding:12px 19px;
    font-size:13px;
}

.manufacturing-hero .rp-seo-location{
    max-width:620px;
    margin-top:17px;
    font-size:13.5px;
    line-height:1.58;
}

/* ---------------------------------------------------------
HERO IMAGE — REAL ASSET, STRONGER PRESENCE
--------------------------------------------------------- */
.manufacturing-hero-image{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.mih-hero-image-wrap{
    position:relative;
    width:100%;
    max-width:600px;
}

.mih-hero-image-wrap img{
    display:block;
    width:100%;
    height:auto;
    border-radius:20px;
    border:1px solid #D5E3EF;
    box-shadow:0 18px 42px rgba(20,54,90,.13);
}

.mih-hero-image-badge{
    position:absolute;
    left:20px;
    bottom:20px;
    display:flex;
    align-items:center;
    gap:11px;
    max-width:280px;
    padding:12px 15px;
    border-radius:11px;
    background:#0B4F9C;
    color:#fff;
    box-shadow:0 8px 22px rgba(11,79,156,.22);
}

.mih-hero-image-badge i{
    font-size:20px;
}

.mih-hero-image-badge strong,
.mih-hero-image-badge small{
    display:block;
}

.mih-hero-image-badge strong{
    font-size:13px;
    line-height:1.25;
}

.mih-hero-image-badge small{
    margin-top:2px;
    font-size:11px;
    line-height:1.35;
}

/* ---------------------------------------------------------
HERO PROOF STRIP
--------------------------------------------------------- */
.mih-hero-proof{
    display:flex;
    flex-wrap:wrap;
    gap:9px 18px;
    margin-top:18px;
}

.mih-hero-proof span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#31516F;
    font-size:11.5px;
    line-height:1.35;
    font-weight:700;
}

.mih-hero-proof i{
    color:#148C3B;
    font-size:13px;
}

/* ---------------------------------------------------------
KEY ROLES + PLANT FIT BOARD
--------------------------------------------------------- */
.mih-role-fit-board{
    display:grid;
    grid-template-columns:1fr 1.1fr;
    gap:0;
    margin-top:26px;
    padding:26px 28px;
    border:1px solid #D5E2EF;
    border-radius:17px;
    background:#fff;
    box-shadow:0 12px 32px rgba(20,54,90,.07);
}

.mih-key-roles{
    padding-right:30px;
    border-right:1px solid #DCE7F1;
}

.mih-plant-fit{
    padding-left:30px;
}

.mih-board-heading span{
    display:block;
    margin-bottom:4px;
    color:#148C3B;
    font-size:10.5px;
    font-weight:800;
    letter-spacing:1px;
}

.mih-board-heading h3{
    margin:0;
    color:#0B4F9C !important;
    font-size:22px;
    line-height:1.25;
}

.mih-key-role-list{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin-top:18px;
}

.mih-key-role-list span{
    min-height:66px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:7px;
    padding:12px;
    border:1px solid #D9E6F2;
    border-radius:10px;
    background:#FBFDFF;
    color:#234D78;
    font-size:12.5px;
    line-height:1.25;
    font-weight:800;
}

.mih-key-role-list i{
    color:#148C3B;
    font-size:16px;
}

.mih-fit-list{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin-top:18px;
}

.mih-fit-list span{
    min-height:76px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:11px;
    border:1px solid #D9E6F2;
    border-radius:10px;
    background:#fff;
    color:#31516F;
    text-align:center;
    font-size:11.5px;
    line-height:1.3;
    font-weight:800;
}

.mih-fit-list i{
    color:#0B4F9C;
    font-size:19px;
}

/* ---------------------------------------------------------
INTENT STRIP — PREMIUM BLUE / GREEN BAND
--------------------------------------------------------- */
.rp-intent-strip{
    padding:18px 0;
}

.rp-intent-grid{
    max-width:1240px;
    margin:auto;
    gap:0;
    overflow:hidden;
    border-radius:12px;
    background:#0B4F9C;
    box-shadow:0 10px 28px rgba(11,79,156,.12);
}

.rp-intent-grid > div{
    min-height:82px;
    padding:17px 21px;
    border-right:1px solid rgba(255,255,255,.22);
    background:transparent;
}

.rp-intent-grid strong,
.rp-intent-grid span{
    color:#fff;
}

.rp-intent-grid strong{
    font-size:14px;
}

.rp-intent-grid span{
    font-size:12px;
    line-height:1.48;
}

.rp-intent-grid > a{
    min-height:82px;
    border-radius:0;
    background:#148C3B;
    font-size:13px;
    color:#fff;
}

/* ---------------------------------------------------------
DETAILED ROLES — SIX ACROSS ON LARGE DESKTOP
--------------------------------------------------------- */
.mih-role-grid{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:12px;
}

.mih-role-grid .rp-card{
    min-height:245px;
    padding:19px;
    border-radius:12px;
    box-shadow:0 7px 20px rgba(20,54,90,.055);
}

.mih-role-grid .rp-card h3{
    font-size:16px;
    line-height:1.3;
}

.mih-role-grid .rp-card p{
    font-size:13px;
    line-height:1.58;
}

.mih-role-label{
    font-size:10.5px;
}

/* ---------------------------------------------------------
PRACTICAL FIT — SIX ACROSS
--------------------------------------------------------- */
.mih-practical-grid{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:12px;
}

.mih-practical-grid .rp-card{
    min-height:225px;
    padding:19px;
    border-radius:12px;
}

.mih-practical-grid .rp-card h3{
    font-size:15.5px;
}

.mih-practical-grid .rp-card p{
    font-size:12.8px;
    line-height:1.58;
}

/* ---------------------------------------------------------
ROLE GROUPS — LARGE FEATURE PANELS
--------------------------------------------------------- */
.mih-role-groups{
    gap:18px;
}

.mih-role-group{
    min-height:185px;
    padding:25px;
    border-radius:14px;
}

.mih-role-group h3{
    font-size:20px;
}

.mih-role-group p{
    font-size:14px;
    line-height:1.6;
}

/* ---------------------------------------------------------
PROCESS — LARGE SIX-STEP FLOW
--------------------------------------------------------- */
.mih-process{
    gap:9px;
}

.mih-process-step{
    min-height:190px;
    padding:23px 14px 20px;
    border-radius:13px;
}

.mih-process-step strong{
    font-size:15px;
}

.mih-process-step p{
    font-size:12.5px;
    line-height:1.55;
}

/* ---------------------------------------------------------
EMPLOYER ENVIRONMENT — FOUR STRONG CARDS
--------------------------------------------------------- */
.mih-environment-grid{
    gap:14px;
}

.mih-environment-grid .rp-card{
    min-height:220px;
    padding:22px;
    border-radius:13px;
}

.mih-environment-grid .rp-card h3{
    font-size:17px;
}

.mih-environment-grid .rp-card p{
    font-size:13.5px;
    line-height:1.6;
}

/* ---------------------------------------------------------
BANGALORE + WHY DISHA
--------------------------------------------------------- */
.mih-bangalore-grid{
    gap:42px;
}

.mih-bangalore-grid h2{
    font-size:31px;
}

.mih-bangalore-grid p{
    font-size:14.5px;
    line-height:1.65;
}

.mih-why-grid{
    gap:13px;
}

.mih-why-grid .rp-card{
    min-height:205px;
    padding:21px;
}

.mih-why-grid .rp-card h3{
    font-size:16.5px;
}

.mih-why-grid .rp-card p{
    font-size:13px;
    line-height:1.58;
}

/* ---------------------------------------------------------
SECTION RHYTHM
--------------------------------------------------------- */
.rp-section{
    padding-top:52px;
    padding-bottom:52px;
}

.rp-section-heading{
    margin-bottom:28px;
}

.rp-section-heading h2{
    font-size:31px;
}

.rp-section-heading p{
    font-size:14px;
}

/* ---------------------------------------------------------
MOBILE / TABLET — RETURN TO SAFE GRIDS
--------------------------------------------------------- */
@media(max-width:1100px){

    .manufacturing-hero .rp-hero-grid{
        grid-template-columns:1fr;
        gap:28px;
    }

    .manufacturing-hero-image{
        justify-content:center;
    }

    .mih-hero-image-wrap{
        max-width:680px;
    }

    .mih-role-grid,
    .mih-practical-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .mih-role-fit-board{
        grid-template-columns:1fr;
    }

    .mih-key-roles{
        padding-right:0;
        padding-bottom:24px;
        border-right:0;
        border-bottom:1px solid #DCE7F1;
    }

    .mih-plant-fit{
        padding-left:0;
        padding-top:24px;
    }
}

@media(max-width:800px){

    .manufacturing-hero{
        padding:32px 0 28px;
    }

    .manufacturing-hero .rp-hero-content h1{
        font-size:34px;
    }

    .mih-role-grid,
    .mih-practical-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .mih-role-fit-board{
        margin-top:20px;
        padding:20px;
    }

    .mih-key-role-list,
    .mih-fit-list{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .rp-intent-grid{
        border-radius:10px;
    }

    .rp-intent-grid > div,
    .rp-intent-grid > a{
        min-height:70px;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.18);
    }

    .mih-process{
        overflow-x:auto;
        padding-bottom:8px;
    }

    .mih-process-step{
        min-width:180px;
    }

    .mih-hero-proof{
        gap:9px 13px;
    }
}

@media(max-width:520px){

    .manufacturing-hero .rp-hero-content h1{
        font-size:30px;
    }

    .mih-role-grid,
    .mih-practical-grid{
        grid-template-columns:1fr;
    }

    .mih-key-role-list,
    .mih-fit-list{
        grid-template-columns:1fr 1fr;
    }

    .mih-hero-image-badge{
        left:12px;
        bottom:12px;
        max-width:235px;
        padding:9px 11px;
    }

    .mih-hero-image-badge strong{
        font-size:11.5px;
    }

    .mih-hero-image-badge small{
        font-size:10px;
    }

    .rp-section{
        padding-top:40px;
        padding-bottom:40px;
    }

    .rp-section-heading h2{
        font-size:25px;
    }
}


/* =========================================================
MIH — FINAL UPPER-AREA SIZE PASS
Only the hero role/fit area + new role-fit board.
Lower page intentionally unchanged.
========================================================= */

/* HERO ROLE BOXES — substantially larger */
.mih-hero-panel{
    max-width:560px;
    padding:27px;
    border-radius:17px;
}

.mih-hero-role-grid{
    gap:13px;
    margin-top:20px;
}

.mih-hero-role-grid div{
    min-height:96px;
    padding:17px;
    border-radius:11px;
}

.mih-hero-role-grid i{
    font-size:19px;
}

.mih-hero-role-grid span{
    font-size:14.5px;
    line-height:1.35;
}

/* HERO FIT PILLS — larger and more readable */
.mih-hero-fit{
    margin-top:19px;
    padding-top:18px;
    gap:8px;
}

.mih-hero-fit span{
    padding:8px 12px;
    font-size:12px;
}

/* NEW KEY-ROLES / PLANT-FIT BOARD — make it a major visual block */
.mih-role-fit-board{
    padding:32px 34px;
    border-radius:18px;
    margin-top:30px;
    gap:0;
}

.mih-board-heading span{
    margin-bottom:6px;
    font-size:11.5px;
    letter-spacing:1.05px;
}

.mih-board-heading h3{
    font-size:26px;
    line-height:1.22;
}

.mih-key-roles{
    padding-right:36px;
}

.mih-plant-fit{
    padding-left:36px;
}

.mih-key-role-list{
    gap:12px;
    margin-top:21px;
}

.mih-key-role-list span{
    min-height:86px;
    padding:15px;
    gap:8px;
    border-radius:11px;
    font-size:14px;
    line-height:1.3;
}

.mih-key-role-list i{
    font-size:19px;
}

.mih-fit-list{
    gap:12px;
    margin-top:21px;
}

.mih-fit-list span{
    min-height:92px;
    padding:14px 11px;
    gap:8px;
    border-radius:11px;
    font-size:12.5px;
    line-height:1.35;
}

.mih-fit-list i{
    font-size:21px;
}

/* Keep the board readable on smaller screens */
@media(max-width:1100px){
    .mih-role-fit-board{
        padding:27px;
    }

    .mih-key-roles{
        padding-right:0;
        padding-bottom:27px;
    }

    .mih-plant-fit{
        padding-left:0;
        padding-top:27px;
    }
}

@media(max-width:800px){
    .mih-hero-role-grid div{
        min-height:88px;
    }

    .mih-role-fit-board{
        padding:23px;
    }

    .mih-key-role-list,
    .mih-fit-list{
        gap:10px;
    }

    .mih-key-role-list span{
        min-height:76px;
        font-size:13px;
    }

    .mih-fit-list span{
        min-height:82px;
        font-size:12px;
    }
}

@media(max-width:520px){
    .mih-hero-role-grid div{
        min-height:82px;
        padding:14px;
    }

    .mih-role-fit-board{
        padding:19px;
    }

    .mih-board-heading h3{
        font-size:23px;
    }
}


/* =========================================================
MIH 4.4 — ARCHITECTURE CLEANUP + UPPER HERO REFINEMENT
Shared foundation remains in recruitment-pages.css.
All manufacturing-specific controls are uniquely scoped.
========================================================= */

.mih-manufacturing-page{
    --mih-blue:#0B4F9C;
    --mih-green:#148C3B;
    --mih-border:#D7E4F0;
    --mih-text:#405A73;
    --mih-soft:#F7FAFD;
}

/* ---------------------------------------------------------
HERO GRID
--------------------------------------------------------- */
.mih-manufacturing-hero{
    padding:42px 0 32px;
}

.mih-manufacturing-hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);
    gap:40px;
    align-items:center;
}

.mih-manufacturing-hero-content h1{
    color:var(--mih-blue);
    font-size:43px;
    line-height:1.1;
    letter-spacing:-.5px;
}

.mih-manufacturing-hero-content .rp-hero-lead{
    font-size:16.5px;
    line-height:1.62;
}

.mih-manufacturing-hero-content .rp-hero-support{
    font-size:14.5px;
    line-height:1.62;
}

.mih-manufacturing-hero-content .rp-seo-location{
    font-size:12px;
    line-height:1.55;
}

/* Shared rp-hero-proof is intentionally used as the base.
   The unique modifier supplies manufacturing-specific sizing. */
.mih-manufacturing-hero-proof{
    gap:8px 16px;
    margin-top:15px;
}

.mih-manufacturing-hero-proof span{
    padding:0;
    border:0;
    background:transparent;
    color:#31516F;
    font-size:12px;
    line-height:1.4;
}

.mih-manufacturing-hero-proof i{
    color:var(--mih-green);
}

/* ---------------------------------------------------------
HERO IMAGE
--------------------------------------------------------- */
.mih-manufacturing-hero-visual{
    justify-content:flex-end;
}

.mih-manufacturing-hero-image{
    position:relative;
    width:100%;
    max-width:570px;
}

.mih-manufacturing-hero-image img{
    display:block;
    width:100%;
    height:auto;
    border:1px solid var(--mih-border);
    border-radius:18px;
    box-shadow:0 15px 34px rgba(20,54,90,.12);
}

.mih-manufacturing-hero-badge{
    position:absolute;
    left:18px;
    bottom:18px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:11px 14px;
    border-radius:10px;
    background:rgba(11,79,156,.96);
    color:#fff;
    box-shadow:0 7px 20px rgba(11,79,156,.2);
}

.mih-manufacturing-hero-badge i{
    font-size:18px;
}

.mih-manufacturing-hero-badge strong{
    display:block;
    font-size:12.5px;
    line-height:1.25;
}

.mih-manufacturing-hero-badge small{
    display:block;
    margin-top:2px;
    font-size:10.5px;
    line-height:1.3;
}

/* ---------------------------------------------------------
HERO CRITERIA — THE AREA FROM THE SCREENSHOT
This replaces the detached / malformed old block.
--------------------------------------------------------- */
.mih-manufacturing-hero-criteria{
    grid-column:1 / -1;
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);
    gap:0;
    margin-top:5px;
    padding:25px 28px;
    border:1px solid var(--mih-border);
    border-radius:16px;
    background:#fff;
    box-shadow:0 9px 25px rgba(20,54,90,.06);
}

.mih-manufacturing-role-panel{
    padding-right:28px;
    border-right:1px solid #E0E9F2;
}

.mih-manufacturing-fit-panel{
    padding-left:28px;
}

.mih-manufacturing-panel-heading span{
    display:block;
    margin-bottom:4px;
    color:var(--mih-green);
    font-size:10.5px;
    line-height:1.3;
    font-weight:800;
    letter-spacing:1px;
}

.mih-manufacturing-panel-heading h2{
    margin:0;
    color:var(--mih-blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:23px;
    line-height:1.25;
    font-weight:700;
}

.mih-manufacturing-role-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:11px;
    margin-top:16px;
}

.mih-manufacturing-role{
    min-height:91px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:9px;
    padding:14px 15px;
    border:1px solid #D5E3EF;
    border-radius:11px;
    background:#FBFDFF;
    box-shadow:0 4px 12px rgba(20,54,90,.035);
}

.mih-manufacturing-role i{
    color:var(--mih-green);
    font-size:19px;
}

.mih-manufacturing-role span{
    color:#244E78;
    font-size:14px;
    line-height:1.3;
    font-weight:800;
}

.mih-manufacturing-fit-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin-top:16px;
}

.mih-manufacturing-fit-grid span{
    min-height:79px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:10px 8px;
    border:1px solid #D8E5F1;
    border-radius:10px;
    background:#fff;
    color:#405A73;
    text-align:center;
    font-size:11.5px;
    line-height:1.3;
    font-weight:800;
}

.mih-manufacturing-fit-grid i{
    color:var(--mih-blue);
    font-size:18px;
}

/* ---------------------------------------------------------
ROLE SUMMARY BELOW THE SECTION HEADING
Unique replacement for the old generic-looking board.
--------------------------------------------------------- */
.mih-manufacturing-role-summary{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(450px,.95fr);
    gap:28px;
    align-items:center;
    margin:0 auto 24px;
    max-width:1240px;
    padding:22px 26px;
    border:1px solid var(--mih-border);
    border-radius:14px;
    background:#F7FBFF;
}

.mih-manufacturing-summary-copy span{
    display:block;
    margin-bottom:4px;
    color:var(--mih-green);
    font-size:10.5px;
    font-weight:800;
    letter-spacing:1px;
}

.mih-manufacturing-summary-copy h3{
    margin:0;
    color:var(--mih-blue);
    font-size:21px;
    line-height:1.25;
}

.mih-manufacturing-summary-copy p{
    margin:6px 0 0;
    color:#60758A;
    font-size:13px;
    line-height:1.5;
}

.mih-manufacturing-summary-tags{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:8px;
}

.mih-manufacturing-summary-tags span{
    padding:8px 11px;
    border:1px solid #D4E2EF;
    border-radius:30px;
    background:#fff;
    color:#31516F;
    font-size:11.5px;
    line-height:1.25;
    font-weight:700;
}

/* ---------------------------------------------------------
RESPONSIVE
--------------------------------------------------------- */
@media(max-width:1100px){

    .mih-manufacturing-hero-grid{
        grid-template-columns:1fr 390px;
    }

    .mih-manufacturing-hero-criteria{
        grid-template-columns:1fr;
    }

    .mih-manufacturing-role-panel{
        padding-right:0;
        padding-bottom:24px;
        border-right:0;
        border-bottom:1px solid #E0E9F2;
    }

    .mih-manufacturing-fit-panel{
        padding-left:0;
        padding-top:24px;
    }

    .mih-manufacturing-role-summary{
        grid-template-columns:1fr;
    }

    .mih-manufacturing-summary-tags{
        justify-content:flex-start;
    }
}

@media(max-width:800px){

    .mih-manufacturing-hero{
        padding:30px 0 26px;
    }

    .mih-manufacturing-hero-grid{
        grid-template-columns:1fr;
    }

    .mih-manufacturing-hero-content h1{
        font-size:35px;
    }

    .mih-manufacturing-hero-visual{
        justify-content:flex-start;
    }

    .mih-manufacturing-hero-criteria{
        padding:22px;
    }

    .mih-manufacturing-role-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .mih-manufacturing-fit-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .mih-manufacturing-role-summary{
        padding:20px;
    }
}

@media(max-width:520px){

    .mih-manufacturing-hero-content h1{
        font-size:30px;
    }

    .mih-manufacturing-role-grid,
    .mih-manufacturing-fit-grid{
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .mih-manufacturing-role{
        min-height:78px;
        padding:11px;
    }

    .mih-manufacturing-role span{
        font-size:12.5px;
    }

    .mih-manufacturing-fit-grid span{
        min-height:70px;
        font-size:11px;
    }

    .mih-manufacturing-role-summary{
        padding:17px;
    }

    .mih-manufacturing-summary-copy h3{
        font-size:19px;
    }
}


/* =========================================================
MIH — HIGH-SPECIFICITY MANUFACTURING COMPONENT OVERRIDE
Purpose: ensure the unique Manufacturing components win over
shared recruitment-page rules without changing shared CSS.
========================================================= */

html body main.mih-manufacturing-page section.mih-manufacturing-hero
.mih-manufacturing-hero-criteria{
    display:grid !important;
    grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr) !important;
    width:100% !important;
    box-sizing:border-box !important;
    margin:5px auto 0 !important;
    padding:25px 28px !important;
    border:1px solid #D7E4F0 !important;
    border-radius:16px !important;
    background:#fff !important;
    box-shadow:0 9px 25px rgba(20,54,90,.06) !important;
}

html body main.mih-manufacturing-page section.mih-manufacturing-hero
.mih-manufacturing-role-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:11px !important;
    margin-top:16px !important;
}

html body main.mih-manufacturing-page section.mih-manufacturing-hero
.mih-manufacturing-role{
    min-height:91px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    gap:9px !important;
    box-sizing:border-box !important;
    padding:14px 15px !important;
    border:1px solid #D5E3EF !important;
    border-radius:11px !important;
    background:#FBFDFF !important;
    box-shadow:0 4px 12px rgba(20,54,90,.035) !important;
}

html body main.mih-manufacturing-page section.mih-manufacturing-hero
.mih-manufacturing-role i{
    color:#148C3B !important;
    font-size:19px !important;
}

html body main.mih-manufacturing-page section.mih-manufacturing-hero
.mih-manufacturing-role span{
    color:#244E78 !important;
    font-size:14px !important;
    line-height:1.3 !important;
    font-weight:800 !important;
}

html body main.mih-manufacturing-page section.mih-manufacturing-hero
.mih-manufacturing-fit-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:10px !important;
    margin-top:16px !important;
}

html body main.mih-manufacturing-page section.mih-manufacturing-hero
.mih-manufacturing-fit-grid span{
    min-height:79px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:7px !important;
    box-sizing:border-box !important;
    padding:10px 8px !important;
    border:1px solid #D8E5F1 !important;
    border-radius:10px !important;
    background:#fff !important;
    color:#405A73 !important;
    text-align:center !important;
    font-size:11.5px !important;
    line-height:1.3 !important;
    font-weight:800 !important;
}

html body main.mih-manufacturing-page section.mih-manufacturing-hero
.mih-manufacturing-fit-grid i{
    color:#0B4F9C !important;
    font-size:18px !important;
}

html body main.mih-manufacturing-page section.mih-manufacturing-hero
.mih-manufacturing-panel-heading h2{
    margin:0 !important;
    color:#0B4F9C !important;
    font-family:"Poppins",Arial,sans-serif !important;
    font-size:23px !important;
    line-height:1.25 !important;
    font-weight:700 !important;
}

html body main.mih-manufacturing-page .mih-manufacturing-role-summary{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(450px,.95fr) !important;
    gap:28px !important;
    align-items:center !important;
    width:100% !important;
    max-width:1240px !important;
    box-sizing:border-box !important;
    margin:0 auto 24px !important;
    padding:22px 26px !important;
    border:1px solid #D7E4F0 !important;
    border-radius:14px !important;
    background:#F7FBFF !important;
}

html body main.mih-manufacturing-page .mih-manufacturing-summary-copy h3{
    margin:0 !important;
    color:#0B4F9C !important;
    font-size:21px !important;
    line-height:1.25 !important;
}

html body main.mih-manufacturing-page .mih-manufacturing-summary-tags{
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:flex-end !important;
    gap:8px !important;
}

html body main.mih-manufacturing-page .mih-manufacturing-summary-tags span{
    display:inline-block !important;
    padding:8px 11px !important;
    border:1px solid #D4E2EF !important;
    border-radius:30px !important;
    background:#fff !important;
    color:#31516F !important;
    font-size:11.5px !important;
    line-height:1.25 !important;
    font-weight:700 !important;
}

@media(max-width:800px){
    html body main.mih-manufacturing-page section.mih-manufacturing-hero
    .mih-manufacturing-hero-criteria{
        grid-template-columns:1fr !important;
        padding:22px !important;
    }

    html body main.mih-manufacturing-page section.mih-manufacturing-hero
    .mih-manufacturing-role-grid,
    html body main.mih-manufacturing-page section.mih-manufacturing-hero
    .mih-manufacturing-fit-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }

    html body main.mih-manufacturing-page .mih-manufacturing-role-summary{
        grid-template-columns:1fr !important;
        padding:20px !important;
    }

    html body main.mih-manufacturing-page .mih-manufacturing-summary-tags{
        justify-content:flex-start !important;
    }
}

/* =====================================================
MANUFACTURING HERO EYEBROW
===================================================== */

.manufacturing-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    padding: 6px 11px;
    border-radius: 999px;
    background: #e8f6ed;
    color: #087c35;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
}

/* DISHA TYPOGRAPHY STANDARD V1 — conservative page-specific implementation */
/* Main section headings — 30px */
.rp-section-heading h2 { font-size:30px; line-height:1.2; }
/* Section supporting text — 15px */
.rp-section-heading p { font-size:15px; line-height:1.55; }
/* Card/compact headings — 17px */
.mih-role-group h3,
.mih-process-step strong,
.rp-intent-grid strong,
.mih-role-grid .rp-card h3,
.mih-role-card-cta h3,
.mih-practical-grid .rp-card h3,
.mih-environment-grid .rp-card h3,
.mih-why-grid .rp-card h3,
.mih-role-grid .rp-card h3, .mih-practical-grid .rp-card h3, .mih-environment-grid .rp-card h3, .mih-why-grid .rp-card h3 { font-size:17px; line-height:1.35; }
/* Card/compact body — 13px minimum */
.mih-hero-role-grid span,
.mih-role-group p,
.mih-role-pills span,
.mih-process-step span,
.mih-process-step p,
.mih-bangalore-grid p,
.mih-faq-list details p,
.rp-intent-grid span,
.mih-role-grid .rp-card p,
.mih-practical-grid .rp-card p,
.mih-environment-grid .rp-card p,
.mih-why-grid .rp-card p,
.mih-key-role-list span,
.mih-manufacturing-fit-grid span,
html body main.mih-manufacturing-page section.mih-manufacturing-hero .mih-manufacturing-fit-grid span { font-size:13px; line-height:1.48; }

@media (max-width: 768px){
.rp-section-heading h2{font-size:24px;line-height:1.22;}
.rp-section-heading p{font-size:14px;line-height:1.5;}
.mih-role-group h3,
.mih-process-step strong,
.rp-intent-grid strong,
.mih-role-grid .rp-card h3,
.mih-role-card-cta h3,
.mih-practical-grid .rp-card h3,
.mih-environment-grid .rp-card h3,
.mih-why-grid .rp-card h3,
.mih-role-grid .rp-card h3, .mih-practical-grid .rp-card h3, .mih-environment-grid .rp-card h3, .mih-why-grid .rp-card h3{font-size:16px;line-height:1.35;}
.mih-hero-role-grid span,
.mih-role-group p,
.mih-role-pills span,
.mih-process-step span,
.mih-process-step p,
.mih-bangalore-grid p,
.mih-faq-list details p,
.rp-intent-grid span,
.mih-role-grid .rp-card p,
.mih-practical-grid .rp-card p,
.mih-environment-grid .rp-card p,
.mih-why-grid .rp-card p,
.mih-key-role-list span,
.mih-manufacturing-fit-grid span,
html body main.mih-manufacturing-page section.mih-manufacturing-hero .mih-manufacturing-fit-grid span{font-size:13px;line-height:1.45;}
}
