.navbar-brand img {
    background-color: rgba(255, 255, 255, 0.8);  /* White background with 80% opacity */
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;  /* Smooth transition for hover effect */
}

.navbar-brand img:hover {
    background-color: rgba(255, 255, 255, 1);  /* Fully opaque on hover */
}

.navbar-brand span {
    font-family: 'Arial', sans-serif;
    color: #000000;
    transition: color 0.3s ease;
    font-size: 30px;
    font-weight: 600;
}

.header-reverse.glass-effect .navbar-brand span {
    color: #000000;
}

.sticky-active .navbar-brand span {
    color: #000000;
}

.thumbnail80-img{
    width: 80px;
    height: 80px;
}