body{
font-family: Arial;
margin:0;
background:#f4f4f4;
}

header{
background:#ff4d00;
color:white;
padding:20px;
text-align:center;
}

.search-box{
text-align:center;
margin:30px;
}

input{
padding:12px;
width:250px;
}

button{
padding:12px;
background:#ff4d00;
color:white;
border:none;
cursor:pointer;
}

.categories{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.card{
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.results{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:20px;
padding:20px;
}

.business{
background:white;
padding:20px;
width:250px;
border-radius:10px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.whatsapp{
display:inline-block;
margin-top:8px;
padding:7px 14px;
background:#25D366;
color:white;
text-decoration:none;
border-radius:5px;
font-weight:bold;
}
.shopimg{
width:100%;
height:160px;
object-fit:cover;
border-radius:10px;
margin-bottom:10px;
}