.header-top {
    padding: 10px 0;
}

.header-contact-info {
    gap: 20px;
    flex-wrap: wrap;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.header-contact p {
    margin: 0;
    font-size: 14px;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.main-menu ul li a {
    font-size: 14px;
    font-weight: 600;
}

.submenu li a {
    font-size: 13px !important;
}

.erp-login-btn {
    background: #003b8e;
    color: #fff !important;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.erp-login-btn:hover {
    background: #002766;
    color: #fff !important;
}

@media (max-width: 991px) {
    .header-top .row {
        text-align: center;
    }

    .header-contact-info {
        justify-content: center;
        margin-bottom: 10px;
    }

    .school-time {
        justify-content: center;
    }

    .logo img {
        height: 80px !important;
        width: auto !important;
    }
}
