.elementor-109339 .elementor-element.elementor-element-fa9fc3b{border-style:solid;border-width:0px 0px 0px 0px;border-color:#C4C4C4;}.elementor-109339 .elementor-element.elementor-element-fa9fc3b, .elementor-109339 .elementor-element.elementor-element-fa9fc3b > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-109339 .elementor-element.elementor-element-9d0cc49 > .elementor-element-populated{border-style:solid;border-width:1px 0px 0px 0px;border-color:#C4C4C4;padding:0px 24px 24px 24px;}.elementor-109339 .elementor-element.elementor-element-119f259{border-style:solid;border-width:1px 0px 0px 0px;border-color:#CFCBCB;}.elementor-109339 .elementor-element.elementor-element-9a2d9d3 > .elementor-element-populated{border-style:solid;border-width:0px 1px 0px 0px;border-color:#C4C4C4;}.elementor-109339 .elementor-element.elementor-element-9a2d9d3 > .elementor-element-populated, .elementor-109339 .elementor-element.elementor-element-9a2d9d3 > .elementor-element-populated > .elementor-background-overlay, .elementor-109339 .elementor-element.elementor-element-9a2d9d3 > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-109339 .elementor-element.elementor-element-6de234e{width:100%;max-width:100%;}.elementor-109339 .elementor-element.elementor-element-6de234e > .elementor-widget-container{padding:30px 0px 0px 0px;}.elementor-109339 .elementor-element.elementor-element-9f0cd33 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:#CFCBCB;padding:0% 0% 0% 2%;}.elementor-109339 .elementor-element.elementor-element-9f0cd33 > .elementor-element-populated, .elementor-109339 .elementor-element.elementor-element-9f0cd33 > .elementor-element-populated > .elementor-background-overlay, .elementor-109339 .elementor-element.elementor-element-9f0cd33 > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-109339 .elementor-element.elementor-element-9a2d9d3 > .elementor-element-populated{border-width:0px 0px 0px 0px;}.elementor-109339 .elementor-element.elementor-element-6de234e > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-109339 .elementor-element.elementor-element-9d0cc49{width:100%;}.elementor-109339 .elementor-element.elementor-element-9a2d9d3{width:10%;}.elementor-109339 .elementor-element.elementor-element-9f0cd33{width:90%;}}/* Start custom CSS for html, class: .elementor-element-b405578 *//* --- Global Container --- */
.eco-challenge-container {
    font-family: 'Noto Sans', Arial, sans-serif;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Header Section Styles (Desktop/Default) --- */
.eco-header {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
}

/* Image Container */
.eco-image-container {
    position: relative;
    width: 550px;
    margin-right: 0;
    z-index: 1; /* Ensure the image is behind the text if they overlap */
}

.eco-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Text Section - Implementation for Overlap */
.eco-text {
    flex: 1;
    min-width: 360px;
    position: relative;
    z-index: 2; /* Ensure the text is on top of the image */
    background: transparent;

    /* The Fix for Overlap: Shifts the text container to the left */
    margin-left: -100px; /* Adjust this value to control overlap depth */
    width: 50%;
}

.eco-text h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Noto Sans', sans-serif;
}

.eco-text .highlight {
    color: #00a86b;
}

.eco-text p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
}

.eco-text a {
    color: #0073e6;
    text-decoration: underline;
}

/* --- Bottom Section Layout (2-column) --- */
.eco-bottom-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
    /* Dotted line divider to match the design */
    border-top: 1px dashed #d3d3d3; 
    padding-top: 40px; 
}

/* --- Badges Section Styles (Left Column) --- */
.eco-badges {
    flex: 1 1 45%;
    max-width: 550px;
}

.eco-badges h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.eco-badges p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #555;
}

/* Badge Container */
.badge {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: default;
}

.badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* Badge Icon */
.badge img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #2f4f4f;
    padding: 10px;
    margin-right: 20px;
    object-fit: contain;
}

/* Badge Text */
.badge-text {
    flex: 1; 
}

.badge-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.badge-text p {
    margin: 0;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* Elite Badge Highlight */
.badge-elite {
    border: 2px solid #a020f0; /* Purple border to match design */
    box-shadow: 0 4px 12px rgba(160,32,240,0.2);
}

/* --- Bottom Illustration Styles (Right Column) --- */
.eco-illustration {
    flex: 1 1 45%;
    text-align: center;
    /* FIX: Setting align-self to center to vertically align the image in the middle of the badges column. */
    align-self: center; 
}

.eco-illustration img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* --- Mobile Responsiveness (Screen width 768px and smaller) --- */
@media (max-width: 768px) {
    /* Header stacking */
    .eco-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .eco-image-container {
        width: 60%; 
        max-width: 200px;
        margin-right: 0;
    }

    .eco-text {
        width: 100%;
        min-width: initial;
        /* Reset overlap for mobile stacking */
        margin-left: 0;
        padding-left: 0;
    }

    .eco-text h1 {
        text-align: center;
        font-size: 28px;
    }

    /* Bottom section stacking (1-column layout for mobile) */
    .eco-bottom-section {
        flex-direction: column;
        gap: 30px;
        padding-top: 30px;
    }

    .eco-badges,
    .eco-illustration {
        flex: none;
        width: 100%;
        max-width: none;
    }
    
    .eco-illustration {
        align-self: center; /* Center align on mobile */
    }
    
    .badge {
        padding: 15px;
    }
    
    .badge img {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .badge-text h4 {
        font-size: 18px;
    }

    .badge-text p {
        font-size: 14px;
    }
}

body, html, .elementor, .elementor-widget, .elementor-heading-title {
  font-family: 'Noto Sans', sans-serif !important;
}/* End custom CSS */