

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;
    }
}






/* Chairman Section */
.chairman-section{
    background:#fff;
    position:relative;
    overflow:hidden;
}

.section-subtitle{
    display:inline-block;
    color:#0d6efd;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.section-title{
    font-size:2.5rem;
    font-weight:700;
    color:#002b5b;
}

.chairman-img img{
    width:100%;
    max-width:420px;
    border-radius:20px;
    border:8px solid #fff;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    transition:.4s ease;
}

.chairman-img img:hover{
    transform:translateY(-6px);
}

.chairman-section p{
    font-size:16px;
    line-height:1.9;
    text-align:justify;
}

.chairman-sign{
    margin-top:25px;
    padding-top:20px;
    border-top:2px solid #e9ecef;
}

.chairman-sign h5{
    color:#002b5b;
    font-weight:700;
    margin-bottom:5px;
}

.chairman-sign span{
    color:#0d6efd;
    font-weight:600;
}