.ifc-f78b7fe3-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
    -webkit-tap-highlight-color: transparent;
    --ifc-gradient-top: rgba(0, 0, 0, 0);
    --ifc-gradient-bottom: rgba(0, 0, 0, 0.65);
    --ifc-hover-gradient-top: rgba(0, 0, 0, 0.2);
    --ifc-hover-gradient-bottom: rgba(0, 0, 0, 0.85);
    --ifc-icon-size: 46px;
    transition: box-shadow 0.5s ease-in-out;
}

.ifc-f78b7fe3-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: scale(1.001);
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.ifc-f78b7fe3-card.has-zoom-f78b7fe3:hover .ifc-f78b7fe3-bg,
.ifc-f78b7fe3-card.has-zoom-f78b7fe3:focus-within .ifc-f78b7fe3-bg,
.ifc-f78b7fe3-card.has-zoom-f78b7fe3.is-active .ifc-f78b7fe3-bg {
    transform: scale(1.08);
}

.ifc-f78b7fe3-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, var(--ifc-gradient-top), var(--ifc-gradient-bottom));
    transition: background 0.5s ease-in-out;
    will-change: background;
}

.ifc-f78b7fe3-card:hover .ifc-f78b7fe3-overlay,
.ifc-f78b7fe3-card:focus-within .ifc-f78b7fe3-overlay,
.ifc-f78b7fe3-card.is-active .ifc-f78b7fe3-overlay {
    background: linear-gradient(to bottom, var(--ifc-hover-gradient-top), var(--ifc-hover-gradient-bottom));
}

.ifc-f78b7fe3-content {
    position: relative;
    z-index: 3;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ifc-f78b7fe3-header-wrap {
    position: relative;
    width: 100%;
    min-height: var(--ifc-icon-size);
    display: flex;
    align-items: center;
}

.ifc-f78b7fe3-icon-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0) scale(0.8);
    width: var(--ifc-icon-size);
    height: var(--ifc-icon-size);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    will-change: transform, opacity;
    z-index: 4;
}

.ifc-f78b7fe3-icon-wrap i {
    line-height: 1;
}

.ifc-f78b7fe3-icon-wrap svg {
    display: block;
}

.ifc-f78b7fe3-title {
    position: relative;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    transition: left 0.5s ease-in-out, transform 0.5s ease-in-out;
    will-change: left, transform;
    text-align: center;
    white-space: nowrap;
    width: auto;
}

.ifc-f78b7fe3-description {
    margin: 12px 0 0 0;
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0;
	display:none;
    transform: translate3d(0, 25px, 0);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition-delay: 0.5s;
    will-change: opacity, transform;
}

.elementor-widget-container:hover .ifc-f78b7fe3-description {
    display: block;
}


/* HOVER / ACTIVE / FOCUS STATES */
.ifc-f78b7fe3-card:hover .ifc-f78b7fe3-icon-wrap,
.ifc-f78b7fe3-card:focus-within .ifc-f78b7fe3-icon-wrap,
.ifc-f78b7fe3-card.is-active .ifc-f78b7fe3-icon-wrap {
    opacity: 1;
    transform: translate3d(0, -50%, 0) scale(1);
}

.ifc-f78b7fe3-card:hover .ifc-f78b7fe3-title,
.ifc-f78b7fe3-card:focus-within .ifc-f78b7fe3-title,
.ifc-f78b7fe3-card.is-active .ifc-f78b7fe3-title {
    left: calc(var(--ifc-icon-size) + 15px);
    transform: translate3d(0, 0, 0);
    text-align: left;
}

.ifc-f78b7fe3-card:hover .ifc-f78b7fe3-description,
.ifc-f78b7fe3-card:focus-within .ifc-f78b7fe3-description,
.ifc-f78b7fe3-card.is-active .ifc-f78b7fe3-description {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.15s;
}

/* OUTLINE FOR ACCESSIBILITY FOCUS */
.ifc-f78b7fe3-card:focus-visible {
    box-shadow: 0 0 0 4px #0073aa;
}
