@media (min-width:500px){#home{grid-template-columns:repeat(2,1fr)}}@media (min-width:750px){#home{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){#home{grid-template-columns:repeat(4,1fr)}}@media (max-width:1200px){#home{padding:15px}}.no-results-container{flex-direction:column;padding:40px 20px;text-align:center;animation:fadeIn .5s ease-in-out;height:100vh}.icon-wrapper,.no-results-container{display:flex;align-items:center;justify-content:center}.icon-wrapper{width:80px;height:80px;background:#f3f3f3;border-radius:50%;margin-bottom:20px;animation:bounce 1.5s infinite}.icon-search{width:35px;height:35px;background:url(https://cdn-icons-png.flaticon.com/512/751/751463.png) no-repeat 50%;background-size:contain}.no-results-title{font-size:1.5rem;font-weight:700;color:#333}.no-results-text{color:#666;font-size:1rem;margin-top:8px;margin-bottom:20px}.btn,.no-results-button{padding:10px 20px;background-color:#ff5722;color:white;border:none;border-radius:5px;cursor:pointer;text-decoration:none;font-size:1rem}.animated-svg{margin-top:20px}.house-svg{width:160px;height:160px;animation:fadeIn 1s ease-in-out}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}