.elementor-13643 .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{
    max-width:1200px;
    margin:auto;
    padding:80px 20px;
    font-family:'Poppins',sans-serif;
}

.nature-header h2{
    text-align:center;
    font-size:42px;
    font-weight:500;
    color:#0a8f55;
    margin-bottom:35px;
}

.nature-meta{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border:1px solid #e8e8e8;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
}

.nature-meta div{
    padding:28px;
    text-align:center;
}

.nature-meta div:not(:last-child){
    border-right:1px solid #e8e8e8;
}

.nature-meta span{
    display:block;
    font-size:13px;
    color:#888;
    margin-bottom:8px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.nature-meta strong{
    font-size:18px;
    font-weight:500;
    color:#222;
}

.nature-content{
    margin-top:70px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
}

.schedule,
.features{
    background:#fff;
    border:1px solid #f0f0f0;
    border-radius:24px;
    padding:35px;
}

.schedule h3,
.features h3{
    font-size:28px;
    margin-bottom:30px;
    color:#0a8f55;
    font-weight:500;
}

.time-line{
    display:flex;
    gap:20px;
    padding:16px 0;
    border-bottom:1px solid #f1f1f1;
}

.time-line:last-child{
    border:none;
}

.time-line span{
    min-width:90px;
    font-weight:600;
    color:#0a8f55;
}

.feature-item{
    padding:16px 0;
    font-size:18px;
    color:#333;
    border-bottom:1px solid #f1f1f1;
}

.feature-item:last-child{
    border:none;
}

@media(max-width:768px){

    .nature-meta{
        grid-template-columns:1fr;
    }

    .nature-meta div{
        border-right:none !important;
        border-bottom:1px solid #eee;
    }

    .nature-content{
        grid-template-columns:1fr;
        gap:25px;
    }

    .nature-header h2{
        font-size:30px;
    }

    .schedule h3,
    .features h3{
        font-size:22px;
    }
}/* End custom CSS */