/* ==========================================================================
   Custom CSS for CIED Chile (Template shaper_educon)
   ========================================================================== */

/* Seccion 'Nuestros Numeros' (Achievement Section) */
.home-our-achievement {
  position: relative;
  z-index: 1;
}

.home-our-achievement:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 48, 140, 0.88);
  z-index: -1;
}

.home-our-achievement .sppb-section-title .sppb-title-heading {
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.home-our-achievement .sppb-section-title .sppb-title-subheading {
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Addon Content Layout */
.home-our-achievement .sppb-addon-animated-number .sppb-addon-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 15px 10px;
}

/* 1. Icono arriba */
.home-our-achievement .sppb-addon-animated-number .sppb-icon-inner {
  order: 1 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px !important;
  min-height: 48px;
}

.home-our-achievement .sppb-addon-animated-number .sppb-icon-inner i {
  font-size: 38px !important;
  color: #ffffff !important;
  opacity: 0.95;
  transition: transform 0.3s ease;
}

.home-our-achievement .sppb-addon-animated-number:hover .sppb-icon-inner i {
  transform: scale(1.12);
}

/* 2. Numero y sintaxis al centro */
.home-our-achievement .sppb-addon-animated-number .sppb-animated-number-wrap {
  order: 2 !important;
  display: flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  float: none !important;
  margin-bottom: 8px !important;
}

.home-our-achievement .sppb-addon-animated-number .sppb-animated-number {
  float: none !important;
  font-size: 44px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  color: #ffffff !important;
  letter-spacing: -0.5px;
}

.home-our-achievement .sppb-addon-animated-number .sppb-animated-number-syntax {
  float: none !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  color: #ffffff !important;
  margin-left: 2px !important;
}

/* 3. Titulo / Etiqueta abajo */
.home-our-achievement .sppb-addon-animated-number .sppb-animated-number-title {
  order: 3 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  color: #ffffff !important;
  opacity: 0.95 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
