.bd-custom-card{position:relative;display:block;overflow:hidden;height:350px;text-decoration:none;background-color:#1a1a1a;border-radius:12px}.bd-custom-card .bd-card-image{width:100%;height:100%;object-fit:cover;transition:transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94)}.bd-custom-card .bd-card-overlay{position:absolute;bottom:0;left:0;width:100%;height:50%;padding:30px 20px 20px;background:linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,137,208,0) 100%);display:flex;flex-direction:column;justify-content:flex-end;transition:height 0.5s,background 0.5s;box-sizing:border-box}.bd-custom-card .bd-card-title{color:#fff;font-size:1.5rem;margin:0;font-weight:700;line-height:1.2;transition:transform 0.5s}.bd-custom-card .bd-card-excerpt{color:#fff;font-size:0.95rem;margin-top:0;max-height:0;opacity:0;overflow:hidden;transition:all 0.5s}.bd-custom-card:hover .bd-card-overlay{height:100%}.bd-custom-card:hover .bd-card-excerpt{max-height:100px;opacity:1;margin-top:12px}.bd-custom-card:hover .bd-card-image{transform:scale(1.05)}