
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

html{
    margin: 0px !important;
    height: 100%;
}
.hide {
    display: none !important;
}
#myModal{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 100%;
}
#myModal .modal-content{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
}
#myModal .modal-content .wrap{
    width: 100%;
    max-width: 440px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#myModal .modal-content .wrap p{
    color: #434343;
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 24px !important;
}
#myModal .modal-content .wrap p span{
    color: #AEE823;
}
#myModal .modal-content #passwordInput{
    padding: 14px 12px;
    color: #696969;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 12px;
}
#myModal .modal-content button{
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    background: var(--Green-light, #EBFFBD);
    color: #434343;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    transition: 0.5s;
}
#myModal .modal-content button:hover {
    background: #F1EEFF;
}




body,  .inside-article{
    background: #fff !important; 
}
.e-parent{
    background: #fff !important;
}
.grid-container, .e-con-inner{
    max-width: 1662px !important;
    padding: 0 15px !important;
}
.e-con-inner{
    gap: 0 !important;
}
.e-parent, .e-child{
    padding: 0px !important;
}
body.lock{
    overflow: hidden;
}
.e-child > .e-con-inner{
    padding: 0px !important;
}
@media(max-width:1100px){
    .grid-container, .e-con-inner{
        max-width: 1376px !important;
        padding: 0 16px !important;
    }
}
.btn a{
    padding: 20px 30px  !important;
    border-radius: 5px !important;
    background: var(--Green-light, #EBFFBD) !important;
    padding: 20px 30px !important;
    border: 1px solid transparent !important;
}
.btn a .elementor-button-text{
    color: #434343 !important;
    text-align: center !important;
    font-family: "DM Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 28px !important; /* 175% */
}
.btn .elementor-button-content-wrapper{
    gap: 10px !important;
    align-items: center !important;
}
/*--- header ---*/
header{
    padding: 30px 0;
    background: #fff;
    z-index: 222;
}
.header-button{
    border-radius: 5px;
    background: var(--Green-light, #EBFFBD);
    padding: 20px 30px;
    border: 1px solid #fff;
}
.header-button span{
    color: #434343;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    text-decoration: none !important;
}
.header-button{
    text-decoration: none !important;
}
.site-logo{
    width: 100%;
    max-width: 182px !important;
}
.main-navigation{
    margin: 0px !important;
}
.main-navigation, .main-navigation ul ul{
    background: #fff;
}
.inside-header{
    justify-content: space-between;
}
.main-nav ul li{
    padding: 0px 24px;
    border-right: 1px solid #434343;
}
.main-nav ul li:last-child{
    padding: 0px 24px;
    border-right: 0px solid #434343;
}
.main-nav ul li a{
    color: #434343 !important;
    font-family: "DM Sans" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important; /* 133.333% */
    padding: 0px !important
}
.main-nav ul li.current_page_item  a{
    color: #8B5CF6 !important;
    position: relative;
}
.main-nav ul li.current_page_item a:after{
    content: '';
    position: absolute;
    bottom: -14px;
    width: 100%;
    height: 2px;
    left: 0;
    background: #8B5CF6;
    border-radius: 100px 100px 0 0;
}
.site-header .header-image{
    max-width: 100%
}
.header-button-wrap, .header-button-wrap a{
    display: flex;
}
.site-header {
    background-color: transparent !important;
}
.main-navigation, .main-navigation ul ul {
    background-color: transparent !important;
}
@media(max-width:1000px){
    .main-nav ul{
        gap: 20px;
    }
}
@media(max-width:768px){
    .site-logo img.header-image{
        max-width: 110px !important;
    }
    .site-header{
        background: transparent !important;   
    }
    .main-navigation.mobile-menu-control-wrapper{
        background: transparent;
        width: 24px;
        height: 24px;
        order: 3;
    }
    .menu-toggle{
        padding: 0 !important;
        line-height: normal !important;
    }
    .menu-toggle svg{
        width: 24px !important;
        height: 24px !important;
    }
    .header-menu-active{
        height: 100vh;
        background: #fff !important;
        padding: 24px 0;
    }
    .header-menu-active .main-navigation.sub-menu-right.toggled{
        padding-top: 24px;
        margin-top: 24px !important;
        height: calc(100vh - 120px);
    }
    .header-menu-active .main-navigation .inside-navigation{
        padding: 0px !important;
        height: 100%;
        align-items: flex-start;
    }
    .header-menu-active .main-navigation.toggled .main-nav{
        height: 100%;
    }
    .header-menu-active .main-nav ul{
        height: 100%;
    }
    .header-menu-active .main-navigation li{
        margin-bottom: 24px !important;
    }
 
    .header-button-wrap{
        display: none !important;
    }
    
   
    .site-header .header-image{
        max-width: 158px;
    } 
    .nav-float-right #site-navigation{
        display: none;
    }
    .has-inline-mobile-toggle .inside-header{
        flex-wrap: nowrap !important; 
    }
    .has-inline-mobile-toggle #site-navigation.toggled{
        display: block;
        width: calc(100% - 32px);
        padding-bottom: 40px !important
    }
    header{
        padding: 24px 0 !important;
        position: relative;
    }
    header:after{
        left: 15px;
        content: '';
        background: rgba(0, 0, 0, 0.05);
        width: calc(100% - 30px) !important;
        height: 1px;
        display: block;
        position: absolute;
        bottom: 0;
    }
    .header-menu-active .main-navigation.sub-menu-right.toggled{
        position: absolute;
        top: 66px;
        margin-top: 17px !important;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        height: calc(100vh - 150px);
        padding-top: 44px !important;
    }
    .header-menu-active .main-navigation.toggled .main-nav{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .header-menu-active .main-nav ul{
        height: auto !important;
        display: flex !important;
        flex-direction: column;
        gap: 32px !important;
        align-items: center !important;
    }
    .header-menu-active .main-navigation li {
        margin-bottom: 0px !important;
        border: none !important;
        padding: 0px !important;
    }
    .header-menu-active .main-navigation li a{
        font-size: 16px;
        text-align: center;
        line-height: 20px; 
    }
    .header-button-mobile{
        width: 100%;
        border-radius: 5px;
        background: var(--Green-light, #EBFFBD);
        padding: 21px;
        text-align: center;
    }
    .header-button-mobile span{
        color: #434343;
        text-align: center;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }
    .mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled{
        background: transparent !important;
    }





}

/*--- main ---*/
#page.site.grid-container.container.hfeed{
    max-width: 100% !important;
    padding: 0px !important;
}
#page.site.grid-container.container.hfeed > div > div.content-area{
    width: 100% !important;
}
#page.site.grid-container.container.hfeed > div > div.content-area main{
    margin: 0px !important;
}
#page.site .is-right-sidebar{
    display: none !important;
}
#page.site .inside-article{
    padding: 0px !important;
}
#page.site header.entry-header{
    display: none !important;
}
.entry-content{
    margin: 0px !important;
}


.hero {
    margin-top: 32px !important;
    padding: 0 15px !important ;
}
.hero  > .e-con-inner{
    position: relative;
}
.hero .text-block {
    width: 100%;
    max-width: 939px !important;
    padding-bottom: 524px !important;
    position: relative;
    z-index: 333;
}
.hero .text-block > .e-con-inner{
    gap: 12px !important;
}
.hero .text-block .title h2{
    color: #434343;
    font-family: "DM Sans";
    font-size: 94px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
}
.hero .text-block .title h2 span{
    color: var(--Green, #AEE823);
}
.hero .text-block p{
    margin: 0px !important;
    color: #434343;
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
}
.hero .bg-image{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.hero .bg-image img{
    width: 100%;
    height: 100%;
}
.hero .buttons{
    display: inline-block;
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 333;
    width: auto;
}
.hero .buttons > .e-con-inner{
    flex-direction: row !important;
    gap: 16px !important;
}
.hero .buttons .btn-hero-reverce a{
    background: var(--Purple-light, #F1EEFF) !important;
    transition: 0.5s;
}
.hero .buttons .btn-hero-reverce a:hover{
    background: var(--Green-light, #EBFFBD) !important;
}



.services {
    padding: 120px 0 !important;
}

.services .main-title{
    margin-bottom: 24px !important;
}
.services .main-title h2{
    color: #434343;
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    display: inline;
    position: relative;
}
.services .main-title h2 span{
    position: relative;
    z-index: 222;
}
.services .main-title h2:after{
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: -22px;
    top: -10px;
    background: var(--Purple-light, #F1EEFF);
    opacity: 0.6;
    z-index: 11;
    border-radius: 100px;
}
.services .main-title .elementor-widget-container{
    display: flex;
    justify-content: center;
}
.services .main-subtitle{
    margin-bottom: 40px !important;
}
.services .main-subtitle h2{
    color: #434343;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.services .wrap > .e-con-inner{
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 32px !important;
    justify-content: space-between !important;
}
.services .wrap .item{
    width: calc(33% - 17px);
    padding: 32px !important;
}
.services .wrap .item > .e-con-inner{
    gap: 8px !important;
}
.services .wrap .item .item-title h2{
    color: #434343;
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
.services .wrap .item p{
    margin: 0px !important;
    color: #696969;
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.services .wrap .item.item-purple{
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: var(--Purple-light, #F1EEFF);
}
.services .wrap .item.item-green{
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: var(--Green-light, #EBFFBD);
}



.image-with-text{
    padding: 120px 0 !important;
}
.image-with-text > .e-con-inner{
    flex-direction: row !important;
    align-items: center !important;
    gap: 30px !important;
    justify-content: space-between !important;
}
.image-with-text .content{
    width: 100% !important;
    max-width: 661px !important;
}
.image-with-text .content .title{
    margin-bottom: 24px !important;
    position: relative;
}
.image-with-text .content .title h2{
    color: #434343;
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    position: relative;
    z-index: 333;
}
.image-with-text .content .text{
    margin-bottom: 40px !important;
}
.image-with-text .content .text p{
    margin: 0px !important;
    color: #696969;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.image-with-text .content .btn-outline.btn-outline-green a{
    border-radius: 5px !important;
    border: 2px solid var(--Green, #AEE823) !important;
    background: transparent !important;
}
.image-with-text .image{
    width: 100% !important;
    max-width: 800px !important;
}
.image-with-text .image img{
    border-radius: 16px;
    width: 100%;
    object-fit: cover;  
}
.image-with-text .content .title.green-title:after{
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: -22px;
    top: -10px;
    background: var(--Green-light, #EBFFBD);
    opacity: 0.6;
    z-index: 11;
    border-radius: 100px;
}
.image-with-text .content .title.purple-title:after{
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: -22px;
    top: -10px;
    background: var(--Purple-light, #F1EEFF);
    opacity: 0.6;
    z-index: 11;
    border-radius: 100px;
}
.image-with-text .content .btn-outline.btn-outline-purple a{
    border-radius: 5px !important   ;
    border: 2px solid var(--Purple, #6549BC) !important ;
    background: transparent !important;
}


.steps{
    padding: 120px 0 !important;
}
.steps .main-title{
    margin-bottom: 24px !important;
    position: relative;
}
.steps .main-title h2{
    color: #434343;
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    position: relative;
    z-index: 333;
}
.steps .main-subtitle{
    margin-bottom: 80px !important;
}
.steps .main-subtitle h2{
    color: #434343;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.steps .main-title h2{
    display: inline;
}
.steps .main-title .elementor-widget-container{
    display: flex;
    justify-content: center;
}
.steps .main-title h2:after{
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: -32px;
    top: -12px;
    background: var(--Green-light, #EBFFBD);
    opacity: 0.6;
    z-index: 11;
    border-radius: 100px;
}
.steps .main-title h2 span{
    position: relative;
    z-index: 222;
}
.steps .wrap > .e-con-inner{
    flex-direction: row !important;
}
.steps .wrap .item{
    padding-right: 44px !important;
    padding-top: 18px !important;
    border-top: 1px solid #F1EEFF;
    position: relative;
}
.steps .wrap .item .subtitle{
    margin-bottom: 4px !important;
}
.steps .wrap .item .subtitle h2{
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.steps .wrap .item .title{
    margin-bottom: 8px !important;
}
.steps .wrap .item h2{
    color: #434343;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
.steps .wrap .item .text p{
    padding: 0px !important;
    color: #434343;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.steps .wrap .item.imte-purple .subtitle h2{
    color: var(--Purple, #6549BC);
}
.steps .wrap .item.imte-purple:after{
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #6549BC;
    border-radius: 100px;
    position: absolute;
    top: -7px;
    left: 0;
}
.steps .wrap .item.imte-green .subtitle h2{
    color: var(--Purple, #AEE823);
}
.steps .wrap .item.imte-green:after{
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #AEE823;
    border-radius: 100px;
    position: absolute;
    top: -7px;
    left: 0;
}






.contact-form{
    padding: 80px 0 !important;
}
.contact-form > .e-con-inner{
    flex-direction: row !important;
    gap: 30px !important;
    justify-content: space-between !important;
}
.contact-form .content{
    width: 100%;
    max-width: 661px !important;
}
.contact-form .content .title{
    margin-bottom: 24px !important;
    position: relative;
}
.contact-form .content .title:after{
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: -22px;
    top: -8px;
    background: var(--Green-light, #EBFFBD);
    opacity: 0.6;
    z-index: 11;
    border-radius: 100px;
}
.contact-form .content .title h2{
    color: #434343;
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    position: relative;
    z-index: 222;
}
.contact-form .content .text{
    margin-bottom: 52px !important;
}
.contact-form .content .text p{
    margin: 0px !important;
    color: #434343;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.contact-form .content .item{
    margin-bottom: 48px !important;
}
.contact-form .content .item:last-child{
    margin-bottom: 0px !important;
}
.contact-form .content .item > .e-con-inner{
    gap: 8px !important;
}
.contact-form .content .item .social-title h2{
    color: var(--Purple, #6549BC);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.contact-form .content .item .social-link h2{
    color: #434343;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.form-side{
    width: 100%;
    max-width: 800px !important;
}

.form-container .inner{
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px !important;
}
.form-container .inner .input-item{
    width: calc(33% - 6px);
    border-radius: 8px;
    background: #F5F5F5;
}
.form-container .inner .input-item p{
    margin: 0px !important;
}
.form-container .inner .input-item input, .form-container .inner .input-item-textarea textarea{
    padding: 14px 12px !important;
    color: #696969;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background: transparent;
    border: none !important;
}
.form-container .inner .input-item-textarea{
    width: 100%;
    border-radius: 8px;
    background: #F5F5F5;
}
.form-container .inner .input-item-textarea textarea{
    height: 140px;
    resize: none;
}
.send-form-button p{
    margin: 0px !important;
}
.send-form-button input{
    padding: 20px 30px  !important;
    border-radius: 5px !important;
    background: var(--Green-light, #EBFFBD) !important;
    padding: 20px 30px !important;
    border: 1px solid transparent !important;
    color: #434343 !important;
    text-align: center !important;
    font-family: "DM Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 28px !important; /* 175% */
    width: 100%;
}
.wpcf7-spinner{
    display: none !important;
}








/*--- footer ---*/
.site-footer{
    border-top: 1px solid #F5F5F5;
    padding: 32px 0 !important;
}
.footer-widgets{
    background: transparent !important;
}
footer.site-info{
    display: none !important;
}
.footer-widget-2, .footer-widget-3{
    display: none !important;
}
.footer-widget-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer-widget-1 #nav_menu-2{
    margin: 0px !important;
    padding: 0px !important;
}
.footer-widget-1 #nav_menu-2 ul{
    display: flex;
    align-items: center;
    gap: 49px;
}
.footer-widget-1 #nav_menu-2 ul li{
    margin: 0px !important;
}
.footer-widget-1 #nav_menu-2 ul li a{
    color: #696969;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.footer-widget-1 #block-8{
    padding: 0px !important;
}
.right-reserved{
    color: #696969;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.site-footer .footer-widgets-container .inside-footer-widgets{
    margin: 0px  !important;
}










/*--- media ---*/
.bg-image-mobile{
    display: none;
}
.btn a svg{
    width: 22px;
    height: 22px;
}
.btn a .elementor-button-icon{
    width: 22px;
    height: 22px;
}
.steps .wrap .item.imte-purple{border-top-color: #F1EEFF;}
.steps .wrap .item.item.imte-green{border-top-color: #EBFFBD;}
.steps .wrap .item .text p{
    margin-bottom: 0px !important;
}
@media(max-width:1390px){
    .hero .text-block{
        max-width: 670px !important;
    }
    .hero .bg-image img{
        object-fit: cover;
        border-radius: 35px;
    }
}
@media(max-width:1340px){
    .services .wrap .item {
        width: calc(33% - 18px);
    }
}
@media(max-width:1280px){
    .steps .wrap .item{
        padding-right: 14px !important;
    }
    .form-container .inner .input-item {
        width: calc(33% - 7px);
    }
    .form-container .inner .input-item-textarea{
        width: 100%;
    }
}



@media(max-width:1110px){
    .hero{
        margin-top: 24px !important;
        padding: 0px !important;
    }
    .hero > .e-con-inner{
        gap: 24px !important;
    }
    .hero .text-block{
        max-width: 100% !important;
        padding: 0px !important;
    }
    .hero .text-block .title h2{
        font-size: 60px;
        line-height: 72px;
    }
    .hero .text-block p{
        font-size: 24px;
        line-height: 36px;
    }
    .hero .btn{
        position: relative;
        bottom: 0;
        left: 0;
    }
    .hero .btn a{
        width: 100%;
    }
    .hero .btn a .elementor-button-text{
        width: 100%;
        max-width: 170px;
    }
    .hero .bg-image{
        display: none;
    }
    .bg-image-mobile {
        display: block !important;
    }
    .bg-image-mobile img{
        width: 100%;
        object-fit: cover;
    }
    .hero .buttons{
        position: relative;
        bottom: 0;
        left: 0;
    }
    .hero .buttons > .e-con-inner{
        flex-direction: column !important;
    }








    .services{
        padding: 80px 0 40px 0 !important;
    }
    .services .main-title {
        margin-bottom: 16px !important;
    }
    .services .main-title h2{
        font-size: 28px;
        line-height: 40px; /* 142.857% */
    }
    .services .main-subtitle h2{
        font-size: 16px;
        line-height: 24px;
    }
    .services .wrap > .e-con-inner{
        gap: 16px !important;
    }
    .services .wrap .item{
        width: 100% !important;
        padding: 16px 12px !important;
    }
    .services .wrap .item .item-title h2{
        font-size: 18px;
        line-height: 24px;
    }
  .bg-image-mobile{
    width: 100%;
  }
  .services .main-title h2:after{
    display: none;
  }

    .image-with-text{
        padding: 40px 0 !important;
    }
    .image-with-text > .e-con-inner{
        gap: 40px !important;
        flex-direction: column !important;
    }
    .image-with-text .content{
        order: 1;
        width: 100% !important;
        max-width: 100% !important;
    }
    .image-with-text .content .title h2{
        font-size: 28px;
        line-height: 40px;
    }
    .image-with-text .content .title{
        margin-bottom: 16px !important;
    }
    .image-with-text .content .text p{
        font-size: 14px;
        line-height: 26px;
    }
    .image-with-text .content .btn-outline a{
        width: 100%;
    }
    .image-with-text .content .btn-outline a .elementor-button-text{
        width: 100%;
        max-width: 175px;
    }
    .image-with-text .image{
        max-width: 100% !important;
        order: 2;
    }

    .steps{
        padding: 40px 0 !important;
    }
    .steps .main-title{
        margin-bottom: 16px !important;
    }
    .steps .main-title .elementor-widget-container{
        justify-content: flex-start;
    }
    .steps .main-title h2{
        font-size: 28px;
        line-height: 40px;
        text-align: left;
    }
    .steps .main-title h2:after{
        width: 48px;
        height: 48px;
        left: -16px;
        top: -4px;
    }
    .steps .main-subtitle{
        margin-bottom: 40px !important;
    }
    .steps .main-subtitle h2{
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        opacity: 0.72;
    }
    .steps .wrap > .e-con-inner{
        flex-direction: column !important;
    }
    .steps .wrap .item{
        padding-left: 22px !important;
        padding-top: 0px !important;
        border-top: 0px;
        border-left: 1px solid #F1EEFF;
        padding-right: 44px !important;
    }
    .steps .wrap .item h2{
        font-size: 18px;
        line-height: 24px;
    }
    .steps .wrap .item .text p{
        font-size: 14px;
        line-height: 26px;
    }
    .steps .wrap .item.imte-purple:after, .steps .wrap .item.imte-green:after{
        top: 0;
        left: -6px;
    }
    .steps .wrap .item.imte-purple{border-left-color: #F1EEFF;}
    .steps .wrap .item.item.imte-green{border-left-color: #EBFFBD;}
    .steps .wrap .item .text p{
        margin-bottom: 24px !important;
    }
    .steps .wrap .item:last-child .text p{
        margin-bottom: 0px !important;
    }

    .contact-form{
        padding: 40px 0 !important;
    }

    .contact-form > .e-con-inner{
        flex-direction: column !important;
        gap: 24px !important;
    }
    .contact-form .content{
        max-width: 100% !important;
    }
    .contact-form .content .title{
        margin-bottom: 16px !important;
    }
    .contact-form .content .title h2{
        font-size: 28px;
        line-height: 40px;
    }
    .contact-form .content .title:after{
        width: 48px;
        height: 48px;
        left: -16px;
        top: -4px;
    }
    .contact-form .content .text{
        margin-bottom: 24px !important;
    }
    .contact-form .content .text p{
        font-size: 16px;
        line-height: 24px;
        opacity: 0.72;
    }
    .contact-form .content .item{
        margin-bottom: 24px !important;
    }
    .contact-form .content .item .social-link h2{
        font-size: 16px;
        line-height: 20px;
        opacity: 0.72;
    }
    .form-side{
        max-width: 100% !important;
    }
    .form-container .inner{
        gap: 16px !important;
        margin-bottom: 24px !important;
    }
    .form-container .inner .input-item{
        width: 100% !important;
    }
    .site-footer{
        padding: 40px 0 12px 0 !important;
    }
    .footer-widget-1{
        flex-direction: column !important;
        gap: 24px !important;
        margin: 0px !important;
    }
    .footer-widget-1 #nav_menu-2 ul{
        flex-direction: column !important;
        gap: 16px !important;
    }

}



/*--- animations and hovers ---*/

.element-animation {
    opacity: 0;
    transform: translateY(50px);
}
.element-animation.element-show {
    opacity: 1;
    transition: all 0.5s;
    transform: translateY(0%);
}
.elementor-editor-active .element-animation{
    opacity: 1;
    transition: all 0.5s;
    transform: translateY(0%);
}

.header-button, .main-nav ul li a, .btn a, .send-form-button input, .footer-widget-1 #nav_menu-2 ul li a, .contact-form .content .item .social-link h2{
    transition: 0.5s;
}
.header-button:hover{
    background: #F1EEFF;
}
.main-nav ul li:hover a, .footer-widget-1 #nav_menu-2 ul li a:hover, .contact-form .content .item .social-link h2:hover{
    color: var(--Green, #AEE823) !important;
}
.btn a:hover, .send-form-button input:hover{
    background: #F1EEFF !important;
}
.image-with-text .content .btn-outline.btn-outline-green a, .image-with-text .content .btn-outline.btn-outline-purple a{
    transition: 0.5s;
}
.image-with-text .content .btn-outline.btn-outline-green a:hover{
    background:  #EBFFBD !important;
    border: 2px solid #EBFFBD !important;
}
.image-with-text .content .btn-outline.btn-outline-purple a:hover{
    background:#F1EEFF !important;
    border: 2px solid #F1EEFF !important;
}
.wpcf7-response-output{
    border: 2px solid var(--Green, #AEE823) !important;
    padding: 10px;
    text-align: center;
    color: #434343;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
/* .image-with-text .content .btn-outline.btn-outline-purple a .elementor-button-text, .image-with-text .content .btn-outline.btn-outline-purple a svg path{
    transition: 0.5s;
}
.image-with-text .content .btn-outline.btn-outline-purple a:hover .elementor-button-text{
    color: #fff !important;
}
.image-with-text .content .btn-outline.btn-outline-purple a:hover svg path{
    fill: #fff !important;
} */

/*--- inner pages ---*/
.inner-legal-section{
    padding: 40px 0 80px 0 !important;
    width: 100%;
    max-width: 1100px !important;
}
.inner-legal-section .main-title{
    margin-bottom: 24px !important;
}
.inner-legal-section .main-title h2{
    color: #434343;
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}
.inner-legal-section .main-subtitle{
    margin-bottom: 40px !important;
}
.inner-legal-section .main-subtitle h2{
    color: #434343;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.72;
}

.inner-legal-section .title{
    margin-bottom: 10px !important;
}
.inner-legal-section .title h2{
    color: #434343;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
.inner-legal-section .text{
    margin-bottom: 20px !important;
}
.inner-legal-section .text-last{
    margin-bottom: 0px !important;
}
.inner-legal-section .text p{
    margin: 0px !important;
    color: #696969;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.inner-legal-section .list ul{
    display: flex;
    flex-direction: column !important;
    gap: 5px;
}
.inner-legal-section .list ul li{
    margin: 0px !important;
    color: #696969;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
@media(max-width:767px){
    .inner-legal-section .list ul{
        margin-left: 30px;
    }
    .inner-legal-section .main-subtitle h2{
        font-size: 16px;
        line-height: 24px;
    }
    .inner-legal-section .main-title h2{
        font-size: 28px;
        line-height: 40px;
    }
    .inner-legal-section .main-title{  
        margin-bottom: 16px !important;
    }
    .inner-legal-section{
        padding: 40px 0 !important;
    }
}


