.elementor-13648 .elementor-element.elementor-element-9e9b4f2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-1e812c1 */.nature-program{
    padding:80px 20px;
    background:#fafcfb;
    font-family:'Poppins',sans-serif;
}

.nature-program .container{
    max-width:1200px;
    margin:auto;
}

.section-heading{
    text-align:center;
    margin-bottom:35px;
}

.section-heading h2{
    font-size:42px;
    font-weight:600;
    color:#008f4f;
    margin-bottom:8px;
}

.section-heading p{
    font-size:18px;
    color:#666;
}

.info-bar{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1px;
    background:#e7ece9;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:40px;
}

.info-item{
    background:#fff;
    padding:28px;
    text-align:center;
}

.info-item span{
    display:block;
    font-size:13px;
    color:#888;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:8px;
}

.info-item strong{
    font-size:17px;
    font-weight:500;
    color:#222;
}

.content-grid{
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:30px;
}

.feature-box,
.schedule-box{
    background:#fff;
    padding:35px;
    border-radius:24px;
    border:1px solid #edf1ef;
}

.feature-box h3,
.schedule-box h3{
    font-size:28px;
    font-weight:600;
    margin-bottom:25px;
    color:#008f4f;
}

.feature-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:14px 0;
}

.icon{
    width:38px;
    height:38px;
    min-width:38px;
    border-radius:50%;
    background:#e9f8ef;
    color:#008f4f;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.feature-item p{
    margin:0;
    font-size:17px;
    line-height:1.6;
    color:#333;
}

.schedule-item{
    display:flex;
    gap:18px;
    padding:16px 0;
    border-bottom:1px solid #f1f1f1;
}

.schedule-item:last-child{
    border-bottom:none;
}

.schedule-item span{
    min-width:70px;
    color:#008f4f;
    font-weight:600;
}

.schedule-item p{
    margin:0;
    color:#444;
    font-size:16px;
}

/* Tablet */

@media(max-width:1024px){

    .content-grid{
        gap:20px;
    }

    .section-heading h2{
        font-size:36px;
    }

}

/* Mobile */

@media(max-width:767px){

    .nature-program{
        padding:60px 15px;
    }

    .section-heading h2{
        font-size:28px;
    }

    .section-heading p{
        font-size:15px;
    }

    .info-bar{
        grid-template-columns:1fr;
    }

    .content-grid{
        grid-template-columns:1fr;
    }

    .feature-box,
    .schedule-box{
        padding:25px;
    }

    .feature-box h3,
    .schedule-box h3{
        font-size:22px;
    }

    .feature-item p,
    .schedule-item p{
        font-size:15px;
    }

}/* End custom CSS */