

.stat-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.stat-card.active-stat {
    background: #dc3545;
    color: white;
}

.stat-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Team Section */
.team-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.social-icons i {
    margin: 0 5px;
    cursor: pointer;
}

.social-icons i:hover {
    color: red;
}

/* Icons section */
i {
    color: #dc3545;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 14px;
    color: gray;
}

.breadcrumb-item a {
    text-decoration: none;
    color: gray;
}

.breadcrumb-item.active {
    color: black;
    font-weight: bold;
}
