/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 13 2025 | 18:15:00 */
/* Testimonial Slider Container */
.testimonial-slider {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 15px;
}
.testimonial-content p {
    margin-top: 0;
margin-bottom: 0 !important;
}
.slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    padding: 0 !important;
font-size: 0 !important;
display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
background: #ff10 !important;
    border: unset !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px !important;
    padding: 0 !important;
}
/* Individual Slide */
.testimonial-slide {
    padding: 15px;
}
/* Testimonial Card */
.testimonial-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    padding: 20px;
    height: 500px;
object-fit: cover;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
/* display: flex;
flex-direction: column;
justify-content: space-between; */
}
.testimonial-card:hover {
    transform: translateY(-10px);
}
/* Quote Styling */
.testimonial-card:before {
    content: """;
    font-family: Georgia, serif;
    font-size: 120px;
    color: #f0f4f8;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 1;
    z-index: 0;
}
.testimonial-content {
    position: relative;
    z-index: 1;
    font-size: 13px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 8px;
}
/* Author Information */
.testimonial-meta {
    display: flex;
    align-items: center;
}
.author-avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    flex-shrink: 0;
    border: 3px solid #e2e8f0;
}
.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-name {
    font-size: 18px;
    margin: 0 0 5px;
    color: #1a202c;
}
.author-role {
    font-size: 14px;
    color: #718096;
    margin: 0;
    font-style: italic;
}
/* Navigation Arrows */
.slick-prev, .slick-next {
    width: 45px;
    height: 45px;
    z-index: 10;
    background: #2d3748;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
}
.slick-prev {
    left: -50px;
}
.slick-next {
    right: -50px;
}
.slick-prev:hover, .slick-next:hover {
    background: #4a5568;
}
/* Dots Styling */
.slick-dots li button:before {
    font-size: 10px;
    color: #cbd5e0;
}
.slick-dots li.slick-active button:before {
    color: #2d3748;
}
/* Responsive Adjustments */
@media (max-width: 1200px) {
    .slick-prev {
        left: -15px;
    }
    .slick-next {
        right: -15px;
    }
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 30px 20px;
height: auto !important;
    }
}
@media (max-width: 767px){
	.testimonial-slider{
		margin: 0 !important;
	}
	.testimonial-content p,.testimonial-content{
		margin-bottom: 5px !important;
	}
	.testimonial-card{
		padding: 15px !important;
	}
}