




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;
    }
}




















.badge {
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 50px;
    font-weight: 600;
}


/* Table Header */
.table thead th {
    background: #0A3478 !important;
    //color: #fff !important;
	color: #ffffff !important;

    padding: 16px;

    font-weight: 600;
    white-space: nowrap;

    /* Vertical line for every column */
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

/* Body Cells */
/* Body Cells */
/* Body Cells */
.table tbody td {
    padding: 16px;

    vertical-align: middle;

    /* Font color for all table content */
     color: black !important;

    /* Horizontal line */
    border-bottom: 1px solid #eef2f7;

    /* Vertical line for every column */
    border-right: 1px solid #eef2f7;
}

/* Optional: remove line after last column */
.table thead th:last-child,
.table tbody td:last-child {
    border-right: none;
}

.table tbody tr td {
    color: #000000 !important;
	font-weight: 500 !important
}





.institute-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;

    padding: 12px 28px;

    background: #fff8e6;
    color: #0A3478;

    border: 1px solid #F4B400;
    border-radius: 50px;

    font-size: 30px; /* Increased font size */
    font-weight: 700;
    letter-spacing: 0.5px;

    box-shadow: 0 5px 15px rgba(10, 52, 120, 0.08);
}
.tutor-badge {
    background: #198754 !important;
    color: #ffffff !important;
}

@media (max-width: 576px) {
    .institute-badge {
        font-size: 13px;
        padding: 10px 16px;
        line-height: 1.5;
    }
}



.bg-brown {
    background-color: #8B4513 !important;
    color: #fff !important;
}