
/** funfact-section **/

.funfact-section{
  position: relative;
}

.funfact-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 32px 15px 30px 15px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.funfact-block-one .inner-box .count-outer{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 64px; /* Slightly larger */
  line-height: 1.1;
  font-family: 'Outfit', sans-serif !important;
  color: #0a3a20; /* Darker, more professional green */
  font-weight: 800; /* Extra bold for clarity */
  margin-bottom: 12px;
  letter-spacing: -1px; /* Tighter letter spacing for numbers */
}

/* Force odometer digits to use the correct font and weight */
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit,
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 800 !important;
  color: #0a3a20 !important;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    left: 0;
}

.funfact-block-one .inner-box .count-outer .symble {
  font-size: 40px;
  font-weight: 700;
  margin-left: 2px;
  color: #0a3a20;
}

.funfact-block-one .inner-box p{
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #444;
}

.funfact-section.alternat-2 .funfact-block-one .inner-box{
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.06);
}


/** rtl-css **/




/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .funfact-section.pb_90{
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 599px){
  
}

@media only screen and (max-width: 499px){

}
