 .section {
    padding: 60px 0;
}

.icon-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

.bg-green {
    background-color: #28a745;
}

.bg-red {
    background-color: #dc3545;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: var(--secondary-bg); /* Menggunakan variabel tema */
}

.stat-label {
    font-size: 1.2rem;
    font-weight: 600;
}

.counter-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000810; /* Menggunakan variabel tema */
}