/* Bert KPI Glass Counters v6.4 */
.okb64-kpi-glass,
.elementor .okb64-kpi-glass{
  position:relative;
  isolation:isolate;
  width:100%;
  min-height:265px;
  padding:38px 26px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background-image:var(--okb64-kpi-bg);
  background-size:cover;
  background-position:center center;
  --okb64-shade:.62;
  font-family:"Clear Sans Thin", Arial, sans-serif;
}
.okb64-kpi-glass__shade{
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 80% 5%, rgba(0,112,43,.22), transparent 34%),
    linear-gradient(90deg, rgba(0,0,0,var(--okb64-shade)), rgba(0,0,0,calc(var(--okb64-shade) * .72)));
}
.okb64-kpi-glass__container{
  width:94%;
  max-width:1760px;
  margin:0 auto;
}
.okb64-kpi-glass__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.okb64-kpi-glass__card{
  min-height:185px;
  padding:28px 22px;
  border-radius:20px;
  background:rgba(0,130,31,.88);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid rgba(255,255,255,.13);
  box-shadow:
    0 30px 65px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -18px 45px rgba(0,70,26,.16);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.okb64-kpi-glass__icon{display:flex;align-items:center;justify-content:center;margin-bottom:28px;color:currentColor;line-height:1}
.okb64-kpi-glass__icon svg{width:64px;height:64px;display:block;filter:drop-shadow(0 4px 10px rgba(0,0,0,.16))}
.okb64-kpi-glass__title{font-size:29px;line-height:34px;font-weight:700;letter-spacing:.01em;color:inherit;text-shadow:0 2px 10px rgba(0,0,0,.18)}
@media(max-width:1024px){.okb64-kpi-glass__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.okb64-kpi-glass{padding:32px 22px}.okb64-kpi-glass__title{font-size:25px;line-height:30px}.okb64-kpi-glass__icon svg{width:58px;height:58px}}
@media(max-width:640px){.okb64-kpi-glass__grid{grid-template-columns:1fr}.okb64-kpi-glass{padding:28px 16px}.okb64-kpi-glass__container{width:94%}.okb64-kpi-glass__card{min-height:150px}.okb64-kpi-glass__title{font-size:22px;line-height:27px}.okb64-kpi-glass__icon{margin-bottom:18px}.okb64-kpi-glass__icon svg{width:50px;height:50px}}
