.elementor-1694 .elementor-element.elementor-element-4cec498{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-51cc806 *//* HEADER */

.simple-header{
width:100%;
background:#ffffff;
padding:1px 2%;
box-shadow:0 2px 10px rgba(0,0,0,0.08);
position:sticky;
top:0;
z-index:999;
}

/* CONTAINER */

.header-container{
display:flex;
align-items:center;
justify-content:space-between;
}

/* LOGO */

.logo img{
height:170px;
}

/* MENU */

.menu{
display:flex;
align-items:center;
gap:30px;
}

.menu a{
text-decoration:none;
font-weight:600;
color:#2F5D2E;
font-size:16px;
}

/* BUTTON */

.enroll-btn{
background:#2F5D2E;
color:#fff !important;
padding:10px 18px;
border-radius:6px;
}

/* MOBILE MENU */

.menu-toggle{
display:none;
flex-direction:column;
gap:5px;
cursor:pointer;
}

.menu-toggle span{
width:25px;
height:3px;
background:#2F5D2E;
}

/* MOBILE */

@media(max-width:991px){

.menu{
position:absolute;
top:100%;
left:0;
width:100%;
background:#fff;
flex-direction:column;
align-items:center;
max-height:0;
overflow:hidden;
transition:.4s;
}

.menu.active{
max-height:500px;
padding:20px 0;
}

.menu-toggle{
display:flex;
}

}/* End custom CSS */