.tool-card {box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);border-radius: 10px;padding: .3rem;text-align: center;transition: transform 0.2s;background-color:#f8faff; height:100%;}
.tool-card:hover {transform: scale(1.05);background-color:#edf3f3 !important;}
.img-icon {width:40px;height:40px;border-radius:10px;margin-right:5px;}
.tool-card a {text-decoration:none !important;}
.d-tool {display:inline-flex;align-items:center;}