/* STATS SECTION STYLE */

.stat-box {
  border-radius: 10px;
  padding: 30px 20px;
  width: 280px;
  transition: transform 0.3s ease;
  border: 1px solid #00ffff;
  background-color: #00ffff1f;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.stat-box:hover {
  transform: translateY(-5px);
}

.stat-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.counter {
  font-size: 2.5rem;
  margin: 0;
  font-weight: bold;
}

.stat-box p {
  margin-top: 10px;
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .stats-section {
    flex-direction: column;
    align-items: center;
  }
}







.plan-badge {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    background: #0e85e0;
    border-radius: 30px;
    font-size: 18px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #0f72d8 0, #00c6ff 100%);
    line-height: 30px;
    padding: 0 10px; /* اختيارية: تجعل النص داخله متباعد قليلاً */
    text-align: center; /* اختيارية: توسيط النص */
}
