/* 联系/订阅/搜索展示型：可输入，不可提交 */
.contact-form-display button,
.subscribe-form-display button,
.search-form-display button {
    cursor: default;
}

header img.lozad[data-src],
footer img.lozad[data-src] {
    background-color: transparent !important;
    background-image: none !important;
}

/*
 * Owl 默认 .owl-carousel{display:none}，未 owl-loaded 前整块不可见。
 * 父级必须先 display:block，否则 JS 慢/失败时 Banner 永久空白。
 */
.slider_list2.owl-carousel:not(.owl-loaded),
.slider_list.owl-carousel:not(.owl-loaded),
.testimonial_list.owl-carousel:not(.owl-loaded) {
    display: block !important;
}
.slider_list2.owl-carousel:not(.owl-loaded) > .slider-area,
.slider_list.owl-carousel:not(.owl-loaded) > .slider-area,
.testimonial_list.owl-carousel:not(.owl-loaded) > * {
    display: block;
    opacity: 1;
}

/* Honor 计数：无 counterUp 时静态可见 */
.counter-area .counter,
.techno-single-counter-box .counter,
.techno-single-counter-box h1 {
    opacity: 1;
    visibility: visible;
}

/* FAQ 打开态（theme20-faq-accordion 写 inline display） */
.accordion li p {
    margin: 0;
}

/* 模块间距兜底 */
.about-area,
.service-area,
.team-area,
.testimonial-area,
.brand-area,
.portfolio_area,
.blog_area,
.faq-area,
.counter-area {
    position: relative;
}

.slider_list2 .slider-area.lozad {
    min-height: 520px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .slider_list2 .slider-area.lozad {
        min-height: 380px;
    }
}

/* 客户点评左侧主图：CMS 大图限制在栏宽内，避免撑破版面 */
.testimonial-area .techno-testimonial-thumb {
    max-width: 100%;
    overflow: hidden;
    border-radius: 6px;
    line-height: 0;
}
.testimonial-area .techno-testimonial-thumb img,
.testimonial-area.style-two .techno-testimonial-thumb img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 420px !important;
    margin-left: 0 !important;
    object-fit: cover;
    object-position: center center;
}
.testimonial-area .testimonial-thumb img {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    .testimonial-area .techno-testimonial-thumb img,
    .testimonial-area.style-two .techno-testimonial-thumb img {
        max-height: 320px !important;
    }
}

@media (max-width: 575.98px) {
    .testimonial-area .techno-testimonial-thumb img,
    .testimonial-area.style-two .techno-testimonial-thumb img {
        max-height: 240px !important;
    }
}
