       .search-main { margin-top: 100px !important }
       .search-main .know_more, .search-main .book_a_visit {
            width: 130px;
       }
       /* The only CSS change is removing the hardcoded 'top' value. JS will handle it completely. */
       #filterSidebar { 
           position: sticky; 
           z-index: 2; 
       }
       .filter-section { background-color: #fff; border: 1px solid #dee2e6; border-radius: .375rem; padding: 1.5rem; max-height: calc(100vh - 130px); overflow-y: auto; }
       /* .filter-section::-webkit-scrollbar { display: none; } */
       .filter-section::-webkit-scrollbar-track
            {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                /* border-radius: 10px; */
                background-color: #F5F5F5;
            }

            .filter-section::-webkit-scrollbar
            {
                width: 5px;
                background-color: #F5F5F5;
            }

            .filter-section::-webkit-scrollbar-thumb
            { 
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
                background-color: #0d6efd;
            }
       /* .filter-section { -ms-overflow-style: none; scrollbar-width: none; } */
       #filterSidebar hr{ margin: 26px 0; }
       .filter-section h5 { font-size: 1rem; font-weight: 600; }

        .filter-mob-btn{
            position: fixed;
            top: 30%;
            right: -30px;
            z-index: 999;
            width: auto;
            transform: rotate(90deg);
        }
       
       .price-input { width: 100%; display: flex; margin: 0px; }
       .price-input .field { display: flex; width: 100%; align-items: center; }
       .field input { width: 100%; height: 35px; outline: none; margin-left: 12px; border-radius: 5px; text-align: center; border: 1px solid #999; -moz-appearance: textfield; }
       input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }
       .price-input .separator { width: 30px; display: flex; font-size: 19px; align-items: center; justify-content: center; }
       .slider { height: 5px; position: relative; background: #ddd; border-radius: 5px; }
       .slider .progress { height: 100%; left: 25%; right: 25%; position: absolute; border-radius: 5px; background: #0d6efd; }
       .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: #0d6efd; pointer-events: auto; -webkit-appearance: none; box-shadow: 0 0 6px rgba(0, 0, 0, 0.05); cursor: pointer; }
       input[type="range"]::-moz-range-thumb { height: 17px; width: 17px; border: none; border-radius: 50%; background: #0d6efd; pointer-events: auto; -moz-appearance: none; box-shadow: 0 0 6px rgba(0, 0, 0, 0.05); }
       .btn-check:checked+.btn-outline-secondary { background-color: #e7f1ff; border-color: #0d6efd; color: #0d6efd; }
       .property-card { border: 1px solid #dee2e6; transition: box-shadow .2s ease-in-out; border-radius: 8px; }
       .property-card:hover { box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); }
       .card-img-container { position: relative; height: 250px; }
       .heart-icon { font-size: 1.5rem; color: #adb5bd; cursor: pointer; }
       .heart-icon.active { color: #dc3545; }
       .search-bar .input-group { border: 1px solid #ced4da; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
       .search-bar .form-control { border: none; box-shadow: none !important; }
       .quick-filters .btn { border-radius: 20px; font-size: 0.8rem; }
       .price-on-request{font-size: 15px;}
        .swiper-container { width: 100%; height: 100%; border-radius: 0.25rem 0 0 0.25rem; }
        .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
        .swiper-button-next, .swiper-button-prev { width: 30px; height: 30px; background-color: rgba(45, 47, 121, 0.7); border-radius: 50%; color: #ffffff; }
        .swiper-button-next::after, .swiper-button-prev::after { font-size: 14px; font-weight: bold; }
        .swiper-pagination-bullet-active { background: #fff; }
        .card-img-container { background-color: #f0f0f0; }
        .swiper-button-prev.swiper-button-search-prev{left: 10px}
        .swiper-button-next.swiper-button-search-next{right: 10px}
        .spinner { width: 50px; height: 50px; border: 5px solid #f3f3f3; border-top: 5px solid #0d6efd; border-radius: 50%; animation: spin 1s linear infinite; }
        @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
        .slider .progress { height: 100%; left: 0%; right: 0%; position: absolute; border-radius: 5px; background: #0d6efd; }
        .range-input input { top: -20px; }
        .sort-control.active { font-weight: bold; background-color: #f0f0f0; }
        .suggestion-group-header { font-size: 0.8rem; text-transform: uppercase; color: #6c757d; background-color: #f8f9fa; padding: 0.5rem 1rem; }
        .suggestion-item { line-height: 1.2; }
        .suggestion-main-text { font-size: 0.95rem; color: #212529; }
        .suggestion-context { font-size: 0.75rem; color: #6c757d; }
        .project-listing-search-main{ padding: 10px 10px; }
        .toggle-filter-visibility { font-size: 0.8rem; cursor: pointer; }
        /* <!-- START: RERA CHANGE --> */
        .rera-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            background-color: #2D2F79;
            color: #ffffff;
            padding: 3px 16px;
            border-radius: 18px;
            font-size: 0.7rem;
            font-weight: 600;
            z-index: 10;
            text-transform: uppercase;
            letter-spacing: 1px;
            backdrop-filter: blur(2px);
        }
        @media screen and (max-width: 576px) {
             #filterSidebar{
                z-index: 99;
            }
            #filterSidebar .filter-section{ 
                position: fixed; 
            }
            .filter-section {
                background-color: #fff;
                border: 1px solid #dee2e6;
                border-radius: .375rem;
                padding: 3em 1.5rem;
                max-height: calc(100vh - 130px);
                overflow-y: auto;
                max-height: 100vh;
            }
            .portal_homepage h1{
                font-size: 20px;
                text-align: left;
            }
        }