.bg-green-light-gradient {
    background: linear-gradient(135deg, var(--light-green) 0%, var(--primary-green) 100%);
}

.bg-nature-gradient {
    background: linear-gradient(135deg, var(--sage) 0%, var(--primary-green) 50%, var(--emerald) 100%);
}

.stats-section {
    padding: 100px 0;
    position: relative;
}

.stat-item {
    text-align: center;
    color: white;
    padding: 2rem;
}

.stat-number {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 1.3rem;
    font-weight: 500;
    opacity: 0.9;
}

.recycling-slider {
    background: #f8f9fa;
    padding: 100px 0;
}

.slide-item {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary-green);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    line-height: 1;
}

.slide-icon i {
    display: block;
}

.slide-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
}

.slide-description {
    color: #666;
    font-size: 1rem;
    line-height: 1.4;
}