








img {
    filter: brightness(100%) contrast(105%) saturate(110%);
}

.text-secondary {
    color: #F4B400 !important;
}
.copyright {
    
    background: #F4B400 !important;
}
.shivam-logo{
    display:flex;
    align-items:center;
    text-decoration:none;
    font-family:'Poppins', sans-serif;
}

.brand-icon{
    width:90px;
    margin-right:12px;
}

.logo-main{
    font-family:'Poppins', sans-serif;
    font-size:64px;
    font-weight:900;
    color:#0A3478;
    line-height:0.9;
    letter-spacing:2px;
    text-transform:uppercase;
}

.logo-campus{
    font-family:'Poppins', sans-serif;
    font-size:25px;
    font-weight:700;
    color:#F4B400;
    line-height:1;
    letter-spacing:1px;
    text-transform:uppercase;
}

.logo-tag{
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight:500;
    color:#0A3478;
    margin-top:5px;
    letter-spacing:0.3px;
}

@media(max-width:991px){
    .brand-icon{
        width:60px;
    }

    .logo-main{
        font-size:36px;
    }

    .logo-campus{
        font-size:16px;
    }

    .logo-tag{
        font-size:10px;
    }
}







