.property-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;padding:20px 0}.property-card{position:relative;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.08);display:flex;flex-direction:column;transition:transform 0.2s ease,box-shadow 0.2s ease}.property-card:hover{transform:translateY(-5px);box-shadow:0 6px 18px rgba(0,0,0,0.12)}.property-badge{background:#e53935;color:#fff;padding:6px 12px;font-size:13px;font-weight:600;position:absolute;top:10px;left:10px;border-radius:4px;z-index:10;text-transform:uppercase;letter-spacing:0.5px}.property-image img{width:100%;height:220px;object-fit:cover;display:block}.property-content{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.property-content h3{font-size:18px;color:#222;margin-bottom:12px;line-height:1.4}.property-top-meta,.property-bottom-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:14px;margin-bottom:8px;color:#555}.property-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.property-buttons .btn{padding:8px 14px;font-size:14px;text-decoration:none;border-radius:6px;font-weight:600;display:inline-block;transition:background-color 0.2s ease}.property-buttons .btn.call{background-color:#e53935;color:white}.property-buttons .btn.call:hover{background-color:#c62828}.property-buttons .btn.whatsapp{background-color:#25D366;color:white}.property-buttons .btn.whatsapp:hover{background-color:#1ebc57}.property-buttons .btn.view{background-color:#f1f1f1;color:#222}.property-buttons .btn.view:hover{background-color:#e0e0e0}@media (max-width:768px){.property-content h3{font-size:16px}.property-buttons .btn{font-size:13px;padding:7px 12px}.property-top-meta,.property-bottom-meta{font-size:13px}.property-image img{height:200px}}@media (max-width:480px){.property-grid{grid-template-columns:1fr;gap:16px}.property-content{padding:14px}.property-content h3{font-size:15px}.property-buttons{flex-direction:column;gap:8px}.property-buttons .btn{width:100%;text-align:center;padding:10px 0;font-size:14px}.property-image img{height:180px}}.custom-carousel{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:40px auto}.carousel-item{background:#fff;padding:15px;width:350px;border-radius:12px;text-align:center;box-shadow:0 4px 16px rgba(0,0,0,0.08);position:relative;transition:transform 0.3s}.carousel-item:hover{transform:translateY(-5px)}.carousel-item img{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:12px}.carousel-item h4{font-size:18px;color:#333;font-weight:600;margin:10px 0 5px}.carousel-item .price{color:#1e88e5;font-weight:bold;font-size:16px;margin-bottom:6px}.carousel-item .meta{font-size:14px;color:#444;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center;margin-top:6px}.carousel-item .meta i{margin-right:4px;color:#666}.property-badge{position:absolute;top:15px;left:15px;padding:6px 10px;font-size:12px;font-weight:bold;border-radius:6px;color:#fff;z-index:1}.badge-Featured{background:#1e88e5}.badge-Move-in\ Ready{background:#43a047}.badge-Prime{background:#fb8c00}.badge-default{background:#777}