:root{
    --font-family: 'Barlow', sans-serif;
}

.card-content-footer{
    text-align: end;
}
.card-content-footer .card-link {
    background: #ffffff;
    align-items: center;
    border-radius: 999px;
    color: #00369A;
    font-size: 16px;
    font-weight: 600;
    gap: 0;
    margin-top: 16px;
    text-decoration: none;
    transition: gap 0.3s ease;
    display: inline-flex;
    justify-content: flex-end;
    overflow-x: hidden;
}

.card-content-footer .card-link-label {
    max-width: 0;
    opacity: 0;
    transform: translateX(12px);
    transition: max-width 0.3s ease, opacity 0.25s ease, transform 0.3s ease, margin 0.3s ease;
    white-space: nowrap;
}

.card-content-footer .card-link-arrow {
    align-items: center;
    background: #1D68E2;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.card-content-footer .card:hover .card-link {
    gap: 10px;
}

.card-content-footer .card:hover .card-link-label {
    margin-left: 12px;
    max-width: 240px;
    opacity: 1;
    transform: translateX(0);
}
.card-service-content .card-content-footer .card-link{
    background: #1D68E2;
}