@font-face{font-family:'mengyang'; src: url('../fonts/mengyang.otf');}
body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

/* Banner Carousel */
.bannerBox {
    position: relative;
}

.banner_img {
    position: relative;
    overflow: hidden;
}

.banner-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 8vw;
    z-index: 10;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}

.banner-text h3 {
    font-size: 56px;
    line-height: 78px;
    color: #fff;
    font-weight: 700;
}

.banner-text p {
    margin-top: 5px;
    font-size: 40px;
    line-height: 54px;
    font-weight: 500;
}

.swiper-slide-active .banner-text {
    opacity: 1;
    transform: translateY(0);
}

/* Banner Pagination Style */
.iban .swiper-pagination {
    position: absolute !important;
    bottom: 5% !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
    z-index: 20 !important;
}

.iban .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    margin: 0 6px !important;
    background: transparent !important;
    border: 2px solid rgba(255,255,255,0.8) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    opacity: 1 !important;
}

.iban .swiper-pagination-bullet-active {
    background: #fff !important;
    border-color: #fff !important;
}

@media (max-width: 768px) {
    .banner-text {
        padding-left: 20px;
        transform: translateY(20px);
    }
    
    .banner-text h3 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .banner-text p {
        font-size: 18px;
        line-height: 24px;
    }
    
    .iban .swiper-pagination {
        bottom: 20px !important;
    }
    
    .iban .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        margin: 0 4px !important;
    }
}

/* Core Concept */
.core-concept h6 {
    text-align: center;
}

.core-concept h6 span {
    color: #183883;
    font-size: 36px;
}

.core-concept p {
    text-align: center;
}

.core-concept p span {
    line-height: 1.8;
}

.core-concept-title {
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.core-concept-desc {
    color: #808080;
    min-height: 150px;
    font-size: 16px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .core-concept-title {
        font-size: 18px;
    }
    .core-concept-desc {
        min-height: auto;
        font-size: 14px;
    }
}

/* Contact Info */
.contact-info{display:flex;justify-content:space-between;gap:30px;}
.contact-info dl{flex:1;background:#ffffff;padding:25px;border: 1px #e8e8e8 solid;transition:all 0.3s ease;}
.contact-info dl:hover{transform:translateY(-5px);border-color: #014099;}
.contact-info dl:hover dt{color:#014099;}
.contact-info dl:hover dt i,.contact-info dl:hover dt em{color:#014099;}
.contact-info dt{display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:normal;color:#333333;margin-bottom:15px;transition:all 0.3s ease;}
.contact-info dt i,.contact-info dt em{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-right:5px;font-size:20px;color:#333333;transition:all 0.3s ease;}
.contact-info dd{font-size:16px;color:#333333;line-height:1.6;text-align: center;}
.contact-info dd a{color:#333333;transition:all 0.3s ease;}
.contact-info dd a:hover{color:#014099;}

.contact-main-info {
    margin-bottom: 30px;
    text-align: center;
}

.contact-main-info h2 {
    color: #014099;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-map {
    height: 500px;
    margin-top: 30px;
}

/* Responsive: 2 items per row on tablets */
@media (max-width: 992px) {
    .contact-info{flex-wrap:wrap;gap:30px;}
    .contact-info dl{width:48%;flex:none;}
    .contact-info dt{font-size:16px;margin-bottom:12px;}
    .contact-info dd{font-size:14px;}
}

/* Responsive: 1 item per row on mobile */
@media (max-width: 768px) {
    .contact-main-info h2 {
        font-size: 20px;
    }
    .contact-info{flex-direction:column;gap:10px;}
    .contact-info dl{width:100%;padding:10px;}
    .contact-info dl:hover{transform:translateY(0);border-color: #014099;}
    .contact-info dt{font-size:15px;margin-bottom:10px;}
    .contact-info dd{font-size:14px;}
    .contact-map {
        height: 350px;
        margin-top: 30px;
    }
}

/* Business Scope */
.business-scope-grid {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 30px 0;
}

.business-scope-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 10px;
    background: #fff;
    border: 1px solid #d0e0f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.business-scope-item:hover {
    border-color: #014099;
    box-shadow: 0 4px 15px rgba(1, 64, 153, 0.15);
    transform: translateY(-3px);
}

.business-scope-item.active {
    background: #014099;
    border-color: #014099;
}

.business-scope-item.active .business-scope-icon i {
    color: #fff;
}

.business-scope-item.active span {
    color: #fff;
}

.business-scope-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.business-scope-icon i {
    font-size: 32px;
    color: #014099;
    transition: color 0.3s ease;
}

.business-scope-item span {
    font-size: 20px;
    color: #014099;
    font-weight: 600;
    text-align: center;
    transition: color 0.3s ease;
}

.business-scope-content {
    display: none;
}

.scope-content-item {
    display: none;
}

.scope-content-item.active {
    display: block;
}

.scope-content-item h3 {
    font-size: 24px;
    color: #014099;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #014099;
}

.scope-content-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

/* Responsive: Tablet devices */
@media (max-width: 992px) {
    .business-scope-grid {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 20px 0;
    }
    .business-scope-item {
        min-width: calc(25% - 12px);
        flex: none;
    }
}

/* Responsive: Mobile devices */
@media (max-width: 768px) {
    .business-scope-grid {
        gap: 10px;
        margin: 15px 0;
    }
    .business-scope-item {
        min-width: calc(50% - 5px);
        padding: 15px 5px;
    }
    .business-scope-icon {
        width: 40px;
        height: 40px;
    }
    .business-scope-icon i {
        font-size: 24px;
    }
    .business-scope-item span {
        font-size: 15px;
    }
}

/* Footer outer background container */
.footer-bg {
    background: #17438c;
}

/* Footer content container */
.footer-wrapper {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.footer-wrapper #w_grid-1635765111155 {
    width: 100%;
    margin: 0;
}

/* Footer menu style */
.footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0;
    width: 100%;
    margin: 0 auto;
}

.menu-left {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    flex: 1;
}

.menu-column {
    flex: 1;
    min-width: 120px;
}

.menu-column h4 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #6FCF97;
    padding-bottom: 10px;
    display: inline-block;
}

.menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-column ul li {
    margin-bottom: 12px;
}

.menu-column ul li a {
    font-size: 16px;
    color: #CCCCCC;
    text-decoration: none;
    transition: color 0.3s ease;
}

.menu-column ul li a:hover {
    color: #fff;
}

.menu-right {
    text-align: center;
    min-width: 200px;
}

.wechat-title {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 15px;
}

.wechat-qr {
    width: 150px;
    height: 150px;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    margin-bottom: 10px;
}

.wechat-desc {
    font-size: 14px;
    color: #CCCCCC;
}

@media (max-width: 768px) {
    .footer-menu {
        flex-direction: column;
        align-items: center;
        padding: 30px 20px;
    }
    
    .menu-left {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .menu-column {
        min-width: calc(50% - 10px);
    }
    
    .menu-column h4 {
        font-size: 16px;
    }
    
    .menu-right {
        width: 100%;
    }
    
    .wechat-qr {
        width: 120px;
        height: 120px;
    }
}

/* Footer copyright style */
.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.footer-copyright span {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 2;
}

.footer-copyright a {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .footer-copyright {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    
    .footer-copyright span {
        margin: 5px 0;
    }
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: rgba(3, 56, 130, 0.7);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    color: #fff;
    background-color: rgba(3, 56, 130, 0.9);
    transition: all 0.3s ease;
}

.back-to-top i {
    font-size: 18px;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .back-to-top i {
        font-size: 16px;
    }
}

.auto{ margin:0 auto;}
.page_job {padding:0;width: 100%;margin: 0 auto;padding: 50px 0 0;}
.page_job ul::after {content: "";display: table;clear: both;}
.page_job ul li {position: relative;}
.page_job ul li:hover {cursor: pointer;}
.page_job .job-header::after {content: "";display: table;clear: both;}
.page_job ul li span,.page_job .job-table-header span{ width:20%; float:left; position:relative; font-weight:bolder; background: #014099; margin-bottom: 5px; line-height:60px; height:60px; color:#fff; text-align:center; font-size: 16px;}
.page_job ul li span{ background:#efefef; color:#333; font-weight:normal;}
.page_job ul li.on span{ background:#d4e5f7; color:#014099;}
.page_job .job-table-header::after {content: "";display: table;clear: both;}
.page_job .job-contact-info{font-size: 16px;color: #014099;padding: 15px 0;font-weight: bold;line-height: 2em;}
.page_job .job-table-header span::before{ content:""; position:absolute; left:0; width:1px; height:60px; background:#fff;}
.page_job ul li span em{ font-style:normal; width:15px; height:15px; border-radius:3px; text-align:center; line-height:15px; color:#fff; font-weight:normal; position:absolute; left:10%; top:22px; background:#014099; display:block; font-size:18px;}
.page_job ul li dl{ display:none; position:relative; padding:0 168px 20px 30px;font-size: 16px;line-height: 2.4em;}
.page_job ul li dl a{line-height:31px; text-align:center; color:#014099; font-weight:bold;margin-top: 20px;display: inline-block;font-size: 16px;}
.page_job ul li dl dt{ font-size:16px;font-weight: bold;  color:#333;height:30px; line-height:30px;}
.page_job ul li dl dd{ font-size:16px; color:#666; line-height:25px;}
.page_job li a.apply {display: inline-block;background: #007cc2;border-radius: 5px;color: #fff;width: 87px;line-height: 31px;}

@media (max-width:768px){
.page_job ul li:hover {cursor: pointer;}
.page_job ul li dl a{ position:static; display:block; margin-top:15px;}
.page_job .job-table-header span {font-size:14px;}
.page_job ul li span{ font-size:14px;}
.page_job ul li dl{ padding:12px}
.page_job ul li span em{display: none;}
.page_job .job-contact-info{font-size: 14px;}
    }
@media (max-width:480px){
.page_job ul li span{ font-size:12px;white-space: nowrap;}
.page_job ul li span em{ display: none;}
    }
@media (max-width:320px){
.page_job ul li span em{ display: none;}
    }

.single,.singl p{
    font-size: 16px !important;
    line-height: 32px !important;
    text-align: justify !important;
}
.infocontent,.infocontent p{
    font-size: 16px !important;
    line-height: 32px !important;
    text-align: justify !important;
}

.video-thumb-wrapper {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}
.video-thumb-wrapper > img:first-child {
    width: 100% !important;
    display: block !important;
}
.video-play-btn-wrapper {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    cursor: pointer !important;
    z-index: 5 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.3s ease !important;
}
.video-play-btn-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.2);
    animation: ripple-wave 1.5s linear infinite;
    -webkit-animation: ripple-wave 1.5s linear infinite;
    pointer-events: none;
}
.video-play-btn-wrapper:hover {
    transform: translate(-50%, -50%) scale(1.1) !important;
}
.video-play-btn {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
    border-radius: 50% !important;
    position: relative !important;
    z-index: 2 !important;
}
@keyframes ripple-wave {
    0% {
        box-shadow: 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 rgba(255, 255, 255, 0), 0 0 0 15px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes ripple-wave {
    0% {
        box-shadow: 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 rgba(255, 255, 255, 0), 0 0 0 15px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
.video-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.video-modal-content {
    position: relative;
    width: 80%;
    max-width: 900px;
}
.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10001;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.video-modal-close:hover {
    color: #ccc;
}
#video-modal-player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
}
#video-modal-player iframe,
#video-modal-player video,
#video-modal-player > div {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 768px) {
    .video-modal-content {
        width: 95%;
    }
    .video-play-btn-wrapper {
        width: 40px !important;
        height: 40px !important;
    }
}

.licheng_bg{position:relative;}
.thumbs, .gallery{width: 100%;position: relative;padding: 0 80px;user-select: none; box-sizing:border-box;}
.thumbs::after{content: "";position: absolute;width: calc(100% - 160px);height: 1px;background: #ddd;bottom: 15px;left: 0;right: 0;margin: 0 auto; z-index:0;}
.thumbs-year{width: 100%;position: relative;display: flex;transition: all .4s ease;line-height: 1;align-items: flex-end;justify-content: center;height: 80px;padding-bottom: 38px;font-size: 22px;color: #777;font-family:'mengyang';}
.thumbs-year::before, .thumbs-year::after{content: "";position: absolute;right: 0;left: 0;margin: 0 auto;border-radius: 50%;}
.thumbs-year::before{width: 20px;height: 20px;background: #eee;opacity: 0.6;border: 1px solid #bbb;bottom:5px;transition: all .4s ease;}
.thumbs-year::after{width:10px;height:10px;background: #ccc;bottom: 10px;transition: all .4s ease;}
.thumbs-year:hover{color:#183883;}
.thumbs-year.active{color:#183883;font-size: 33px;}
.thumbs-year.active::before{background:#183883;border: 1px solid #183883;transform: scale(1.3);}
.thumbs-year.active::after{background:#183883;transform: scale(1.3);}

.gallery{margin-top: 80px;margin-bottom: 50px;}
.gallery li .num{width:35%;font-size:40px;color:#183883;font-family:'mengyang';margin-bottom: 20px;}
.gallery li .txt{width:100%; font-size: 18px;line-height:2; }
.gallery li .txt img{width: 100%;object-fit: cover;}
.gallery li .txt p{margin-top: .2rem; margin-bottom:.2rem;}
.gallery li .txt strong{color:#183883;}
.thumbs-prev, .thumbs-next{position: absolute;width: 35px;height: 35px;bottom: -1px;background: url('../images/mtarrh.png') no-repeat center;transition: all .4s ease;cursor: pointer; outline:none;}
.thumbs-prev{left: 0;}
.thumbs-next{right: 0;transform: rotate(180deg);}
.thumbs-prev:hover, .thumbs-next:hover{background-image: url('../images/mtarr.png');}

@media screen and (max-width:768px) {
.thumbs, .gallery{padding:0 30px;}
.thumbs::after{width: calc(100% - 80px);}
.thumbs-year{font-size: 16px;}
.thumbs-year::before{width: 18px;height: 18px;bottom: 6px;}
.thumbs-year::after{width:8px;height:8px;bottom: 11px;}
.thumbs-year.active{font-size:22px;}
.thumbs-year.active::before{transform: scale(1.3);}
.thumbs-year.active::after{transform: scale(1.3);}

.gallery{margin-top:25px;margin-bottom:25px;}
.gallery li .num{width:100%;font-size:30px; height:auto}
.gallery li .num h2{ font-size:16px; margin-top:10px}
.gallery li .txt{width:100%; font-size: 14px;line-height:1.8; margin-top:10px;}
.gallery li .txt img{max-width: 100%; border-radius:3px;}
.gallery li .txt p{ margin-bottom:10px;}

.thumbs-prev, .thumbs-next{position: absolute;width: 30px;height: 30px;bottom: 0;background: url('../images/mtarrh.png') no-repeat center;background-size: contain;transition: all .4s ease;cursor: pointer; outline:none;z-index: 10;}
.thumbs-prev{left: 0;transform: rotate(0deg);}
.thumbs-next{right: 0;transform: rotate(180deg);}
}

.partner-category-title{width: 100%;font-size: 30px;text-align: center;font-weight: bold;color: #014099;padding: 20px 0 15px;border-bottom: 2px solid #014099;margin-bottom: 25px;clear: both;}
@media screen and (max-width:768px) {
    .partner-category-title{font-size: 20px;padding: 20px 0 10px;margin-bottom:15px;}
    }

.about-company-name{
    font-size: 28px;
    color: #014099;
    line-height: 1.2;
    font-weight: bold;
}
.about-company-ename{
    font-family: 'mengyang'; color: #d3d3d3; letter-spacing: 0.1px; font-size: 20px; line-height: 1.2; font-weight: normal;
}
.about-company-desc{
    margin-top: 10px; line-height: 1.8; font-size: 16px;text-align: justify;
}
.about-company-desc p{
    margin-top: 10px; line-height: 1.8; font-size: 16px;text-align: justify;
}
@media screen and (max-width:768px) {
    .about-company-name{
        font-size: 20px !important;
    }
    .about-company-ename{
        font-size: 16px;
        letter-spacing: 0;
    }
}

.about-banner-swiper {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.about-banner-swiper .swiper-container {
    width: 100%;
    height: 100%;
}
.about-banner-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-banner-swiper .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
.about-banner-swiper .swiper-pagination {
    position: absolute;
    bottom: 20px !important;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.about-banner-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
    border: 2px solid #fff;
    transition: all 0.3s ease;
}
.about-banner-swiper .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.2);
}
@media screen and (max-width:768px) {
    .about-banner-swiper {
        height: 250px;
    }
    .about-banner-swiper .swiper-pagination {
        bottom: 10px;
    }
    .about-banner-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

.equipment-section {
    margin-bottom: 40px;
}
.equipment-section:last-child {
    margin-bottom: 0;
}

.no-min-height {
    min-height: 0 !important;
}


.business-section {
    max-width: 100%;
    margin: 0 auto;
}
.section-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #014099;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #014099;
}
.section-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.content-block {
    margin-bottom: 25px;
    padding: 20px;
}
.block-title {
    font-size: 18px;
    font-weight: bold;
    color: #014099;
    margin-bottom: 15px;
    padding-left: 12px;
    border-left: 4px solid #014099;
}
.client-list, .product-list {
    line-height: 1.8;
    color: #333;
}
.content-block img {
    max-width: 100%;
    height: auto;
    margin: 10px 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.content-block img:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.content-block p {
    margin: 10px 0;
}
.content-block .image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 15px 0;
}
.content-block .image-row img {
    flex: 1;
    min-width: 200px;
    max-width: calc(50% - 10px);
    height: 180px;
    object-fit: contain;
    margin: 0;
}
.content-block .image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 15px 0;
}
.content-block .image-grid img {
    width: 100% !important;
    height: 200px !important;
    object-fit: contain;
    margin: 0;
}
.content-block .image-single {
    text-align: center;
    margin: 15px 0;
}
.content-block .image-single img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 20px;
    }
    .block-title {
        font-size: 16px;
    }
    .content-block {
        padding: 15px 0;
    }
    .content-block img {
        display: block;
        margin: 10px auto;
    }
    .content-block .image-grid img {
        height: 160px !important;
    }
    .client-list, .product-list {
        font-size: 14px;
    }
   }
