.cib-card-e6b14087 {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cib-card-link-e6b14087 {
    text-decoration: none !important;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cib-image-wrap-e6b14087 {
    width: 100%;
    position: relative;
    line-height: 0;
}

.cib-image-wrap-e6b14087 img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 250px; /* Default height, controllable via Elementor */
}

.cib-content-wrap-e6b14087 {
    padding: 40px 30px 30px 30px;
    position: relative;
    background-color: transparent;
    flex-grow: 1;
}

.cib-icon-box-e6b14087 {
    position: absolute;
    top: -40px; /* Offset to overlap image */
    left: 0;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
    z-index: 2;
}

.cib-icon-box-e6b14087 svg {
    width: 32px;
    height: 32px;
    fill: #fff;
    transition: all 0.3s ease;
}

.cib-icon-box-e6b14087 i {
    font-size: 32px;
    color: #fff;
    transition: all 0.3s ease;
}

.cib-accent-e6b14087 {
    position: absolute;
    right: 0;
    top: -10px; /* Aligned near the top of the content area */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #e61938 transparent transparent;
    z-index: 1;
}

.cib-title-e6b14087 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.cib-desc-e6b14087 {
    margin: 0;
    line-height: 1.6;
}
