.fzt-service-listing-container:not(.fzt-col-4) {
	gap: 45px;
}

.fzt-service-listing-container .fzt-service-listing-item {
	align-items: flex-start;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	padding: 2px;
	position: relative;
	text-align: start;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 100%;
}

.fzt-service-listing-container .fzt-service-listing-item:before {
	background: var(--nexira-primary-color);
	border-radius: inherit;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.fzt-service-listing-container .fzt-service-listing-item:hover:before {
	opacity: 1;
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-item-inner {
	align-items: inherit;
	background: var(--nexira-secondary-color);
	border-radius: 10px;
	display: inline-flex;
	flex-direction: inherit;
	justify-content: inherit;
	position: relative;
	text-align: initial;
	width: 100%;
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-thumbnail a {
	background: var(--nexira-primary-color);
	content: "";
	height: 15px;
	margin: 0;
	mask-image: url(images/arrow.svg);
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	position: absolute;
	right: 25px;
	top: 25px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	width: 15px;
}

.fzt-service-listing-container .fzt-service-listing-item:hover .fzt-service-listing-item-inner .fzt-service-listing-thumbnail a {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-thumbnail {
	display: flex;
	padding: 50px 50px 0;
	position: relative;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	width: 100%;
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-thumbnail>svg,
.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-thumbnail>img {
	height: 114px;
	object-fit: scale-down;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 120px;
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-thumbnail>img {
	width: auto;
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-thumbnail>svg {
	color: var(--nexira-primary-color);
	fill: currentColor;
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-content {
	align-items: inherit;
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: inherit;
	position: relative;
	text-align: inherit;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 100%;
	z-index: 1;
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-content:not(:only-child) {
	padding: 50px;
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-title {
	color: var(--nexira-heading-color);
	font-family: var(--nexira-h2-font-family);
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
	font-weight: 700;
	line-height: 1;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	width: 100%;
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-title a {
	color: var(--nexira-heading-color);
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-excerpt {
	-webkit-box-orient: vertical;
	box-orient: vertical;
	color: var(--nexira-body-text-color);
	display: -webkit-box;
	font-family: var(--nexira-body-font-family);
	font-size: var(--nexira-body-font-size);
	-webkit-line-clamp: 2;
	line-clamp: 2;
	line-height: 1.6;
	margin: 0;
	overflow: hidden;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 100%;
}

.fzt-service-listing-container .fzt-service-listing-item:hover .fzt-service-listing-content .fzt-service-listing-excerpt {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-title a:hover {
	color: var(--nexira-primary-color);
}

.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore {
	align-items: center;
	background: var(--nexira-primary-color);
	bottom: 0;
	color: var(--nexira-secondary-color);
	display: inline-flex;
	justify-content: space-between;
	left: 0;
	line-height: 1;
	opacity: 0;
	padding: 20px 50px;
	position: absolute;
	right: 0;
	top: auto;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	visibility: hidden;
	width: 100%;
}

.fzt-service-listing-container:not(.type3) .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore a:after {
	background: currentColor;
	content: "";
	height: 15px;
	margin: 0;
	mask-image: url(images/arrow.svg);
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	position: relative;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	width: 15px;
}

.fzt-service-listing-container:not(.type3) .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore:hover a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fzt-service-listing-container:not(.type3) .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore a {
	align-items: center;
	background: transparent;
	border: none;
	border-radius: 0;
	color: currentColor;
	display: inline-flex;
	font-size: calc(var(--nexira-body-font-size) - 2px);
	font-weight: 600;
	justify-content: space-between;
	line-height: 1.2;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 100%;
	z-index: 0;
}

.fzt-service-listing-container:not(.type3) .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore a span {	
	display: inline-flex;
	margin: 0 0 0 -10px;
	padding: 0 10px;
	position: relative;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: auto;
}

.fzt-service-listing-container:not(.type3) .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore a span:before,
.fzt-service-listing-container:not(.type3) .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore a span:after {
	bottom: 0;
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 5px;
}

.fzt-service-listing-container:not(.type3) .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore a span:before {
	border-color: currentColor;
	border-style: solid;
	border-width: 2px 0 2px 2px;
	left: -10px;
}

.fzt-service-listing-container:not(.type3) .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore a span:after {
	border-color: currentColor;
	border-style: solid;
	border-width: 2px 2px 2px 0;
	right: -10px;
}

.fzt-service-listing-container:not(.type3) .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore:hover a span:before,
.fzt-service-listing-container:not(.type3) .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore:hover a span:after {
	opacity: 1;
}

.fzt-service-listing-container:not(.type3) .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore:hover a span:before {
	left: 0;
}

.fzt-service-listing-container:not(.type3) .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore:hover a span:after {
	right: 0;
}

.fzt-service-listing-container .fzt-service-listing-item:hover .fzt-service-listing-content {
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px);
}

.fzt-service-listing-container .fzt-service-listing-item:hover .fzt-service-listing-content .fzt-service-listing-readmore {
	opacity: 1;
	-webkit-transform: translateY(25px);
	transform: translateY(25px);
	visibility: visible;
}

/* Type 2 */

.fzt-service-listing-container.type2 .fzt-service-listing-item {
	border: 1px solid var(--nexira-secondary-color);
}

.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-item-inner {
	background: var(--nexira-body-background-color);
	padding: 40px;
}

.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-thumbnail,
.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content {
	padding: 0;
}

.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content:not(:only-child) {
	margin: 65px 0 0 0;
}

.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-thumbnail:not(:only-child) {
	margin: 0 0 65px;
}

.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter {
	align-items: inherit;
	color: var(--nexira-primary-color);
	display: inline-flex;
	font-family: var(--nexira-body-font-family);
	font-size: calc(var(--nexira-body-font-size) - 2px);
	font-weight: 600;
	justify-content: inherit;
	line-height: 1;
	margin: 0 0 30px;
	padding: 0 10px;
	position: relative;
	text-align: inherit;
	text-transform: uppercase;
	text-wrap: balance;
	width: auto;
}

.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter:before,
.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter:after {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
}

.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter:before {
	border-color: currentColor;
	border-style: solid;
	border-width: 2px 0 2px 2px;
	left: 0;
	width: 5px;
}

.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter:after {
	border-color: currentColor;
	border-style: solid;
	border-width: 2px 2px 2px 0;
	right: 0;
	width: 5px;
}

.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 1.3;
	margin: 0 0 20px;
	overflow: hidden;
	width: 75%;
}

.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-excerpt {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: auto;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	visibility: hidden;
}

.fzt-service-listing-container.type2 .fzt-service-listing-item:hover .fzt-service-listing-content {
	-webkit-transform: translateY(-65px);
	transform: translateY(-65px);
}

.fzt-service-listing-container.type2 .fzt-service-listing-item:hover .fzt-service-listing-content .fzt-service-listing-excerpt {
	opacity: 1;
	-webkit-transform: translateY(65px);
	transform: translateY(65px);
	visibility: visible;
}

.fzt-service-listing-container.type2 .fzt-service-listing-item:hover {
	box-shadow: 0px 30px 60px 0px rgba(var(--nexira-teritary-color-rgb), 0.10);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* Type 3 */

.fzt-service-listing-container.type3 {
	gap: 0;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item {
	border: 1px solid transparent;
	padding: 1px;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item.fzt-sticky-item.sticked {
	border-color: rgba(var(--nexira-primary-color-rgb), 0.2);
	padding: 0;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item:before {
	opacity: 1;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item.fzt-sticky-item.sticked:before {
	opacity: 0;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner {
	align-items: flex-start;
	background: var(--nexira-secondary-color);
	border-radius: 12px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 20px;
	padding: 45px;
	position: relative;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	z-index: 1;
}

.fzt-custom-decor .fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner {
	background: var(--nexira-body-background-color);
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-thumbnail {
	align-items: flex-start;
	flex: 0 0 25%;
	justify-content: flex-start;
	max-width: 25%;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content {
	display: flex;
	flex-direction: column;
	padding: 0;
	position: relative;
	width: 100%;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-content,
.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-excerpt {
	-webkit-transform: none;
	transform: none;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter {
	align-items: inherit;
	color: var(--nexira-primary-color);
	display: inline-flex;
	font-family: var(--nexira-body-font-family);
	font-size: calc(var(--nexira-body-font-size) - 2px);
	font-weight: 600;
	justify-content: inherit;
	line-height: 1;
	margin: 0 0 30px;
	padding: 0 10px;
	position: relative;
	text-align: inherit;
	text-transform: uppercase;
	text-wrap: balance;
	width: auto;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter:before,
.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter:after {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter:before {
	border-color: currentColor;
	border-style: solid;
	border-width: 2px 0 2px 2px;
	left: 0;
	width: 5px;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter:after {
	border-color: currentColor;
	border-style: solid;
	border-width: 2px 2px 2px 0;
	right: 0;
	width: 5px;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-title {
	font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-counter:not(:last-child) {
	margin: 0 0 20px;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-title:not(:last-child) {
	margin: 0 0 35px;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore:not(:only-child) {
	margin: 50px 0 0;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore {
	background: var(--nexira-primary-color);
	border: 1px solid var(--nexira-primary-color);
	border-radius: 12px;
	color: var(--nexira-secondary-color);
	display: inline-block;
	font-size: calc(var(--nexira-body-font-size) - 2px);
	font-weight: 600;
	line-height: 1;
	margin: 0;
	opacity: 1;
	overflow: hidden;
	padding: 19px 32px;
	position: relative;
	text-transform: uppercase;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	visibility: visible;
	width: auto;
	z-index: 1;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore:before,
.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore:after {
	--skew: 0.2;
	background: var(--nexira-secondary-color);
	content: "";
	display: block;
	height: 100%;
	left: calc(-50% - 50%* var(--skew));
	pointer-events: none;
	position: absolute;
	top: -100%;
	transform: skew(calc(150deg* var(--skew))) translateY(var(--progress, 0));
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 100%;
	z-index: -1;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore:after {
	--progress: 0%;
	left: calc(50% + 50%* var(--skew));
	top: 100%;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore>a {
	color: inherit;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	width: auto;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore>a:before,
.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore>a:after {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore>a:before {
	border-color: currentColor;
	border-style: solid;
	border-width: 2px 0 2px 2px;
	left: 0;
	width: 5px;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore>a:after {
	border-color: currentColor;
	border-style: solid;
	border-width: 2px 2px 2px 0;
	right: 0;
	width: 5px;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore:hover:before {
	--progress: 100%;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore:hover:after {
	--progress: -100%;
}

.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore:hover {
	color: var(--nexira-primary-color);
}

/* Type 4 */

.fzt-service-listing-container.type4 .fzt-service-listing-item:before {
	content: none;
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner {
	align-items: center;
	background: transparent;
	border-color: var(--nexira-border-light-color);
	border-radius: 0;
	border-style: solid;
	border-width: 0 0 1px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 20px;
	padding: 20px 0;
	position: relative;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	z-index: 1;
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner:before,
.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner:after {
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	width: 0;
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner:before,
.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner:after {
	background: var(--nexira-primary-color);
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner:before {
	left: 0;
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner:after {
	right: 0;
	-webkit-transition: width .8s ease-out;
	transition: width .8s ease-out;
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner:hover:before {
	-webkit-transition: width .5s ease-out;
	transition: width .5s ease-out;
	width: 100%;
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner:hover:after {
	background: transparent;
	width: 100%;
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-thumbnail {
	align-items: flex-start;
	flex: 0 0 10%;
	justify-content: flex-start;
	max-width: 10%;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content {
	display: flex;
	flex-direction: column;
	padding: 0;
	position: relative;
	-webkit-transform: none;
	transform: none;
	width: 100%;

}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-title {
	margin: 0;
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-title>a {
	align-items: center;
	color: var(--nexira-heading-color);
	display: inline-flex;
	font-family: var(--nexira-h2-font-family);
	font-size: var(--nexira-h4-font-size);
	font-weight: 700;
	gap: 20px;
	justify-content: space-between;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	width: 100%;
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-title>a>span {
	background: var(--nexira-border-light-color);
	height: 15px;
	mask-image: url(images/arrow.svg);
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	width: 15px;
}

.fzt-service-listing-container.type4 .fzt-service-listing-item:hover .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-title>a>span {
	background: var(--nexira-primary-color);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-thumbnail>svg,
.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-thumbnail>img {
	height: 50px;
	width: 50px;
}

.fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-thumbnail>img {
	width: auto;
}

/* Fzt With Gradient - Services */

.fzt-with-gradient .fzt-service-listing-container .fzt-service-listing-item:before {
	background-image: linear-gradient(90deg, var(--nexira-gradient-color) 20%, var(--nexira-primary-color) 100%);
}

.fzt-with-gradient .fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-thumbnail a {
	background: linear-gradient(90deg, var(--nexira-gradient-color) 20%, var(--nexira-primary-color) 100%);
}

.fzt-with-gradient .fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore {
	background-image: linear-gradient(90deg, var(--nexira-gradient-color) 20%, var(--nexira-primary-color) 100%);
	color: var(--nexira-light-color);
}

.fzt-with-gradient .fzt-service-listing-container .fzt-service-listing-item:hover:before {
	background-image: linear-gradient(90deg, var(--nexira-gradient-color) 20%, var(--nexira-primary-color) 100%);
}

.fzt-with-gradient .fzt-service-listing-counter .fzt-heading-intro-title {
	-webkit-background-clip: text;
	background-image: linear-gradient(90deg, var(--nexira-gradient-color) 20%, var(--nexira-primary-color) 100%);
	font-weight: 700;
	-webkit-text-fill-color: transparent;
}

.fzt-with-gradient .fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter:before,
.fzt-with-gradient .fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter:before {
	border-color: var(--nexira-gradient-color);
}

.fzt-with-gradient .fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter:after,
.fzt-with-gradient .fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter:after {
	border-color: var(--nexira-primary-color);
}

.fzt-with-gradient .fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore {
	background-image: linear-gradient(90deg, var(--nexira-gradient-color) 20%, var(--nexira-primary-color) 100%);
	color: var(--nexira-light-color);
}

.fzt-with-gradient .fzt-service-listing-container.type4 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-title>a>span {
	background: linear-gradient(90deg, var(--nexira-gradient-color) 20%, var(--nexira-primary-color) 100%);
}

/* Fzt with Light - Services */

.fzt-with-light .fzt-service-listing-container.type2:not(.fzt-col-4) {
	gap: 25px;
}

.fzt-with-light .fzt-service-listing-container.type2.fzt-col-2 .fzt-service-listing-item:nth-child(odd) {
	margin: -40px 0 0 0;
}

/* Responsive */

/* Laptop, 1281px and up */

@media (min-width: 1281px) and (max-width: 1440px) {

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-thumbnail:not(:only-child) {
		margin: 0 0 45px;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content:not(:only-child) {
		margin: 45px 0 0 0;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-title {
		width: 100%;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item:hover .fzt-service-listing-content {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item:hover .fzt-service-listing-content .fzt-service-listing-excerpt {
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
	}

}

/* Tablets - Landscape, 1025px and up */
@media (min-width: 1025px) and (max-width: 1280px) {

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-thumbnail:not(:only-child) {
		margin: 0 0 45px;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content:not(:only-child) {
		margin: 45px 0 0 0;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-title {
		width: 100%;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item:hover .fzt-service-listing-content {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item:hover .fzt-service-listing-content .fzt-service-listing-excerpt {
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
	}

	.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore:not(:only-child) {
		margin: 30px 0 0;
	}

	.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore {
		border-radius: 8px;
		font-size: calc(var(--nexira-body-font-size) - 4px);
		padding: 16px 25px;
	}
}

/* Tablets - Portrait, 768px and up */
@media (min-width: 768px) and (max-width: 1024px) {

	.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-thumbnail {
		padding: 50px 20px 0;
	}

	.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-content:not(:only-child) {
		padding: 50px 20px;
	}

	.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore {
		padding: 20px 30px;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-item-inner {
		padding: 30px;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-thumbnail:not(:only-child) {
		margin: 0 0 45px;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content:not(:only-child) {
		margin: 45px 0 0 0;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-counter {
		margin: 0 0 20px;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-title {
		width: 100%;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-thumbnail,
	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content {
		padding: 0;
	}

}

/* Mobile - Landscape, less than 767px */
@media (min-width: 576px) and (max-width: 767px) {

	.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-thumbnail>svg,
	.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-thumbnail>img {
		height: 84px;
	}

	.fzt-with-light .fzt-service-listing-container.type2.fzt-col-2 .fzt-service-listing-item:nth-child(odd) {
		margin: 0;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-thumbnail:not(:only-child) {
		margin: 0 0 45px;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content:not(:only-child) {
		margin: 45px 0 0 0;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-title {
		width: 100%;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item:hover .fzt-service-listing-content {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item:hover .fzt-service-listing-content .fzt-service-listing-excerpt {
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
	}

	.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner {
		padding: 35px;
	}

	.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-thumbnail {
		flex: 0 0 20%;
		max-width: 20%;
		position: relative;
	}

	.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore:not(:only-child) {
		margin: 30px 0 0;
	}

	.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore {
		border-radius: 8px;
		font-size: calc(var(--nexira-body-font-size) - 4px);
		padding: 16px 25px;
	}
}

/* Mobile - Portrait, less than 575px */
@media (max-width: 575px) {

	.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-thumbnail {
		padding: 50px 20px 0;
	}

	.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-thumbnail>svg,
	.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-thumbnail>img {
		height: 84px;
	}

	.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-content:not(:only-child) {
		padding: 50px 20px;
	}

	.fzt-service-listing-container .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-readmore {
		padding: 20px 30px;
	}

	.fzt-with-light .fzt-service-listing-container.type2.fzt-col-2 .fzt-service-listing-item:nth-child(odd) {
		margin: 0;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-item-inner {
		padding: 25px;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-thumbnail:not(:only-child) {
		margin: 0 0 45px;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content:not(:only-child) {
		margin: 45px 0 0 0;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-title {
		margin: 0;
		width: 100%;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-thumbnail,
	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content {
		padding: 0;
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item:hover .fzt-service-listing-content {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	.fzt-service-listing-container.type2 .fzt-service-listing-item .fzt-service-listing-content .fzt-service-listing-excerpt {
		display: none;
	}

	.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner {
		flex-wrap: wrap;
		gap: 30px;
		padding: 35px;
	}

	.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-thumbnail {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
	}

	.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore:not(:only-child) {
		margin: 30px 0 0;
	}

	.fzt-service-listing-container.type3 .fzt-service-listing-item .fzt-service-listing-item-inner .fzt-service-listing-content .fzt-service-listing-readmore {
		border-radius: 8px;
		font-size: calc(var(--nexira-body-font-size) - 4px);
		padding: 16px 25px;
	}
}