<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav,
nav .wrapper {
    position: relative
}

.nav-links li a,
.wrapper a {
    text-decoration: none;
    color: #f2f2f2
}

.mega-box,
.nav-links .drop-menu {
    visibility: hidden;
    position: absolute;
    opacity: 0
}

.body-text,
.content h1,
.content h2 {
    text-align: center
}

#navbar {
    z-index: 99;
    width: 100%;
    background: orange
}

#navbar .wrapper .nav-links {
    display: flex;
    justify-content: space-between;
    width: 100%
}

#navbar .nav-links li a {
    font-size: medium;
    border-radius: 5px;
    transition: .3s
}


#mobile-navbar {
    z-index: 99;
    width: 100%;
    background: orange
}

#mobile-navbar .wrapper .nav-links {
    justify-content: space-between;
    width: 100%
}

#mobile-navbar .nav-links li a {
    font-size: medium;
    border-radius: 5px;
    transition: .3s
}

.mega-box .content {
    margin-top: 13px;
    border-radius: 1%;
    background-image: linear-gradient(to right, #92a3bf 0, #2751c7 51%, #a4adbd 100%);
    padding: 25px 0 20px 10px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
    align-items: self-start
}

.mega-box .content .row {
    width: 33.3%;
    line-height: 40px
}

.submenu.mega-box {
    width: 72%
}

.row .mega-links li a {
    padding: 0;
    color: #d9d9d9;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    z-index: 1;
    position: relative
}

.row .mega-links li a:hover {
    color: #000
}

nav .wrapper {
    padding: 0 30px;
    height: 53px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-links li {
    list-style: none
}

.nav-links li:hover {
    display: block
}

.nav-links .mobile-item,
nav input {
    display: none
}

.nav-links .drop-menu {
    background: #242526;
    width: 180px;
    line-height: 45px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .15)
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: .3s;
    top: 50px;
    opacity: 1;
    visibility: visible
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    border-radius: 0
}

.mega-box {
    left: 0;
    width: 100%;
    padding: 0 30px;
    margin-top: -15px
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    color: white !important;
    top: 10px
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px
}

.body-text div {
    font-size: 45px;
    font-weight: 600
}

.content .row img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.menu-img {
    width: 250px;
    height: 175px;
    background-color: transparent;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 25px;
}

.content h1 {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    padding-bottom: 15px
}

.content h2 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.row .mega-links li a:after {
    position: absolute;
    content: '';
    left: -13px;
    top: 0;
    width: 104%;
    height: 110%;
    background: orange;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: .3s ease-in-out
}

.row .mega-links li a:hover:after {
    opacity: 1
}

.content .row:nth-child(2) {
    padding-left: 20px
}

ul.nav-links li.has-submenu:nth-child(6) .mega-box {
    left: 15%
}

ul.nav-links li.has-submenu:nth-child(7) .mega-box {
    left: 16%
}

ul.nav-links li.has-submenu:nth-child(8) .mega-box {
    left: 25%
}

ul.nav-links li.has-submenu:nth-child(9) .mega-box {
    left: 26%
}

ul.nav-links li.has-submenu:nth-child(5) .mega-box {
    left: 10%
}

@media screen and (max-width: 600px) {

    #close-btn:checked~.btn.menu-btn,
    .wrapper .btn {
        display: block
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0 15px 15px rgba(0, 0, 0, .18);
        transition: .3s
    }

    .mega-box,
    .nav-links .drop-menu {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        transition: .3s
    }

    ::-webkit-scrollbar {
        width: 10px
    }

    ::-webkit-scrollbar-track {
        background: #242526
    }

    ::-webkit-scrollbar-thumb {
        background: #3a3b3c
    }

    #menu-btn:checked~.nav-links {
        left: 0
    }

    #menu-btn:checked~.btn.menu-btn,
    .nav-links .desktop-item {
        display: none
    }

    .nav-links li {
        margin: 15px 10px
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px
    }

    .nav-links .drop-menu {
        padding-left: 20px;
        width: 100%;
        box-shadow: none
    }

    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: .3s
    }

    .nav-links .mobile-item:hover {
        background: orange
    }

    .drop-menu li,
    .row .mega-links li {
        margin: 0
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px
    }

    .mega-box {
        padding: 0 20px
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, .08)
    }

    .mega-box .content .row:first-child,
    .mega-box .content .row:nth-child(2) {
        border-top: 0
    }

    .content .row .mega-links {
        border-left: 0;
        padding-left: 15px
    }

    .content .row header {
        font-size: 19px
    }
}

@media only screen and (min-width: 1661px) and (max-width: 1920px) {
    .submenu {
        display: none
    }

    .submenu.active {
        display: block
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .submenu {
        display: none
    }

    .submenu.active {
        display: block
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .nav-links li:hover .drop-menu,
    .nav-links li:hover .mega-box {
        top: 53px;
    }

    .submenu {
        display: none
    }

    .submenu.active {
        display: block
    }

    li.has-submenu&gt;a {
        font-size: 13px;
    }

    .submenu.mega-box header {
        font-size: 16px;
    }

    .content h1 {
        font-size: 15px;
    }

    #right-side a i {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    li.has-submenu&gt;a {
        font-size: 12px !important
    }

    .submenu.mega-box header {
        font-size: 13px;
    }

    .content h1 {
        font-size: 15px;
    }

    #right-side a i {
        display: none;
    }

    a.desktop-item {
        font-size: 14px !important
    }

    .submenu {
        display: none
    }

    .submenu.active {
        display: block
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    a.desktop-item {
        font-size: 13px !important;
        display: flex;
        text-align: center
    }

    .submenu {
        display: none
    }

    .submenu.active {
        display: block
    }
}

/* Style for DropDown Submenu(AllCategories)*/

.dropdown-menu {
    margin-top: 30px;
    /* Adjust this value for more or less spacing */
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu&gt;.dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Display the subcategories on hovering the main category */

.dropdown-submenu:hover&gt;.dropdown-menu {
    display: block;
}




.scroll-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.scroll-btn {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.scroll-icon {
    font-size: 18px;
    transition: color 0.3s;
}

.scroll-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    padding-bottom: 10px;
    align-items: flex-start;
    flex: 1;
    scroll-behavior: smooth;
}

.filter-section {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.filter-label {
    font-weight: bold;
    font-size: 16px;
}

.type-label {
    position: sticky;
    left: 0;
}

.tag-group {
    display: flex;
    gap: 10px;
}

.filter-tag {
    background-color: white;
    border: 0.5px solid orange;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: inline-flex;
    align-items: center;
}

.filter-tag:hover {
    background-color: #f5f5f5;
}

.filter-tag.active {
    background-color: #fff5e6;
}

.filter-tag.selected {
    padding: 8px 8px 8px 16px;
}

.filter-tag.selected .remove-btn {
    margin-left: 8px;
    background: white;
    border: 0.5px solid orange;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
}

.filter-tag.selected .remove-btn:hover {
    background-color: #ff4d4d;
    border-color: #ff4d4d;
    color: white;
}

.separator {
    align-self: center;
    margin-top: 30px;
    color: #7e7e7e;
}

#scrollContainer.scroll-container::-webkit-scrollbar {
    height: 8px;
}

/* Full-screen loading overlay, hidden by default */
.loading-overlay {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 10000 !important;
    pointer-events: auto !important;
}

/* Show and center when active */
.loading-overlay.is-loading {
    display: grid !important;
    place-items: center !important;
}

/* Spinner styling */
.loading-overlay .spinner-border {
    width: 3rem !important;
    height: 3rem !important;
    border-width: 0.4em !important;
}

/* Loading text */
.loading-overlay .loading-text {
    color: #ffffff !important;
    font-size: 1.2rem !important;
    margin-top: 1rem !important;
    font-weight: 500 !important;
    text-align: center !important;
}

/* Disable interaction with all content except loading overlay when active */
.loading-overlay.is-loading~* {
    pointer-events: none !important;
}



/* //new mobile menu */

@media screen and (max-width: 600px) {
    .nav-links .mobile-item {
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px 20px;
        background: #242526;
        border-radius: 5px;
        margin: 5px 0;
    }

    .toggle-icon {
        position: absolute;
        right: 20px;
        font-size: 14px;
        color: #f2f2f2;
        transition: transform .3s ease;
    }

    /* Dynamic toggle for mega menu */
    .mega-toggle:not(:checked)~.mobile-item .toggle-icon {

        transform: rotate(0deg);
        /* â–² when closed */
    }

    .mega-toggle:checked~.mobile-item .toggle-icon {
        transform: rotate(180deg);
        /* â–¼ when open */
    }

    .row-toggle-icon {
        position: absolute;
        left: 0;
        font-size: 12px;
        color: #f2f2f2;
    }

    /* Dynamic toggle for common/popular categories */
    .common-toggle:not(:checked)~label header .row-toggle-icon::before,
    .popular-toggle:not(:checked)~label header .row-toggle-icon::before {
        content: 'â–²';
        /* Show â–² when closed */
    }

    .common-toggle:checked~label header .row-toggle-icon::before,
    .popular-toggle:checked~label header .row-toggle-icon::before {
        content: 'â–¼';
        /* Show â–¼ when open */
    }

    .mega-box {
        position: static;
        opacity: 1;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
        width: 100%;
        padding: 0;
        padding-left: 15px;
    }


    #showMega-1:checked~.mega-box,
    #showMega-2:checked~.mega-box,
    #showMega-3:checked~.mega-box,
    #showMega-4:checked~.mega-box,
    #showMega-5:checked~.mega-box,
    #showMega-6:checked~.mega-box,
    #showMega-7:checked~.mega-box,
    #showMega-8:checked~.mega-box,
    #showMega-9:checked~.mega-box {
        max-height: 500px;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 10px 0;
        background: #333;
        border-radius: 5px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .content .row header {
        font-size: 16px;
        color: #f2f2f2;
        margin-bottom: 5px;
        position: relative;
        cursor: pointer;
        padding-left: 20px;
        display: flex;
        align-items: center;
    }

    .content .row .mega-links {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
        padding-left: 20px;
    }

    .common-toggle:checked~.mega-links,
    .popular-toggle:checked~.mega-links {
        max-height: 950px;
    }

    .content .row .mega-links li a {
        font-size: 14px;
        color: #d9d9d9;
        padding: 5px 0;
        display: block;
    }


}



/* Chat Widget Styles */
.chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FFA500;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.chat-icon:hover {
    background-color: #e69500;
}

.chat-window {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    background-color: #FFA500;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1000;
    overflow: hidden;
}

.chat-header {
    background-color: #e69500;
    color: white;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.chat-header .fa-times {
    cursor: pointer;
}

.chat-body {
    padding: 15px;
    background-color: white;
}

.chat-body .form-group {
    margin-bottom: 15px;
}

.chat-body label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.chat-body input,
.chat-body textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.chat-body textarea {
    height: 130px;
    resize: none;
}

#c-t {
    height: 80px !important;

}

.send-btn {
    width: 100%;
    padding: 10px;
    background-color: #FFA500;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.send-btn:hover {
    background-color: #e69500;
}</pre></body></html>