/* footer css for icon color  */

.footer-widget__contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-widget__contact-item i {
    font-size: 20px;
    color: #558e4c;
    margin-right: 10px;
}

.footer-widget__contact-item a {
    text-decoration: none;
    color: #a5b9ad;
    transition: color 0.3s ease;
}

.footer-widget__contact-item a:hover {
    color: #ecdd5e;
}



 /* ewwaste recycling what is e waste  */






 .what-is-ewaste, .about-ewaste-recycling {
    position: relative;
    padding: 3rem 0;
    background-image: url("https://res.americancentury.com/f_auto/t_desktop/e-waste-crisis-global-impact-and-sustainable-solutions-hero");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.what-is-ewaste::before, .about-ewaste-recycling::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for background */
    z-index: 1; /* Keeps overlay behind text */
}

.container {
    position: relative;
    z-index: 2; /* Ensures text appears above the overlay */
}

.what-is-ewaste .section-title, .about-ewaste-recycling .section-title {
    margin-bottom: 2rem;
}

.what-is-ewaste_text, .about-ewaste-recycling_text {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.6;
}

.about-ewaste-recycling__steps li {
    font-size: 0.95rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.about-ewaste-recycling__steps li strong {
    color: #4CAF50;
}






/* css for green icons  */


.expertise-one__icon i {
    color: #558e4c; 
    font-size: 48px;
}




/* footer logo  */

.footer-logo-wrapper {
    background-color: white; /* Adds a white background */
    padding: 8px 5px; /* Adds padding around the content */
    border-radius: 3px; /* Optional: Adds rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
}