/* 添加新模板插入样式 */
:root{
    --theme: #02509B;
    --main-color: #02509B;
    --secondary-color: #000000; 
    --accent-color: #C68A1E;
    --black: #000; 
    --white: #fff;
    --light-grey: #E6E6E6;
    --grey: #666; 
    --custom-bg: rgba(0, 0, 0, 0.8);
    --border-radius-1: 0.5rem;
    --border-radius-2: 1rem;
    --border-radius-3: 30px 30px 0 0 / 30px 30px 20px 20px;
    --border: 0.1rem solid rgba(0, 0, 0, 0.1);
    --custom-border: 0.5rem solid var(--main-color);
    --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    --custom-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.brand-image {
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-size: cover;
}
.service-card-items {
    padding: 0;
    background-color: rgba(99, 92, 92, 0);
    box-shadow: none;
    height: 100%;
    position: relative;
    z-index: 9;
}
.tst_about_area .ab_left_sldr{
    width: 100%;
    height: 100%;
}
.tst_about_area .allcostyle{
    box-shadow: none;
    padding: 0;
}
.swiper {
    width: 100%;
    height: 100%;
}

.tst_about_area .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tst_about_area .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next,.swiper-button-prev {
    opacity: 0; 
    /* color: var(--theme); */
}
.myAboutSwiper1:hover .swiper-button-all {
    opacity: 1;
}
.myAboutSwiper2:hover .swiper-button-all {
    opacity: 1;
}