.category-filter{display:flex;flex-wrap:wrap;margin-bottom:2rem}.project-card{transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-card .project-img-container{position:relative;height:200px;overflow:hidden}.project-card .project-img-container .project-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card .project-img-container .category-badge{position:absolute;bottom:0;right:0;background-color:rgba(13,110,253,.8);color:#fff;padding:.25rem .75rem;border-top-left-radius:.25rem;font-size:.875rem}.project-card:hover .project-img{transform:scale(1.05)}