 body,
p,
h1,
h2,
h3,
h4,
h5,
small,
strong {
    font-family: Arial, Helvetica, sans-serif !important;
}

        body {
            margin: 0;
            background: #fff !important;
            font-family: Arial, Helvetica, sans-serif !important;
            overflow-x: hidden !important;
            letter-spacing: 0.5px !important;
            color: black !important;
        }

        .container-fluid {
            background: #fff;
            padding-top: 5px;
            font-family: Arial, Helvetica, sans-serif !important;

        }

        /* .container-fluid .mt-4 .px-3{
            margin-top:0px !important;
        } */

        /* ================= BANNER ================= */
        .banner-wrapper {
            position: relative;
            font-family: Arial, Helvetica, sans-serif !important;
            /* margin-top:5px;
  margin-left:40px; 
  margin-right:40px;  */

        }



        .shop-banner {
            height: 220px;
            overflow: hidden;
           

        }
        .shop-banner {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


        .shop-banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* .share-btn {
            position: absolute;
            right: 20px;
            top: 20px;
            background: #fff;
            padding: 8px 14px;
            border-radius: 6px;
            font-weight: 600;
            color: #2563eb;
            z-index: 3;
        } */


        .profile-pic {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            border: 4px solid #fff;
            position: absolute;
            left: 50px;
            bottom: -45px;
            background: #fff;
            z-index: 3;
            cursor: pointer;
        }

        .profile-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

        /* ===== PROFILE IMAGE POPUP ===== */

        #shopImageModal .modal-content {
            border-radius: 12px;
        }

        #shopImageModal .modal-header {
            border-bottom: 1px solid #eee;
        }

        #shopImageModal .modal-title {
            font-weight: 600;
            color: #333;
        }

        #shopImageModal .modal-body {
            /* padding:20px; */
            background: #f8f9fa;
        }

        .shop-modal-img {
            max-height: 80vh;
            width: 90%;
            object-fit: contain;
            border-radius: 10px;
            background: #fff;
            padding: 8px;
        }

        /* <!-- popup shop image open --> */
        #shopImageModal .modal-dialog {
            max-width: 1000px;
        }

        .layout-row {
            display: flex;
            flex-wrap: wrap;
            /* gap:20px; */
            font-family: Arial, Helvetica, sans-serif !important;
        }

        .layout-box {
            /* background:#fff; */
            /* padding:20px; */
            border-radius: 8px;
            /* box-shadow:0 3px 10px rgba(0,0,0,0.1);
  min-height:120px; */
            width: 100%;
        }


        .box1 {
            order: 1;
        }

        .box3 {
            order: 2;
        }

        .box2 {
            order: 3;
        }

        .box1 {
            /* height:200px; */
            padding: 10px;

        }

        .box3 {
            padding: 10px;
            padding-right: 0px;
            border-left: 1px solid #eee;

        }

        @media(min-width:768px) {
            .box1 {
                width: calc(35% - 10px);
            }

            .box3 {
                width: calc(65% - 10px);
            }

            .box1 {
                order: 1;
            }

            .box3 {
                order: 2;
            }

            .box2 {
                order: 3;
            }


        }

        .seller-info {
            padding-top: 20px;
        }

        .seller-name {
            padding-top: 20px;
            /* color:#2563eb; */
            /* margin-bottom: 10px; */

            font-size: 20px;
            font-weight: 600;
        }

        .seller-address {
            font-size: 14px;
        }

        /* shop-controls  */
        .shop-controls {
            display: flex !important;
            align-items: center !important;
            gap: 14px !important;

            width: 100% !important;
            justify-content: flex-end !important;
            margin-bottom: 12px !important;
        }


        .seller-address {
            color: black !important;
        }



        .search-box {
            display: flex;
            /* border: 1px solid #ddd;
            border-radius: 8px; */
            overflow: hidden;
        }


        .vendor-search-box {
            display: flex;
        }

        .vendor-search-box input {
            background: #fff !important;
            border: 1px solid rgba(0, 0, 0, .25) !important;
            border-right: none !important;
            padding: 8px 10px !important;
            border-radius: 6px 0 0 6px !important;
            width: 200px;
            font-size: 13px !important;
            line-height: 1.9 !important;
        }

        .vendor-search-box button {
            background: #ff8400;
            border: none;
            color: #fff;
            padding: 8px 12px;
            border-radius: 0 6px 6px 0;
        }

        .vendor-search-box button:hover {
            background-color: #0C1928 !important;
        }

        /* DROPDOWN  */
        #vendorSortDropdown {
            position: relative;
        }

        #vendorSortDropdown .dropdown-selected {
            background: #fff;
            border: 1px solid rgba(0, 0, 0, .25);
            padding: 8px 12px;
            border-radius: 6px;
            font-size: 13px;
            cursor: pointer;

            display: flex;
            align-items: center;
            justify-content: space-between;

            min-width: 200px;
            gap: 10px;
        }

        #vendorSortDropdown .dropdown-menu {
            position: absolute;
            top: 110%;
            left: 0;
            width: 100%;
            list-style: none;
            padding: 0;
            margin: 0;
            background: #fff;
            border-radius: 6px;
            display: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
            z-index: 999;
        }

        #vendorSortDropdown .dropdown-menu.show {
            display: block;
        }

        #vendorSortDropdown .dropdown-menu li {
            padding: 8px 10px;
            cursor: pointer;
            font-size: 12px;
            text-align: left;
            justify-content: flex-start;
        }

        #vendorSortDropdown .dropdown-menu li:hover {
            background: #ff8400;
            color: #fff;
        }



        /* ================= SHOP RELATED PRODUCTS ================= */

     

        .shop-related h2 {
            font-size: 18px !important;
            font-weight: 700 !important;
            margin-bottom: 12px !important;
            display: flex;
            align-items: center;
            gap: 8px;
            color: black !important;
            font-family: Arial, Helvetica, sans-serif !important;
        }


        .shop-related-grid-wrapper {
            max-height: 1600px !important;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            padding-right: 8px;
            box-sizing: border-box;
        }


        .shop-related-grid-wrapper::-webkit-scrollbar {
            width: 8px;
        }

        .shop-related-grid-wrapper::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, 0.12);
            border-radius: 6px;
        }

        .shop-related-grid-wrapper::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.4);
        }


        .shop-related-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
            /* padding: 5px; */
        }

        /* product Card */
        .shop-card {
            border: 1px solid #e5e5e5;
            border-radius: 12px;
            padding: 10px;
            display: flex;

            flex-direction: column;
            gap: 8px;
            background: #fff;
            overflow: hidden !important;
            height: 100%;
        }

        .image-div {

            width: 100%;
            height: 150px !important;

        }

        .shop-card img {
            width: 100%;
            height: 150px !important;
            object-fit: contain;
            background: #fff;
            border-radius: 10px;
            transition: transform 0.2s ease;

        }

        .shop-card img:hover {
            transform: scale(1.1);
        }

        .shop-card-title {
            font-size: 14px;
            font-weight: 600;
            color: #111;
          
        }


        .shop-card-price {
            font-size: 16px;
            font-weight:700;
            color: #111;
            margin-top: auto !important;
            gap: 8px;
        }

        .shop-card-price .old-price {
            font-size: 12px;
            color: #888;
            text-decoration: line-through;
            margin-left: 6px;
        }

        .shop-card-price .discount-tag {
            font-size: 12px;
            font-weight: 600;
            color: #0a8a1f;
            margin-left: 6px;
        }


        /* ===== ADD TO CART BUTTON ===== */
        .shop-add-cart-btn {

            width: 100% !important;
            height: 36px !important;

            border: none !important;
            border-radius: 8px !important;

            background: #ff7a00 !important;
            color: #fff !important;

            font-size: 14px !important;
            font-weight: 600 !important;

            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 8px;

            cursor: pointer;
        }

        .shop-add-cart-btn:hover {
            background-color: #0C1928 !important;

        }

        .seller-terms {
            margin-top: 12px;
            padding: 14px 16px;
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            font-size: 13px;
            width: 100%;
        }


        .terms-header {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 700;
            color: #111;
            margin-bottom: 10px;
        }

        .terms-header i {
            color: #2563eb;
            font-size: 16px;
        }


        .terms-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .terms-list li {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            margin-bottom: 8px;
            color: #444;
            line-height: 1.4;
        }

        .terms-list li i {
            color: #22c55e;
            font-size: 14px;
            margin-top: 2px;
        }


        .more-terms {
            display: none;
        }

        .terms-toggle {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: 6px;
            font-size: 13px;
            font-weight: 600;
            color: #2563eb;
            cursor: pointer;
        }

        .terms-toggle i {
            font-size: 12px;
            transition: transform 0.25s ease;
        }

        .terms-toggle.open i {
            transform: rotate(180deg);
        }

        /* ====================================Shop Map ====================*/
        .seller-map-box {
            margin: 15px 0 20px;
            height: 220px;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid #ddd;
            margin-bottom: 10px;
        }

        .seller-map-box iframe {
            width: 100%;
            height: 100%;
            border: 0;
            pointer-events: none;
        }

        /*================== seller-stats-wrapper=========== */
        .seller-stats-wrapper {
            display: flex;
            gap: 20px;
            align-items: stretch;
        }

        .seller-stat-box {
            flex: 1;
            padding: 15px 20px;
            background: #fff;
            border-radius: 8px;
            border: 1px solid #ddd;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .seller-stat-box h2 {
            margin: 0;
            font-weight: 600;
        }

        .seller-stat-box small {
            font-size: 14px !important;
        }

        .seller-stat-stars {
            color: green;
        }

        .review-scroll {
            height: auto;
            overflow: visible;
        }


        .seller-review-title {
            margin-bottom: 15px !important;
            font-size: 16px !important;
            font-weight: 600 !important;
            color: black !important;
            /* line-height:default !important; */
        }

        .seller-rating-summary {
            display: flex;
            gap: 30px;
            align-items: center;
        }


 


        .rating-right {
            flex: 1;
            height: 120px;
        }




        .seller-rating-summary h1 {
            margin: 0;

            font-weight: 600;
        }

        .seller-rating-summary .stars {
            color: green;

        }


        .review-list {
            margin-top: 20px;
            max-height: 500px;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }


        .review-list::-webkit-scrollbar {
            width: 6px;
        }

        .review-list::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, 0.2);
            border-radius: 6px;
        }


        .single-review {
            padding: 16px 0;
            border-bottom: 1px solid #eee;
        }

        .single-review strong {
            color: black !important;
        }

        .review-header {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .avatar {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: #e5e7eb;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            color: #555;
        }

        .review-meta {
            font-size: 13px;
            color: #777;
        }

        .stars {
            color: green;
            margin: 6px 0;
            font-size: 16px;
        }

        .review-text {
            margin: 0 !important;
            font-size: 14px !important;
            color: #333 !important;
        }

        .more-reviews {
            display: none;
        }

        .terms-btn {
            margin-top: 14px;
            padding: 10px 18px;
            background: #fff;
            color: #1677ff;
            border: 1.5px solid #1677ff;
            border-radius: 12px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
        }

        .terms-btn:hover {
            background: #1677ff;
            color: #fff;
        }

        /* ===== Mobile controls layout ===== */
        @media (max-width:768px) {


            .profile-pic {
                left: 20px;
            }

            .seller-info {
                padding-top: 5px;
            }

            .seller-name {
                padding-top: 15px;

            }

            .box3 {

                border-left: none;

            }

            .box1 {

                padding-left: none;

            }

            .shop-controls {
                display: flex;
                flex-wrap: wrap;
                gap: 8px;
            }

            .filter-main-btn,
            .vendor-dropdown {
                width: 48%;
            }

            .filter-main-btn {
                order: 2;
            }

            .vendor-dropdown {
                order: 3;
            }

            /* Search full width */
            .search-box {
                width: 100%;
                order: 1;
            }

            .vendor-search-box,
            .vendor-search-box input {
                padding: 8px 5px !important;
                width: 100%;
            }

            /* dropdown button full width */
            .filter-selected,
            #vendorSortDropdown .dropdown-selected {
                width: 100%;
                min-width: unset;
            }
        }


        /* ===== Laptop / Tablet ===== */
        @media (max-width:1200px) {

            .shop-related-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .seller-stat-box {
                width: 100%;
            }

            .Chat-panel {
                width: 40%;
            }

        }


        /* ===== Tablet View ===== */
        @media (max-width:992px) {

            .shop-related-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .seller-stats-wrapper {
                flex-direction: column;
                gap: 12px;
            }

            .seller-stat-box {
                width: 100%;
            }

            .Chat-panel {
                width: 55%;
            }

        }


        /* ===== Small Tablets ===== */
        @media (max-width:850px) {

            .profile-pic {
                width: 120px;
                height: 120px;
                bottom: -40px;
            }

        }


        @media (max-width:768px) {

            .shop-controls {
                gap: 8px;
            }

        }

        .rating {
            display: flex;
            align-items: center;
            gap: 2px;
            font-size: 20px;
        }


        .star-wrap {
            position: relative;
            display: inline-block;
        }


        .star-bg {
            color: #ccc;
        }


        .star-fill {
            color: #28a745;
            position: absolute;
            left: 0;
            top: 0;
            overflow: hidden;
            white-space: nowrap;
        }

        /* =================Rating- Progress-bar=================== */






        /* ===== Responsive Rating Bars ===== */
        .rating-bars {
            width: 100% !important;
            max-width: 350px !important;
            height: auto !important;
        }

        .bar-row {
            display: flex !important;
            align-items: center !important;
            gap: 8px !important;
            width: 100% !important;
            margin-bottom: 6px !important;
            max-height: 20px !important;
        }

        .star-label {
            width: 40px !important;
            flex-shrink: 0 !important;
            font-size: 14px !important;
        }

        .rating-progress {
            flex: 1 !important;
            height: 8px !important;
            background: #ddd !important;
            border-radius: 10px !important;
            overflow: hidden !important;
        }

        .progress-fill {
            height: 100% !important;
        }

        .Rating-percent {
            width: 45px !important;
            margin-left: 5px !important;
            flex-shrink: 0 !important;
            font-size: 14px !important;
            font-weight: 600 !important;

        }

        .star-5 .progress-fill {
            background: #2e7d32;
        }

        .star-4 .progress-fill {
            background: #66bb6a;
        }

        .star-3 .progress-fill {
            background: #fbc02d;
        }

        .star-2 .progress-fill {
            background: #fb8c00;
        }

        .star-1 .progress-fill {
            background: #e53935;
        }


        .star-5 .star-label {
            color: #2e7d32;
        }

        .star-4 .star-label {
            color: #66bb6a;
        }

        .star-3 .star-label {
            color: #fbc02d;
        }

        .star-2 .star-label {
            color: #fb8c00;
        }

        .star-1 .star-label {
            color: #e53935;
        }

        .star-number {
            color: #000;

        }

        /* ===================contact-option======================== */
        .contact-option {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
            margin-top: 8px;
        }

        .vendor-phone {

            text-decoration: none;
            font-weight: 600;

        }

        #help-btn {
            border: 1px solid #ff8a00 !important;
            color: #ff8a00 !important;
            background: #fff !important;
            padding: 6px 14px !important;
            border-radius: 8px !important;
            font-size: 13px !important;
            cursor: pointer !important;

            font-weight: 600 !important;
            width: 150px !important;
            
        }
 
        #help-btn i {
            margin-right: 6px !important;
        }

        #help-btn:hover {
            color: #fff !important;
            background: #ff8a00 !important;
        }

        .whatsapp-btn img {
            height: 35px !important;
            width: auto !important;
        }

        .whatsapp-btn {
            display: flex !important;
            align-items: center !important;
            padding: 4px 0 !important;
        }



        @media (max-width:576px) {

            #help-btn {

                text-align: center !important;
            }

            .vendor-phone {
                width: 100%;
            }

            .whatsapp-btn img {
                height: 32px;
            }
        }

        /*================ Chat-panel================== */
        .Chat-panel {
            position: fixed;
            top: 0;
            left: -100%;
            width: 30%;
            height: 100%;
            background: rgba(255, 255, 255, 0.85);
            box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
            transition: left 0.5s ease-in-out;
            z-index: 1050;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            padding: 0;
        }

        .Chat-panel.active {
            left: 0;
        }

        .ResizeChat {
            position: absolute;
            top: 25px;
            right: 60px;
            font-size: 20px;
            border: none;
            background: none;
            color: White;
            cursor: pointer;
            z-index: 2;
        }

        .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 40px;
            border: none;
            background: none;
            color: White;
            cursor: pointer;
            z-index: 2;
        }

        .close-btn:hover {
            color: #ff8a00;
        }

        .store-wrap {
            position: relative;
            margin-right: 10px;
        }

        .store-img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            background: #fff;
        }

        .online-dot {
            position: absolute;
            bottom: 3px;
            right: 3px;
            width: 14px;
            height: 14px;
            background: red;
            border-radius: 50%;
            border: 2px solid white;
        }

        .online-dot.online {
            background: #31d843;
        }

        .online-dot.offline {
            background: red;
        }



        .chat-header {
            display: flex;
            align-items: center;
            background: #0C1928;
            padding: 12px;
            color: #fff;
            flex-shrink: 0;
        }

        .chat-body {
            flex: 1;
            padding: 10px;
            padding-bottom: 20px;
            overflow-y: auto;

            /* transparency effect */
            background: rgba(120, 120, 120, 0.25);


            backdrop-filter: blur(2px);

            -ms-overflow-style: none;
            scrollbar-width: none;
        }


        #chat-container::after {
            content: "";
            display: block;
            clear: both;
        }

        .day-divider {
            clear: both;
            text-align: center;
            margin: 10px auto;
            font-size: 12px;
            color: white;
            background: rgba(0, 0, 0, 0.3);
            padding: 3px 10px;
            border-radius: 10px;
            width: fit-content;
            display: block;
        }

        .msg {
            max-width: 75%;
            margin: 6px 0;
            padding: 8px 12px;
            border-radius: 12px;
            font-size: 14px;
            display: inline-block;
            clear: both;
        }

        .msg.received {
            background: #ffffff;
            color: #333;
            float: left;
            border-bottom-left-radius: 2px;
        }

        .msg.sent {
            background: #ff8a00;
            color: #fff;
            float: right;
            border-bottom-right-radius: 2px;
        }

        .msg-time {
            font-size: 11px;
            opacity: 0.7;
            margin-top: 3px;
            text-align: right;
        }

        .chat-input {
            padding: 10px;
            background: #4a4a4a;
            ;
        }


        .input-wrap {
            display: flex;
            width: 100%;

            background: #f2f2f2;

            border-radius: 6px;
            overflow: hidden;
        }


        .input-wrap input {
            flex: 1;
            border: none;
            outline: none;
            padding: 14px;
            font-size: 14px;
            background: transparent;
        }


        .input-wrap .send-btn {
            width: 60px;
            border: none;
            background: #3c3c3c;
            color: #ff8a00;
            font-size: 18px;
            cursor: pointer;

            display: flex;
            align-items: center;
            justify-content: center;
        }

        .input-wrap .send-btn:hover {
            background: #2f2f2f;
        }




        @media (max-width:576px) {

            /*=============== chat suport mobile  =============*/
            .Chat-panel.minimized {
                width: 65px !important;
                height: 65px !important;
                bottom: 15px !important;
                right: 15px !important;
                left: auto !important;
                top: auto !important;
                border-radius: 50% !important;
                padding: 0 !important;
                overflow: visible !important;
            }


            .Chat-panel.minimized .chat-body,
            .Chat-panel.minimized .chat-input,
            .Chat-panel.minimized .chat-title,
            .Chat-panel.minimized .ResizeChat {
                display: none !important;
            }


            .Chat-panel.minimized .chat-header {
                width: 65px !important;
                height: 65px !important;
                padding: 0 !important;
                padding-left: 10px !important;
                border-radius: 50% !important;
                justify-content: center !important;
                align-items: center !important;
                display: flex !important;
            }

            .Chat-panel.minimized .store-img {
                width: 65px !important;
                height: 65px !important;
                object-fit: cover !important;
                border-radius: 50% !important;
            }


            .Chat-panel.minimized .close-btn {
                display: block !important;
                font-size: 18px !important;
                top: -5px !important;
                right: -5px !important;
                background: red !important;
                color: white !important;
                width: 22px !important;
                height: 22px !important;
                border-radius: 50% !important;
                line-height: 18px !important;
                text-align: center !important;
            }

            .Chat-panel.minimized .store-img {
                width: 60px !important;
                height: 60px !important;
            }

            /*=============== chat suport mobile  end =============*/
            .shop-card .shop-add-cart-btn {
                font-size: 12px !important;
                padding: 6px !important;
            }

            .Chat-panel {
                width: 100%;
                border-radius: 0;
            }
        }




        .Chat-panel.minimized {
            width: 400px;
            height: 80px;
            bottom: 5px;
            right: 10px;
            left: auto;
            top: auto;
            border-radius: 8px;
            overflow: hidden;
        }


        .Chat-panel.minimized .chat-body,
        .Chat-panel.minimized .chat-input {
            display: none;
        }

        .Chat-panel.minimized .chat-header {
            cursor: pointer;
        }


        .shop-card .shop-add-cart-btn,
        .shop-card .buynow-btn,
        .shop-card .maan-cartbtn {
            width: 100% !important;
            height: auto !important;
            min-height: 38px !important;
            line-height: normal !important;
            padding: 8px !important;
            margin-left: 0px !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
            gap: 6px;

            border-radius: 8px !important;
        }

        /* ===== FILTER  ===== */
        .filter-main-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;

            background: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.25);

            padding: 8px 14px;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 600;

            height: 42px;
        }

        .filter-main-btn i {
            font-size: 13px;
        }

        .filter-main-btn:hover {
            background: #ff8400;
            color: #ffffff;
            border-color: #ff8400;
        }


        .filter-panel {
            position: fixed;
            top: 0;
            right: -400px;
            width: 400px;
            height: 100%;
            background: #fff;
            box-shadow: -3px 0 15px rgba(0, 0, 0, 0.2);
            transition: right 0.3s ease;
            z-index: 3000;
            border-radius: 8px;
            overflow: hidden;
            display: flex;
            border: 1px solid rgba(120, 120, 120, 0.25);
            ;
            flex-direction: column;
        }

        .filter-panel.active {
            right: 0;
        }

        .filter-header {
            position: relative;
            padding: 15px;
            border-bottom: 1px solid #eee;
            text-align: center;
            background: #0C1928;
            color: #fff;
        }

        .filter-header h5 {
            margin: 0;
            font-weight: 600;
            color: #fff;
        }

        #closeFilterBtn {
            position: absolute;
            top: 15px;
            left: 15px;
            font-size: 40px;
            border: none;
            background: none;
            color: White;
            cursor: pointer;
            z-index: 2;
        }

        #closeFilterBtn:hover {
            color: #ff8a00;
        }

        .filter-content {
            flex: 1;
            display: flex;
            overflow: hidden;
        }


        .filter-menu-left {
            width: 40%;
            border-right: 1px solid #eee;
            background: #f8f8f8;
        }

        .filter-menu-left ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .filter-menu-left li {
            padding: 12px;
            cursor: pointer;
            font-size: 14px;
        }

        .filter-menu-left li.active {
            background: #fff;
            font-weight: 600;
            border-left: 3px solid #ff8400;
        }


        .filter-options-right {
            width: 60%;
            padding: 15px;
            overflow-y: auto;
        }


        .filter-section-content {
            display: none;
        }

        .filter-section-content.active {
            display: block;
        }


        .filter-options-right {
            width: 60%;

            overflow-y: auto;
        }

        .filter-section-content.active {
            display: block;
        }

        .filter-section-content label {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            cursor: pointer !important;
            font-size: 12px !important;
            color: #333 !important;
            border-radius: 6px !important;
            text-transform: uppercase;
            letter-spacing: 0 !important;
            font-weight: 600 !important;
            margin-bottom: 0px !important;
        }




        .filter-section-content input[type="checkbox"],
        .filter-section-content input[type="radio"] {
            width: 16px;
            height: 16px;
            cursor: pointer;
            margin-top: 3px;
        }

        /* scrollbar clean */
        .filter-options-right::-webkit-scrollbar {
            display: none;
        }

        .filter-options-right::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, 0.2);
            border-radius: 6px;
        }

        .filter-footer {
            padding: 15px;
            border-top: 1px solid #eee;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 12px;
        }

        .clear-btn {
            border: 1px solid #999;
            background: #fff;
            padding: 8px 18px;
            border-radius: 8px;
            font-weight: 600;
        }

        .apply-btn {
            background: #ff8400;
            border: none;
            color: #fff;
            padding: 8px 20px;
            border-radius: 8px;
            font-weight: 600;
        }

        .clear-btn:hover {
            color: #fff;
            background: #0C1928;
        }

        .apply-btn:hover {
            background: #0C1928;
        }
  