.elementor-3153 .elementor-element.elementor-element-4bce0cdd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--gap:0px;--background-transition:0.3s;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}.elementor-3153 .elementor-element.elementor-element-42b4ee31 .elementor-button{font-family:var( --e-global-typography-693311c-font-family ), Sans-serif;font-size:var( --e-global-typography-693311c-font-size );font-weight:var( --e-global-typography-693311c-font-weight );text-transform:var( --e-global-typography-693311c-text-transform );font-style:var( --e-global-typography-693311c-font-style );text-decoration:var( --e-global-typography-693311c-text-decoration );line-height:var( --e-global-typography-693311c-line-height );letter-spacing:var( --e-global-typography-693311c-letter-spacing );word-spacing:var( --e-global-typography-693311c-word-spacing );fill:var( --e-global-color-5354c8a );color:var( --e-global-color-5354c8a );background-color:var( --e-global-color-secondary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:10px 10px 0px 0px;}.elementor-3153 .elementor-element.elementor-element-42b4ee31 .elementor-button:hover, .elementor-3153 .elementor-element.elementor-element-42b4ee31 .elementor-button:focus{color:var( --e-global-color-5354c8a );background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3153 .elementor-element.elementor-element-42b4ee31 .elementor-button:hover svg, .elementor-3153 .elementor-element.elementor-element-42b4ee31 .elementor-button:focus svg{fill:var( --e-global-color-5354c8a );}.elementor-3153 .elementor-element.elementor-element-42b4ee31{z-index:99;}@media(max-width:1024px){.elementor-3153 .elementor-element.elementor-element-42b4ee31 .elementor-button{font-size:var( --e-global-typography-693311c-font-size );line-height:var( --e-global-typography-693311c-line-height );letter-spacing:var( --e-global-typography-693311c-letter-spacing );word-spacing:var( --e-global-typography-693311c-word-spacing );}}@media(max-width:767px){.elementor-3153 .elementor-element.elementor-element-42b4ee31 .elementor-button{font-size:var( --e-global-typography-693311c-font-size );line-height:var( --e-global-typography-693311c-line-height );letter-spacing:var( --e-global-typography-693311c-letter-spacing );word-spacing:var( --e-global-typography-693311c-word-spacing );}}/* Start custom CSS */.sec-pos-relative{
    position: relative!important;
}

#gradient-shape > div{
    height: 600px;
}

.home-greentech-icon {
    right: 110px !important;
    top: -10px !important;
}

.home-greentech-icon:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 3px;
    height: 82px;
    z-index: -1;
    background: linear-gradient(0deg, var(--e-global-color-secondary) 50%, transparent 50%);
    background-repeat: repeat-y;
    background-size: 2px 5px;
    background-position: 0% 0%;
    animation: dash 5s linear infinite;
}

@keyframes dash {
    to {
        background-position: 0% 100%;
    }
}

.home-ev-car img{
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 20%));
}

.solution-col:hover .elementor-widget-image a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-primary);
    opacity: 0.8;
}

.solution-col img {
    transform-origin: top;
    transition: transform 0.1s ease-in;
}

.solution-col:hover img {
    transform: scale(1.15);
    transform-origin: top;
}

.solution-col:hover .elementor-button{
    transition: none;
    border-color: transparent!important;
    background-color: transparent!important;
}

.home-about-col > div {
    position: relative;
    width: 550px !important;
    height: 400px !important;
    max-width: 550px !important;
}

.home-ev-car {
    width: 100%;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}

/******* Media Queries ******/
@media only screen and (max-width: 1100px){
    .home-about-col > div {
        width: 500px !important;
        height: 380px !important;
        max-width: 500px !important;
    }
    
    .home-greentech-icon {
        right: 100px !important;
        top: 0px !important;
    }
}

@media only screen and (max-width: 1024px){
    #gradient-shape > div{
        height: 400px;
    }
}

@media only screen and (max-width: 1000px){
    .home-about-col > div {
        width: 380px !important;
        height: 320px !important;
        max-width: 380px !important;
    }
    
    .home-greentech-icon {
        right: 70px !important;
        top: 10px !important;
    }
}

@media only screen and (max-width: 767px){
    .home-about-col > div {
        width: 500px !important;
        height: 400px !important;
        max-width: 500px !important;
    }
    
    .home-greentech-icon {
        right: 105px !important;
        top: 19px !important;
    }
}


@media only screen and (max-width: 600px){
    .home-greentech-icon {
        right: 60px !important;
        top: -4px !important;
    }
    
    .home-greentech-icon:after {
        height: 70px;
    }
    
    .home-about-col > div{
        position: relative;
        width: 320px!important;
        height: 260px!important;
        max-width: 320px!important;
    }
}


@media only screen and (max-width: 350px){
    .home-about-col > div{
        width: 300px!important;
        max-width: 300px!important;
    }
    
    .home-greentech-icon {
        top: 8px !important;
        right: 55px !important;
    }
    
}/* End custom CSS */