.header{
    background:#fff;
    padding:10px 0;
    border-top:4px solid #d4af37;
}

.side-logo{
    height:90px;
}

.leader-photo{
    width:75px;
    height:90px;
    object-fit:cover;
    border-radius:6px;
    border:2px solid #0b4a7a;
}

.leader-name{
    font-size:13px;
    font-weight:700;
}

.leader-designation{
    font-size:11px;
}

.gov-title{
    color:#063970;
    font-size:28px;
    font-weight:800;
}

.subtitle{
    font-size:18px;
    font-weight:600;
}

.dept-name{
    font-size:14px;
    font-weight:600;
}

.navbar{
    background:#075985;
}