.sjw_fullscreen {
max-width: 100% !important;
padding-right: 0px !important;
padding-left: 0px !important;
}
/*Menu的特效*/

/* 在顶部时 - 首页透明背景 */
.layout-home .t4-sticky.t4-palette-sjw_manu {
    background-color: transparent;
}

.layout-home .t4-sticky.t4-palette-sjw_manu .nav > li > a,
.layout-home .t4-sticky.t4-palette-sjw_manu .nav > li > span {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* 不在顶部时 - 有背景色 */
.not-at-top .t4-sticky.t4-palette-sjw_manu {
    background-color: #f2f4f7;
}

.not-at-top .t4-sticky.t4-palette-sjw_manu .nav > li > a,
.not-at-top .t4-sticky.t4-palette-sjw_manu .nav > li > span {
    color: #333333 !important;
    text-shadow: none;
}

.t4-video {
margin-top:-79px;
}

/* SJW Services Card 样式 */
.sjw-services-card .hero-content {
    padding: 30px !important;
    transition: all 0.3s ease !important;
    border-radius: 8px !important;
    position: relative !important;
    z-index: 1 !important;
}

.sjw-services-card .hero-content:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
    transform: translateY(-5px) !important;
}

/* 链接横线动画效果 */
.sjw-services-card .hero-heading a {
    position: relative !important;
    text-decoration: none !important;
    color: inherit !important;
    display: inline-block !important;
}

.sjw-services-card .hero-heading a::after {
    content: '' !important;
    position: absolute !important;
    width: 0 !important;
    height: 2px !important;
    bottom: -2px !important;
    left: 0 !important;
    background-color: #ff0000 !important;
    transition: width 0.3s ease !important;
}

.sjw-services-card .hero-content:hover .hero-heading a::after {
    width: 100% !important;
}

/* 文章两栏布局 */
.article-two-column-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.article-image-col,
.article-content-col {
    padding: 0 15px;
}

/* 确保图片自适应 */
.article-image-col img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 在小屏幕上堆叠显示 */
@media (max-width: 767.98px) {
    .article-image-col,
    .article-content-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .article-image-col {
        margin-bottom: 20px;
    }
}

/* 调整图片布局样式 */
.article-image-col .full-image {
    margin-bottom: 0;
}

.article-image-col .full-image img {
    width: 100%;
    border-radius: 8px;
}
/*Locations简介*/
.bg-overlay-image {
    background-size: cover;
}

/*Locations地图大小*/
.jai-map-container img{
    width: 1920px;
}
/*平板Logo*/
@media (max-width: 991.98px) {
    .navbar-brand.logo-image {
        width: 32px;
    }
}

/*去除*connect us* title后的.*/
.contact .plain-style .contact-title h2::after, .contact .plain-style .title-link h3::after, .contact .plain-style .title-info h2::after, .contact .plain-style .contact-articles-title h2::after, .contact .sliders-style .contact-title h2::after, .contact .sliders-style .title-link h3::after, .contact .sliders-style .title-info h2::after, .contact .sliders-style .contact-articles-title h2::after {
  content: "";
}