aside.left-sidebar {
    z-index: 70;
}
.navbar-fixed {
    position: absolute;
    width: 100%;
    top: 40px; /* Push it 20px away from the top */
    z-index: 1000;
    background: transparent;
    /* background: #181d38; */
    transition: all 0.4s ease-in-out;
    backdrop-filter: none;
}

.navbar-fixed.scrolled {
    position: fixed;
    top: 0; /* Stick to top once scrolled */
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}


.navbar-brand img {
    height: 40px;
    transition: height 0.3s ease;
}
.navbar-fixed.scrolled .navbar-brand img {
    height: 30px;
}
.navbar-brand img {
    height: 40px;
    transition: height 0.3s ease;
}
.navbar-fixed.scrolled .navbar-brand img {
    height: 30px;
}
.navbar-fixed {
    opacity: 1;
    transform: translateY(0);
}
.navbar-fixed.scrolled {
    opacity: 1;
    transform: translateY(0);
}
/* Default nav link style (when over carousel) */
.navbar .nav-link {
    color: #fff !important;
    transition: color 0.3s ease;
}
.navbar .nav-link:hover {
    color: #ffd700 !important;
}

/* When navbar is scrolled, change link color */
.navbar-fixed.scrolled .nav-link {
    color: #333 !important;  /* or any dark color */
}
.navbar-fixed.scrolled .nav-link:hover {
    color: #000 !important;
}

/* Default: show light logo, hide dark logo */
.logo {
  height: 40px;
  transition: height 0.3s ease;
}
.light-logo {
  display: inline-block;
}
.dark-logo {
  display: none;
}

/* When navbar is scrolled: show dark logo, hide light logo */
.navbar-fixed.scrolled .light-logo {
  display: none;
}
.navbar-fixed.scrolled .dark-logo {
  display: inline-block;
}

/* header.topbar {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}
header.topbar.show {
    display: block;
} */
/* header.topbar {
    top: 50px;
    position: fixed;
    width: 100%;
} */

.page-wrapper {
    position: relative;
    margin-top: 134px;
}

.topbar .top-navbar .navbar-header .navbar-brand{
    justify-content: center;
}

@media (min-width: 769px) {
    html body .hidden-sm-up {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .no-left-sidebar .footer, .no-left-sidebar .page-wrapper {
        margin-left: 0px !important;
    }
}
a.navbar-brand.nav-item {
    color: rgba(255, 255, 255, .5);
    min-width: 100px;
}
.input-sm {
    font-size: 12px;
}
.text-left {
    text-align: left;
}
.p-t-50 {
    padding-top: 50px !important;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px !important;
    margin: 0 auto;
    background: #fff;
}
.image-popup-vertical-fit {
    cursor: zoom-in !important;
}
li.selected {
    background: #009efb14 !important;
}
.d-hidden {
    display: none;
}
.text-captialize {
    text-transform: capitalize;
}
.py-8{
    padding: 8px 0px !important;
}
a.nav-link.waves-effect.waves-light.p-0.m-0.py-8.font-14 {
    font-size: 14px !important;
}
a.nav-link.sm-font {
    font-size: 13px !important;
}
.font-sm {
    font-size: 13px;
}
.ribbon-footer {
    padding: 30px;
    text-align: center;
}
.text-max-180{
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a.back-icon {
    font-size: 14px;
    font-weight: 800;
    color: #212529;
    margin-right: 10px;
}
