
body {
    font-family: "poppins", sans-serif;
}

:root {
    --primary-color: #022195;
}

.bgprimary {
    background-color: var(--primary-color) !important;
}
.textprimary {
    color: var(--primary-color) !important;
}

.fs-14 {
    font-size: 14px !important;
}
.fs-12 {
    font-size: 12px !important;
}

.btnprimary {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.placement-partner-logo {
    width: 120px;
}
.nav-pills .nav-link {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 14px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--primary-color);
    color: #fff;
}

/* ---------------------------------- */

.why-mba {
    background:#f8f9fb;
}

.mba-card {
    background:#fff;
    padding:30px;
    border-radius:12px;
    height:100%;
    transition:all .3s ease;
    border:1px solid #eee;
}

.mba-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.mba-card .icon{
    font-size:32px;
    color:#ff8c2f;
    margin-bottom:15px;
}

.mba-card h5{
    font-weight:600;
    margin-bottom:10px;
}

.mba-card p{
    font-size:14px;
    color:#6c757d;
}


@media screen and (max-width: 767.98px) {
    .navbar-brand img {
        width: 120px;
        height: 45px;
    }
}