.elementor-element .icon .custom-widget-icon::before {
    content: '';
    display: inline-block;
    background-image: url('../images/icon.png'); /* Path to your custom image */
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px; /* Adjust size as needed */
    height: 20px;
    display: block;
}

.custom-widget-icon{
    background-image: url('../images/icon.png'); /* Path to your custom image */
    width: 20px; /* Adjust size as needed */
    height: 20px;
    display: block;
}
.custom-widget-icon::before{
    content: '';
    display: inline-block;
    background-image: url('../images/icon.png'); /* Path to your custom image */
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px; /* Adjust size as needed */
    height: 20px;
    display: block;
}
