.prt-ts-icon-box.elementor-view-stacked .elementor-icon {
    background: linear-gradient(to right, var(--prt-first-gradientcolor) 0%, var(--prt-second-gradientcolor) 0%, var(--prt-first-gradientcolor) 100%);
}
.features_imgbox_style1 {
    padding: 35px 20px 18px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 65px 3px rgb(83 20 173/7%);
    transition: all .5s ease-in-out;
    max-width: 100% !important;
}
.features_imgbox_style1:hover {
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    box-shadow: 0 23px 40px rgb(59 42 130/20%)
}
.features_imgbox_style1 .features__thumb {
    text-align: center;
    position: relative;
    margin: 0 auto
}
.features_imgbox_style1 .features__thumb img {
    border-radius: 10px;
    width: 100%;
    border: 1px solid var(--prt-bordercolor);
}
.features_imgbox_style1 .features__thumb:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    width: 36px;
    height: 8px;
    text-align: center;
    background-image: url(http://localhost/wordpress/wp-content/uploads/2023/10/dots.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
    float: left;
}
.features_imgbox_style1 .features_imgbox_content h5.features_imgbox_title {
    margin-bottom: 0;
    font-size: 18px;
}
.features_imgbox_style1  .features_imgbox_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
}
.features_imgbox_style1 .features_view_demo a{
    padding-left: 30px;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    display: block;
}
.features_imgbox_style1 .features_view_demo a:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    right: auto;
    width: 20px;
    height: 18px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
    float: left;
    background-color: var(--body-blackfont-color);
    -webkit-mask: url(https://www.themetechmount.com/magico/landing-page/wp-content/uploads/sites/6/2023/10/eye.svg) no-repeat 100% 100%;
    mask: url(https://www.themetechmount.com/magico/landing-page/wp-content/uploads/sites/6/2023/10/eye.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.features_imgbox_style1 .features_view_demo a:hover:before {
     background-color: var(--prt-skincolor);
}
.prt-ts-highlight-text {
    font-weight: 500;
    text-decoration: underline;
}
.prt-plugin-box .elementor-widget-image-box .elementor-widget-container:hover {
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
}
.prt-plugin-box .elementor-widget-image-box {
    transition: 0.8s;
    display: block;
}