/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2025 | 11:04:47 */

/* Main Slider Container */
.testimonial-slider {
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    background: #f8f9fb !important;
}

/* Testimonial Box */
.testimonial-box {
    max-width: 700px;
    margin: auto;
    padding: 30px;
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #333 !important;
    text-align: center !important;
    position: relative !important;
    transition: all 0.4s ease !important;
    opacity: 0.5 !important;
}

/* Center Testimonial Highlight */
.active-slide .testimonial-box {
    transform: scale(1.1) !important;
    opacity: 1 !important;
}

/* Speech Bubble Effect */
.testimonial-box::after {
    content: "" !important;
    position: absolute !important;
    bottom: -20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-width: 10px !important;
    border-style: solid !important;
    border-color: white transparent transparent transparent !important;
}

/* Profile Image & Name */
.testimonial-profile {
    margin-top: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
}

.profile-img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 3px solid #fff !important;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1) !important;
}

.profile-info {
    text-align: left !important;
}

.profile-name {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #222 !important;
}

.profile-role {
    font-size: 16px !important;
    color: #777 !important;
}

/* Star Ratings */
.stars {
    margin-top: 10px !important;
    color: #f4b400 !important;
}

/* Navigation Dots */
.slider-dots {
    text-align: center !important;
    margin-top: 20px !important;
}

.dot {
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    background: #ccc !important;
    border-radius: 50% !important;
    margin: 0 5px !important;
    cursor: pointer !important;
}

.active-dot {
    background: #000 !important;
}
