/* Viriksha - header glass effect (Elementor HF template 94, bar section d2b6e37)
   Background only. No layout, spacing, colour-of-text or structural changes. */

.elementor-94 .elementor-element.elementor-element-d2b6e37{
	background-color:rgba(255,255,255,.55) !important;
	-webkit-backdrop-filter:saturate(180%) blur(18px);
	backdrop-filter:saturate(180%) blur(18px);
	border-bottom:1px solid rgba(255,255,255,.45);
	box-shadow:0 8px 32px rgba(36,77,36,.10);
	position:relative;
}

/* glossy sheen across the top of the bar */
.elementor-94 .elementor-element.elementor-element-d2b6e37:before{
	content:"";
	position:absolute;
	inset:0;
	pointer-events:none;
	z-index:0;
	background:linear-gradient(180deg,rgba(255,255,255,.70) 0%,rgba(255,255,255,.22) 42%,rgba(255,255,255,0) 62%);
}

/* keep the logo and menu above the sheen */
.elementor-94 .elementor-element.elementor-element-d2b6e37 > .elementor-container{
	position:relative;
	z-index:1;
}

/* browsers without backdrop-filter get a denser translucent white instead */
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
	.elementor-94 .elementor-element.elementor-element-d2b6e37{
		background-color:rgba(255,255,255,.90) !important;
	}
}
