﻿.blur-wrapper {
    position: relative;
}

.blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .blur-overlay.hidden {
        display: none;
    }

.testimonial-section {
    background: #f8f8f8;
    padding: 70px 0;
}

.section-title h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.section-title p {
    color: #777;
    margin-bottom: 40px;
}

.testimonial-box {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
    margin: 10px;
    min-height: 320px;
}

.quote-icon {
    font-size: 32px;
    color: #ee811a;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    margin-bottom: 25px;
}

.testimonial-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
}

.testimonial-box span {
    color: #888;
    display: block;
    margin-bottom: 10px;
}

.stars {
    color: #ee811a;
    font-size: 18px;
    letter-spacing: 2px;
}

.owl-dots {
    text-align: center;
    margin-top: 25px;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    margin: 5px;
}

.owl-dot.active span {
    background: #ee811a;
}

.owl-nav {
    display: none;
}
