
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;
}

.item-tag {
    border: 1px solid rgb(2 33 149 / 37%);
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    letter-spacing: 0.02em;
    background: #fff;
}

.recognized-div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.ctabtn {
    padding: 12px;
}


.whatsappbtn {
  position: fixed;
  bottom: 100px;
  right: 8px;
  z-index: 999;
}

.whatsappbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 15px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  text-decoration: none;
}

.whatsappbtn i {
  font-size: 32px;
  color: #fff;
}

.testimonial {
position: relative;
}

.testimonial button.owl-prev{
    position: absolute;
    background: #e6f0ff !important;
    width: 35px;
    height: 50px;
    font-size: 45px !important;
    top: 115px;
    left: 0;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.testimonial button.owl-next{
    position: absolute;
    background: #e6f0ff !important;
    width: 35px;
    height: 50px;
    font-size: 45px !important;
    top: 115px;
    right: 0;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}


 .top-university{

    position: relative;
 }

.top-university button.owl-prev{
    position: absolute;
    background: #e6f0ff !important;
    width: 35px;
    height: 50px;
    font-size: 45px !important;
    bottom: 125px;
    left: -15px;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.top-university button.owl-next{
    position: absolute;
    background: #e6f0ff !important;
    width: 35px;
    height: 50px;
    font-size: 45px !important;
    bottom: 125px;
    right: -15px;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000 !important;
}

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

    .item-tag {
    font-size: 12px;
    padding: 6px 8px;
    
}
}