/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2026 | 20:05:53 */
* {
    word-break: break-word;
}
/* Optional: Add smooth transition */
#masthead {
	transition: all 0.3s ease;
	position sticky !important;
}

.ehf-header #masthead {
	margin-bottom: -100px;
}

/* Customize these styles for when scrolled */
#masthead.scrolled {
	background: rgba(0, 0, 0, 0.42);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0px;
	backdrop-filter: blur(100px);
}

main#content {
	overflow: hidden;
}

.absolute-x-center {
	transform:translatex(-50%);
}
.absolute-y-center {
	transform:translatey(-50%);
}
.absolute-centered {
	transform:translate(-50%,-50%);
}

.badge .elementor-heading-title {
	border-radius: 4px;
	padding: 7px 13px;
	width: auto;
	margin: 0px auto;
	background: var(--e-global-color-primary);
	display: table;
	color: #fff !important;
}

.badge.alt-badge .elementor-heading-title {
	background: var(--e-global-color-text);
	color: var(--e-global-color-62b766e);
	font-weight: 600 !important;
}

.button-dot svg {
	width: 4px;
	transition: 300ms all ease-in-out;
}

.button-dot:hover svg {
	opacity: 0;
}

.timeline--element .ue_item_icon {
	position: relative !important;
	overflow: initial !important;
	border-radius: 6px;
	z-index: 10;
}

.timeline--element .ue_item_icon img {
	width: 40px !important;
	height: 40px !important;
	object-fit: contain !important;
}

.timeline--element .uc-items-wrapper {
	display: flex;
	flex-direction: column;
	gap: 50px;
	position: relative;
}

.timeline--element .uc-items-wrapper:before {content: "";position: absolute;width: 1px;background: #d2d2d2;height: 80%;left: 32px;}

#faq-accordion summary.e-n-accordion-item-title span.e-n-accordion-item-title-icon {
	background: rgb(18, 20, 29);
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	min-width: 30px;
	min-height: 30px;
}

div#integrations--grid img {
	object-fit: contain;
	background: #f4f5f7;
	border-radius: 8px;
}

.breadcrumbs-inner a {
    text-decoration: none;
}

.timeline--element .uc-items-wrapper .ue_item:nth-child(2) .ue_item_icon {
    background: var(--e-global-color-text) !important;
}

@media (max-width: 999px) {
	.hide-tab {display:none;}
	div#site--header div#uc_nav_menu_elementor_6276dac {
		position: static !important;
	}

	div#site--header ul#menu-header-nav {
		left: 50%;
		width: 80%;
		transform: translateX(-50%);
		border-radius: 8px;
		gap: 0;
	}

	div#header--menu {
		position: static;
	}

	div#site--header ul#menu-header-nav li a {
		color: rgb(6, 8, 21);
		justify-content: flex-start;
		padding: 15px;
	}
}