.company-card{border:none;border-radius:12px;box-shadow:0 6px 15px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s;height:100%;background:#fff;display:flex;flex-direction:column}.company-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,.15)}.company-logo{width:80px;height:80px;object-fit:contain;border-radius:12px;background-color:#f8f9fa;padding:12px;border:1px solid #eaeaea}.contact-info{color:#34495e}.contact-info i{width:10px;margin-right:5px;color:#00abe3}.employees-count{background-color:#eef4ff;color:#00abe3;padding:5px 12px;border-radius:50px;font-size:.85rem;font-weight:600}.company-card h5,.company-card p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}