.category-card-c73d91b3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit;
    width: 100%;
}

.category-card-c73d91b3:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.category-bg-c73d91b3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
    z-index: 0;
}

.category-card-c73d91b3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.4s ease;
    z-index: 1;
}

.category-card-c73d91b3:hover .category-bg-c73d91b3,
.category-card-c73d91b3:focus .category-bg-c73d91b3 {
    transform: scale(1.05);
}

.category-content-c73d91b3 {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-text-wrap-c73d91b3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.category-card-c73d91b3 .category-title {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.category-card-c73d91b3 .category-sub-heading {
    color: #fff;
    font-size: 16px;
    opacity: 0.9;
}

a.category-card-c73d91b3 {
    cursor: pointer;
}
