/* Keep the English company carousel visually identical to the Persian version. */
@import url("../../../per/assets/css/home-companies.css");

.home-companies-legacy {
    display: none !important;
}

/* The English template used to load Owl's core CSS twice after this file.
   Keep these Persian-layout rules authoritative even with a stale page cache. */
.home-companies .home-companies__carousel .owl-stage-outer {
    overflow: visible !important;
}

.home-companies .home-companies__carousel .owl-item {
    opacity: .24 !important;
    transform: scale(.89) !important;
    filter: saturate(.65) !important;
}

.home-companies .home-companies__carousel .owl-item.active {
    opacity: 1 !important;
    transform: scale(1) !important;
    filter: none !important;
}

.home-companies .home-companies__carousel .owl-dots {
    height: auto !important;
}

.home-companies .home-companies__carousel .owl-dot {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}

.home-companies .home-companies__carousel .owl-dot span {
    display: block !important;
}
