.apcs-bdbed7e4-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.apcs-bdbed7e4-card {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

.apcs-bdbed7e4-image-wrap {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.apcs-bdbed7e4-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.apcs-bdbed7e4-image-wrap.apcs-bdbed7e4-zoom-enabled:hover img {
    transform: scale(1.08);
}

.apcs-bdbed7e4-content {
    padding: 25px 0 15px 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.apcs-bdbed7e4-title {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.apcs-bdbed7e4-title a {
    color: inherit;
    text-decoration: none;
}

.apcs-bdbed7e4-count {
    font-size: 16px;
    color: #8b5e3c;
    margin-left: 5px;
}

.apcs-bdbed7e4-description {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 25px 0;
}

.apcs-bdbed7e4-btn-wrap {
    margin-top: auto;
}

.apcs-bdbed7e4-btn {
    display: inline-block;
    background-color: #1b3b22;
    color: #ffffff;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.apcs-bdbed7e4-btn:hover {
    background-color: #2c5333;
    color: #ffffff;
}

.swiper-pagination {
    position: static;
    margin-top: 30px;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #cccccc;
    opacity: 1;
    margin: 0 5px !important;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #8b5e3c;
}
