.hc-carousel-container-22de4271 {
    position: relative;
    padding-bottom: 40px; /* Space for pagination */
    overflow: hidden;
    width: 100%;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
}

.hc-card-22de4271 {
    position: relative;
    overflow: hidden;
    height: 400px; /* Default height, overridable via controls */
    border-radius: 24px; /* Default border radius */
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hc-image-wrap-22de4271 {
    width: 100%;
    flex-grow: 1; /* Take up available space */
    position: relative;
}

.hc-image-wrap-22de4271 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hc-tag-22de4271 {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 10;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}


/* Static base layer showing subtitle and title before hover */
.hc-static-layer-22de4271 {
    width: 100%;
    padding: 30px;
    background: #ffffff;
    border-radius: 24px 24px 0 0;
    box-sizing: border-box;
    z-index: 4;
    min-height: 140px; /* Overridable via controls */
    margin-top: -24px; /* Pull up to overlap image slightly for rounded corners */
}

/* Overlay covering 80% */
.hc-overlay-22de4271 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: #ffffff;
    border-radius: 24px 24px 0 0;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 5;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.hc-overlay-content-22de4271 {
    padding: 30px;
    height: 100%;
    overflow-y: auto; /* Allows scrolling if description is long */
}

/* Hide scrollbar for overlay content */
.hc-overlay-content-22de4271::-webkit-scrollbar {
  display: none;
}
.hc-overlay-content-22de4271 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hc-card-22de4271:hover .hc-overlay-22de4271 {
    transform: translateY(0);
}

.hc-subtitle-1-22de4271,
.hc-subtitle-2-22de4271,
.hc-subtitle-3-22de4271 {
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.hc-subtitle-3-22de4271 {
    margin-bottom: 8px;
}

.hc-title-22de4271 {
    margin: 0 0 15px 0;
    font-size: 22px;
    color: #111;
    font-weight: 600;
}

.hc-desc-22de4271 {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.hc-desc-22de4271 p:last-child {
    margin-bottom: 0;
}

/* Carousel Navigation */
.hc-nav-prev-22de4271,
.hc-nav-next-22de4271 {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 10;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.hc-nav-prev-22de4271 { left: 10px; }
.hc-nav-next-22de4271 { right: 10px; }

.hc-nav-prev-22de4271:hover,
.hc-nav-next-22de4271:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    background: #f8f8f8;
}

.hc-nav-prev-22de4271.swiper-button-disabled,
.hc-nav-next-22de4271.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.hc-nav-prev-22de4271 i, .hc-nav-next-22de4271 i { font-size: 16px; color: #333; }
.hc-nav-prev-22de4271 svg, .hc-nav-next-22de4271 svg { width: 16px; height: 16px; fill: #333; }

/* Carousel Pagination */
.hc-pagination-22de4271 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.hc-carousel-container-22de4271 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #333;
    opacity: 0.5;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.hc-carousel-container-22de4271 .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

.hc-carousel-container-22de4271 .swiper-pagination-fraction {
    bottom: 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}