/*
Plugin Name: Elementor Blur Gradient Background
Description: Adds a dynamic blur gradient background effect to any Elementor container with the class "bg-blur-gradient".
Version: 1.0
Author: backend mohamed Alarade
Contributors: Christoph Barton (CSS)
*/

.bg-blur-gradient-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
