/* 主题5 首页修复：评价轮播未初始化时仍可见 */

.testimonial-slider.owl-carousel:not(.owl-loaded) {
    display: block !important;
}

.testimonial-slider.owl-carousel:not(.owl-loaded) > .single-testimonial {
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .testimonial-slider.owl-carousel:not(.owl-loaded) {
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px;
    }

    .testimonial-slider.owl-carousel:not(.owl-loaded) > .single-testimonial {
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .testimonial-slider.owl-carousel:not(.owl-loaded) > .single-testimonial {
        flex: 0 0 calc(33.333% - 14px);
    }
}

.testimonial-section .single-testimonial .avatar img.lozad {
    min-height: 90px;
    min-width: 90px;
    background-color: #eef2f6;
}

.testimonial-section .owl-loaded .owl-stage-outer {
    padding: 8px 0 24px;
}

/* 联系/订阅/搜索展示型：继承原 form 样式，按钮不可提交 */
.widget-area .widget_search .search-form-display {
    position: relative;
}

.widget-area .widget_search .search-form-display label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search .search-form-display .search-field {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    border-left: 2px solid #7b68ee;
    background-color: transparent;
    transition: 0.4s;
    outline: 0;
}

.widget-area .widget_search .search-form-display .search-field:focus {
    border-color: #7b68ee;
}

.widget-area .widget_search .search-form-display button {
    color: #ffffff;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #7b68ee;
    transition: 0.4s;
    border: none;
    outline: 0;
    cursor: default;
}

.contact-form .contact-form-display .form-control {
    border: 0;
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    border-left: 2px solid #7b68ee;
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(218, 225, 232, 0.8);
}

.contact-form .contact-form-display .form-control:focus {
    border: 1px solid #7b68ee;
    border-left: 2px solid #7b68ee;
    outline: none;
}

.contact-form .contact-form-display textarea.form-control {
    height: auto;
    padding-top: 15px;
    line-height: initial;
}

.contact-form-display .submit-btn,
.subscribe-form-display button,
.search-form-display button {
    cursor: default;
}

/* Logo 懒加载：不占位底色（透明 PNG 与导航栏同色显示） */
header img.lozad[data-src],
footer img.lozad[data-src] {
    background-color: transparent !important;
    background-image: none !important;
}
