﻿/* General Styles for Header */
/*#header {
    overflow: visible !important;
}
#header .cus-header-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
#header #nav ul li a {
    width: 100% !important;
}*/

/* Dropdown Menu Styles */
/*#header .dropdown-menu {
    display: none;*/ /* Hidden by default */
    /*position: absolute;
    top: 100%;*/ /* Aligns below the dropdown link */
    /*left: 0;
    margin-top: 0;
    background-color: #0f0022;
    overflow-y: auto;*/ /* Enable scroll */
    /*height: 300px;*/ /* Set dropdown height */
    /*box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}*/

/* Scrollbar Styles for Dropdown */
/*#header .dropdown-menu::-webkit-scrollbar {
    width: 10px;
}
#header .dropdown-menu::-webkit-scrollbar-track {
    background: #0f0022;
}
#header .dropdown-menu::-webkit-scrollbar-thumb {
    background: #62175f;
    border-radius: 10px;
}
#header .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #5a1653;
}*/

/* Dropdown Item Styles */
/*#header .dropdown-item {
    padding: 8px 16px;
    background: #0f0022;
    color: #fff !important;
    cursor: pointer;
}
#header .dropdown-item .cus-list {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 54px;
}
#header .dropdown-item:hover {
    background: #62175f;
    color: #fff;
}
#header .dropdown-item .cus-list:hover {
    background: transparent;
    color: #fff;
}*/

/* Responsive Adjustments */
/*@media only screen and (max-width: 1140px) {
    #header .cus-header-list {
        display: block;
    }
    #header .dropdown-menu {
        position: relative;*/ /* Position dropdown relative for small screens */
        /*top: 0;
        height: 200px;
    }
}*/
/* General Styles for Header */
#header {
    overflow: visible !important;
}

    #header .cus-header-list {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #header #nav ul li a {
        width: 100% !important;
    }

    /* Dropdown Menu Styles */
    #header #cus-dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 0;
        background-color: #0f0022;
        overflow-y: auto;
        height: 300px;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1000;
    }
        #header #cus-dropdown-menu::-webkit-scrollbar {
            width: 10px;
        }

        #header #cus-dropdown-menu::-webkit-scrollbar-track {
            background: #0f0022;
        }

        #header #cus-dropdown-menu::-webkit-scrollbar-thumb {
            background: #62175f;
            border-radius: 10px;
        }

            #header #cus-dropdown-menu::-webkit-scrollbar-thumb:hover {
                background: #5a1653;
            }

    #header .dropdown-item {
        padding: 8px 16px;
        background: #0f0022;
        color: #fff !important;
        cursor: pointer;
    }

        #header .dropdown-item .cus-list {
            color: #fff;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100px;
            height: 54px;
            background: transparent;
        }

        #header .dropdown-item:hover {
            background: #62175f;
            color: #fff;
        }

        #header .dropdown-item .cus-list:hover {
            background: transparent;
            color: #fff;
        }

@media only screen and (max-width: 1140px) {
    #header .cus-header-list {
        display: block;
    }

    #header #cus-dropdown-menu {
        position: relative;
        top: 0;
        height: 200px;
    }
}
