body {
    background-color: #f8f9fa;
}
.category-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
}
.category-card img {
    border-radius: 10px;
}
.category-card h5 {
    font-weight: bold;
    margin-top: 15px;
    color: #343a40;
}
.category-card p {
    color: #6c757d;
}
.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.category-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
}
.category-card:hover {
    transform: scale(1.05);
}
.category-card img {
    width: 100%;
    height: auto;
}
.category-card h5 {
    font-size: 16px;
    height:4rem; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    margin: 0;
    padding: 0.5rem;
    text-align: center;
}
.fidheuruncard {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s;
}

.fidheuruncard:hover {
    transform: scale(1.05);
}

.fidheuruncard img {
    width: 100%;
    height: auto;
    display: block;
}

.fidheuruncard h5 {
    font-size: 1.2rem;
    margin: 0.5rem 0;
    padding: 0 0.5rem;
}
.category-label {
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.9rem;
    margin-top: 5px;
    display: inline-block;
}
