/* Carousel Section */
.carousel-section {
	padding: 60px 0;
	background-color: var(--color-7);
	color: var(--color-6);
}
.carousel-section h2 {
	font-size: 42px;
	position: relative;
	width: fit-content;
	margin: 0 auto 60px;
	padding: 0 0 14px 0;
}
.carousel-section h2:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--color-6);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.carousel-section .content {
	margin-bottom: 40px;
}
.carousel-section .services .service {
	align-items: center;
	color: #000;
	background-color: var(--color-6);
}
.carousel-section .services .service a {
	display: flex;
	align-items: center;
}
.carousel-section .services .service a p {
	font-weight: 400;
}
.carousel-section .services .service .content-col {
	flex: 1 1 60%;
	padding: 20px;
}
.carousel-section .services .service .content-col h3 {
	font-size: 32px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--color-5);
}
.carousel-section .services .service .image-col {
	flex: 1 1 40%;
}
.carousel-section .owl-stage {
	display: flex;
	align-items: center;
}
.carousel-section .image {
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
}
.carousel-section .owl-carousel .owl-nav button.owl-prev,
.carousel-section .owl-carousel .owl-nav button.owl-next {
	font-size: 18px;
	font-weight: 100;
	position: absolute;
	top: -10%;
	transform: translateY(-50%);
}
.carousel-section .owl-carousel .owl-nav button.owl-next {
	right: 120px;
}
.carousel-section .owl-carousel .owl-nav button.owl-prev {
	right: 175px;
}
.carousel-section .owl-carousel .owl-nav {
	display: flex;
	gap: 15px;
	position: absolute;
	top: -40px;
	right: 40px;
}
.carousel-section .owl-carousel .owl-nav .owl-prev,
.carousel-section .owl-carousel .owl-nav .owl-next {
	width: 48px;
	height: 48px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none !important;
	padding: 0 !important;
	color: white !important;
	clip-path: shape(from 93.48% 66.69%, curve to 86.8% 78.54% with 93.56% 74.55%, line to 57.29% 96%, curve to 43.68% 96.14% with 50.52% 100%, line to 13.81% 79.31%, curve to 6.88% 67.6% with 6.96% 75.45%, line to 6.52% 33.31%, curve to 13.2% 21.46% with 6.44% 25.45%, line to 42.71% 4%, curve to 56.32% 3.86% with 49.48% 0%, line to 86.19% 20.69%, curve to 93.12% 32.4% with 93.04% 24.55%);
	transition: all 0.3s ease;
}
.carousel-section .owl-carousel .owl-nav .owl-prev.disabled,
.carousel-section .owl-carousel .owl-nav .owl-next.disabled {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}
.carousel-section .owl-carousel .owl-nav .owl-prev.disabled::after {
	background-color: var(--color-3) !important;
}
.carousel-section .owl-carousel .owl-nav .owl-next.disabled {
	background-color: #fff !important;
}
.carousel-section .owl-carousel .owl-nav .owl-prev,
.carousel-section .owl-carousel .owl-nav .owl-next {
	background-color: white !important;
	position: relative;
}
.carousel-section .owl-carousel .owl-nav .owl-prev::after,
.carousel-section .owl-carousel .owl-nav .owl-next::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background-color: var(--color-3);
	clip-path: shape(from 93.48% 66.69%, curve to 86.8% 78.54% with 93.56% 74.55%, line to 57.29% 96%, curve to 43.68% 96.14% with 50.52% 100%, line to 13.81% 79.31%, curve to 6.88% 67.6% with 6.96% 75.45%, line to 6.52% 33.31%, curve to 13.2% 21.46% with 6.44% 25.45%, line to 42.71% 4%, curve to 56.32% 3.86% with 49.48% 0%, line to 86.19% 20.69%, curve to 93.12% 32.4% with 93.04% 24.55%);
	z-index: -1;
	transition: all 0.3s ease;
}
.carousel-section .owl-carousel .owl-nav i {
	font-size: 18px;
	position: relative;
	z-index: 2;
}
.carousel-section .owl-carousel .owl-nav .owl-prev:hover,
.carousel-section .owl-carousel .owl-nav .owl-prev:hover::after,
.carousel-section .owl-carousel .owl-nav .owl-next:hover,
.carousel-section .owl-carousel .owl-nav .owl-next:hover::after {
	color: var(--color-4);
	background-color: var(--color-4) !important;
}
@media screen and (max-width: 1150px) {
	.carousel-section .services .service .content-col h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.carousel-section .services .service {
		flex-direction: column;
	}
	.carousel-section .services .service .content-col h3 {
		font-size: 22px;
	}
	.carousel-section .owl-carousel .owl-nav {
		top: -28px;
		left: 0;
		right: 0px;
		transform: translate(-5%, 50%);
	}
	.carousel-section .services {
		padding: 40px 0;
	}
	.carousel-section .services .service a {
		flex-direction: column;
	}
	.carousel-section .services .service .content-col {
		min-height: 270px;
	}
}
@media screen and (max-width: 450px) {
	.carousel-section .services .service .content-col {
		min-height: 360px;
	}
	.carousel-section .services .service .content-col h3 {
		font-size: 20px;
	}
}