:root {
    --pc-zoom-scale: 1.1;
}

.pc-carousel-wrapper-5729bf5c {
    width: 100%;
    position: relative;
    padding-bottom: 50px; /* Space for pagination */
}

.pc-card-5729bf5c {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 500px; /* Default height */
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.pc-bg-image-5729bf5c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: transform 0.5s ease;
}

.pc-overlay-5729bf5c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 60%);
    transition: opacity 0.5s ease, background 0.5s ease;
}

.pc-badge-wrapper-5729bf5c {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}

.pc-badge-5729bf5c {
    display: inline-block;
    background-color: #a82e36;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.pc-content-5729bf5c {
    position: relative;
    z-index: 3;
    padding: 30px 20px;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pc-date-5729bf5c {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pc-title-5729bf5c {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.pc-desc-5729bf5c {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pc-btn-5729bf5c {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-align: center;
}

.pc-card-5729bf5c:hover .pc-btn-5729bf5c {
    background-color: #a82e36;
    color: #ffffff;
}

/* Hover Effects */
.pc-hover-anim-zoom-in .pc-card-5729bf5c:hover .pc-bg-image-5729bf5c {
    transform: scale(var(--pc-zoom-scale));
}

.pc-hover-anim-zoom-in-rotate .pc-card-5729bf5c:hover .pc-bg-image-5729bf5c {
    transform: scale(var(--pc-zoom-scale)) rotate(3deg);
}

.pc-hover-anim-zoom-out .pc-bg-image-5729bf5c {
    transform: scale(var(--pc-zoom-scale));
}

.pc-hover-anim-zoom-out .pc-card-5729bf5c:hover .pc-bg-image-5729bf5c {
    transform: scale(1);
}

/* Swiper Customizations */
.pc-carousel-wrapper-5729bf5c .swiper-button-next,
.pc-carousel-wrapper-5729bf5c .swiper-button-prev {
    color: #ffffff;
    background-color: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -40px; /* Offset for pagination padding */
}

.pc-carousel-wrapper-5729bf5c .swiper-button-next:after,
.pc-carousel-wrapper-5729bf5c .swiper-button-prev:after {
    font-size: 18px;
}

.pc-carousel-wrapper-5729bf5c .swiper-pagination-bullet {
    background-color: #cccccc;
    opacity: 0.5;
}

.pc-carousel-wrapper-5729bf5c .swiper-pagination-bullet-active {
    background-color: #a82e36;
    opacity: 1;
}
