/*-------------- cspt-ihbox-style-10 ----------------*/

.cspt-ihbox-style-10 h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
    color: var(--cspt-greenly-secondary-color);
}

.cspt-ihbox-style-10 .cspt-ihbox-headingicon .cspt-ihbox-box-number {
    font-size: 150px;
    line-height: 130px; 
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / 30%);
    color: transparent;
    -webkit-text-stroke-color: #21212140;
    position: relative;
    transition: 0.4s;
}

.cspt-ihbox-style-10:hover .cspt-ihbox-headingicon .cspt-ihbox-box-number {
    color: var(--cspt-greenly-global-color);
    -webkit-text-stroke-color: var(--cspt-greenly-global-color);
}

.cspt-ihbox-style-10 .cspt-ihbox-headingicon .cspt-ihbox-box-number:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background-color: var(--cspt-greenly-global-color);
    right: -15px;
    bottom: 27px;
}

.cspt-ihbox-style-10 {
    position: relative;
    margin-bottom: 20px;
}

.cspt-ihbox-style-10 .cspt-ihbox-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: var(--cspt-greenly-global-color);
    position: relative;
    z-index: 1;
}