/*#region Services Carousel */
.services-carousel-container .counter-row {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.services-carousel-container .counter-row .left-button {
	padding-right: 40px;
	padding-bottom: 15px;

}

.services-carousel-container .counter-row .right-button {
	padding-left: 40px;
	padding-bottom: 15px;
}

.services-carousel-container .counter-row .left-button img,
.services-carousel-container .counter-row .right-button img {
	display: block;
	cursor: pointer;
}

.services-carousel-container .counter-row .counter-container {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 60px;
	line-height: 64px;
	font-weight: 400;
	color: #FFD596;
	text-transform: uppercase;
	padding: 0px;
}

.services-carousel-container .services-carousel-wrapper {
	display: flex;
	margin-top: 50px;
}

.services-carousel-container .services-carousel-wrapper .services-carousel {
	width: 70%;
}

.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item {
	display: flex;
	justify-content: space-between;
}

.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .image-column {
	width: calc(55% - 15px);
}

.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column {
	width: calc(45% - 15px);
	padding-top: 30px;
}

.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	color: #FFD596;
	padding: 0px;
	margin-bottom: 30px;
}

.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column .flex-row {
	display: flex;
}

.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column .flex-row .flex-column {
	width: 50%;
}

.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column ul {
	padding: 0px !important;
	margin: 0px !important;
}

.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0px;
	margin-left: 25px;
}

.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column ul li:not(:last-child) {
	margin-bottom: 15px;
}

.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column .more-link {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	outline: none;
	background-image: url(/wp-content/uploads/2024/01/read-more-arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	margin-top: 50px;
}

.services-carousel-container .services-carousel-wrapper .main-title-container {
	width: 30%;
	padding-top: 30px;
	padding-left: 60px;
}

.services-carousel-container .services-carousel-wrapper .main-title-container h3 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px;
}

@media (max-width: 1023px) {

	.services-carousel-container .services-carousel-wrapper {
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.services-carousel-container .services-carousel-wrapper .services-carousel {
		width: 100%;
	}

	.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .image-column {
		width: calc(45% - 15px);
	}
	
	.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column {
		width: calc(55% - 15px);
		padding-top: 20px;
	}

	.services-carousel-container .services-carousel-wrapper .main-title-container {
		width: 100%;
		padding-left: 0px;
	}
	
	.services-carousel-container .services-carousel-wrapper .main-title-container h3 {
		text-align: center;
	}

}

@media (max-width: 767px) {
	.services-carousel-container .counter-row .counter-container {
		font-size: 50px;
		line-height: 54px;
	}


	.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .image-column {
		display: none;
	}

	.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column {
		width: 100%;
		padding-top: 0px;
	}

	.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column ul li:not(:last-child) {
		margin-bottom: 10px;
	}

	.services-carousel-container .services-carousel-wrapper .services-carousel .carousel-item .description-column .more-link {
		margin-top: 30px;
	}

	.services-carousel-container .services-carousel-wrapper .main-title-container h3 {
		font-size: 30px;
		line-height: 40px;
	}
}

/* #endregion */

/*#region Custom Link */

.custom-link-container {
	display: flex;
	align-items: center;
}

.custom-link-container .left-border,
.custom-link-container .right-border {
	flex: 1;
	height: 1px;
	background-color: rgba(255, 213, 150, 0.2);
}

.custom-link-container  .custom-link {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	outline: none;
	background-image: url(/wp-content/uploads/2024/01/read-more-arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	margin: 0px 40px;
}

/* #endregion */