/* 主题7：缺失本地背景图兜底（主题无 images/ 目录，由 lozad/后台图替代） */

:root {
    --t7-banner-fallback: #18315f;
    --t7-brand-blue: #0c5adb;
}

/* 横幅全部变体 + 面包屑：去掉 slider-image1/2、slider3~13 等 404 背景 */
.slider-section,
.style-two.slider-section,
.slider-section.style-two,
.slider-one.slider-section,
.slider-two.slider-section,
.slider-three.slider-section,
.slider-four.slider-section,
.slider-five.slider-section,
.slider-six.slider-section,
.slider-seven.slider-section,
.slider-eight.slider-section,
.slider-nine.slider-section,
.slider-ten.slider-section,
.slider-eleven.slider-section,
.slider-twelve.slider-section,
.slider-thirteen,
.breadcumn-section {
    background-image: none;
    background-color: var(--t7-banner-fallback);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider-section.lozad,
.slider-section.style-two.lozad,
.breadcumn-section.lozad {
    min-height: 560px;
}

@media (max-width: 991px) {
    .slider-section.lozad,
    .slider-section.style-two.lozad,
    .breadcumn-section.lozad {
        min-height: 400px;
    }
}

/* 荣誉/CTA 区缺失 call-bg.png */
.call-do-action-section {
    background-image: none;
    background-color: var(--t7-brand-blue);
}

/* 优势卡片背面缺失 feature1.jpg */
.style-three .flip-box-back,
.service-style-three .flip-box-back {
    background: linear-gradient(135deg, rgba(24, 49, 95, 0.95), rgba(12, 90, 219, 0.88)) !important;
}

/* 联系页左栏缺失 contact.jpg */
.single-contact-left {
    background-image: none;
    background: linear-gradient(160deg, #041127 0%, #18315f 55%, var(--t7-brand-blue) 100%);
}

/* 评价轮播未初始化时仍可见 */
.testi_list.testi-list-wrap:not(.owl-loaded),
.testi_list.owl-carousel:not(.owl-loaded) {
    display: block !important;
}

.testi_list.testi-list-wrap:not(.owl-loaded) > .single-testimonial,
.testi_list.owl-carousel:not(.owl-loaded) > .single-testimonial,
.testi_list.owl-carousel:not(.owl-loaded) > div {
    display: block;
    margin-bottom: 20px;
}

.testi_list.owl-carousel.owl-loaded {
    display: block !important;
}

.testimonial-section .owl-loaded .owl-stage-outer {
    padding: 8px 0 24px;
}

/* 联系/订阅/搜索展示型：可输入，不可提交 */
.blog-search-box.search-form-display {
    position: relative;
}

.blog-search-box.search-form-display button {
    display: inline-block;
    position: absolute;
    top: 55px;
    right: 18%;
    font-size: 18px;
    color: rgb(97, 97, 97);
    background: transparent;
    border: none;
    cursor: default;
    padding: 0;
}

.subscribe-form-display .nl-button,
.contact-form-display .btn,
.search-form-display button {
    cursor: default;
}

header img.lozad[data-src],
footer img.lozad[data-src] {
    background-color: transparent !important;
    background-image: none !important;
}
