/* EmTidad - Numbers & Impact. Finishing touches only; Elementor stores the core styles. */
.emtidad-impact-grid .elementor-element.emtidad-impact-card,
.emtidad-impact-grid .elementor-element.emtidad-impact-card > .elementor-widget-container {
    height: 100%;
}

.emtidad-impact-grid .emtidad-impact-card .akpager-counter {
    box-sizing: border-box;
    min-height: 205px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
    box-shadow: 0 8px 24px rgba(44, 70, 107, .055);
}

.emtidad-impact-grid .emtidad-impact-card .akpager-counter:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(44, 70, 107, .14);
}

.emtidad-impact-grid .emtidad-impact-card .counter-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition: color .25s ease, background-color .25s ease;
}

.emtidad-impact-grid .emtidad-impact-card .counter-content {
    width: 100%;
}

.emtidad-impact-grid .emtidad-impact-card .counter-wrap {
    direction: ltr;
    unicode-bidi: isolate;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    font-variant-numeric: tabular-nums;
}

.emtidad-impact-grid .emtidad-impact-card .counter-title {
    margin: 0;
    min-height: 1.35em;
}

@media (max-width: 767px) {
    .emtidad-impact-grid .emtidad-impact-card .akpager-counter {
        min-height: 170px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .emtidad-impact-grid .emtidad-impact-card .akpager-counter,
    .emtidad-impact-grid .emtidad-impact-card .counter-icon {
        transition: none;
    }
}
