/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2025 | 20:07:24 */
/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(255, 255, 255, 0.65);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, 0.4);
/*	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07); */
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	height: var(--header-height);
	transition: height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 85px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
	content:url('https://red-gaur-552676.hostingersite.com/wp-content/uploads/2023/02/agile-logo-new-trace-outside-8.png');
}

/***
* class: .phoneblock
*/
header.sticky-header .phoneblock svg {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .phoneblock svg {
	fill: #002855;
}
header.sticky-header.elementor-sticky--effects .phoneblock .elementor-icon-box-title {
	color: #002855;
}

/***
* class: .emailblock
*/
header.sticky-header .emailblock svg {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .emailblock svg {
	fill: #002855;
}
header.sticky-header.elementor-sticky--effects .emailblock .elementor-icon-box-title {
	color: #002855;
}

/***
* class: .menublock
*/
header.sticky-header .menublock .jet-nav .menu-item-link {
	transition: transform var(--transition);
}
@media only screen and (min-width:1025px) {
	header.sticky-header.elementor-sticky--effects .menublock .jet-nav .menu-item-link {
		color: #002855;}
}

@media only screen and (max-width:1024px) {
	div.m-layout-tablet {
	background-color: #0f2040!important;}
}

/* Mobile trigger icon for menu */
span.jet-nav__mobile-trigger-open {
	background-color: rgba(0,0,0,0.30);
	padding:10px;
}

/* Targets positioned below the fixed header 100px */
:target { scroll-margin-top: 100px; }

/* Fix centering of text and icons in buttons */
.elementor-button elementor-size-sm, .elementor-button-content-wrapper {
	align-items:center;
	margin-top:1px;
}
