
.page-header h1 {
    color: #203864;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.row.gx-5 {
    --bs-gutter-x: 3rem;
}

.page-header .desc p {
    margin-bottom: 0;
    font-weight: 500;
    color: #203864;
    font-size: 24px;
}

.search-input {
    margin-bottom: 1.5em;
    max-width: 350px;
}

.advance-search h2 {
    font-weight: 500;
    color: #203864;
    font-size: 24px;
    margin-bottom: 0.5em;
}

.advance-search .form-label {
    font-weight: 500;
    color: #203864;
    font-size: 18px;
}

.advance-search .select2-container {
    max-width: 350px;
    display: block;
}

.filter-subcats {
    display: flex;
    flex-wrap: wrap;
}

.filter-subcats .subcat-item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.filter-subcats .subcat-item a.btn {
    padding: 7px 35px;
}

.filter-subcats .btn-default:focus {
    background: #10316b;
    color: #fff;
}

.filter-subcats .btn-default:hover {
    background: #10316b;
    color: #fff;
}

.properties-wrapper {
    margin-top: 16px;
}

.property-lists {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.property-lists .property-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
    color: #203864;
    overflow: hidden;
}

.property-item-row {
    height: 100%;
}

.property-image-col {
    padding: 0;
    min-height: 220px;
}

.property-content-col {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.property-price-col {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #f0f0f0;
}

@media (min-width: 992px) {
    .property-price-col {
        border-top: none;
    }
}

.property-cover {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #f3f6fb;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.property-address {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #203864;
}

.property-entry-infos {
    margin-bottom: 8px;
}

.property-entry-info {
    font-size: 14px;
    color: #4b4f58;
}

.property-entry-info span:first-child {
    color: #203864;
    min-width: 90px;
}

@media (max-width: 575.98px) {
    .property-entry-info {
        flex-direction: column;
    }

    .property-entry-info span:first-child {
        min-width: auto;
    }
}

.property-lists .property-item .property-price {
    font-size: 22px;
    font-weight: 600;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    color: #203864;
    text-align: center;
}

.property-price-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
}

.property-price-container .business-text {
    font-size: 14px;
    color: #4b4f58;
    text-align: center;
}

.property-price-container .readmore {
    width: 100%;
}

.property-lists .list_item_remark p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

ul.pagination {
    margin-bottom: 0 !important;
}

.result-counts {
    line-height: 36px;
}

#sort-bar {
    margin-bottom: 1rem;
}

.row.g-2, .row.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.row.g-3, .row.gx-3 {
    --bs-gutter-x: 1rem;
}

.range-group {
    display: flex;
    align-items: center;
}

.range-group label {
    flex-shrink: 0;
}

.range-group .input-group > .form-control {
    width: 100%;
    flex-shrink: unset;
    flex-grow: unset;
}

.range-group .input-group {
    flex-wrap: nowrap;
}

/*select 2 custom start*/
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #203864;
    padding: 5px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    color: #203864;
    padding: 5px 10px;
    border-bottom-color: #aaa;

}

/*select 2 custom end*/
