.vulci-elementor-swiper {
    position: relative;
    width: 100%;
}

.vulci-elementor-swiper .swiper {
    width: 100%;
    overflow: hidden;
}

.vulci-elementor-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.vulci-elementor-swiper .vulci-slide-figure {
    margin: 0;
    padding: 30px 0;
    width: 100%;
}

.vulci-elementor-swiper .vulci-slide-image {
    width: 851px;
    max-width: 100%;
    height: 586px;
    object-fit: cover;
    object-position: center center;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.vulci-elementor-swiper .vulci-slide-image {
    width: auto !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 600px !important;
    margin: auto !important;
}

.vulci-elementor-swiper .vulci-slide-caption {
    margin-top: 12px;
    padding-left: 50px;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 1.4;
    font-family: "Titillium Web", sans-serif;
}

.vulci-elementor-swiper .swiper-button-next,
.vulci-elementor-swiper .swiper-button-prev {
    color: #beab93;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    box-shadow: none;
    transition: all 0.3s ease;
}

.vulci-elementor-swiper .swiper-button-next:hover,
.vulci-elementor-swiper .swiper-button-prev:hover {
    background: #beab93;
    color: #fff;
    transform: scale(1.1);
}

.vulci-elementor-swiper .swiper-button-next:after,
.vulci-elementor-swiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 700;
}

.vulci-elementor-swiper .swiper-pagination {
    position: relative;
    margin-top: 8px;
    bottom: auto;
}

.vulci-elementor-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 5px;
}

.vulci-elementor-swiper .swiper-pagination-bullet-active {
    background: #beab93;
}

@media (max-width: 1024px) {
    .vulci-elementor-swiper .vulci-slide-image {
        width: 100%;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .vulci-elementor-swiper .vulci-slide-caption {
        padding-left: 0;
    }
}

.vulci-elementor-swiper-posts .swiper-slide {
    justify-content: stretch;
}

.vulci-elementor-swiper-posts .vulci-swiper-post-card {
    width: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid #e2dbd1;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.vulci-elementor-swiper-posts .vulci-swiper-post-card__thumb-link {
    display: block;
    width: 100%;
}

.vulci-elementor-swiper-posts .vulci-swiper-post-card__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.vulci-elementor-swiper-posts .vulci-swiper-post-card__content {
    padding: 20px;
}

.vulci-elementor-swiper-posts .vulci-swiper-post-card__date {
    margin: 0 0 8px;
    color: #8b7f6f;
    font-size: 14px;
    line-height: 1.3;
}

.vulci-elementor-swiper-posts .vulci-swiper-post-card__title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
}

.vulci-elementor-swiper-posts .vulci-swiper-post-card__title a {
    color: #2d2d2d;
    text-decoration: none;
}

.vulci-elementor-swiper-posts .vulci-swiper-post-card__title a:hover {
    color: #beab93;
}

.vulci-elementor-swiper-posts .vulci-swiper-post-card__excerpt {
    margin: 0;
    color: #505050;
    line-height: 1.55;
}
