@media (min-width: 768px) {
    .notun-asha-nav{
        border-top: #b3d9f2 2px solid; 
        border-bottom: #b3d9f2 6px solid; 
    }

}
.social-container .btn{
    font-size: 12px;
}
.social-container .btn:hover{
    background-color: #b3d9f2   ;
   
}
.social-container span{
    font-size: 12px;
    border: #b3d9f2 solid 2px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
}
.social-container span:hover{
    color: hwb(110 22% 12%);
}
.date-container{
    font-size: 12px;

}
/* marquee */
.marquee {
    position: sticky;
    top: 0;
    width: 100%;	
	background-color: #b3d9f2;
	color: #101010;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    /* border-top: #024b00 2px solid; */
}
.marquee h6 {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

li.nav-item:hover{
    /* border: 1px solid blue !important; */
    background-color: #92979c6b;
}

/* Make nested dropdowns appear on hover */
.nav-item.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Prevent default dropdown-toggle behavior */
.nav-item.dropdown > .dropdown-menu,
.dropdown-submenu > .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0.1rem;
}

/* Optional: align submenu slightly offset */
.dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: 0;
}

/* Fix parent menu hiding when hovering submenu */
.dropdown-submenu {
    position: relative;
}
