.eligibility-section{
    max-width:1200px;
    margin:50px auto;
    padding:20px;
    font-family:'Segoe UI',sans-serif;
}

.eligibility-header{
    text-align:center;
    margin-bottom:40px;
}

.eligibility-header h2{
    color:#0056a6;
    font-size:34px;
    margin-bottom:15px;
    text-transform:uppercase;
}

.title-line{
    width:100px;
    height:4px;
    background:linear-gradient(90deg,#0056a6,#00a3e0);
    margin:auto;
    border-radius:20px;
}

.eligibility-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:25px;
    margin-bottom:35px;
}

.eligibility-card{
    background:#fff;
    border-top:5px solid #0056a6;
    padding:25px;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.eligibility-card h3{
    color:#0056a6;
    margin-bottom:20px;
}

.criteria-item{
    background:#f6fbff;
    padding:15px;
    border-left:4px solid #0056a6;
    margin-bottom:12px;
    border-radius:6px;
    line-height:1.7;
}

.guidelines-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:18px;
    margin-bottom:35px;
}

.guideline-box{
    background:#f8fbff;
    padding:18px;
    border-left:5px solid #0056a6;
    border-radius:8px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
    line-height:1.8;
}

.guideline-box span{
    display:inline-block;
    width:32px;
    height:32px;
    line-height:32px;
    text-align:center;
    background:#0056a6;
    color:#fff;
    border-radius:50%;
    margin-right:10px;
    font-weight:bold;
}

.selection-panel,
.documents-panel{
    background:linear-gradient(135deg,#0056a6,#0077cc);
    color:#fff;
    padding:30px;
    border-radius:12px;
    margin-top:25px;
}

.selection-panel h3,
.documents-panel h3{
    margin-bottom:20px;
    color:#fff;
}

.selection-panel ul,
.documents-panel ul{
    margin:0;
    padding-left:20px;
}

.selection-panel li,
.documents-panel li{
    margin-bottom:12px;
    line-height:1.8;
}

@media(max-width:768px){

    .eligibility-header h2{
        font-size:26px;
    }

    .eligibility-card{
        padding:20px;
    }
}

.full-width{
    width:100%;
    margin-bottom:30px;
}

.eligibility-card{
    background:#fff;
    border-radius:12px;
    padding:25px;
    margin-bottom:30px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.eligibility-card h3{
    color:#0056b3;
    border-left:5px solid #007bff;
    padding-left:12px;
    margin-bottom:20px;
}

.criteria-item{
    margin-bottom:15px;
    line-height:1.7;
}

.selection-panel,
.documents-panel{
    margin-top:30px;
}

.selection-panel h3,
.documents-panel h3{
    background: #0056b3;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 8px;
    margin-bottom: 15px;
}