
.tp-counter-item {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  animation: counterShadowPulse 3s ease-in-out infinite;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
}
.tp-counter-item .tp-counter-border { display: none; }
.tp-counter-area .row { align-items: stretch; }
@keyframes counterShadowPulse {
  0%, 100% { box-shadow: 0 8px 20px rgba(0,86,179,0.12); }
  50% { box-shadow: 0 22px 45px rgba(0,86,179,0.28); }
}
