﻿<style >
.sbtn {
    border-bottom-right-radius: 7px !important;
    border-top-right-radius: 7px !important;
    background: #006897;
    padding: 7px;
    outline: none;
    box-shadow: none !important;
    border: none;
    color: #fff;
    font-family: 'Inter';
    width: 46px;
    height: 39px;
}

.mainNavCont .searCont {
    width: 409px;
    margin-right: 20px;
    border: none;
}

.gsc-search-button-v2 {
    border-color: #006897;
    background-color: #006897;
    background-image: none;
    filter: none;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0px;
}

.gsc-search-button {
    height: 35px;
}

input.gsc-input {
    padding: 0.375rem 0.75rem !important;
    border: 1px solid #dee2e6 !important;
}

.gsst_b {
    font-size: 16px;
    padding: 0 2px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
    display: none;
}

.gsc-input-box {
    border: none !important;
    background: #fff;
}

.logoName {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #0692d7;
    font-weight: 600;
    margin-bottom: 0px
}

.logosubname {
    margin-bottom: 0px;
    font-style: italic;
    font-size: 12px;
    font-weight: 700;
    color: #15759a;
    margin-top: -5px;
}

.logomrf {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 700;
    margin-top: -5px;
}

.mainLogo {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}



@media only screen and (max-width: 600px) {
    .gsc-search-button {
        height: 35px;
        margin-bottom: 15px;
    }

    .nabh-img {
        display: none !important;
    }
}

.material-symbols-outlined {
    color: #ffffff;
}

.findCont .material-symbols-outlined, .bookBtn .material-symbols-outlined {
    color: #006897;
}

.findCont:hover .material-symbols-outlined {
    color: #ffffff;
}

.bookBtn:hover .material-symbols-outlined {
    color: #ffffff;
}


/* Show dropdown menu on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* removes the gap so it doesn’t flicker */
}

/* Optional: prevent link from jumping when hovered */
.nav-item.dropdown > .nav-link {
    cursor: pointer;
}

/* Optional: adjust dropdown background */
.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
</style >
