.modal {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 9999;
            background: rgba(0, 0, 0, 0.7);
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background: #fff;
            padding: 30px;
            max-width: 90%;
            width: 100%;
            position: relative;
            border-radius: 5px;
        }

        .close-btn {
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: 24px;
            cursor: pointer;
        }

        .sort-filter-trigger {
            padding: 14px 20px 14px 0px;
            /* background-color: #f0f0f0; */
            font-family: 'Poppins';
            /* cursor: pointer; */
            font-size: 16px;
            font-weight: 600;
            text-align: end;
            /* border-bottom: 1px solid #ddd; */
        }

        .sidebar {
            width: 100%;
            max-width: 420px;
            height: 100vh;
            position: fixed;
            top: 0;
            right: 0;
            background: #fff;
            z-index: 1000;
            padding: 24px 24px 80px;
            box-sizing: border-box;
            overflow-y: auto;
            display: none;
            /* hidden by default */
            box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
        }

        .sidebar.open {
            display: block;
        }

        .close-btn {
            position: absolute;
            right: 24px;
            top: 24px;
            font-size: 28px;
            cursor: pointer;
            border: none;
            color: #000;
            background: none;
        }

        h2 {
            font-size: 16px;
            font-weight: 600;
            margin: 0 0 30px;
        }

        .sort-section h4 {
            font-size: 12px;
            font-weight: 600;
            margin: 0 0 10px;
        }

        .sort-section label {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            font-size: 14px;
            cursor: pointer;
        }

        .sort-section input[type="radio"] {
            margin-right: 10px;
            accent-color: #000000;
        }

        .accordion {
            margin-top: 25px;
        }

        .accordion-item {
            border-bottom: 1px solid #f0f0f0;
            padding: 15px 0;
        }

        .accordion-item summary {
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            list-style: none;
        }

        .accordion-item summary::-webkit-details-marker {
            display: none;
        }

        .accordion-item[open] summary::after {
            content: "▲";
            float: right;
            font-size: 10px;
            margin-top: 3px;
        }

        .accordion-item summary::after {
            content: "▼";
            float: right;
            font-size: 10px;
            margin-top: 3px;
        }

        .checkboxes {
            margin-top: 10px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .checkboxes label {
            font-size: 14px;
            display: flex;
            align-items: center;
            cursor: pointer;
        }

        .checkboxes input[type="checkbox"] {
            margin-right: 8px;
            accent-color: #000000;
        }

        .footer1 {
            position: fixed;
            bottom: 0;
            width: 100%;
            max-width: 420px;
            display: flex;
            /* justify-content: space-between; */
            align-items: center;
            background-color: #f0f0f0;
            padding: 16px 24px;
            box-sizing: border-box;
            gap: 20px;
        }

        .footer1 .count {
            font-size: 14px;
        }

        .footer1 button {
            background-color: #000000;
            color: white;
            border: none;
            padding: 10px 28px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
        }


        .services-item.animate {
            transform: translateX(20px);
        }

        .filter-list {
            display: inline;
            gap: 5px;
        }

        .filter-chip {
            background: #000;
            padding: 7px 20px;
            color: #fff;
            margin: auto;
            margin-top: 5px;
            border: 1px solid #0f0f0f;
            transition: all .5s ease-in-out;
            align-items: anchor-center;
            display: inline-block;
            border-radius: 10px;
            font-family: Poppins;
        }

        .filter-chip1 {
            display: inline-flex;
            align-items: center;
            padding: 6px 12px;
            margin: 4px 6px 4px 0;
            font-size: 13px;
        }

        .filter-chip1 .remove-filter {
            margin-left: 8px;
            color: #999;
            font-size: 14px;
        }

        .filter-chip1 .remove-filter:hover {
            color: #000;
        }

        .search-chip {
            font-style: italic;
            letter-spacing: 0.2px;
            opacity: 0.85;
        }

        .text-highlight {
            font-weight: bold;
        }

        .box-content {
            margin-top: 15px;
        }



        .services-item.animate {
            transform: translateX(20px);
        }

        .filter-list {
            display: inline;
            gap: 5px;
        }

        .filter-chip {
            background: #000;
            padding: 7px 20px;
            color: #fff;
            margin: auto;
            margin-top: 5px;
            border: 1px solid #0f0f0f;
            transition: all .5s ease-in-out;
            align-items: anchor-center;
            display: inline-block;
            border-radius: 10px;
            font-family: Poppins;
        }

        .filter-chip1 {
            display: inline-flex;
            align-items: center;
            padding: 6px 12px;
            margin: 4px 6px 4px 0;
            font-size: 13px;
        }

        .filter-chip1 .remove-filter {
            margin-left: 8px;
            color: #999;
            font-size: 14px;
        }

        .filter-chip1 .remove-filter:hover {
            color: #000;
        }

        .search-chip {
            font-style: italic;
            letter-spacing: 0.2px;
            opacity: 0.85;
        }

        .text-highlight {
            font-weight: bold;
        }

        .box-content {
            margin-top: 15px;
        }