[dir="rtl"] .horiz-inner {
    direction: rtl;
    display: flex;
}
[dir="rtl"] .swiper {
    direction: rtl;
}
[dir="rtl"] #shoriz.webhoriz .swiper-wrapper {
    flex-direction: row-reverse;
}
.mySwiper_home .swiper-slide{
    height: 100dvh;
}

.slider-container {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
}

.slides-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 100%;
    display: grid;
    gap: 16px;
    padding: 20px;
    box-sizing: border-box;
}
.journey-content .slide {padding:0;}
.card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
    padding: 1rem;
    height: 130px;
}

.card:hover {
    transform: translateY(-4px);
}

.card img {
    width: auto;
    height: 100%;
    object-fit: scale-down;
    opacity: .7;
}

.card-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card h3 {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #111827;
}

.card p {
    font-size: 0.9rem;
    color: #6b7280;
    flex-grow: 1;
}

.card a {
    text-decoration: none;
    background: #2563eb;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 10px;
    transition: background 0.3s;
}



.card a:hover {
    background: #1d4ed8;
}



.dots {
    text-align: center;
    margin-top: 25px;
}



.dot {
    width: 10px;
    height: 10px;
    background: #A49FA6;
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
    transition: background 0.3s;
}
.dot.active {
    background: #47131E;
}
.mySwiperLiving .swiper-pagination {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.mySwiperLiving .swiper-pagination-bullet {
    background: #a49fa6;
    opacity: 0.7;
    width:8px;
    height:8px;
    border-radius:0;
}

.mySwiperLiving .swiper-pagination-bullet-active {
    background: #f6e5ab;
    opacity: 1;
}
