/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2025 | 13:58:21 */
.sliderVideo .splide__slide {
	height: 100% !important;
}

.sliderVideo .splide__arrow {
	border-radius: 100px;
	box-shadow: 1px 2px 12px -4px #1475e4de;
}

.sliderVideo .splide__arrow:hover {
	background-color: #c4ddf8;
}

.sliderVideo .splide__arrow--prev {
	transform: translateY(-50%) translateX(-50px) scaleX(-1) !important;
}

.sliderVideo .splide__arrow--next {
	transform: translateX(50px) !important;
}

.splide__pagination li {
	width: auto;
}

.sliderVideo .splide__pagination {
	width: 100% !important;
	position: static;
	margin-top: 40px;
	left: 0;
	right: 0;
	transform: none;
	display: flex;
	gap: 60px;
	justify-content: space-evenly;
}

.sliderVideo .splide__pagination .splide__pagination__page.is-active {
	background-color: transparent !important;
	filter: none !important;
}

.sliderVideo .splide__pagination .splide__pagination__page.is-active:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #0e58ab;
	position: absolute;
	top: -10px;
}

.sliderVideo .splide__pagination .splide__pagination__page {
	width: 150px;
	height: 50px;
	border-radius: 0px !important;
	background-color: transparent !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background: center;
	filter: grayscale(1) contrast(0.5);
	border-top: 1px solid transparent;
	padding-top: 1rem;
}

.sliderVideo .splide__pagination li:nth-child(1) .splide__pagination__page {
	background-image: url(https://go.procol.io/wp-content/uploads/2024/08/signature-global.svg);
}

.sliderVideo .splide__pagination li:nth-child(2) .splide__pagination__page {
	background-image: url(https://go.procol.io/wp-content/uploads/2024/08/Quippo-logo.svg);
}

.sliderVideo .splide__pagination li:nth-child(3) .splide__pagination__page {
	background-image: url(https://go.procol.io/wp-content/uploads/2024/08/pulcra-chemicals.svg);
}

.sliderVideo .splide__pagination li:nth-child(4) .splide__pagination__page {
	background-image: url(https://go.procol.io/wp-content/uploads/2024/08/emami-logo.svg);
}

.sliderVideo .splide__arrows {
	display: none;
}

.sliderVideo .splide__pagination {
	display: flex
}

.reviewSlideDetail {
	position: relative;
}

.reviewSlideDetail:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	display: block;
	border-left: 2px dashed #CBD5E1;
	left: 4px;
}

.text-review-slider .splide__pagination .splide__pagination__page.is-active:before {
	content: none !important
}

.text-review-slider .splide__pagination .splide__pagination__page {
	background: rgb(255 255 255 / 30%) !important;
	min-width: 40px;
	border-radius: 5px !important;
}

.text-review-slider .splide__track {
	border-radius: 1rem !important;
}

.text-review-slider .splide__pagination .splide__pagination__page.is-active {
	background: rgb(255 255 255 / 100%) !important;
}

.text-review-slider ul.splide__pagination {
	bottom: -50px;
	width: 100%;
}