/*common*/
.stat-bar-header {
    max-width: 768px;
    margin: 0 auto 64px;
}
.number-box {
    font-size: 46px;
    font-weight: 600;
    line-height: 46px;
    color: var(--btn-primary);
    word-spacing: -10px;
}
.number-box-text {
    font-size: 18px;
    line-height: 24px;
    color: var(--btn-secondary);
    margin-top: 2px;
}


/* Blocks CSS */
.three .stat-box {
    border: 1px solid rgba(27, 30, 29, 0.10);
    padding: 32px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5.75px);
}
.row-gap {
    gap: 32px;
    flex-wrap: wrap !important;
}

.three .number-box {
    font-size: 64px;
    letter-spacing: -2px;
    font-family: 'Covered By Your Grace';
}
.three .stat-box h3 {
    color: #1B1E1D;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4; /* 133.333% */
    letter-spacing: -0.09px;
    margin-bottom: 5px;
}
.three .stat-box p {
    color: rgba(27, 30, 29, 0.70);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
   
    line-height: 1.4;.09px;
    letter-spacing: -0.09px;
    margin: 0;
}
.stat-box.middle-block .number {
    font-size: 128px;
    font-family: 'Covered By Your Grace';
    }
.component-stat-bar-sec {
    background: url(/wp-content/uploads/2026/05/Statsbar.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.component-stat-bar-sec:before {
    content: "";
    background: url(/wp-content/uploads/2026/05/smile-animate-mushroom.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right bottom;
    top: 8px;
    background-size: 440px;
}
.component-stat-bar-sec .container {
    position: relative;
}
