/* =====================================================
 DISHA RECRUITMENT FRAMEWORK V3.8
 START
===================================================== */


/* SECTION */

.disha-framework-section{

    padding:55px 0;

    background:#F7F9FC;

}



.framework-heading{

    text-align:center;

    max-width:850px;

    margin:0 auto 35px;

}



.framework-heading h2{

    color:#0B4F9C;

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

    font-size:32px;

    margin-bottom:10px;

}



.framework-heading p{

    color:#5F6B7A;

    font-size:17px;

    line-height:1.6;

}



/* CARD FLOW */

.framework-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:22px;

    position:relative;

}



.framework-card{

    background:#FFFFFF;

    border:1px solid #D9E8F6;

    border-radius:18px;

    padding:28px 22px;

    text-align:center;

    box-shadow:0 8px 22px rgba(0,0,0,.05);

    position:relative;

}



.framework-icon{

    width:52px;

    height:52px;

    margin:0 auto 12px;

    border-radius:50%;

    background:#EEF7FF;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

}



.framework-step{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:32px;

    height:32px;

    border-radius:50%;

    background:#2E9E44;

    color:#FFFFFF;

    font-weight:700;

    margin-bottom:12px;

}



.framework-card h3{

    color:#0B4F9C;

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

    font-size:20px;

    line-height:1.3;

    margin:0 0 12px;

}



.framework-card p{

    color:#5F6B7A;

    font-size:15px;

    line-height:1.55;

    margin:0;

}


/* FLOW ARROW */

.framework-card:not(:last-child)::after{

    content:"→";

    position:absolute;

    right:-18px;

    top:50%;

    transform:translateY(-50%);

    color:#2E9E44;

    font-size:28px;

    font-weight:700;

}


/* MOBILE */

@media(max-width:900px){

    .framework-grid{

        grid-template-columns:1fr;

    }


    .framework-card:not(:last-child)::after{

        display:none;

    }


    .framework-heading h2{

        font-size:27px;

    }

}


/* =====================================================
 DISHA RECRUITMENT FRAMEWORK V3.8
 END
===================================================== */

/* =====================================================
 FRAMEWORK LIST POLISH
 START
===================================================== */


.framework-card ul{

    list-style:none;

    padding:0;

    margin:15px 0 0;

    text-align:left;

}



.framework-card li{

    position:relative;

    padding-left:22px;

    margin-bottom:8px;

    color:#5F6B7A;

    font-size:15px;

    line-height:1.5;

}



.framework-card li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#2E9E44;

    font-weight:700;

}



/* STRONGER FLOW ARROWS */

.framework-card:not(:last-child)::after{

    content:"➜";

    font-size:30px;

    font-weight:800;

    color:#2E9E44;

}


/* =====================================================
 FRAMEWORK LIST POLISH
 END
===================================================== */
