.tc-wrapper-a6eaaacf {
    position: relative;
    padding-bottom: 100px; /* Space for timeline and numbers */
    overflow: hidden;
}

.tc-swiper-a6eaaacf {
    padding: 20px 0;
}

/* Card Styling */
.tc-card-a6eaaacf {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    border: 1px solid #f0f0f0;
}

/* Diagonal Header */
.tc-card-header-a6eaaacf {
    background-color: #e8fdf2;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);
    z-index: 1;
}

.tc-card-icon-a6eaaacf {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 32px;
    color: #0b7a42;
    z-index: 2;
}
.tc-card-icon-a6eaaacf svg {
    width: 32px;
    height: 32px;
    fill: #0b7a42;
}

.tc-card-content-wrap-a6eaaacf {
    padding: 24px;
    padding-top: 100px; /* Make room for header */
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tc-card-title-a6eaaacf {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: #0b7a42;
    line-height: 1.3;
}

.tc-card-desc-a6eaaacf {
    font-size: 15px;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

/* Timeline elements */
.tc-timeline-line-a6eaaacf {
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b9d4c2;
    z-index: 1;
}

.tc-timeline-container-a6eaaacf {
    position: relative;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
}

.tc-timeline-connector-a6eaaacf {
    width: 2px;
    flex-grow: 1;
    background-color: #b9d4c2;
    margin-bottom: 0;
}

.tc-timeline-dot-a6eaaacf {
    position: relative;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background-color: #4aa785;
    border-radius: 50%;
    z-index: 2;
    flex-shrink: 0;
}

.tc-timeline-dot-accent-a6eaaacf {
    position: absolute;
    left: -25%;
    top: 80%;
    width: 8px;
    height: 8px;
    background-color: #4aa785;
    border-radius: 50%;
    z-index: 1;
}

.tc-timeline-number-a6eaaacf {
    font-size: 36px;
    font-weight: 700;
    color: #0b7a42;
    margin-top: 15px;
    line-height: 1;
    font-family: serif; /* Assuming serif based on design, can be controlled via Elementor typography */
}
.tc-swiper-a6eaaacf .swiper-wrapper {
    align-items: flex-end;
}

/* ── Image header variant ────────────────────────────────────── */
.tc-card-img-wrap-a6eaaacf {
    width: 100%;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}

.tc-card-img-wrap-a6eaaacf img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.tc-card--image-a6eaaacf .tc-card-content-wrap-a6eaaacf {
    padding-top: 24px;
}

.tc-nav-prev-a6eaaacf,
.tc-nav-next-a6eaaacf {
    width: 44px !important;
    height: 44px !important;
    background: transparent;
    border-radius: 50%;
    box-shadow: none;
    color: #0b7a42;
    top: 35%;
    transition: background 0.3s;
}
.tc-nav-prev-a6eaaacf:hover,
.tc-nav-next-a6eaaacf:hover {
    background: rgba(255,255,255,0.4);
}
.tc-nav-prev-a6eaaacf::after,
.tc-nav-next-a6eaaacf::after {
    font-size: 14px !important;
    font-weight: 700;
}