/* Walker Standard Utilities
   Safe global utility classes for WPBakery rows and reusable site sections.
*/

.walker-bg-deep-system{
	position:relative;
	isolation:isolate;
	background:
		radial-gradient(circle at 18% 18%, rgba(47,120,126,.32), transparent 34%),
		radial-gradient(circle at 82% 14%, rgba(183,163,106,.16), transparent 32%),
		linear-gradient(135deg,#0f1b22 0%, #15242b 48%, #0c1419 100%) !important;
	overflow:visible;
}

.walker-bg-deep-system::before{
	content:"";
	position:absolute;
	inset:0;
	z-index:0;
	pointer-events:none;
	background:
		linear-gradient(115deg,rgba(255,255,255,.08),transparent 34%),
		radial-gradient(circle at 50% 120%,rgba(255,255,255,.08),transparent 34%);
	opacity:.72;
}

.walker-bg-deep-system > *{
	position:relative;
	z-index:1;
}


/* Optional: add this alongside walker-bg-deep-system only when a section truly needs clipping. Do not use it on rows containing sticky/pinned elements. */
.walker-bg-clip{
	overflow:hidden;
}
