.select2-container {
            width: 100% !important;
        }

        .select2-container .select2-selection--single {
            height: 38px !important;
            border: 1px solid #ced4da !important;
            border-radius: 0.375rem !important;
            display: flex !important;
            align-items: center !important;
            padding: 0 0.75rem !important;
        }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: normal !important;
            padding-left: 0 !important;
            color: #212529;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 36px !important;
            right: 8px !important;
        }


        /* ===== Property Card ===== */
        .prop-card {
            border: 1px solid #e8e8e8;
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
            transition: box-shadow 0.2s, transform 0.2s;
            display: flex;
            flex-direction: row;
            min-height: 200px;
        }

        .prop-card:hover {
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.13);
            transform: translateY(-2px);
        }

        /* ===== Left: Image/Carousel ===== */
        .prop-media {
            position: relative;
            width: 340px;
            min-width: 300px;
            flex-shrink: 0;
            background: #f0f4f8;
            overflow: hidden;
        }

        .prop-media .carousel,
        .prop-media .carousel-inner,
        .prop-media .carousel-item {
            height: 100%;
            min-height: 220px;
            max-height: 240px;
        }

        .prop-media .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .prop-media .svg-wrapper {
            width: 100%;
            height: 100%;
            min-height: 220px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f0f6ff;
        }

        .prop-media .carousel-control-prev-icon,
        .prop-media .carousel-control-next-icon {
            background-color: rgba(0, 0, 0, 0.45);
            border-radius: 50%;
            padding: 16px;
        }

        /* Badge overlay */
        .prop-badge-wrap {
            position: absolute;
            top: 10px;
            left: 10px;
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
            z-index: 5;
        }

        .prop-badge {
            font-size: 10px;
            font-weight: 700;
            padding: 3px 8px;
            border-radius: 4px;
            text-transform: uppercase;
            letter-spacing: 0.4px;
            background: rgba(0, 0, 0, 0.55);
            color: #fff;
            backdrop-filter: blur(4px);
        }

        .prop-badge.verified {
            background: #1565c0;
        }

        .prop-badge.corner {
            background: #e65100;
        }

        .prop-badge.new {
            background: #2e7d32;
        }

        /* Slide count */
        .prop-slide-count {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: rgba(0, 0, 0, 0.55);
            color: #fff;
            font-size: 11px;
            padding: 2px 8px;
            border-radius: 20px;
            z-index: 5;
        }

        /* ===== Right: Info ===== */
        .prop-info {
            flex: 1;
            padding: 16px 20px;
            display: flex;
            flex-direction: column;
            gap: 6px;
            min-width: 0;
        }

        /* Top row */
        .prop-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 8px;
        }

        .prop-title {
            font-size: 1.05rem;
            font-weight: 700;
            color: #1a1a2e;
            margin: 0;
            line-height: 1.3;
        }

        .prop-new-tag {
            background: #e3f0ff;
            color: #1565c0;
            font-size: 10px;
            font-weight: 700;
            padding: 3px 10px;
            border-radius: 20px;
            white-space: nowrap;
            flex-shrink: 0;
        }

        /* Location */
        .prop-location {
            font-size: 0.82rem;
            color: #666;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .prop-location i {
            color: #1565c0;
            font-size: 13px;
        }

        /* Price row */
        .prop-price-row {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
            margin: 2px 0;
        }

        .prop-price-main {
            font-size: 1.2rem;
            font-weight: 800;
            color: #1565c0;
        }

        .prop-price-label {
            font-size: 0.75rem;
            color: #888;
            font-weight: 500;
        }

        /* Specs chips */
        .prop-specs {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin: 2px 0;
        }

        .prop-spec-chip {
            background: #f4f6fb;
            border: 1px solid #e0e5f0;
            border-radius: 6px;
            padding: 4px 10px;
            font-size: 0.78rem;
            color: #444;
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 70px;
        }

        .prop-spec-chip span:first-child {
            font-weight: 700;
            color: #1a1a2e;
            font-size: 0.82rem;
        }

        .prop-spec-chip span:last-child {
            font-size: 0.7rem;
            color: #888;
        }

        /* Description */
        .prop-desc {
            font-size: 0.8rem;
            color: #666;
            line-height: 1.5;
            flex: 1;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* Bottom action row */
        .prop-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 6px;
            padding-top: 10px;
            border-top: 1px solid #f0f0f0;
            gap: 8px;
            flex-wrap: wrap;
        }

        .prop-contact {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 0.8rem;
            color: #555;
        }

        .prop-contact i {
            color: #1565c0;
        }

        .btn-view-number {
            background: #1565c0;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 7px 18px;
            font-size: 0.82rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.15s;
            white-space: nowrap;
        }

        .btn-view-number:hover {
            background: #0d47a1;
            color: #fff;
        }

        .btn-brochure {
            border: 1.5px solid #1565c0;
            color: #1565c0;
            background: #fff;
            border-radius: 8px;
            padding: 6px 16px;
            font-size: 0.82rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.15s;
            white-space: nowrap;
        }

        .btn-brochure:hover {
            background: #e3f0ff;
        }

        /* ===== Responsive ===== */
        @media (max-width: 768px) {
            .prop-card {
                flex-direction: column;
            }

            .prop-media {
                width: 100%;
                min-width: unset;
                height: 220px;
            }

            .prop-media .carousel,
            .prop-media .carousel-inner,
            .prop-media .carousel-item {
                height: 220px;
            }
        }

        /* ===== Page header ===== */
        .page-eyebrow {
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #1565c0;
            margin-bottom: 4px;
        }

        .page-main-title {
            font-size: 1.6rem;
            font-weight: 800;
            color: #1a1a2e;
            margin: 0;
        }

        /* ===== Filter card ===== */
        .filter-card {
            border-radius: 10px;
            border: 1px solid #e0e5f0;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        }
