.elementor-13623 .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-day{
    padding:80px 20px;
    background:#f8faf8;
    font-family:'Poppins',sans-serif;
}

.nature-container{
    max-width:1200px;
    margin:auto;
}

.nature-head{
    text-align:center;
    margin-bottom:50px;
}

.nature-head span{
    font-size:13px;
    color:#0f9d58;
    letter-spacing:2px;
    text-transform:uppercase;
}

.nature-head h2{
    font-size:42px;
    font-weight:600;
    margin:12px 0;
    color:#1d1d1d;
}

.nature-head p{
    color:#666;
    font-size:17px;
}

.nature-info{
    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;
    margin-bottom:60px;
}

.info-pill{
    background:white;
    padding:20px 28px;
    border-radius:18px;
    min-width:260px;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.info-pill small{
    display:block;
    color:#999;
    margin-bottom:6px;
}

.info-pill strong{
    font-size:16px;
    color:#222;
    font-weight:600;
}

.nature-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
}

.features,
.schedule{
    background:white;
    border-radius:24px;
    padding:35px;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.features h3,
.schedule h3{
    font-size:24px;
    margin-bottom:25px;
    color:#222;
}

.features ul{
    list-style:none;
}

.features li{
    position:relative;
    padding-left:35px;
    margin-bottom:22px;
    font-size:17px;
    color:#444;
}

.features li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#0f9d58;
    font-weight:700;
}

.schedule-item{
    display:flex;
    gap:20px;
    padding:16px 0;
    border-bottom:1px solid #eee;
}

.schedule-item:last-child{
    border:none;
}

.schedule-item span{
    min-width:70px;
    color:#0f9d58;
    font-weight:600;
}

.schedule-item p{
    color:#444;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1024px){

    .nature-grid{
        gap:30px;
    }

    .nature-head h2{
        font-size:36px;
    }

    .info-pill{
        min-width:220px;
    }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px){

    .nature-day{
        padding:60px 15px;
    }

    .nature-head{
        margin-bottom:35px;
    }

    .nature-head h2{
        font-size:28px;
        line-height:1.2;
    }

    .nature-head p{
        font-size:15px;
    }

    .nature-info{
        flex-direction:column;
        margin-bottom:35px;
        gap:15px;
    }

    .info-pill{
        width:100%;
        min-width:100%;
        padding:18px 20px;
        border-radius:16px;
    }

    .nature-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .features,
    .schedule{
        padding:25px;
        border-radius:20px;
    }

    .features h3,
    .schedule h3{
        font-size:20px;
        margin-bottom:20px;
    }

    .features li{
        font-size:15px;
        margin-bottom:16px;
        padding-left:28px;
    }

    .schedule-item{
        gap:15px;
        padding:14px 0;
    }

    .schedule-item span{
        min-width:60px;
        font-size:13px;
    }

    .schedule-item p{
        font-size:14px;
        line-height:1.5;
    }

}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px){

    .nature-head span{
        font-size:11px;
        letter-spacing:1px;
    }

    .nature-head h2{
        font-size:24px;
    }

    .info-pill strong{
        font-size:14px;
    }

    .features h3,
    .schedule h3{
        font-size:18px;
    }

    .features,
    .schedule{
        padding:20px;
    }

}/* End custom CSS */