.elementor-8339 .elementor-element.elementor-element-469fa9e{--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;overflow:visible;}.elementor-8339 .elementor-element.elementor-element-9ac0a29{--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;--margin-top:-115px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-8339 .elementor-element.elementor-element-f727aa4 > .elementor-widget-container{margin:-56px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bf48f0c */.eco-hero{
    min-height:100vh;
    padding:60px 30px;

    background:
    linear-gradient(
        rgba(255,255,255,.82),
        rgba(255,255,255,.82)
    ),
    url;

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.eco-container{
    max-width:1450px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.eco-left{
    width:45%;
}

.eco-center{
    width:20%;
    text-align:center;
}

.eco-center img{
    width:100%;
    max-width:350px;
}

.eco-form{
    width:360px;
    min-width:360px;

    padding:35px;
    border-radius:35px;

    background:linear-gradient(
        180deg,
        #6C3BFF 0%,
        #9E42FF 50%,
        #FF7A00 100%
    );

    box-shadow:0 20px 60px rgba(108,59,255,.25);
}

.eco-form input,
.eco-form select{
    width:100%;
    padding:18px;
    margin-bottom:15px;
    border:none;
    border-radius:14px;
}

.eco-form button{
    width:100%;
    padding:18px;
    border:none;
    border-radius:14px;
    background:white;
    color:#FF7A00;
    font-weight:700;
    font-size:18px;
}

.eco-left h1{
    font-size:82px;
    line-height:.95;
    color:#6C3BFF;
    font-weight:900;
}

.eco-left h1 span{
    color:#FF7A00;
}

.course-text{
    font-size:62px;
    font-style:italic;
}

.features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:40px;
}

.feature{
    display:flex;
    gap:12px;
}

.icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#6C3BFF;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
}

.price-wrapper{
    display:flex;
    gap:15px;
    margin-top:40px;
}

.price-box{
    background:white;
    padding:20px;
    border-radius:20px;
}

.discount-box{
    background:#FF7A00;
    color:white;
    padding:20px;
    border-radius:20px;
    font-weight:700;
}

.old-price{
    text-decoration:line-through;
    font-size:32px;
}

.new-price{
    color:#6C3BFF;
    font-size:38px;
    font-weight:800;
}

@media(max-width:1100px){

    .eco-container{
        flex-direction:column;
    }

    .eco-left,
    .eco-center{
        width:100%;
        text-align:center;
    }

    .eco-form{
        width:100%;
        max-width:420px;
        min-width:auto;
    }

    .eco-left h1{
        font-size:52px;
    }

    .features{
        grid-template-columns:1fr;
    }
}/* End custom CSS */