
/*
Theme Name: JMG Astra Child ULTRA Portal
Template: astra
Version: 1.0
Description: ULTRA real estate portal theme with advanced search, clustered map, funnel and lead capture.
*/

body{font-family:Arial;background:#f4f6f9;margin:0}
.container{max-width:1300px;margin:auto;padding:20px}

.hero{
background:linear-gradient(120deg,#0ea5e9,#22c55e);
color:white;
padding:80px 20px;
text-align:center;
border-radius:10px;
}

.cta{
background:#ef4444;
color:white;
padding:14px 28px;
border-radius:6px;
text-decoration:none;
font-weight:bold;
display:inline-block;
margin-top:20px;
}

.search-advanced{
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
margin-top:30px;
}

.property-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:20px;margin-top:30px
}

.card{
background:white;border-radius:10px;overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,0.08)
}

.card img{width:100%;height:220px;object-fit:cover}

.card .info{padding:15px}
.price{font-size:22px;color:#0ea5e9;font-weight:bold}
.rating{color:#fbbf24}

.countdown{
background:#111;color:white;text-align:center;padding:10px;font-weight:bold
}

.testimonials{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:20px;margin-top:40px
}

.testimonial{
background:white;padding:20px;border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.08)
}

.leadbox{
background:#0ea5e9;color:white;padding:40px;border-radius:10px;margin-top:40px;text-align:center
}

.map{margin-top:40px}
