/* VELAXIZ v1.60.0 — About five-up team, three-up videos, Market Services-style Highlights, stronger product thumb state. */

/* Product Detail selected thumbnail: make the persistent selected state
 * unmistakable even without hover. */
.single-product .prodeta-smimg-items.is-active,
.single-product .prodeta-smimg-items[aria-current="true"],
.single-product .prodeta-smimg-items.slick-current {
    position: relative;
}
.single-product .prodeta-smimg-items.is-active .prodeta-smimg-cont,
.single-product .prodeta-smimg-items[aria-current="true"] .prodeta-smimg-cont,
.single-product .prodeta-smimg-items.slick-current .prodeta-smimg-cont {
    border: 4px solid var(--primary) !important;
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(22,109,187,.38) !important;
    background: #edf6fd !important;
    transform: none !important;
}
.single-product .prodeta-smimg-items.is-active::after,
.single-product .prodeta-smimg-items[aria-current="true"]::after,
.single-product .prodeta-smimg-items.slick-current::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 3px rgba(255,255,255,.9);
    pointer-events: none;
    z-index: 3;
}


/* 5. About Highlights — compact market-services layout. Existing six ACF
 * highlight rows are reused as the requested 2 columns x 3 rows. */
.page-template-page-about .about-market-services-v160 {
    padding: 86px 0 92px;
    background: #fff;
    overflow: hidden;
}
.page-template-page-about .about-market-layout {
    display: grid;
    grid-template-columns: minmax(360px, .78fr) minmax(520px, 1.45fr);
    gap: clamp(42px, 5vw, 86px);
    align-items: center;
}
.page-template-page-about .about-market-copy { min-width: 0; }
.page-template-page-about .about-market-copy .mod_title {
    margin: 0;
    text-align: left;
    color: #10265d;
    font-size: clamp(30px, 2.1vw, 42px);
    line-height: 1.1;
}
.page-template-page-about .about-market-description {
    margin-top: 14px;
    max-width: 620px;
    color: #263244;
    font-size: 16px;
    line-height: 1.58;
}
.page-template-page-about .about-market-description p { margin: 0; }
.page-template-page-about .about-market-highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
    column-gap: 26px;
}
.page-template-page-about .about-market-highlight-item {
    min-width: 0;
    min-height: 88px;
    padding: 16px 0 15px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-bottom: 1px solid #e2e6eb;
}
.page-template-page-about .about-market-highlight-item .icons {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-page-about .about-market-highlight-item .icons img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-template-page-about .about-market-highlight-item .texts {
    color: #10265d;
    font-weight: 700;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.38;
}
.page-template-page-about .about-market-map {
    width: 100%;
    min-width: 0;
}
    48%,58% { opacity: .95; transform: scale(1); }
}

/* 11. Customer Video — desktop shows three videos per row. */
@media (min-width: 1100px) {
    .page-template-page-about .about-video-slider-shell { padding-left: 56px; padding-right: 56px; }
}

@media (max-width: 1099px) {
    .page-template-page-about .about-market-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .page-template-page-about .about-market-map { max-width: 900px; margin: 0 auto; }
}
@media (max-width: 700px) {
    .page-template-page-about .about-market-services-v160 { padding: 58px 0 64px; }
    .page-template-page-about .about-market-highlights-grid { grid-template-columns: 1fr; }
    .page-template-page-about .about-market-highlight-item { min-height: 76px; }
    .page-template-page-about .about-market-copy .mod_title { font-size: 30px; }
}

