/* :root {
    --background-image: ''
} */

.pbmit-title-bar-wrapper {
    background-image: url(../image/pic-9.jpg);
}

.pbmit-text-design {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 14px;
    background-color: var(--main-color);
}

.pbmit-globalcolor a {
    text-decoration: underline;
}

.process-section-two {
    background-image: url(../image/bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.pbmit-ihbox-style-4 .pbmit-icon-type-icon {
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbmit-ihbox-style-4 .pbmit-icon-type-icon .pbmit-xinterio-icon {
    height: 40px;
    line-height: 40px;
}

.process-section-two .op-bg {
    background-color: rgba(255, 255, 255, 0.3);
}

.service-range-section {
    position: relative;
    z-index: 1;
    /* 確保內容在偽元素之上 */
}

.service-range-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.08;
    z-index: -1;
    transition: background-image 0.5s ease-in-out;
}

.service-range-section.tab-2-1::before {
    background-image: url(/static/image/proj-1-7.jpg);
}

.service-range-section.tab-2-2::before {
    background-image: url(/static/image/proj-10-4.jpg);
}

.service-range-section.tab-2-3::before {
    background-image: url(/static/image/proj-6-9.jpg);
}

.service-range-section.tab-2-4::before {
    background-image: url(/static/image/pic-11.jpg);
}

/* 導航項懸停效果 */
.service-range-section .nav-item:hover .nav-link {
    background-color: var(--pbmit-global-color);
    color: #fff;
}

/* 確保標籤內容平滑過渡 */
.service-range-section .tab-pane {
    transition: opacity 0.3s ease-in-out;
}

#scrollToContact {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
    padding: 6px 20px;
}

.paint-icon {
    width: 40px;
    height: 40px;
}

.pbmit-miconheading-style-4 {
    flex: 0 0 auto;
    width: 20%;
}

.pbmit-miconheading-style-4 .pbmit-heading-desc {
    width: 200px;
}

.pbmit-heading-subheading.mb-20 {
    margin-bottom: 20px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon::after {
    right: -150px;
}

.process-section-two .pbmit-text-editor {
    color: #403226;
    padding-top: 60px;
}