.slider-container {
	width: 100%;
	max-width: 1200px;
}
.testimonial-slider-se .owl-carousel .owl-item {
	display: flex;
	align-items: stretch;
}
.testimonial-slider-se
  .testimonial {
	padding: 20px;
	background-color: #ffffff;
	margin: 10px;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%; /* Ensures equal height */
}
.testimonial-slider-se .client-img img {
    width: 50px !Important;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.testimonial-slider-se .client-name {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.testimonial-slider-se .rating-wrapper {
    position: relative;
    display: inline-block;
    height: 13px;
    width: auto;
}

.testimonial-slider-se .rating-bg {
    width: 100%;
    height: 13px;
    background-image: url(../images/rating_val.svg);
    background-repeat: repeat-x;
    background-size: 14px 13px;
    filter: grayscale(100%) brightness(70%);
}

.testimonial-slider-se .rating-val {
    height: 13px;
    background-image: url(../images/rating_val.svg);
    background-repeat: repeat-x;
    background-size: 14px 13px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.testimonial-slider-se .testimonial-text {
	margin-top: 10px;
	font-size: 14px;
	color: #555;
}
.testimonial-slider-se  .client-designation {
    font-size: 16px;
    color: #484848;
}
.testimonial-slider-se .item {
	padding: 20px;
	background-color: #ffffff; 
	border-radius: 12px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.testimonial-slider-se .client-pic {
    display: flex;
    justify-content: center;
}
.testimonial-slider-se .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50px); 
}
.testimonial-slider-se button.owl-prev,.testimonial-slider-se-right  button.owl-prev,.testimonial-slider-se-left  button.owl-prev{
    left: -30px;
    position: absolute;
}
.testimonial-slider-se button.owl-next,.testimonial-slider-se-right  button.owl-next,.testimonial-slider-se-left  button.owl-next {
    position: absolute;
    right: -30px;
}
/* Responsive Design */
@media (max-width: 1200px) {
    .testimonial-slider-se button.owl-prev,.testimonial-slider-se-right  button.owl-prev,.testimonial-slider-se-left  button.owl-prev{
    left: 0px; 
}
.testimonial-slider-se button.owl-next,.testimonial-slider-se-right  button.owl-next,.testimonial-slider-se-left  button.owl-next {
    right:0px;
}
.testimonial-slider-se	.testimonial {
		padding: 15px;
	}
.testimonial-slider-se	.client-name {
		font-size: 16px;
	}
.testimonial-slider-se	.testimonial-text {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
.testimonial-slider-se.testimonial-slider-se.testimonial-slider-se	.testimonial {
		padding: 12px;
	}
.testimonial-slider-se.testimonial-slider-se	.client-name {
		font-size: 14px;
	}
.testimonial-slider-se	.testimonial-text {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
.testimonial-slider-se	.testimonial {
		padding: 10px;
	}
.testimonial-slider-se	.client-name {
		font-size: 14px;
	}
.testimonial-slider-se	.testimonial-text {
		font-size: 10px;
	}
}
.testimonial-slider-se .testimonial-text p {
    line-height: 24px;
}
.testimonial-slider-se .testimonial-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonial-slider-se-left .testimonial-content,.testimonial-slider-se-right .testimonial-content {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 2fr);
	align-items:center;
}
.testimonial-slider-se-right .client-pic {
    order: 2;
}
.testimonial-slider-se-left .inner-content ,.testimonial-slider-se-right .inner-content{
    text-align: left;
}
.testimonial-slider-se-left .inner-content p ,.testimonial-slider-se-right .inner-content p{
    line-height: 24px;
}
.testimonial-slider-se-left .client-img img ,.testimonial-slider-se-right .client-img img {
    width: 100% !Important;
	border-radius:0px;
	height:100%;
}

.testimonial-slider-se .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #000;
	text-decoration: none;
}
.testimonial-slider-se .owl-nav [class*=owl-] {
	margin: 5px;
	background: #fff !important;
	box-shadow: 0 2px 2px #5e5e5e;
	cursor: pointer;
	border-radius: 50px !important;
	width: 40px;
	height: 40px;
	line-height: 0 !important;
	color: #fff !important;
}
.testimonial-slider-se .owl-nav [class*=owl-]:hover {
	background: #fff !important;
}
.testimonial-slider-se .owl-dots {
    margin-top: 15px;
}
button:focus, .button:focus, [type=submit]:focus, [type=button]:focus, [type=reset]:focus {
    outline: 0px dotted;
    outline: none !important;
}

@media(max-width:768px){
	.testimonial-slider-se .owl-nav {
        margin-top: 10px;
        position: inherit;
        top: 0;
        width: auto;
        transform: inherit;
    }
}