.elementor-13653 .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 */.fieldtrip-section{
    padding:80px 20px;
    background:#f8fbf8;
    font-family:'Poppins',sans-serif;
}

.ft-container{
    max-width:1200px;
    margin:auto;
}

.ft-header{
    text-align:center;
    margin-bottom:40px;
}

.ft-header span{
    display:inline-block;
    padding:8px 18px;
    background:#eaf8ef;
    color:#00995c;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.ft-header h2{
    font-size:42px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
}

.ft-header p{
    font-size:17px;
    color:#777;
}

.ft-info-bar{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-bottom:35px;
}

.ft-info{
    background:#fff;
    border:1px solid #edf1ef;
    border-radius:18px;
    padding:24px;
    text-align:center;
}

.ft-info label{
    display:block;
    font-size:13px;
    color:#999;
    margin-bottom:8px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.ft-info h4{
    font-size:17px;
    font-weight:500;
    color:#222;
}

.ft-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
}

.ft-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    border:1px solid #edf1ef;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.ft-card h3{
    font-size:26px;
    margin-bottom:25px;
    color:#00995c;
}

.ft-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.ft-card ul li{
    position:relative;
    padding-left:32px;
    margin-bottom:18px;
    font-size:17px;
    color:#333;
}

.ft-card ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#00995c;
    font-weight:700;
}

.schedule-item{
    display:flex;
    gap:20px;
    padding:15px 0;
    border-bottom:1px solid #f2f2f2;
}

.schedule-item:last-child{
    border:none;
}

.schedule-item span{
    min-width:70px;
    color:#00995c;
    font-weight:600;
}

.schedule-item p{
    margin:0;
    color:#444;
}

/* Tablet */

@media(max-width:1024px){

    .ft-grid{
        gap:20px;
    }

    .ft-header h2{
        font-size:34px;
    }

}

/* Mobile */

@media(max-width:767px){

    .fieldtrip-section{
        padding:60px 15px;
    }

    .ft-header h2{
        font-size:28px;
        line-height:1.3;
    }

    .ft-header p{
        font-size:15px;
    }

    .ft-info-bar{
        grid-template-columns:1fr;
    }

    .ft-grid{
        grid-template-columns:1fr;
    }

    .ft-card{
        padding:25px;
    }

    .ft-card h3{
        font-size:22px;
    }

    .ft-card ul li,
    .schedule-item p{
        font-size:15px;
    }
}/* End custom CSS */