.elementor-3410 .elementor-element.elementor-element-51ff681{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:20px;}.elementor-3410 .elementor-element.elementor-element-51ff681:not(.elementor-motion-effects-element-type-background), .elementor-3410 .elementor-element.elementor-element-51ff681 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-3410 .elementor-element.elementor-element-5c41cc1 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(36px/2);}.elementor-3410 .elementor-element.elementor-element-5c41cc1 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(36px/2);}.elementor-3410 .elementor-element.elementor-element-5c41cc1 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(36px/2);}.elementor-3410 .elementor-element.elementor-element-5c41cc1 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-36px/2);}.elementor-3410 .elementor-element.elementor-element-5c41cc1 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-36px/2);}.elementor-3410 .elementor-element.elementor-element-5c41cc1 .elementor-icon-list-icon i{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-3410 .elementor-element.elementor-element-5c41cc1 .elementor-icon-list-icon svg{fill:var( --e-global-color-accent );transition:fill 0.3s;}.elementor-3410 .elementor-element.elementor-element-5c41cc1{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-3410 .elementor-element.elementor-element-5c41cc1 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-3410 .elementor-element.elementor-element-5c41cc1 .elementor-icon-list-item > a{font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;}.elementor-3410 .elementor-element.elementor-element-5c41cc1 .elementor-icon-list-text{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-3410 .elementor-element.elementor-element-8136c9b{--display:flex;--min-height:110px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--margin-top:0px;--margin-bottom:-110px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;--z-index:100;}.elementor-3410 .elementor-element.elementor-element-dc8fce2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:010px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3410 .elementor-element.elementor-element-3ae58dd{text-align:start;}.elementor-3410 .elementor-element.elementor-element-3ae58dd img{width:300px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:801px){.elementor-3410 .elementor-element.elementor-element-dc8fce2{--width:300px;}}@media(max-width:1160px){.elementor-3410 .elementor-element.elementor-element-51ff681{--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;}}@media(max-width:800px){.elementor-3410 .elementor-element.elementor-element-51ff681{--padding-top:10px;--padding-bottom:10px;--padding-left:014px;--padding-right:014px;}.elementor-3410 .elementor-element.elementor-element-8136c9b{--min-height:90px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--margin-top:0px;--margin-bottom:-90px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:014px;--padding-right:014px;}.elementor-3410 .elementor-element.elementor-element-dc8fce2{--width:220px;}.elementor-3410 .elementor-element.elementor-element-3ae58dd img{width:220px;}}/* Start custom CSS for container, class: .elementor-element-8136c9b *//* Default (no scroll yet)*/
.blur-header {
	position: relative;
	background: transparent !important;
	box-shadow: none !important;	/* no shadow before scroll*/
	z-index: 9999;
	background-clip: padding-box;
	will-change: background-color, box-shadow, backdrop-filter;
	transition:
		background-color .5s ease,
		backdrop-filter .5s ease,
		-webkit-backdrop-filter .5s ease,
		box-shadow .5s ease;
	border-bottom: none !important;	/* no inline border */
}

/* Divider line (acts as outline, not border) */
.blur-header::after {
	content:"";
	position:absolute;
	left:0; right:0; bottom:0;
	height:1px;
	background: rgba(0,0,0,0.12); /* subtle */
	opacity:0;
	pointer-events:none;
	transition: opacity .5s ease;
	z-index:10;
}

/* Sticky state */
.elementor-sticky--effects.blur-header,
.elementor-sticky--effects .blur-header {
	background: rgba(255,255,255,0.8) !important;
	-webkit-backdrop-filter: saturate(160%) blur(20px);
	backdrop-filter: saturate(160%) blur(20px);

	/* Subtler shadow */
	box-shadow: 0 6px 14px rgba(0,0,0,0.05) !important;

	/* --- Alternative presets (uncomment to test) ---*/
		Medium: box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
		Strong: box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
	
}

/* Show the outline divider only on scroll*/
.elementor-sticky--effects.blur-header::after,
.elementor-sticky--effects .blur-header::after {
	opacity: 1;
}

/* Mobile: slightly stronger background for readability*/
@media (max-width: 767px) {
	.elementor-sticky--effects.blur-header,
	.elementor-sticky--effects .blur-header {
		background: rgba(255,255,255,0.9) !important;
	}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://isasign.com/wp-content/uploads/2025/08/Inter-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://isasign.com/wp-content/uploads/2025/08/Inter-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://isasign.com/wp-content/uploads/2025/08/Inter-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://isasign.com/wp-content/uploads/2025/08/Inter-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */