.counters-section {
  background: #fff; /* خلفية بيضاء */
  padding: 70px 20px;
}

.counters-container {
  width: min(1200px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.counter-box .icon {
  font-size: 42px;
  color: #ffb367; /* برتقالي ذهبي */
  margin-bottom: 15px;
}

.counter-box .number {
  font-size: 42px;
  font-weight: 800;
  color: #0d1b2a;
  margin-bottom: 10px;
}

.counter-box p {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
  letter-spacing: .5px;
}
