selector {
background-size: cover;
background-position: center;
} selector::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(74,28,110,0.9) 0%, rgba(107,45,158,0.85) 100%);
z-index: 0;
} .elementor-heading-title, .elementor-widget-button, .elementor-widget-text-editor {
position: relative;
z-index: 2;
}