.property-card{background:#f8f8f8;border-radius:20px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.1);margin:15px;max-width:320px;transition:transform 0.3s ease, box-shadow 0.3s ease}.property-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.property-image-container{position:relative;width:100%;height:200px;overflow:hidden;display:flex;justify-content:center;align-items:center}.property-image{object-fit:cover;width:240px;height:166px;border:4px solid black;border-radius:30px}.property-content{padding:20px}.property-title{color:#c4a373;font-size:16px;font-weight:500;margin:0 0 10px 0;line-height:1.2}.property-price{color:#333;font-size:24px;font-weight:bold;margin:10px 0}.property-description{color:#666;font-size:14px;line-height:1.4;margin:10px 0;text-transform:uppercase;font-weight:500}.property-location{color:#888;font-size:12px;margin:10px 0 15px 0}.property-actions{text-align:center;margin-top:15px}.btn-detail{background-color:#c4a373;color:white;padding:12px 30px;border:none;border-radius:25px;text-decoration:none;font-size:14px;font-weight:500;transition:background-color 0.3s ease;display:inline-block}.btn-detail:hover{background-color:#b8956a;color:white;text-decoration:none}.properties-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:20px;padding:20px;max-width:1200px;margin:0 auto;background-color:#FFFDFDCC;border-radius:30px;border:2px solid #B1A37FD1}.properties-page{padding:40px 0}.page-title{font-size:32px}.no-properties{text-align:center;padding:60px 20px;color:#666;font-size:18px}.property-detail-page{padding:40px 0}.property-detail{background:white;border-radius:15px;padding:30px;box-shadow:0 4px 20px rgba(0,0,0,0.1);border:2px solid #B1A37FD1}.main-property-image{width:100%;height:400px;object-fit:cover;border-radius:10px}.gallery-thumb{height:80px;object-fit:cover;border-radius:5px;cursor:pointer;transition:transform 0.2s ease}.gallery-thumb:hover{transform:scale(1.05)}.property-info .property-title{color:#c4a373;font-size:28px;font-weight:600;margin-bottom:20px}.property-info .property-price{color:#333;font-size:32px;font-weight:bold;margin-bottom:15px}.property-type .badge{margin-right:10px;padding:8px 15px;font-size:12px}.property-location{color:#666;font-size:16px}.property-location i{color:#c4a373;margin-right:8px}.contact-buttons{display:flex;gap:10px;margin-top:15px}.btn-contact{flex:1;padding:12px 20px;border-radius:25px;text-decoration:none;text-align:center;font-weight:500}.btn-contact:hover{text-decoration:none}@media (max-width: 768px){.properties-grid{grid-template-columns:1fr;padding:10px}.property-card{margin:10px auto}.property-detail{padding:20px;margin:10px}.main-property-image{height:250px}.contact-buttons{flex-direction:column}}body{background-image:url(/assets/bg-1443a53d132276a2abdf2edcb2c37a2ee52d3599c007050f1a2c29224386de5c.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;height:100vh;width:100vw}header{background-color:#303030;color:white;justify-content:space-between}header .navbar-brand img{height:165px}header .navbar-menu ul{display:flex;flex-flow:row;justify-content:space-around}header .navbar-menu ul a{color:white;text-decoration:none;margin-left:20px}header .navbar-menu ul a:hover{color:white}header .navbar-end{color:white;margin-right:20px}
