.tf-counter {
    position: relative;
    text-align: center;
}

.tf-counter {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-counter .counter-number-wrapper {
text-transform: capitalize;
color: #000000;
display: inline-flex;
margin-bottom: 4px;
color: #0D1637;
font-size: 34px;
font-weight: 700;
line-height: 27px;
text-transform: capitalize;
}

.tf-counter .counter-icon {
    font-size: 52px;
    margin-bottom: -2px;
    color: var(--theme-primary-color);
}

.tf-counter .counter-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%; 
    color: #000000;
    position: relative;
}

.tf-counter.hover-eff {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-counter.hover-eff::after {
    content: '';
    width: 5.5px;
    height: 60%;
    background: var(--theme-primary-color);
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 10%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-counter.hover-eff:hover::after {
    opacity: 1;
    visibility: visible;
    right: 0px;
}

.tf-counter.hover-eff {
    border: 1px solid #EAEBEC;
    background: #FFF;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 42px;
    padding-left: 20px;
    padding-right: 20px;
}

.tf-counter.hover-eff .counter-icon {
    font-size: 70px;
    margin-bottom: -14px;
}

.tf-counter.hover-eff .counter-title {
    color: #0D1637;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.tf-counter.hover-eff .counter-number-wrapper {
    margin-bottom: 19px;
}

.tf-counter.hover-eff:hover {
    box-shadow: 0px 7px 36px 0px rgba(0, 0, 0, 0.06);
}

.tf-counter.flex-item .wrap-counter-inner {
    display: flex;
    align-items: center;
}

.tf-counter .caption {
    color: rgba(208, 24, 24, 0.13);
    font-size: 60px;
    font-weight: 700;
    line-height: 49px;
    text-transform: capitalize;
    position: absolute;
    top: -54%;
    left: -19%;
}

.tf-counter.default .wrap-counter-inner {
    background: #fff;
    box-shadow: 0px 4px 25px 0px #0000000F;
    border-left: 2px solid #F35D22;
    padding: 20px 24px 17px 24px;
    display: flex
;
    gap: 16px;
    text-align: left;
    border-radius: 8px;
    align-items: center;
}

.tf-counter.default .counter-number-wrapper {
    font-weight: 700;
    font-size: 28px;
    color: #00194C;    
    margin-bottom: 0px;
}

.tf-counter.default .counter-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #6C6E76;  
    margin-top: -1px;  
}

.tf-counter.default .counter-icon {
    font-size: 40px;
}

/* style 2 */

.tf-counter.style2 .wrap-counter-inner {
    display: flex;
    gap: 24px;
    text-align: left;
    align-items: center;
}

.tf-counter.style2 .counter-number-wrapper {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 0px;
}

.tf-counter.style2 .counter-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.tf-counter.style2 .counter-icon {
    font-size: 60px;
}

/* style 3 */

.tf-counter.style3 .counter-number-wrapper {
    position: relative;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 0.2px #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    z-index: 4;
    margin-bottom: 5px;
font-weight: 800;
font-size: 80px;
line-height: 1em;
margin-bottom: 7px;
}

.tf-counter.style3 .counter-title {
    position: relative;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 0.2px #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    z-index: 4;
    margin-bottom: 5px;
font-weight: 800;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.06px;
margin: 0;
}

.tf-counter.style3 .wrap-counter-inner {
    width: 183px;
    background-color: var(--theme-primary-color);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 14px 40px 21px;
    border-bottom-right-radius: 20px;
    position: relative;
}

.tf-counter.style3 .wrap-counter-inner::after {
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--theme-primary-color);
    clip-path: path("M 0 0 Q 0 30 30 30 L 0 30 Z");
    position: absolute;
    right: -30px;
    top: 0;
    transform: rotate(90deg);
}

@media (max-width: 991px) {

}