/* Zipplus to Vietnam Element Image Height */
.company-timeline-section .company-image img {
  height: 255px;
  object-fit: cover;
  width: 100%;
}

.company-timeline-section .section-title {
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center !important;
  display: block !important;
}

.company-description p {
  margin-bottom: 15px;
}


.company-image img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.stats-boxes {
  display: flex;
  flex-wrap: wrap;
}

.stats-box {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border: 1px solid #d4d4d4;
}

.stats-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.stats-icon {
  margin-right: 15px;
  /* Ensure the container doesn't force the image larger */
  flex-shrink: 0;
}

/* Style for the new image icons */
.stats-icon .stat-icon-image {
  max-width: 48px; /* Set max width */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove extra space below image */
}

.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
}

/* Assuming you have icon fonts set up. Replace classes if needed */
/* .icon-support::before { content: '\e800'; } */
/* .icon-users::before { content: '\e801'; } */
/* .icon-services::before { content: '\e802'; } */
/* .icon-subscribers::before { content: '\e803'; } */


.stats-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.stats-content p {
  font-size: 16px;
  margin: 0;
}

.cta-buttons {
  margin-top: 24px;
}

/* Responsive adjustments */
@media (max-width: 767px) {

  .stats-box {
    padding: 15px;
  }
}

.company-timeline-section .company-image img {
  height: 256px;
  object-fit: cover;
  /* Ensures the image covers the area without distortion */
  width: 100%;
  /* Make image take full width of its container */
}

.row .stats-boxes{
  margin-top: 30px;
}
