.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.25rem;
}

.logo-circle {
    background-color: var(--primary-blue);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.search-container {
    flex-grow: 1;
    max-width: 600px;
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--success);
    color: var(--white);
    font-size: 0.7rem;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-button {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
    color: #4b5563;
}

.icon-button:hover {
    background-color: #f3f4f6;
}

.nav-categories {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.nav-categories .nav-link {
    color: #374151;
    padding: 0.75rem 1rem;
    font-weight: 500;
}

.nav-categories .nav-link:hover {
    color: var(--primary-blue);
}

.user-dropdown {
    width: 280px;
    padding: 0;
}

.user-header {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
}

.user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto 0.5rem;
    object-fit: cover;
}

.user-name {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.user-email {
    color: #6b7280;
    font-size: 0.875rem;
}

.dropdown-menu-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #374151;
    text-decoration: none;
}

.dropdown-menu-item:hover {
    background-color: #f3f4f6;
}

.dropdown-menu-item i {
    margin-right: 0.75rem;
    font-size: 1.25rem;
    color: #6b7280;
}

.pro-badge {
    background-color: #10b981;
    color: white;
    font-size: 0.7rem;
    padding: 0.15rem 0.4rem;
    border-radius: 0.25rem;
    margin-left: auto;
}

.dropdown-divider {
    margin: 0;
}

.logout-item {
    color: #ef4444;
}

.logout-item i {
    color: #ef4444;
}

.location-dropdown {
    display: flex;
    align-items: center;
    color: #374151;
    font-weight: 500;
}

.location-dropdown i {
    margin-right: 0.5rem;
}

/*--- footer style start ---*/
footer {
    background: var(--dark-green);
}

footer .footer-col h4 {
    color: var(--white);
    margin-bottom: 16px;
}

footer .footer-col ul {
    padding: 0;
    margin: 0;
}

footer .footer-col ul li {
    list-style: none;
    font-size: var(--font-size-16);
    color: var(--light-gray);
    text-transform: capitalize;
    margin-bottom: 6px;
}

footer .footer-col ul li i {
    width: 20px;
}

footer .footer-col ul li a {
    font-size: var(--font-size-16);
    color: var(--light-gray);
    text-decoration: none;
    text-transform: capitalize;
}

footer .social-icon a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid var(--border-color);
    display: block;
    color: var(--light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: var(--font-size-14);
}
/*--- footer style end ---*/
.bredcrumb-sec{
    background: var(--light-gray);
}
.bredcrumb-sec nav[aria-label="breadcrumb"] ol.breadcrumb{
    align-items: center;
}
.bredcrumb-sec nav[aria-label="breadcrumb"] .breadcrumb-item a{
    font-size: var(--font-size-14);
    text-decoration: none;
    color: var(--midnight-blue);
}
.bredcrumb-sec nav[aria-label="breadcrumb"] .breadcrumb-item.active{
    font-size: var(--font-size-14);
    color: var(--midnight-blue);
}