
.style-2 .testimonial-slide2 {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 0 10px;
	height: auto;
	min-height: auto;
}

.slick-cloned {
	padding: 0;
}

.style-2 .slick-track {
	display: flex;
}

.style-2 .testimonial-slide2 .testimonial-item2 {
	flex: 1;
	padding: 20px 0;
}

.style-2 .testimonial-slide2 .threesome, .style-3 .testimonial-grid-item .threesome {
	background: #fff;
	/*  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);*/
	padding: 30px;
	border-radius: 6px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.testimonial-slide .candy {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.candy > div:first-child {
	flex: 0 0 200px;
}

.candy > div:last-child {
	flex: auto;
}

.style-2 .testimonial-header, .style-3 .testimonial-header {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
	align-items: center;
	position: relative;
	gap: 10px;
}

.testimonial-slide2 .byline, .testimonial-grid-item .byline {
	margin-left: 0;
}

.byline {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.integration-value {
	margin-top: auto;
	border-radius: 100px;
	height: 30px;
	width: 30px;
	background: #f6f7fa;
	padding: 5px;
	display: none !important;
}

.both {
	position: relative;
}

.byline p {
	margin: 0;
}

.testimonial-slide2 .testimonial-text2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
}

.testimonial-text:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #f6f7fa;
	margin-bottom: 20px;
	margin-top: 20px;
}

.byline-company-logo {
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 2px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #f6f7fa;
	background-color: #fff;
	transform: translate(110px, -40px);
	background-color: #fff;
}

.testimonial-rating {
	/* margin-bottom: 10px; */
	
	/* font-size: 18px; */
	display: flex;
	gap: 2px;
	align-items: center;
}

.testimonial-rating span, .testimonial-rating svg {
	height: 18px;
	width: 18px;
}

.testimonial-slide .testimonial-company-logo {
	border-radius: 1000px;
	width: 160px;
	height: 160px;
	object-fit: contain;
	object-position: center;
}

.testimonial-slide .testimonial-avatar {
	border-radius: 1000px;
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
}

.testimonial-slide2 .testimonial-company-logo, .testimonial-slide2 .testimonial-avatar, .testimonial-grid-item .testimonial-avatar, .testimonial-grid-item .testimonial-company-logo {
	border-radius: 1000px;
	width: 70px;
	height: 70px;
	object-fit: cover;
	object-position: center;
}

.testimonial-slide2 .testimonial-company-logov2, .testimonial-grid-item .testimonial-company-logov2 {
	border-radius: 0 !important;
	width: 100px;
	height: 40px !important;
	object-fit: contain;
	object-position: left center;
}

.testimonial-rating {
	margin-bottom: 10px;
}

.testimonial-text {
	font-size: 18px;
	margin-bottom: 0;
	display: block;
}

.testimonial-author {
	font-weight: bold;
	text-transform: capitalize;
}

.testimonial-tagline-company {
	font-weight: normal;
}

.testimonial-slide2 .testimonial-tagline-company, .testimonial-grid-item .testimonial-tagline-company {
	font-size: 14px;
}

.style-2 .slick-arrow {
	right: 20px !important;
}

.slick-arrow {
	position: absolute !important;
	width: 20px;
	height: 20px;
	right: 0 !important;
	top: 0 !important;
	z-index: 3 !important;
	padding: 0;
	border: none;
	outline: none;
	color: inherit;
	cursor: pointer;
	text-indent: 99999px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}

.slick-arrow:hover, .slick-arrow:focus {
	background-color: transparent !important;
}

.slick-prev {
	right: 40px !important;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiB2aWV3Qm94PSIwIDAgNy4zMyA0LjkzIj48cGF0aCBkPSJNMi4zMiw0Ljc5Yy4yLjIuNTEuMi43MSwwcy4yLS41MSwwLS43MWwtMS4xMS0xLjExaDQuOTJjLjI4LDAsLjUtLjIyLjUtLjVzLS4yMi0uNS0uNS0uNUgxLjkxbDEuMTEtMS4xMWMuMi0uMi4yLS41MSwwLS43MS0uMS0uMS0uMjMtLjE1LS4zNS0uMTVzLS4yNi4wNS0uMzUuMTVMMCwyLjQ3bDIuMzIsMi4zMloiPjwvcGF0aD48L3N2Zz4=");
	background-size: contain;
}

.slick-prev.nitro-lazy {
	background-image: none !important;
}

.style-2 .slick-prev {
	right: 60px !important;
}

.slick-next {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiB2aWV3Qm94PSIwIDAgNy4zMyA0LjkzIj48cGF0aCBkPSJNMi4zMiw0Ljc5Yy4yLjIuNTEuMi43MSwwcy4yLS41MSwwLS43MWwtMS4xMS0xLjExaDQuOTJjLjI4LDAsLjUtLjIyLjUtLjVzLS4yMi0uNS0uNS0uNUgxLjkxbDEuMTEtMS4xMWMuMi0uMi4yLS41MSwwLS43MS0uMS0uMS0uMjMtLjE1LS4zNS0uMTVzLS4yNi4wNS0uMzUuMTVMMCwyLjQ3bDIuMzIsMi4zMloiPjwvcGF0aD48L3N2Zz4=");
	background-size: contain;
	transform: rotate(180deg);
}

.slick-next.nitro-lazy {
	background-image: none !important;
}

.slick-dots {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 30px;
}

.style-2 .slick-dots {
	justify-content: center;
	padding: 0;
}

.slick-dots li {
	height: 6px;
}

.slick-dots button {
	border: 0;
	padding: 0;
	text-indent: 999999px;
	border-radius: 100px;
	width: 6px;
	height: 6px;
	padding: 0;
	background: #c4c6c8;
}

.slick-active button, .slick-active button:hover {
	background: #111 !important;
}

.style-4 .slick-active button, .style-4 .slick-active button:hover {
	background: var(--e-global-color-secondary) !important;
}

.senja-masonry-grid {
	column-count: 3;
	/* Number of columns, adjust as needed */
	column-gap: 20px;
}

.testimonial-grid-item {
	margin-bottom: 20px;
	break-inside: avoid;
}

.style-4 * {
	color: #fff;
}

.style-4 .star {
	color: orange;
}

.style-4 .testimonial-text {
	font-size: 16px;
}

.senja-slideshow {
	opacity: 0;
}

.senja-slideshow.slick-initialized {
	opacity: 1 !important;
	transition: opacity .3s ease-in-out;
}

/* Optional: Add media queries for smaller screens */
@media (max-width: 768px) {
	.senja-masonry-grid {
		column-count: 2;
	}
}

@media (max-width: 480px) {
	.senja-masonry-grid {
		column-count: 1;
	}
}
