.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;
}

/* Responsive */

/* Laptop, 1281px and up */

@media (min-width: 1281px) and (max-width: 1440px) {}

/* Tablets - Landscape, 1025px and up */
@media (min-width: 1025px) and (max-width: 1280px) {}

/* 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;
	}
}

/* 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;
	}
}

/* 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;
	}
}