       .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .pagination li {
            margin: 0 5px;
        }

        .pagination li a,
        .pagination li span {
            display: inline-block;
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            text-decoration: none;
            color: #1B667B;
            transition: background-color 0.3s, color 0.3s;
        }

        .pagination li a:hover {
            background-color: #1B667B;
            color: #fff;
        }

        .pagination li.active span {
            background-color: #1B667B;
            color: #fff;
            border-color: #1B667B;
        }

        .pagination li.disabled span {
            color: #aaa;
            cursor: not-allowed;
        }

        .singleFeatureCard.responsive-card {
            width: 280px !important;
            height: auto;
            border: 1px solid #D4D4D4;
            border-radius: 11px;
            margin-bottom: 20px;
        }

        /* Responsif untuk layar kecil (misalnya smartphone) */
        @media (max-width: 576px) {
            .singleFeatureCard.responsive-card {
                width: 100% !important;
                max-width: 100%;
                height: auto;
            }
        }

        .condition-circle {
            display: inline-block;
            background-color: #fff;
            color: #FB923C;
            font-weight: bold;
            text-align: center;
            border-radius: 8px;
            width: 70px;
            height: 25px;
            line-height: 22px;
            font-size: 14px;
            border: 1px solid #FB923C;
        }

        .new-style .catabody-wraper .cateRightContent .cateRightContentWraper {
            width: 1180px;

        }

        .gridViews {
            width: 1180px;
        }

        #min_price,
        #max_price {
            height: 40px;
            /* Sesuaikan tinggi sesuai kebutuhan */
            padding: 5px 10px;
            /* Sesuaikan padding agar lebih proporsional */
            font-size: 14px;
            /* Sesuaikan ukuran font */
            border-radius: 4px;
            /* Tambahkan border-radius jika diperlukan */
        }

        .postdate {
            display: flex;
            gap: 10px;
            list-style: none;
            padding: 10px;
            margin: 0;

        }

        .postdate li {
            border: 1px solid #E0E0E0;
            border-radius: 5px;
            overflow: hidden;
        }

        .postdate li a {
            display: block;
            padding: 5px;
            color: #737373;
            text-decoration: none;
        }

        .postdate li a.active {
            background-color: #0f766e;
            color: white;
        }

        .modal-dialog {
            max-width: 531px;
            /* Optional: atur lebar modal */
            height: 752px;
            /* Tinggi modal total */
        }

        .modal-content {
            height: 100%;
            /* Pastikan modal-content ikut tinggi 752px */
            display: flex;
            flex-direction: column;
        }

        .modal-body {
            flex: 1 1 auto;
            /* Modal body bisa fleksibel, scroll kalau overflow */
            overflow-y: auto;
        }

        /*loader css start */
        .all_location_new_btn.btn-primary {
            background-color: var(--main-color-one);
            border-color: var(--main-color-one);
        }

        .loader-container {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.9);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .loader {
            border: 4px solid #f3f3f3;
            border-top: 4px solid #3498db;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            animation: spin 2s linear infinite;
            display: inline-block;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        #map-container {
            display: none;
            /* Initially hide the map container */
        }

        /*loader css end */

        /* new ======================*/
        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

        .slider-kilometer .slider-range {
            height: 8px;
            background: #ddd;
        }

        .noUi-handle:after,
        .noUi-handle:before {
            display: none;
        }

        .noUi-touch-area {
            height: 100%;
            width: 100%;
            background: var(--main-color-one);
            border-radius: 50%;
        }

        .noUi-pips-horizontal {
            padding: 10px 0;
            height: 80px;
            top: 100%;
            left: 0;
            width: 100%;
            visibility: hidden;
            opacity: 0;
        }

        .noUi-connect {
            background: gray;
        }

        .noUi-horizontal .noUi-handle {
            width: 20px;
            height: 20px;
            right: -10px;
            top: -6px;
            border-radius: 50%;
        }

        .range-input {
            position: relative;
        }

        .range-input input {
            position: absolute;
            width: 100%;
            height: 5px;
            top: -5px;
            background: none;
            pointer-events: none;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

        input[type="range"]::-webkit-slider-thumb {
            height: 17px;
            width: 17px;
            border-radius: 50%;
            background: #17A2B8;
            pointer-events: auto;
            -webkit-appearance: none;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        }

        input[type="range"]::-moz-range-thumb {
            height: 17px;
            width: 17px;
            border: none;
            border-radius: 50%;
            background: #17A2B8;
            pointer-events: auto;
            -moz-appearance: none;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        }

        .singleFeatureCard.inside_google_map_card {
            max-width: 200px !important;
            height: 181px !important;
        }

        .singleFeatureCard.inside_google_map_card .main-card-image {
            height: 111px !important;
        }

        .new-style .singleFeatureCard.inside_google_map_card .featurebody {
            height: auto !important;
        }

        .tag-btn {
            font-size: 0.75rem;
            padding: 0.15rem 0.5rem;
            line-height: 1.2;
        }

        .input-no-border {
            border: none;
            background-color: transparent;
            font-size: 0.75rem;
            color: #6b7280;
            /* gray-600 */
        }

        .input-no-border:focus {
            outline: none;
            box-shadow: none;
            background-color: transparent;
        }

        .criteria-tag {
            display: inline-flex;
            align-items: center;
            background-color: #e9ecef;
            border-radius: 4px;
            padding: 2px 8px;
            margin: 2px;
            font-size: 14px;
            max-width: 100%;
            overflow: hidden;
        }

        .tag-text {
            margin-right: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .remove-tag {
            cursor: pointer;
            color: #6c757d;
            font-weight: bold;
            font-size: 16px;
            line-height: 1;
            padding: 2px 4px;
            margin-left: 2px;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

        .remove-tag:hover {
            color: #dc3545;
            background-color: rgba(220, 53, 69, 0.1);
            border-radius: 2px;
        }

        #tagify-container {
            padding: 4px 8px;
            min-height: 38px;
            border: 1px solid #D4D4D4;
            /* Tambahkan border */
            border-radius: 4px;
            max-height: 70px;
            overflow: auto;
        }

        #criteria_input:focus {
            outline: none;
        }

        .filter-header {
            position: sticky;
            /* top: 90px; */
            padding-top: 16px !important;
            padding-bottom: 16px !important;
            padding-right: 80px !important;
            padding-left: 80px !important;
            /* z-index: 1030; Ensure it stays above other elements */
            background-color: #FFFFFF !important;
            /* Match the background color of the page */
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            /* Optional: Add shadow for better separation */
        }

        /* Style untuk dropdown item yang aktif */
        .dropdown-item.active {
            background-color: #0f766e;
            color: white;
        }

        .dropdown-item.active:hover,
        .dropdown-item.active:focus {
            background-color: #0d5c53;
            color: white;
        }

        @media (max-width: 768px) {
            .pagination {
                flex-wrap: wrap;
                justify-content: center;
                gap: 0px;
            }

            .pagination li {
                margin: 1px;
            }

            .pagination li a,
            .pagination li span {
                padding: 8px 12px;
                font-size: 14px;
                min-width: 35px;
                text-align: center;
            }

            /* Container pagination untuk scroll horizontal jika diperlukan */
            .blog-pagination {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }

            .custom-pagination {
                min-width: 100%;
                display: flex;
                justify-content: center;
            }

            .filter-header {
                position: sticky;
                top: 85px;
                /* Sesuaikan dengan tinggi header utama website */
                padding: 10px !important;
                margin-top: 61px;
                z-index: 1000;
                width: 100%;
                overflow-x: auto;
            }

            .filter-header .d-flex {
                flex-wrap: nowrap;
                overflow-x: auto;
                gap: 8px;
                padding-bottom: 5px;
                -webkit-overflow-scrolling: touch;
                /* Smooth scrolling on iOS */
            }

            /* Hindari penyusutan tombol pada layar kecil */
            .filter-header .btn {
                white-space: nowrap;
                flex-shrink: 0;
                min-width: auto;
                padding: 6px 12px;
                font-size: 12px;
            }

            /* Container tag menyesuaikan lebar layar */
            #tagify-container {
                min-width: 120px;
                max-width: 150px;
                flex-shrink: 1;
                max-height: 80px;
                overflow: auto;
                text-overflow: ellipsis;
            }

            /* Tombol listing grid/list lebih kompak */
            .listing-btn {
                display: flex;
                gap: 5px;
                flex-shrink: 0;
            }

            .listing-btn button {
                padding: 4px 8px;
                font-size: 12px;
            }

            /* Ukuran ikon pada tombol */
            .listing-btn i {
                font-size: 16px !important;
            }

            /* Memperbaiki tampilan tag kriteria */
            .criteria-tag {
                font-size: 12px;
                padding: 1px 6px;
                white-space: nowrap;
            }

            /* Modal filter responsive */
            .modal-dialog {
                margin: 0;
                width: 100%;
                max-width: 100%;
                height: 100%;
            }

            .modal-content {
                border-radius: 0;
                height: 100%;
            }

            /* Content layout */
            .gridViews {
                width: 100% !important;
                padding: 0 10px;
            }

            .cateRightContentWraper {
                width: 100% !important;
            }

            /* Mengatur grid view pada mode mobile */
            /* .row>[class*="col-"] {
                                                                                                                padding-left: 5px;
                                                                                                                padding-right: 5px;
                                                                                                            } */

            /* Hapus padding tambahan konten utama */
            .container-1920.plr1 {
                padding-top: 20px !important;
            }
        }

        /* Tambahkan untuk perangkat yang sangat kecil */
        @media (max-width: 380px) {
            .filter-header .btn {
                padding: 4px 8px;
                font-size: 11px;
            }

            #tagify-container {
                min-width: 100px;
            }

            /* Container cari kriteria collapsed */
            #criteria_input {
                width: 80px;
                min-width: auto;
            }
        }