section.acf-projects-process .process-step.visible{opacity: 1;transform: translateY(0);}
section.acf-projects-process .process-circle{width: 105px;box-shadow: rgba(50, 50, 93, 0.25) 0px 63px 60px -32px, rgba(0, 0, 0, 0.3) 0px 17px 35px -18px;height: 105px;border-radius: 50%;background: var(--white);}
section.acf-projects-process .connector-line{top: 54px;left: 50%;height: 2px;width: 0;transform: translateX(0);transition: width 0.7s ease-out;z-index: -1;}
section.acf-projects-process .process-timeline{justify-content: space-between !important;}
section.acf-projects-process .line-step-1{background: linear-gradient(to right, #AFE9FF, #AFE9FF);}
section.acf-projects-process .line-step-2{background: linear-gradient(to right, #79c8f4, #79c8f4);}
section.acf-projects-process .line-step-3 {
	background: linear-gradient(to right, #48b1ea, #48b1ea);
}

section.acf-projects-process .line-step-4 {
	background: linear-gradient(to right, var(--main-color), var(--main-color));
}


section.acf-projects-process .process-step-title-top {
	transform: translateY(-10px);
	margin-bottom: 12px;
}

section.acf-projects-process .process-step.visible .process-step-title,
section.acf-projects-process .process-step.visible .process-step-title-top {
	opacity: 1;
	transform: translateY(0);
}

section.acf-projects-process p.process-subtitle.content.mx-auto {
	max-width: 910px;
}

section.acf-projects-process .process-step-title {
	font-size: var(--f18);
	text-align: center;
	width: 150px;
	position: absolute;
	font-weight: var(--semiBold);
	font-family: var(--main-font);
}

section.acf-projects-process .process-hover-card ul li {
	font-size: var(--f16);
	font-family: var(--secondary-font);
	font-weight: var(--font-weight-regular);
}

section.acf-projects-process .process-hover-card ul {
	padding-left: 20px;
	margin-bottom: 0;
	
}

section.acf-projects-process .process-cta {
	margin-top: 150px !important;
}

/* Desktop only Media Queries */
@media (min-width: 992px) {
	section.acf-projects-process .process-circle-wrapper:hover .process-hover-card {
		opacity: 1;
		visibility: visible;
	}


	section.acf-projects-process .process-circle-wrapper:hover .process-icon {
		filter: brightness(0) invert(1);
	}

	section.acf-projects-process .process-circle-wrapper:hover .process-circle {
		background: var(--main-color);
		border-color: var(--main-color);
	}

	section.acf-projects-process .step-odd p.process-step-title {
		bottom: 100px;
	}

	section.acf-projects-process .step-even p.process-step-title {
		top: 100px;
	}

	section.acf-projects-process .process-hover-card {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 110%;
		left: 50%;
		transform: translateX(-50%);
		background: var(--white);
		padding: 12px;
		border-radius: 12px;
		min-width: 270px;
		z-index: 10;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}

	section.acf-projects-process .process-step-title,
	section.acf-projects-process .process-step-title-top {
		opacity: 0;
		transform: translateY(10px);
		transition: opacity 0.4s ease, transform 0.4s ease;
	}

	section.acf-projects-process .process-icon {
		opacity: 0;
		/* transform: scale(0.7);
		transition: all 0.4s ease; */
	}

	section.acf-projects-process .process-step-title {
		opacity: 0;
		transform: translateY(10px);
		transition: opacity 0.4s ease, transform 0.4s ease;
	}

	section.acf-projects-process .process-step {
		z-index: 1;
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.6s ease, transform 0.6s ease;
	}
}

/* Mobile only Media Queries */
@media (max-width: 992px) {
	section.acf-projects-process .connector-line {
		display: none;
	}
	section.acf-projects-process {
    padding-bottom: 100px !important;
	}

	section.acf-projects-process .process-step {
		width: 100%;
	}

	section.acf-projects-process .process-step-title {
		position: unset !important;
		margin: auto;
	}

	section.acf-projects-process .process-circle {
		margin: auto;
		position: relative;
		top: 30px;
	}

	section.acf-projects-process .process-cta {
		margin-top: 50px !important;
	}

	section.acf-projects-process .process-hover-card {
		border-radius: 10px;
		padding: 20px;
		/* width: 75%; */
		margin: auto;
		min-width: 75%;
		/* height: auto!important;  */
	}

	section.acf-projects-process .custom-nav-arrow i {
		text-align: center;
		display: block;
		color: var(--main-color);
	}

	section.acf-projects-process .process-step {
		display: none;
		position: relative;
	}

	section.acf-projects-process .process-step.active {
		display: flex !important;
	}

	section.acf-projects-process .step-progress {
		position: absolute;
		top: 109px;
		right: 0;
		width: 2px;
		height: 70%;
		background: var(--lighter-grey);
		border-radius: 3px;
		overflow: visible;
	}

	section.acf-projects-process .step-progress-bar {
		width: 100%;
		height: 0;
		background: var(--main-color);
		border-radius: 3px;
		transition: none !important;
	}

	section.acf-projects-process .step-progress-icon {
		margin-top: -19px;
		position: absolute;
		right: -6px;
		transform: translateY(0%);
		transition: transform 0.4s ease;
		width: 14px;
		height: 14px;
	}

	section.acf-projects-process .step-progress-icon svg {
		width: 100%;
		height: auto;
	}

	/* Process Dots */
	section.acf-projects-process .process-dots {
	text-align: center;
	margin-top: 15px;
	}
	section.acf-projects-process .process-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	background: var(--lighter-grey);
	cursor: pointer;
	}
	section.acf-projects-process .process-dots .dot.active {
	background: var(--main-color); 
	}

        
}


section.acf-projects-process .process-step.hover-active .process-hover-card {
  opacity: 1 !important;
  visibility: visible !important;
}

section.acf-projects-process .process-step.hover-active .process-icon {
  filter: brightness(0) invert(1);
}

section.acf-projects-process .process-step.hover-active .process-circle {
  background: var(--main-color);
  border-color: var(--main-color);
}

section.acf-projects-process.border-radius-sitcky {
    margin-top: -3% !important;
}

@media (max-width: 992px) {
section.acf-projects-process.border-radius-sitcky {
    margin-top: -34% !important;
}

section.acf-projects-process .process-numbers { display: flex; justify-content: center; align-items: center; }
section.acf-projects-process .process-numbers .step-num { width: 24px; height: 24px; border-radius: 50%; background: var(--light-grey-2) ;font-size: var(--f14); display: flex; align-items: center; justify-content: center; cursor: default; transition: all 0.3s ease; z-index: 2; position: relative; }
section.acf-projects-process .process-numbers .step-num.active { background: var(--main-color); color: var(--white); }
section.acf-projects-process .process-numbers .step-connector{flex: 1; height: 2px; flex: none; width: 30px; background: var(--grey); position: relative; overflow: hidden; }
section.acf-projects-process .process-numbers .step-connector .line-fill { display: block; height: 100%; width: 0%; background: var(--main-color); transition: width 0.8s ease; }
section.acf-projects-process .process-numbers .step-num.completed { background: var(--main-color); color: var(--white); }
section.acf-projects-process .process-step-title {width: 100%;}
}

/* RTL overrides */
body.rtl section.acf-projects-process .connector-line {
    left: auto;
    right: 50%;
    transform: translateX(0);
}

/* Flip gradient directions in RTL */
body.rtl section.acf-projects-process .line-step-1 {
background: linear-gradient(to left, #AFE9FF, #AFE9FF);
}
body.rtl section.acf-projects-process .line-step-2 {
background: linear-gradient(to left, #79c8f4, #79c8f4);
}
body.rtl section.acf-projects-process .line-step-3 {
background: linear-gradient(to left, #48b1ea, #48b1ea);
}
body.rtl section.acf-projects-process .line-step-4 {
background: linear-gradient(to left, var(--main-color), var(--main-color));
}

@media (max-width: 786px){
	section.acf-projects-process .process-hover-card{border-radius: 10px;padding: 20px;margin: auto;min-width: 75%;height: auto!important;min-height: 200px;}
}