.menu1 a.active,
nav.mob a.active {
    color: #ff6600; /* Highlight color */
    font-weight: bold;
    border-bottom: 2px solid #ff6600;
}

nav.mob {
    display: none;
}

    nav.mob.show {
        display: block;
    }



/* Top bar */
.top-bar {
    background: #003d73;
    color: #00ff66;
    padding: 5px 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Icons right side */
.top-icons {
    display: flex;
    gap: 15px;
}

    .top-icons a {
        color: white;
        font-size: 18px;
        text-decoration: none;
    }

/* Header main */
header {
    background: white;
    border-bottom: 1px solid #ddd;
    max-width: 1400px;
    margin: auto;
}

.header-container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    flex-wrap: wrap;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .logo-section img {
        height: 60px;
    }

.logo-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

    .logo-text span {
        display: block;
        font-size: 13px;
        color: #d9534f;
    }

nav {
    display: none;
}

/* Navbar */
navmenu {
    flex: 1;
}



    navmenu ul {
        list-style: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }


    navmenu li {
        position: relative;
    }

    navmenu a {
        text-decoration: none;
        color: #003d73;
        font-weight: 600;
        padding: 10px 15px;
        display: block;
    }

nav a:hover {
    background: #f0f8ff;
}

/* Dropdown */
navmenu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    border: 1px solid #ddd;
    z-index: 1000;
}

navmenu li:hover > ul {
    display: block;
}

navmenu li ul li a {
    color: #333;
    padding: 10px;
}

nav li ul li a:hover {
    background: #f5f5f5;
}





/* Navbar */
nav {
    flex: 1;
}

    nav ul {
        list-style: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    nav li {
        position: relative;
    }

    nav a {
        text-decoration: none;
        color: #003d73;
        font-weight: 600;
        padding: 10px 15px;
        display: block;
    }

        nav a:hover {
            background: #f0f8ff;
        }

    /* Dropdown */
    nav li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        min-width: 200px;
        border: 1px solid #ddd;
        z-index: 1000;
    }

    nav li:hover > ul {
        display: block;
    }

    nav li ul li a {
        color: #333;
        padding: 10px;
    }

        nav li ul li a:hover {
            background: #f5f5f5;
        }

/* Right side logos */
.right-logos {
    display: flex;
    gap: 15px;
}

    .right-logos img {
        height: 55px;
    }

/* Mobile */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    background: none;
    border: none;
    color: #003d73;
    margin-left: auto;
}

@media(max-width:992px) {


    navmenu {
        display: none;
        width: 100%;
        background: white;
        border-top: 1px solid #ddd;
    }

    .header-container {
        flex-wrap: nowrap;
    }

    nav {
        display: none;
        width: 100%;
        background: white;
        border-top: 1px solid #ddd;
    }

        nav ul {
            flex-direction: column;
            text-align: left;
        }

        nav li ul {
            position: static;
            border: none;
        }

    .menu-toggle {
        display: block;
    }

    nav.show {
        display: block;
    }
}

img.logo1 {
    width: 79px;
}

img.logo11 {
    width: 30px;
}



.boxclass {
    border-left: .25rem solid #4e73df !important;
    border: 1px solid #e3e6f0 !important;
    border-radius: .35rem !important;
    background: #fffb65 !important;
}

.boxheading {
    background: rgb(0 40 121);
    border-radius: 14px;
    padding: 5px 10px;
    color: #ffffff;
    width: 100%;
}

.boxheading1 {
    background: #cd150d;
    width: fit-content;
    border-radius: 14px;
    padding: 5px 10px;
    color: #ffffff;
    width: 100%;
}


.text-white {
    color:#fff;
}