/* Navbar Styles */
header .navbar-transparent {
    z-index: 997;
    position: fixed;
    padding: 1rem 0;
    top: 0;
    left: 0;
    right: 0;

}

header .navbar-brand img {
    max-height: 60px;
}

/* Navbar Styles */
header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
    padding: 10px 20px;
    text-transform: capitalize;
}

header .nav-link:hover {
    color: #821F40;
}

header .navbar-toggler {
    border: none;
}

header .hamburger-toggle {
    display: inline-block;
    cursor: pointer;
}

header .hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.3s;
}

header .navbar-toggler.collapsed .hamburger span:nth-child(2) {
    opacity: 0;
}

header .navbar-toggler.collapsed .hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

header .navbar-toggler.collapsed .hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Dropdown and Mega Menu */
header .navbar-nav .dropdown-toggle::after {
    display: none;
}

header .navbar-nav .nav-link i.toggle-dropdown {
    font-size: 12px;
}

header .dropdown-menu {
    position: absolute;
    top: 130%;
    left: 0;
    margin: 0;
    padding: 20px 0;
    border: none;
    border-radius: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 70vh;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 999;
    display: block;
}

header .dropdown:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

header .mega-content .col-md-3 h6 {
    font-weight: 600;
    color: #821F40;
    margin-bottom: 0.75rem;
}

header .mega-content ul {
    padding-left: 0;
    list-style: none;
}

header .mega-content ul li {
    margin-bottom: 0.5rem;
}

header .mega-content ul li a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s;
}

header .mega-content ul li a:hover {
    color: #821F40;
    text-decoration: underline;
}

/* Sidebar Menu */
header .sidebar-menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    padding: 20px;
    overflow-y: auto;
    transition: right 0.3s ease;
}

header .sidebar-menu.open {
    right: 0;
}

header .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

header .sidebar-menu ul {
    padding: 0;
    list-style: none;
}

header .sidebar-menu ul li {
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #f4f4f4;
}

header .sidebar-menu ul li a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
    transition: color 0.3s;
    font-size: 16px;

}

header .sidebar-menu ul li a:hover {
    color: #821F40;
}

header .sidebar-menu ul li a i {
    font-size: 18px;
    margin-right: 6px;
}

header .sidebar-header a {
    font-size: 40px;

}

/* Search Area */
header .search-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translatey(-200%);
    transition: transform 0.3s ease;
    z-index: 1050;
}

header .search-area.active {
    transform: translatey(0%);
}

header .input-group {
    display: flex;
}

header .form-control {
    flex: 1;
    border: 1px solid #ccc;
    padding: 10px;
}

header .search-close {
    margin-bottom: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 30px;
}

/* Cart Icon with Count Bubble */
header .rightside a.icons {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

header .rightside a.icons:hover {
    color: #821F40;
}

header .rightside a.icons:hover i {
    transform: scale(1.1);
}

header .cart-count-bubble {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #821F40;
    color: #fff;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    header .dropdown-menu {
        display: none;
    }

    header .cart-count-bubble {
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        font-size: 0.65rem;
    }


    header .sidebar-menu.open {
        width: 300px;
    }
}

header .rightside a.close-sidebar {
    font-size: 30px;
    width: auto;
    height: auto;
    line-height: normal;
}

/* Reservation Section */
.header-menu-footer {
    margin-top: 10px;
}

.reservation .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #821F40;
    color: #821F40;
    border-radius: 50%;
    font-size: 18px;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.reservation .call {
    margin-left: 15px;
    flex: 1;
    font-size: 16px;
}

.reservation .call span {
    font-size: 20px;
    color: #821F40;
}

.navbar-bg-color {
    background-color: #ffffff;
    border-bottom: 1px solid #dedede;
    padding: 1rem 0;
}

header .navbar-expand-lg.pinned .navbar-nav .nav-link {
    color: #ffffff;
}

header .navbar-expand-lg.pinned .navbar-brand img{
    filter: brightness(0) invert(1);
}

header .navbar-expand-lg.navbar-bg-color .rightside a.icons,
header .navbar-expand-lg.navbar-bg-color .rightside span.icons {
    background-color: #eeeeee;
}


header .navbar-transparent.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

header .navbar-transparent.fixed .navbar-nav .nav-link {
    color: #000000;
}

header .navbar-transparent.fixed .rightside a.icons,
header .navbar-transparent.fixed span.icons {
    background-color: rgba(0, 0, 0, 0.1);
}


header .navbar.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: #000;
    z-index: 9999;
    transition: top 5s ease-in-out;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

header .navbar.active .navbar-brand img {
    filter: brightness(0) invert(1);
}


.unpinned {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    opacity: 1;
    transition: all 0.25s ease-in-out;
    transform: translate3d(0, -100%, 0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #000000;
}

.pinned {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    opacity: 1;
    transition: all 0.25s ease-in-out;
    transform: translateX(0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #000000;
}


header.remove-header {
    position: relative;
}