/* Extracted from appointment-booking.php head style block 1 */
.stats-section {
      background: linear-gradient(135deg, #0a3d62, #3fb6ff);
      padding: 60px 0;
      color: #fff;
    }

    .section-title {
      font-weight: 700;
      font-size: 28px;
    }

    .stat-card {
      background: rgba(255, 255, 255, 0.15);
      border-radius: 16px;
      padding: 30px 15px;
      transition: 0.3s;
    }

    .stat-card:hover {
      background: rgba(255, 255, 255, 0.25);
      transform: translateY(-5px);
    }

    .stat-number {
      font-size: 36px;
      font-weight: 800;
      margin-bottom: 8px;
    }

    .stat-label {
      font-size: 15px;
      font-weight: 500;
    }

