#properties-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 18px;
padding: 20px;
}
.property-card-wrapper {
display: flex;
justify-content: center;
}
.property-card {
background: #fff;
padding: 20px;
border-radius: 16px;
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
width: 100%;
max-width: 400px;
text-decoration: none;
color: inherit;
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
flex-direction: column;
gap: 12px;
}
.property-card:hover {
transform: translateY(-6px);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.property-badge {
background: #f1f5f9;
color: #1e40af;
font-size: 13px;
font-weight: 500;
padding: 6px 14px;
border-radius: 999px;
display: inline-block;
width: fit-content;
text-transform: capitalize;
}
.property-title {
font-size: 20px;
font-weight: 700;
color: #111827;
}
.property-location {
font-size: 14px;
color: #555;
display: flex;
align-items: center;
gap: 6px;
border-bottom: 1px solid #eee;
}
.property-location i {
color: #999;
}
.property-meta {
display: flex;
justify-content: space-between;
font-size: 14px;
border-top: 1px solid #eee;
margin-top: 10px;
padding-top: 10px;
}
.property-meta .label {
font-weight: 600;
color: #1f2937;
}
#properties-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 24px;
padding: 20px;
}
.property-card-link {
text-decoration: none !important;
color: inherit;
}
.property-card {
background: #fff;
border-radius: 14px;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.property-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.property-card-image-placeholder {
height: 180px;
background: #f0f0f0;
display: flex;
align-items: center;
justify-content: center;
color: #aaa;
font-size: 18px;
}
.property-card-body {
padding: 16px;
}
.badge-type {
display: inline-block;
background-color: #e8f0fe;
color: #1a73e8;
font-size: 12px;
font-weight: 500;
padding: 4px 10px;
border-radius: 6px;
margin-bottom: 8px;
}
.property-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 6px;
color: #333;
}
.property-location {
font-size: 14px;
color: #555;
margin-bottom: 12px;
}
.property-meta {
display: flex;
justify-content: space-between;
font-size: 13px;
color: #666;
border-top: 1px solid #eee;
padding-top: 10px;
}
#properties-pagination {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 8px;
padding: 20px;
}
.pagination-btn {
padding: 8px 14px;
border: 1px solid #ddd;
background-color: #fff;
border-radius: 5px;
text-decoration: none;
color: #333;
font-size: 14px;
}
.pagination-btn.active {
background-color: #1a73e8;
color: #fff;
border-color: #1a73e8;
}
.pagination-btn:hover:not(.active) {
background-color: #f0f0f0;
}
.no-properties {
text-align: center;
font-size: 16px;
color: #888;
padding: 40px;
}
.property-card-link {
text-decoration: none;
color: inherit;
}
.property-card {
background: #fff;
border-radius: 12px;
padding: 20px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
transition: transform 0.2s ease, box-shadow 0.3s ease;
display: flex;
flex-direction: column;
gap: 10px;
height: 100%;
}
.property-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.badge-type {
display: inline-block;
background: #eef2f7;
color: #333;
font-size: 12px;
padding: 4px 10px;
border-radius: 8px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 8px;
}
.property-title {
font-size: 18px;
font-weight: bold;
color: #222;
margin: 0;
}
.property-price,
.property-area,
.property-location,
.property-updated {
font-size: 14px;
color: #444;
margin: 0;
}
.property-location i {
margin-right: 6px;
color: #888;
}
.property-price strong,
.property-area strong,
.property-updated strong {
color: #111;
font-weight: 600;
} .filter-drawer-container {
position: relative;
}
.filter-button {
padding: 10px 20px;
background-color: #007bff;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
.filter-button i {
margin-right: 8px; font-size: 16px;
} .close-drawer-button {
background: none;
border: none;
font-size: 20px;
cursor: pointer;
} .apply-filters-button-drawer {
background-color: #28a745; color: white;
border: none;
padding: 10px 15px;
margin-top: 10px;
cursor: pointer;
display: flex;
align-items: center;
border-radius: 5px;
justify-content: center;
width: 100%;
}
.clear-filters-button {
background-color: #f44336; color: white;
border: none;
padding: 10px 15px;
margin-top: 10px;
border-radius: 5px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.clear-filters-button i {
margin-right: 8px; font-size: 16px;
}
.clear-filters-button:hover {
background-color: #d32f2f; } .filter-drawer {
position: fixed;
top: 0;
right: -100%;
width: 80%;
max-width: 400px;
height: 100%;
background-color: #f8f9fa;
box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
transition: right 0.3s ease-in-out;
z-index: 9999;
overflow-y: auto;
padding: 20px;
} .filter-drawer.open {
right: 0;
} .filter-drawer-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
margin-top: 35px;
}  .filter-drawer-content {
display: flex;
flex-direction: column;
gap: 10px;
}
.filter-drawer-content input,
.filter-drawer-content select {
padding: 10px;
width: 100%;
border: 1px solid #ccc;
border-radius: 5px;
} .apply-filters-button {
background-color: #28a745;
color: white;
padding: 10px;
border: none;
border-radius: 5px;
cursor: pointer;
}
.verified-badge {
color: green;
font-weight: bold;
}
.not-verified {
color: red;
font-weight: bold;
}
.property-card {
background: #fff;
border-radius: 16px;
padding: 20px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
display: flex;
flex-direction: column;
gap: 14px;
height: 100%;
}
.property-card:hover {
transform: translateY(-6px);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.property-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.badge-type {
background: #e0f2ff;
color: #0277bd;
padding: 5px 12px;
font-size: 13px;
font-weight: 600;
border-radius: 999px;
text-transform: capitalize;
}
.verified-badge {
color: #388e3c;
background: #e8f5e9;
padding: 4px 10px;
font-size: 12px;
border-radius: 6px;
font-weight: 600;
}
.not-verified {
color: #c62828;
background: #ffebee;
padding: 4px 10px;
font-size: 12px;
border-radius: 6px;
font-weight: 600;
}
.property-title {
font-size: 20px;
font-weight: 700;
color: #212121;
margin: 0;
}
.property-location {
font-size: 14px;
color: #666;
display: flex;
align-items: center;
gap: 6px;
margin-bottom: 8px;
}
.property-details p {
margin: 4px 0;
font-size: 14px;
color: #444;
}
.property-details p strong {
color: #222;
font-weight: 600;
}
.property-footer {
margin-top: auto;
padding-top: 12px;
border-top: 1px solid #eee;
font-size: 13px;
color: #777;
}
.hide-map-layout .split-right,
.hide-map-layout .top-map-wrapper,
.hide-map-layout .divider {
display: none !important;
}
.hide-map-layout .split-left {
width: 100% !important;
}
.property-card-modern {
border-radius: 16px;
overflow: hidden;
background: #fff;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
display: flex;
flex-direction: column;
height: 100%;
}
.property-card-modern:hover {
transform: translateY(-6px);
box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1);
}
.property-image-wrapper {
position: relative;
height: 220px;
background: #f2f2f2;
}
.property-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.property-image-skeleton {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #eee 25%, #ddd 50%, #eee 75%);
background-size: 200% 100%;
animation: skeleton-loading 1.5s infinite linear;
opacity: 0.6;
}
@keyframes skeleton-loading {
0% {
background-position: 200% 0;
}
100% {
background-position: -200% 0;
}
}
.badges {
position: absolute;
top: 12px;
left: 12px;
display: flex;
gap: 8px;
z-index: 2;
}
.badge {
padding: 5px 12px;
border-radius: 999px;
font-size: 12px;
font-weight: 600;
color: #fff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.badge.featured {
background-color: #2e7d32;
}
.badge.renting {
background-color: #d32f2f;
}
.property-info {
padding: 16px;
display: flex;
flex-direction: column;
gap: 12px;
}
.property-title {
font-size: 18px;
font-weight: 700;
color: #212121;
margin: 0;
line-height: 1.3;
}
.property-icons {
display: flex;
justify-content: space-between;
font-size: 14px;
color: #555;
border-bottom: 1px solid #eee;
}
.property-icons div {
display: flex;
align-items: center;
gap: 6px;
}
.property-price {
font-size: 18px;
font-weight: 700;
color: #1a1a1a;
margin-top: 8px;
}