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

/* 避免 style.css 请求不存在的本地背景图；横幅由 lozad data-bg-image 注入 */
.slider-area,
.breatcome-area {
    background-image: none;
}

.dreamit-counter-area,
.call-do-action-area.style-seven .row.margin-toppe10 {
    background: linear-gradient(rgba(90, 73, 248, 0.87), rgba(90, 73, 248, 0.87));
    background-size: cover;
    background-repeat: no-repeat;
}

/* 导航只显示一份 logo（覆盖 style.css 里 sticky 隐藏 main-logo） */
.header-logo a.stiky-logo,
.sticky-nav .header-logo a.stiky-logo,
.stiky-logo {
    display: none !important;
}

.header-logo a.main-logo,
.sticky-nav .header-logo a.main-logo,
.sticky-nav .main-logo {
    display: inline-flex !important;
}

/* 不再用 ITEXPERT 伪元素品牌字 */
.logo-txt::before {
    content: none !important;
}

/* 品牌：未 owl 时也要排成一排可见 */
.brand_list:not(.owl-loaded) {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 24px;
}

img.lozad[src] {
    opacity: 1 !important;
    filter: none !important;
}

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