body{
    margin:0;
    font-family:Arial;
    background:#f5f5f5;
}

.top-strip{
    height:6px;
    background:linear-gradient(to right,#ff9933,#ffffff,#138808);
}



.portal-header{

    background:#fff;

    border-bottom:4px solid #1976d2;

    padding:18px 20px;

}

.header-content{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:20px;

}

.dept-logo{

    width:75px;

    height:auto;

}

.header-text{

    text-align:center;

}

.header-text h2{

    margin:0;

    font-size:36px;

    font-weight:700;

    color:#222;

}

.header-text h4{

    margin:5px 0;

    font-size:20px;

    color:#444;

    font-weight:600;

}

.header-text p{

    margin:6px 0 0;

    font-size:17px;

    color:#1565c0;

    font-weight:600;

}





.portal-footer{
    margin-top:40px;
    background:#fff;
    border-top:3px solid #0d6efd;
    text-align:center;
    padding:20px;
}

.footer-logo-section{
    display:flex;
    justify-content:center;
    gap:100px;
}

.footer-logo-section img{
    height:80px;
}

/* ================= FOOTER ================= */

.portal-footer{

    background:#f8f9fa;

    border-top:4px solid #0d6efd;

    padding:25px 20px 10px;

    margin-top:40px;

    font-size:14px;

}

.footer-content{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    flex-wrap:wrap;

    gap:30px;

}

.footer-box{

    flex:1;

    min-width:260px;

}

.footer-box h4{

    color:#0d47a1;

    margin-bottom:10px;

    font-size:18px;

}

.footer-box p{

    margin:0;

    line-height:1.8;

    color:#444;

}

.footer-center{

    text-align:center;

}

.footer-logo-section{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:40px;

    margin-top:15px;

}

.footer-logo-section img{

    max-height:75px;

    width:auto;

}

.footer-box a{

    color:#0d6efd;

    text-decoration:none;

}

.footer-box a:hover{

    text-decoration:underline;

}

.portal-footer hr{

    margin:25px 0 15px;

    border:none;

    border-top:1px solid #d9d9d9;

}

.copyright{

    text-align:center;

    color:#666;

    font-size:13px;

}

/* Mobile */

@media(max-width:768px){

.footer-content{

    flex-direction:column;

    text-align:center;

}

.footer-box{

    width:100%;

}

.footer-logo-section{

    gap:25px;

    flex-wrap:wrap;

}

}